aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* workqueue: cond_resched() after processing each work itemTejun Heo2013-09-101-0/+9
* tracing: Fix fields of struct trace_iterator that are zeroed by mistakeAndrew Vagin2013-09-101-0/+1
* perf: Fix event group context moveJiri Olsa2013-09-101-2/+18
* sched: Fix the broken sched_rr_get_interval()Zhu Yanhai2013-09-101-1/+1
* tracing: Use current_uid() for critical time tracingSteven Rostedt (Red Hat)2013-08-021-1/+9
* perf: Fix mmap() accounting holePeter Zijlstra2013-07-272-71/+157
* perf: Fix perf mmap bugsPeter Zijlstra2013-07-272-17/+23
* perf: Fix perf_lock_task_context() vs RCUPeter Zijlstra2013-07-271-1/+14
* perf: Remove WARN_ON_ONCE() check in __perf_event_enable() for valid scenarioJiri Olsa2013-07-271-1/+10
* perf: Clone child context from parent context pmuJiri Olsa2013-07-271-1/+1
* 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