summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2012-04-10futex: Do not leak robust list to unprivileged processKees Cook
2012-04-10futex: Simplify return logicThomas Gleixner
2012-04-10futex: Cover all PI opcodes with cmpxchg enabled checkThomas Gleixner
2012-03-26ENGR00177745-1 Add interactive cpufreq governorAnson Huang
2012-02-28futex: Fix uninterruptible loop due to gate_areaHugh Dickins
2012-02-28futex: Fix spelling in a source code commentBart Van Assche
2012-02-28futex: uninitialized warning correctionsVitaliy Ivanov
2012-02-28plist: Remove the need to supply locks to plist headsDima Zavin
2012-01-09ENGR00156637 [MX6]Reboot take long time on SMPAnson Huang
2012-01-09ENGR00133978 PM: add time sensitive debug function to suspend & resumeZhang Jiejing
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
2011-10-03alarmtimers: Memset itimerspec passed into alarm_timer_getJohn Stultz
2011-10-03alarmtimers: Avoid possible null pointer traversalJohn Stultz
2011-10-03kernel/printk: do not turn off bootconsole in printk_late_init() if keep_bootconNishanth Aravamudan
2011-08-29Add a personality to report 2.6.x version numbersAndi Kleen
2011-08-29x86, mtrr: lock stop machine during MTRR rendezvous sequenceSuresh Siddha
2011-08-29genirq: Fix wrong bit operationjhbird.choi@samsung.com