summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-06-13ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE sectionSteven Rostedt1-14/+14
2013-06-13tracing: Fix possible NULL pointer dereferencesNamhyung Kim2-6/+6
2013-05-19usermodehelper: check subprocess_info->path != NULLOleg Nesterov1-0/+5
2013-05-19tracing: Fix leaks of filter predsSteven Rostedt (Red Hat)1-0/+4
2013-05-19tick: Cleanup NOHZ per cpu data on cpu downThomas Gleixner1-1/+1
2013-05-19timer: Don't reinitialize the cpu base lock during CPU_UP_PREPARETirupathi Reddy1-1/+1
2013-05-11kernel/audit_tree.c: tree will leak memory when failure occurs in audit_trim_...Chen Gang1-1/+1
2013-05-11tracing: Fix ftrace_dump()Steven Rostedt (Red Hat)2-40/+31
2013-05-07clockevents: Set dummy handler on CPU_DEAD shutdownThomas Gleixner2-0/+5
2013-05-07cgroup: fix an off-by-one bug which may trigger BUG_ON()Li Zefan1-1/+1
2013-05-07hrtimer: Add expiry time overflow check in hrtimer_interruptPrarit Bhargava1-0/+2
2013-05-07hrtimer: Fix ktime_add_ns() overflow on 32bit architecturesDavid Engraf1-0/+4
2013-05-07tracing: Reset ftrace_graph_filter_enabled if count is zeroNamhyung Kim1-1/+2
2013-05-07tracing: Check return value of tracing_init_dentry()Namhyung Kim3-0/+6
2013-05-07tracing: Fix off-by-one on allocating stat->pagesNamhyung Kim1-1/+1
2013-05-07tracing: Remove most or all of stack tracer stack size from stack_max_sizeSteven Rostedt (Red Hat)1-21/+54
2013-05-07tracing: Fix stack tracer with fentry useSteven Rostedt (Red Hat)1-4/+29
2013-05-07tracing: Use stack of calling function for stack tracerSteven Rostedt (Red Hat)1-5/+7
2013-04-25perf: Treat attr.config as u64 in perf_swevent_init()Tommi Rantala1-1/+1
2013-04-25sched: Convert BUG_ON()s in try_to_wake_up_local() to WARN_ON_ONCE()sTejun Heo1-2/+4
2013-04-25kernel/signal.c: stop info leak via the tkill and the tgkill syscallsEmese Revfy1-1/+1
2013-04-25hrtimer: Don't reinitialize a cpu_base lock on CPU_UPMichael Bohan1-2/+1
2013-04-16sched_clock: Prevent 64bit inatomicity on 32bit systemsThomas Gleixner1-0/+26
2013-04-16PM / reboot: call syscore_shutdown() after disable_nonboot_cpus()Huacai Chen1-1/+2
2013-04-16tracing: Fix double free when function profile init failedNamhyung Kim1-1/+0
2013-04-12panic: fix a possible deadlock in panic()Vikram Mulukutla1-0/+8
2013-04-12ftrace: Consistently restore trace function on sysctl enablingJan Kiszka1-6/+2
2013-04-05tracing: Prevent buffer overwrite disabled for latency tracersSteven Rostedt (Red Hat)4-16/+63
2013-04-05tracing: Protect tracer flags with trace_types_lockSteven Rostedt (Red Hat)1-7/+12
2013-04-05kernel/signal.c: use __ARCH_HAS_SA_RESTORER instead of SA_RESTORERAndrew Morton1-1/+1
2013-03-28nohz: Make tick_nohz_irq_exit() irq safeFrederic Weisbecker1-0/+5
2013-03-28clockevents: Don't allow dummy broadcast timersMark Rutland1-1/+2
2013-03-28tracing: Fix free of probe entry by calling call_rcu_sched()Steven Rostedt (Red Hat)1-2/+2
2013-03-28tracing: Fix race in snapshot swappingSteven Rostedt (Red Hat)1-1/+2
2013-03-20signal: always clear sa_restorer on execveKees Cook1-0/+3
2013-03-14ftrace: Update the kconfig for DYNAMIC_FTRACESteven Rostedt1-10/+14
2013-03-04cgroup: fix exit() vs rmdir() raceLi Zefan1-0/+8
2013-03-04cpuset: fix cpuset_print_task_mems_allowed() vs rename() raceLi Zefan1-2/+10
2013-03-04sysctl: fix null checking in bin_dn_node_address()Xi Wang1-1/+2
2013-03-04ftrace: Call ftrace cleanup module notifier after all other notifiersSteven Rostedt (Red Hat)1-14/+32
2013-03-04posix-timer: Don't call idr_find() with out-of-range IDTejun Heo1-0/+7
2013-02-28futex: Revert "futex: Mark get_robust_list as deprecated"Thomas Gleixner2-4/+0
2013-02-28hrtimer: Prevent hrtimer_enqueue_reprogram raceLeonid Shatz1-18/+18
2013-02-28posix-cpu-timers: Fix nanosleep task_struct leakStanislaw Gruszka1-2/+21
2013-02-28genirq: Avoid deadlock in spurious handlingThomas Gleixner1-4/+3
2013-02-28timeconst.pl: Eliminate Perl warningH. Peter Anvin1-4/+2
2013-02-21printk: fix buffer overflow when calling log_prefix function from call_consol...Alexandre SIMON1-1/+12
2013-02-14kernel/resource.c: fix stack overflow in __reserve_region_with_split()T Makphaibulchoke1-12/+38
2013-02-11sched/rt: Use root_domain of rt_rq not current processorShawn Bohrer1-1/+1
2013-02-03smp: Fix SMP function call empty cpu mask raceWang YanQing1-1/+12