summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-02-20kernel/resource.c: fix stack overflow in __reserve_region_with_split()T Makphaibulchoke1-12/+38
2013-02-20wake_up_process() should be never used to wakeup a TASK_STOPPED/TRACED taskOleg Nesterov1-1/+2
2013-02-20ptrace: ensure arch_ptrace/ptrace_request can never race with SIGKILLOleg Nesterov2-10/+59
2013-02-20ptrace: introduce signal_wake_up_state() and ptrace_signal_wake_up()Oleg Nesterov2-14/+8
2013-02-20sched/rt: Use root_domain of rt_rq not current processorShawn Bohrer1-1/+1
2013-02-06printk: fix buffer overflow when calling log_prefix function from call_consol...Alexandre SIMON1-1/+12
2013-02-06smp: Fix SMP function call empty cpu mask raceWang YanQing1-1/+12
2013-02-06ftrace: Be first to run code modification on modulesSteven Rostedt1-1/+1
2013-01-03ring-buffer: Fix NULL pointer if rb_set_head_page() failsSteven Rostedt1-2/+5
2013-01-03cgroup: remove incorrect dget/dput() pair in cgroup_create_dir()Tejun Heo1-2/+0
2013-01-03ftrace: Clear bits properly in reset_iter_read()Dan Carpenter1-1/+1
2013-01-03rcu: Fix batch-limit size problemEric Dumazet1-7/+7
2013-01-03genirq: Always force thread affinityThomas Gleixner1-2/+21
2013-01-03cgroup: cgroup_subsys->fork() should be called after the task is added to css...Tejun Heo3-46/+26
2013-01-03Revert "sched, autogroup: Stop going ahead if autogroup is disabled"Mike Galbraith2-9/+0
2013-01-03use clamp_t in UNAME26 fixKees Cook1-1/+1
2013-01-03workqueue: convert BUG_ON()s in __queue_delayed_work() to WARN_ON_ONCE()sTejun Heo1-2/+2
2012-12-06workqueue: exit rescuer_thread() as TASK_RUNNINGMike Galbraith1-1/+3
2012-12-06futex: avoid wake_futex() for a PI futex_qDarren Hart1-1/+17
2012-12-06watchdog: using u64 in get_sample_period()Chuansheng Liu1-2/+2
2012-12-06futex: Handle futex_pi OWNER_DIED take over correctlyThomas Gleixner1-19/+22
2012-11-16module: fix out-by-one error in kallsymsRusty Russell1-11/+13
2012-10-30kernel/sys.c: fix stack memory content leak via UNAME26Kees Cook1-5/+7
2012-10-30cgroup: notify_on_release may not be triggered in some casesDaisuke Nishimura1-2/+1
2012-10-30timekeeping: Cast raw_interval to u64 to avoid shift overflowDan Carpenter1-1/+1
2012-10-30timers: Fix endless looping between cascade() and internal_add_timer()Hildner, Christian1-4/+6
2012-10-30module: taint kernel when lve module is loadedMatthew Garrett1-0/+4
2012-10-17sched: Fix migration thread runtime bogosityMike Galbraith1-1/+21
2012-10-17kernel/sys.c: call disable_nonboot_cpus() in kernel_restart()Shawn Guo1-0/+1
2012-10-17rcu: Fix day-one dyntick-idle stall-warning bugPaul E. McKenney1-1/+3
2012-10-17workqueue: fix possible stall on try_to_grab_pending() of a delayed work itemLai Jiangshan1-3/+22
2012-10-17workqueue: add missing smp_wmb() in process_one_work()Tejun Heo1-0/+2
2012-10-10CPU hotplug, cpusets, suspend: Don't modify cpusets during suspend/resumeSrivatsa S. Bhat2-4/+39
2012-10-10Fix a dead loop in async_synchronize_full()Li Zhong1-4/+9
2012-10-10sched: Fix ancient race in do_exit()Yasunori Goto1-0/+16
2012-10-10workqueue: reimplement work_on_cpu() using system_wqTejun Heo1-17/+8
2012-09-19perf_event: Switch to internal refcount, fix race with close()Al Viro1-29/+33
2012-09-19time: Move ktime_t overflow checking into timespec_valid_strictJohn Stultz1-5/+5
2012-09-19time: Avoid making adjustments if we haven't accumulated anythingJohn Stultz1-0/+4
2012-09-19time: Improve sanity checking of timekeeping inputsJohn Stultz1-2/+24
2012-09-19workqueue: UNBOUND -> REBIND morphing in rebind_workers() should be atomicLai Jiangshan1-3/+6
2012-09-12audit: fix refcounting in audit-treeMiklos Szeredi1-3/+2
2012-09-12audit: don't free_chunk() after fsnotify_add_mark()Miklos Szeredi1-3/+3
2012-09-12sched: fix divide by zero at {thread_group,task}_timesStanislaw Gruszka1-14/+20
2012-08-10futex: Forbid uaddr == uaddr2 in futex_wait_requeue_pi()Darren Hart1-5/+8
2012-08-10futex: Fix bug in WARN_ON for NULL q.pi_stateDarren Hart1-1/+1
2012-08-10futex: Test for pi_mutex on fault in futex_wait_requeue_pi()Darren Hart1-1/+1
2012-08-10random: make 'add_interrupt_randomness()' do something saneTheodore Ts'o1-4/+3
2012-08-10sched: Fix race in task_group()Peter Zijlstra1-14/+18
2012-08-02workqueue: perform cpu down operations from low priority cpu_notifier()Tejun Heo1-1/+37