summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2012-02-03cap_syslog: don't use WARN_ONCE for CAP_SYS_ADMIN deprecation warningJonathan Nieder1-2/+4
2012-02-03ftrace: Fix unregister ftrace_ops accountingJiri Olsa1-14/+13
2012-02-03ftrace: Update filter when tracing enabled in set_ftrace_filter()Steven Rostedt1-0/+4
2012-02-03ftrace: Balance records when updating the hashSteven Rostedt1-16/+33
2012-01-25kprobes: initialize before using a hlistAnanth N Mavinakayanahalli1-1/+1
2012-01-12PM / Sleep: Fix race between CPU hotplug and freezerSrivatsa S. Bhat1-0/+74
2012-01-12cgroup: fix to allow mounting a hierarchy by nameLi Zefan1-3/+3
2012-01-06ptrace: partially fix the do_wait(WEXITED) vs EXIT_DEAD->EXIT_ZOMBIE raceOleg Nesterov1-1/+8
2012-01-06hung_task: fix false positive during vforkMandeep Singh Baines1-4/+10
2012-01-06futex: Fix uninterruptible loop due to gate_areaHugh Dickins1-8/+20
2012-01-06cgroups: fix a css_set not found bug in cgroup_attach_procMandeep Singh Baines1-5/+0
2012-01-06binary_sysctl(): fix memory leakMichel Lespinasse1-1/+1
2012-01-03Revert "clockevents: Set noop handler in clockevents_exchange_device()"Linus Torvalds1-1/+0
2011-12-21Make TASKSTATS require root accessLinus Torvalds1-0/+1
2011-12-21alarmtimers: Fix time comparisonThomas Gleixner1-1/+1
2011-12-09clockevents: Set noop handler in clockevents_exchange_device()Thomas Gleixner1-0/+1
2011-12-09clocksource: Fix bug with max_deferment margin calculationYang Honggang (Joseph)1-2/+2
2011-12-09jump_label: jump_label_inc may return before the code is patchedGleb Natapov1-1/+2
2011-12-09tick-broadcast: Stop active broadcast device when replacing itThomas Gleixner1-1/+1
2011-12-09tracing: fix event_subsystem ref countingIlya Dryomov1-1/+0
2011-12-09trace_events_filter: Use rcu_assign_pointer() when setting ftrace_event_call-...Tejun Heo1-3/+3
2011-12-09genirq: Fix race condition when stopping the irq threadIdo Yariv1-1/+4
2011-12-09hrtimer: Fix extra wakeups from __remove_hrtimer()Jeff Ohlstein1-2/+4
2011-12-09timekeeping: add arch_offset hook to ktime_get functionsHector Palacios1-0/+4
2011-12-09cgroup_freezer: fix freezing groups with stopped tasksMichal Hocko1-2/+9
2011-12-09genirq: fix regression in irqfixup, irqpollEdward Donovan1-1/+3
2011-11-26genirq: Fix irqfixup, irqpoll regressionEdward Donovan1-1/+1
2011-11-11PM / Suspend: Off by one in pm_suspend()Dan Carpenter1-1/+1
2011-11-11ptrace: don't clear GROUP_STOP_SIGMASK on double-stopOleg Nesterov1-3/+1
2011-11-11genirq: Add IRQF_RESUME_EARLY and resume such IRQs earlierIan Campbell1-7/+41
2011-11-11tracing: Fix returning of duplicate data after EOF in trace_pipe_rawSteven Rostedt1-2/+2
2011-11-11time: Change jiffies_to_clock_t() argument type to unsigned longhank1-1/+1
2011-11-11kmod: prevent kmod_loop_msg overflow in __request_module()Jiri Kosina1-1/+3
2011-10-25cputimer: Cure lock inversionPeter Zijlstra1-3/+4
2011-10-25Avoid using variable-length arrays in kernel/sys.cLinus Torvalds1-1/+1
2011-10-16ftrace: Fix regression where ftrace breaks when modules are loadedSteven Rostedt1-2/+28
2011-10-16ftrace: Fix regression of :mod:module function enablingSteven Rostedt2-10/+5
2011-10-16posix-cpu-timers: Cure SMP wobblesPeter Zijlstra2-26/+3
2011-10-16sched: Fix up wchan borkageSimon Kirby1-1/+1
2011-10-16sched/rt: Migrate equal priority tasks to available CPUsShawn Bohrer1-2/+2
2011-10-03workqueue: lock cwq access in drain_workqueueThomas Tuttle1-1/+6
2011-10-03genirq: Make irq_shutdown() symmetric vs. irq_startup againGeert Uytterhoeven1-1/+1
2011-10-03sched: Fix a memory leak in __sdt_free()WANG Cong1-0/+1
2011-10-03sched: Move blk_schedule_flush_plug() out of __schedule()Thomas Gleixner1-10/+15
2011-10-03sched: Separate the scheduler entry for preemptionThomas Gleixner1-5/+10
2011-10-03alarmtimers: Avoid possible denial of service with high freq periodic timersJohn Stultz1-0/+9
2011-10-03alarmtimers: Memset itimerspec passed into alarm_timer_getJohn Stultz1-0/+2
2011-10-03alarmtimers: Avoid possible null pointer traversalJohn Stultz1-5/+2
2011-10-03kernel/printk: do not turn off bootconsole in printk_late_init() if keep_bootconNishanth Aravamudan1-1/+1
2011-08-29Add a personality to report 2.6.x version numbersAndi Kleen1-0/+38