aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2013-04-25sched: Convert BUG_ON()s in try_to_wake_up_local() to WARN_ON_ONCE()sTejun Heo
2013-04-25kernel/signal.c: stop info leak via the tkill and the tgkill syscallsEmese Revfy
2013-04-25tracing: Fix possible NULL pointer dereferencesNamhyung Kim
2013-04-25tracing: Fix double free when function profile init failedNamhyung Kim
2013-04-25PM / reboot: call syscore_shutdown() after disable_nonboot_cpus()Huacai Chen
2013-04-25ftrace: Consistently restore trace function on sysctl enablingJan Kiszka
2013-04-25sched_clock: Prevent 64bit inatomicity on 32bit systemsThomas Gleixner
2013-04-25hrtimer: Don't reinitialize a cpu_base lock on CPU_UPMichael Bohan
2013-04-10clockevents: Don't allow dummy broadcast timersMark Rutland
2013-03-27kernel/signal.c: use __ARCH_HAS_SA_RESTORER instead of SA_RESTORERAndrew Morton
2013-03-27tracing: Prevent buffer overwrite disabled for latency tracersSteven Rostedt (Red Hat)
2013-03-27tracing: Keep overwrite in sync between regular and snapshot buffersSteven Rostedt (Red Hat)
2013-03-27tracing: Protect tracer flags with trace_types_lockSteven Rostedt (Red Hat)
2013-03-27tracing: Fix free of probe entry by calling call_rcu_sched()Steven Rostedt (Red Hat)
2013-03-27tracing: Fix race in snapshot swappingSteven Rostedt (Red Hat)
2013-03-20signal: always clear sa_restorer on execveKees Cook
2013-03-20ftrace: Update the kconfig for DYNAMIC_FTRACESteven Rostedt
2013-03-06kmod: make __request_module() killableOleg Nesterov
2013-03-06kmod: introduce call_modprobe() helperOleg Nesterov
2013-03-06usermodehelper: ____call_usermodehelper() doesn't need do_exit()Oleg Nesterov
2013-03-06usermodehelper: implement UMH_KILLABLEOleg Nesterov
2013-03-06usermodehelper: introduce umh_complete(sub_info)Oleg Nesterov
2013-03-06sysctl: fix null checking in bin_dn_node_address()Xi Wang
2013-03-06posix-timer: Don't call idr_find() with out-of-range IDTejun Heo
2013-03-06ftrace: Call ftrace cleanup module notifier after all other notifiersSteven Rostedt (Red Hat)
2013-03-06cpuset: fix cpuset_print_task_mems_allowed() vs rename() raceLi Zefan
2013-03-06cgroup: fix exit() vs rmdir() raceLi Zefan
2013-03-06posix-cpu-timers: Fix nanosleep task_struct leakStanislaw Gruszka
2013-03-06timeconst.pl: Eliminate Perl warningH. Peter Anvin
2013-03-06hrtimer: Prevent hrtimer_enqueue_reprogram raceLeonid Shatz
2013-03-06workqueue: consider work function when searching for busy work itemsTejun Heo
2013-03-06genirq: Avoid deadlock in spurious handlingThomas Gleixner
2013-02-20kernel/resource.c: fix stack overflow in __reserve_region_with_split()T Makphaibulchoke
2013-02-20wake_up_process() should be never used to wakeup a TASK_STOPPED/TRACED taskOleg Nesterov
2013-02-20ptrace: ensure arch_ptrace/ptrace_request can never race with SIGKILLOleg Nesterov
2013-02-20ptrace: introduce signal_wake_up_state() and ptrace_signal_wake_up()Oleg Nesterov
2013-02-20sched/rt: Use root_domain of rt_rq not current processorShawn Bohrer
2013-02-06printk: fix buffer overflow when calling log_prefix function from call_consol...Alexandre SIMON
2013-02-06smp: Fix SMP function call empty cpu mask raceWang YanQing
2013-02-06ftrace: Be first to run code modification on modulesSteven Rostedt
2013-01-03ring-buffer: Fix NULL pointer if rb_set_head_page() failsSteven Rostedt
2013-01-03cgroup: remove incorrect dget/dput() pair in cgroup_create_dir()Tejun Heo
2013-01-03ftrace: Clear bits properly in reset_iter_read()Dan Carpenter
2013-01-03rcu: Fix batch-limit size problemEric Dumazet
2013-01-03genirq: Always force thread affinityThomas Gleixner
2013-01-03cgroup: cgroup_subsys->fork() should be called after the task is added to css...Tejun Heo
2013-01-03Revert "sched, autogroup: Stop going ahead if autogroup is disabled"Mike Galbraith
2013-01-03use clamp_t in UNAME26 fixKees Cook
2013-01-03workqueue: convert BUG_ON()s in __queue_delayed_work() to WARN_ON_ONCE()sTejun Heo
2012-12-06workqueue: exit rescuer_thread() as TASK_RUNNINGMike Galbraith