summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2011-12-21Make TASKSTATS require root accessLinus Torvalds
2011-12-09clockevents: Set noop handler in clockevents_exchange_device()Thomas Gleixner
2011-12-09tick-broadcast: Stop active broadcast device when replacing itThomas Gleixner
2011-12-09genirq: Fix race condition when stopping the irq threadIdo Yariv
2011-12-09timekeeping: add arch_offset hook to ktime_get functionsHector Palacios
2011-11-26genirq: Add IRQF_RESUME_EARLY and resume such IRQs earlierIan Campbell
2011-11-26PM / Suspend: Off by one in pm_suspend()Dan Carpenter
2011-11-08Revert "genirq: Add IRQF_RESUME_EARLY and resume such IRQs earlier"Greg Kroah-Hartman
2011-11-07genirq: Add IRQF_RESUME_EARLY and resume such IRQs earlierIan Campbell
2011-11-07time: Change jiffies_to_clock_t() argument type to unsigned longhank
2011-11-07kmod: prevent kmod_loop_msg overflow in __request_module()Jiri Kosina
2011-08-29futex: Fix regression with read only mappingsShawn Bohrer
2011-08-08perf: overflow/perf_count_sw_cpu_clock crashes recent kernelsPeter Zijlstra
2011-07-13PM / Hibernate: Fix free_unnecessary_pages()Rafael J. Wysocki
2011-07-13PM / Hibernate: Avoid hitting OOM during preallocation of memoryRafael J. Wysocki
2011-07-13taskstats: don't allow duplicate entries in listener modeVasiliy Kulikov
2011-07-13PM: Free memory bitmaps if opening /dev/snapshot failsMichal Kubecek
2011-07-13clocksource: Make watchdog robust vs. interruptionThomas Gleixner
2011-06-23time: Compensate for rounding on odd-frequency clocksourcesKasper Pedersen
2011-06-23genirq: Add IRQF_FORCE_RESUMEThomas Gleixner
2011-06-23lockdep: Fix lock_is_held() on recursionPeter Zijlstra
2011-06-23ftrace: Only update the function code on write to filter filesSteven Rostedt
2011-05-23tick: Clear broadcast active bit when switching to oneshotThomas Gleixner
2011-05-23clocksource: Install completely before selectingjohn stultz
2011-05-23Fix time() inconsistencies caused by intermediate xtime_cache values being readjohn stultz
2011-04-22next_pidmap: fix overflow conditionLinus Torvalds
2011-04-14repair gdbstub to match the gdbserial protocol specificationJason Wessel
2011-04-14Relax si_code check in rt_sigqueueinfo and rt_tgsigqueueinfoRoland Dreier
2011-04-14perf: Better fit max unprivileged mlock pages for tools needsFrederic Weisbecker
2011-03-27Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing the signal codeJulien Tinnes
2011-03-24Revert "perf: Handle stopped state with tracepoints"Greg Kroah-Hartman
2011-03-23smp_call_function_many: handle concurrent clearing of maskMilton Miller
2011-03-23call_function_many: add missing orderingMilton Miller
2011-03-23call_function_many: fix list delete vs add raceMilton Miller
2011-03-23perf: Handle stopped state with tracepointsFrederic Weisbecker
2011-03-23ftrace: Fix memory leak with function graph and cpu hotplugSteven Rostedt
2011-03-14cpuset: add a missing unlock in cpuset_write_resmask()Li Zefan
2011-03-07clockevents: Prevent oneshot mode when broadcast device is periodicThomas Gleixner
2011-03-02genirq: Disable the SHIRQ_DEBUG call in request_threaded_irq for nowThomas Gleixner
2011-03-02PM / Hibernate: Return error code when alloc_image_page() failsStanislaw Gruszka
2011-03-02CRED: Fix memory and refcount leaks upon security_prepare_creds() failureTetsuo Handa
2011-03-02CRED: Fix BUG() upon security_cred_alloc_blank() failureTetsuo Handa
2011-03-02CRED: Fix get_task_cred() and task_state() to not resurrect dead credentialsDavid Howells
2011-02-17kernel/user.c: add lock release annotation on free_user()Namhyung Kim
2011-02-17sched: Remove some dead codeDan Carpenter
2011-02-17sched: Fix wake_affine() vs RT tasksPeter Zijlstra
2011-02-17sched: Fix idle balancingNikhil Rao
2011-02-17sched: Fix volanomark performance regressionAlex Shi
2011-02-17sched: Fix cross-sched-class wakeup preemptionPeter Zijlstra
2011-02-17sched: Use group weight, idle cpu metrics to fix imbalances during idleSuresh Siddha