summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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
2013-01-27wake_up_process() should be never used to wakeup a TASK_STOPPED/TRACED taskOleg Nesterov1-1/+2
2013-01-27ptrace: ensure arch_ptrace/ptrace_request can never race with SIGKILLOleg Nesterov2-10/+59
2013-01-27ptrace: introduce signal_wake_up_state() and ptrace_signal_wake_up()Oleg Nesterov2-14/+8
2013-01-27ftrace: Be first to run code modification on modulesSteven Rostedt1-1/+1
2013-01-17ring-buffer: Fix race between integrity check and readersSteven Rostedt1-2/+5
2013-01-11cgroup: remove incorrect dget/dput() pair in cgroup_create_dir()Tejun Heo1-2/+0
2013-01-11genirq: Always force thread affinityThomas Gleixner1-2/+21
2012-12-17rcu: Fix batch-limit size problemEric Dumazet1-7/+7
2012-12-17ftrace: Clear bits properly in reset_iter_read()Dan Carpenter1-1/+1
2012-12-17workqueue: convert BUG_ON()s in __queue_delayed_work() to WARN_ON_ONCE()sTejun Heo1-2/+2
2012-12-10Revert "sched, autogroup: Stop going ahead if autogroup is disabled"Mike Galbraith2-9/+0
2012-12-10workqueue: exit rescuer_thread() as TASK_RUNNINGMike Galbraith1-1/+3
2012-12-03timekeeping: Cast raw_interval to u64 to avoid shift overflowDan Carpenter1-1/+1
2012-12-03watchdog: using u64 in get_sample_period()Chuansheng Liu1-2/+2
2012-12-03futex: avoid wake_futex() for a PI futex_qDarren Hart1-1/+17
2012-11-26module: fix out-by-one error in kallsymsRusty Russell1-11/+16
2012-11-17futex: Handle futex_pi OWNER_DIED take over correctlyThomas Gleixner1-19/+22
2012-10-28Revert "cgroup: Drop task_lock(parent) on cgroup_fork()"Tejun Heo1-17/+6
2012-10-28Revert "cgroup: Remove task_lock() from cgroup_post_fork()"Tejun Heo1-12/+3
2012-10-28cgroup: notify_on_release may not be triggered in some casesDaisuke Nishimura1-2/+1
2012-10-28use clamp_t in UNAME26 fixKees Cook1-1/+1
2012-10-28kernel/sys.c: fix stack memory content leak via UNAME26Kees Cook1-5/+7
2012-10-21kdb,vt_console: Fix missed data due to pager overrunsJason Wessel1-5/+28
2012-10-21timers: Fix endless looping between cascade() and internal_add_timer()Hildner, Christian1-4/+6
2012-10-21module: taint kernel when lve module is loadedMatthew Garrett1-0/+4