aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* tracing: Fix irqs-off tag display in syscall tracingzhangwei(Jovi)2013-07-271-4/+17
* timer: Fix jiffies wrap behavior of round_jiffies_common()Bart Van Assche2013-07-271-3/+5
* genirq: Fix can_request_irq() for IRQs without an actionBen Hutchings2013-07-271-3/+3
* futex: Take hugepages into account when generating futex_keyZhang Yi2013-07-271-1/+2
* hw_breakpoint: Use cpu_possible_mask in {reserve,release}_bp_slot()Oleg Nesterov2013-07-271-2/+2
* printk: Fix rq->lock vs logbuf_lock unlock lock inversionBu, Yitian2013-07-271-1/+1
* audit: wait_for_auditd() should use TASK_UNINTERRUPTIBLEOleg Nesterov2013-06-191-1/+1
* reboot: rigrate shutdown/reboot to boot cpuRobin Holt2013-06-191-3/+26
* CPU hotplug: provide a generic helper to disable/enable CPU hotplugSrivatsa S. Bhat2013-06-191-32/+23
* ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE sectionSteven Rostedt (Red Hat)2013-06-191-13/+13
* sched/debug: Fix sd->*_idx limit range avoiding overflowlibin2013-05-301-1/+1
* sched/debug: Limit sd->*_idx range on sysctlNamhyung Kim2013-05-301-13/+22
* usermodehelper: check subprocess_info->path != NULLOleg Nesterov2013-05-301-0/+5
* tracing: Fix leaks of filter predsSteven Rostedt (Red Hat)2013-05-301-0/+4
* timer: Don't reinitialize the cpu base lock during CPU_UP_PREPARETirupathi Reddy2013-05-301-1/+1
* tick: Cleanup NOHZ per cpu data on cpu downThomas Gleixner2013-05-301-1/+1
* kernel/audit_tree.c: tree will leak memory when failure occurs in audit_trim_...Chen Gang2013-05-131-1/+1
* perf: Treat attr.config as u64 in perf_swevent_init()Tommi Rantala2013-05-131-1/+1
* perf: Fix error return codeWei Yongjun2013-05-131-0/+1
* clockevents: Set dummy handler on CPU_DEAD shutdownThomas Gleixner2013-05-132-0/+5
* tracing: Check return value of tracing_init_dentry()Namhyung Kim2013-05-133-0/+6
* tracing: Reset ftrace_graph_filter_enabled if count is zeroNamhyung Kim2013-05-131-1/+2
* tracing: Fix off-by-one on allocating stat->pagesNamhyung Kim2013-05-131-1/+1
* hrtimer: Fix ktime_add_ns() overflow on 32bit architecturesDavid Engraf2013-05-131-0/+4
* hrtimer: Add expiry time overflow check in hrtimer_interruptPrarit Bhargava2013-05-131-0/+2
* cgroup: fix an off-by-one bug which may trigger BUG_ON()Li Zefan2013-05-131-1/+1
* tracing: Fix ftrace_dump()Steven Rostedt (Red Hat)2013-05-132-40/+32
* tracing: Remove most or all of stack tracer stack size from stack_max_sizeSteven Rostedt (Red Hat)2013-05-131-21/+54
* tracing: Fix stack tracer with fentry useSteven Rostedt (Red Hat)2013-05-131-4/+29
* tracing: Use stack of calling function for stack tracerSteven Rostedt (Red Hat)2013-05-131-5/+7
* sched: Convert BUG_ON()s in try_to_wake_up_local() to WARN_ON_ONCE()sTejun Heo2013-04-251-2/+4
* kernel/signal.c: stop info leak via the tkill and the tgkill syscallsEmese Revfy2013-04-251-1/+1
* tracing: Fix possible NULL pointer dereferencesNamhyung Kim2013-04-251-5/+5
* tracing: Fix double free when function profile init failedNamhyung Kim2013-04-251-1/+0
* PM / reboot: call syscore_shutdown() after disable_nonboot_cpus()Huacai Chen2013-04-251-1/+2
* ftrace: Consistently restore trace function on sysctl enablingJan Kiszka2013-04-251-6/+2
* sched_clock: Prevent 64bit inatomicity on 32bit systemsThomas Gleixner2013-04-251-0/+26
* hrtimer: Don't reinitialize a cpu_base lock on CPU_UPMichael Bohan2013-04-251-2/+1
* clockevents: Don't allow dummy broadcast timersMark Rutland2013-04-101-1/+2
* kernel/signal.c: use __ARCH_HAS_SA_RESTORER instead of SA_RESTORERAndrew Morton2013-03-271-1/+1
* tracing: Prevent buffer overwrite disabled for latency tracersSteven Rostedt (Red Hat)2013-03-274-14/+61
* tracing: Keep overwrite in sync between regular and snapshot buffersSteven Rostedt (Red Hat)2013-03-271-1/+5
* tracing: Protect tracer flags with trace_types_lockSteven Rostedt (Red Hat)2013-03-271-7/+12
* tracing: Fix free of probe entry by calling call_rcu_sched()Steven Rostedt (Red Hat)2013-03-271-2/+2
* tracing: Fix race in snapshot swappingSteven Rostedt (Red Hat)2013-03-271-1/+2
* signal: always clear sa_restorer on execveKees Cook2013-03-201-0/+3
* ftrace: Update the kconfig for DYNAMIC_FTRACESteven Rostedt2013-03-201-10/+14
* kmod: make __request_module() killableOleg Nesterov2013-03-061-2/+24
* kmod: introduce call_modprobe() helperOleg Nesterov2013-03-061-8/+16
* usermodehelper: ____call_usermodehelper() doesn't need do_exit()Oleg Nesterov2013-03-061-1/+1