aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2012-01-04ptrace: ensure JOBCTL_STOP_SIGMASK is not zero after detachGravatar Oleg Nesterov 2-3/+12
2012-01-04ptrace: partially fix the do_wait(WEXITED) vs EXIT_DEAD->EXIT_ZOMBIE raceGravatar Oleg Nesterov 1-1/+8
2012-01-03hung_task: fix false positive during vforkGravatar Mandeep Singh Baines 1-4/+10
2011-12-31futex: Fix uninterruptible loop due to gate_areaGravatar Hugh Dickins 1-8/+20
2011-12-30Revert "clockevents: Set noop handler in clockevents_exchange_device()"Gravatar Linus Torvalds 1-1/+0
2011-12-20Merge branch 'for-3.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-5/+0
2011-12-20Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-3/+9
2011-12-20binary_sysctl(): fix memory leakGravatar Michel Lespinasse 1-1/+1
2011-12-20cpusets: stall when updating mems_allowed for mempolicy or disjoint nodemaskGravatar David Rientjes 1-5/+24
2011-12-19cgroups: fix a css_set not found bug in cgroup_attach_procGravatar Mandeep Singh Baines 1-5/+0
2011-12-19time/clocksource: Fix kernel-doc warningsGravatar Kusanagi Kouichi 1-3/+9
2011-12-17Merge branches 'perf-urgent-for-linus' and 'sched-urgent-for-linus' of git://...Gravatar Linus Torvalds 2-8/+14
2011-12-16sched: Fix select_idle_sibling() regression in selecting an idle SMT siblingGravatar Peter Zijlstra 1-6/+8
2011-12-14perf events: Fix ring_buffer_wakeup() brown paperbag bugGravatar Will Deacon 1-2/+6
2011-12-09Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-3/+9
2011-12-09sys_getppid: add missing rcu_dereferenceGravatar Mandeep Singh Baines 1-1/+1
2011-12-09printk: avoid double lock acquireGravatar Peter Zijlstra 1-1/+2
2011-12-08Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+1
2011-12-07perf: Do no try to schedule task events if there are noneGravatar Gleb Natapov 1-2/+2
2011-12-06Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 4-5/+11
2011-12-06lockdep, kmemcheck: Annotate ->lock in lockdep_init_map()Gravatar Yong Zhang 1-1/+7
2011-12-06alarmtimers: Fix time comparisonGravatar Thomas Gleixner 1-1/+1
2011-12-05Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 4-6/+95
2011-12-05Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 3-3/+4
2011-12-05Merge branches 'core-urgent-for-linus' and 'irq-urgent-for-linus' of git://gi...Gravatar Linus Torvalds 1-1/+4
2011-12-05Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 4-34/+146
2011-12-05ftrace: Fix hash record accounting bugGravatar Steven Rostedt 1-1/+3
2011-12-05jump_label: jump_label_inc may return before the code is patchedGravatar Gleb Natapov 1-1/+2
2011-12-05ftrace: Remove force undef config value left for testingGravatar Steven Rostedt 1-1/+0
2011-12-05tracing: Restore system filter behaviorGravatar Li Zefan 1-1/+6
2011-12-05tracing: fix event_subsystem ref countingGravatar Ilya Dryomov 1-1/+0
2011-12-05Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Ingo Molnar 1-3/+3
2011-12-05perf: Fix loss of notification with multi-eventGravatar Peter Zijlstra 3-2/+90
2011-12-02clockevents: Set noop handler in clockevents_exchange_device()Gravatar Thomas Gleixner 1-0/+1
2011-12-02tick-broadcast: Stop active broadcast device when replacing itGravatar Thomas Gleixner 1-1/+1
2011-12-02genirq: Fix race condition when stopping the irq threadGravatar Ido Yariv 1-1/+4
2011-12-01trace_events_filter: Use rcu_assign_pointer() when setting ftrace_event_call-...Gravatar Tejun Heo 1-3/+3
2011-12-01clocksource: Fix bug with max_deferment margin calculationGravatar Yang Honggang (Joseph) 1-2/+2
2011-11-29Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 1-6/+10
2011-11-28Merge branch 'for-3.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+9
2011-11-28Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 3-13/+143
2011-11-28Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2011-11-28genirq: fix regression in irqfixup, irqpollGravatar Edward Donovan 1-1/+3
2011-11-24cgroup_freezer: fix freezing groups with stopped tasksGravatar Michal Hocko 1-2/+9
2011-11-23PM / Hibernate: Do not leak memory in error/test code pathsGravatar Rafael J. Wysocki 1-6/+10
2011-11-22Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-5/+0
2011-11-20Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 2-7/+19
2011-11-19PM / Suspend: Fix bug in suspend statistics updateGravatar Srivatsa S. Bhat 1-1/+2
2011-11-19hrtimer: Fix extra wakeups from __remove_hrtimer()Gravatar Jeff Ohlstein 1-2/+4
2011-11-18PM / Hibernate: Fix the early termination of test modesGravatar Srivatsa S. Bhat 1-6/+17