summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2012-02-20relay: prevent integer overflow in relay_open()Dan Carpenter
2012-02-13lockdep, bug: Exclude TAINT_FIRMWARE_WORKAROUND from disabling lockdepPeter Zijlstra
2012-02-13sched/rt: Fix task stack corruption under __ARCH_WANT_INTERRUPTS_ON_CTXSWChanho Min
2012-02-13kprobes: fix a memory leak in function pre_handler_kretprobe()Jiang Liu
2012-02-03cap_syslog: don't use WARN_ONCE for CAP_SYS_ADMIN deprecation warningJonathan Nieder
2012-02-03ftrace: Fix unregister ftrace_ops accountingJiri Olsa
2012-02-03ftrace: Update filter when tracing enabled in set_ftrace_filter()Steven Rostedt
2012-02-03ftrace: Balance records when updating the hashSteven Rostedt
2012-01-25kprobes: initialize before using a hlistAnanth N Mavinakayanahalli
2012-01-12PM / Sleep: Fix race between CPU hotplug and freezerSrivatsa S. Bhat
2012-01-12cgroup: fix to allow mounting a hierarchy by nameLi Zefan
2012-01-06ptrace: partially fix the do_wait(WEXITED) vs EXIT_DEAD->EXIT_ZOMBIE raceOleg Nesterov
2012-01-06hung_task: fix false positive during vforkMandeep Singh Baines
2012-01-06futex: Fix uninterruptible loop due to gate_areaHugh Dickins
2012-01-06cgroups: fix a css_set not found bug in cgroup_attach_procMandeep Singh Baines
2012-01-06binary_sysctl(): fix memory leakMichel Lespinasse
2012-01-03Revert "clockevents: Set noop handler in clockevents_exchange_device()"Linus Torvalds
2011-12-21Make TASKSTATS require root accessLinus Torvalds
2011-12-21alarmtimers: Fix time comparisonThomas Gleixner
2011-12-09clockevents: Set noop handler in clockevents_exchange_device()Thomas Gleixner
2011-12-09clocksource: Fix bug with max_deferment margin calculationYang Honggang (Joseph)
2011-12-09jump_label: jump_label_inc may return before the code is patchedGleb Natapov
2011-12-09tick-broadcast: Stop active broadcast device when replacing itThomas Gleixner
2011-12-09tracing: fix event_subsystem ref countingIlya Dryomov
2011-12-09trace_events_filter: Use rcu_assign_pointer() when setting ftrace_event_call-...Tejun Heo
2011-12-09genirq: Fix race condition when stopping the irq threadIdo Yariv
2011-12-09hrtimer: Fix extra wakeups from __remove_hrtimer()Jeff Ohlstein
2011-12-09timekeeping: add arch_offset hook to ktime_get functionsHector Palacios
2011-12-09cgroup_freezer: fix freezing groups with stopped tasksMichal Hocko
2011-12-09genirq: fix regression in irqfixup, irqpollEdward Donovan
2011-11-26genirq: Fix irqfixup, irqpoll regressionEdward Donovan
2011-11-11PM / Suspend: Off by one in pm_suspend()Dan Carpenter
2011-11-11ptrace: don't clear GROUP_STOP_SIGMASK on double-stopOleg Nesterov
2011-11-11genirq: Add IRQF_RESUME_EARLY and resume such IRQs earlierIan Campbell
2011-11-11tracing: Fix returning of duplicate data after EOF in trace_pipe_rawSteven Rostedt
2011-11-11time: Change jiffies_to_clock_t() argument type to unsigned longhank
2011-11-11kmod: prevent kmod_loop_msg overflow in __request_module()Jiri Kosina
2011-10-25cputimer: Cure lock inversionPeter Zijlstra
2011-10-25Avoid using variable-length arrays in kernel/sys.cLinus Torvalds
2011-10-16ftrace: Fix regression where ftrace breaks when modules are loadedSteven Rostedt
2011-10-16ftrace: Fix regression of :mod:module function enablingSteven Rostedt
2011-10-16posix-cpu-timers: Cure SMP wobblesPeter Zijlstra
2011-10-16sched: Fix up wchan borkageSimon Kirby
2011-10-16sched/rt: Migrate equal priority tasks to available CPUsShawn Bohrer
2011-10-03workqueue: lock cwq access in drain_workqueueThomas Tuttle
2011-10-03genirq: Make irq_shutdown() symmetric vs. irq_startup againGeert Uytterhoeven
2011-10-03sched: Fix a memory leak in __sdt_free()WANG Cong
2011-10-03sched: Move blk_schedule_flush_plug() out of __schedule()Thomas Gleixner
2011-10-03sched: Separate the scheduler entry for preemptionThomas Gleixner
2011-10-03alarmtimers: Avoid possible denial of service with high freq periodic timersJohn Stultz