summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* genirq: Add IRQF_RESUME_EARLY and resume such IRQs earlierIan Campbell2011-11-071-7/+28
* time: Change jiffies_to_clock_t() argument type to unsigned longhank2011-11-071-1/+1
* kmod: prevent kmod_loop_msg overflow in __request_module()Jiri Kosina2011-11-071-1/+3
* futex: Fix regression with read only mappingsShawn Bohrer2011-08-291-12/+42
* perf: overflow/perf_count_sw_cpu_clock crashes recent kernelsPeter Zijlstra2011-08-081-6/+2
* PM / Hibernate: Fix free_unnecessary_pages()Rafael J. Wysocki2011-07-131-1/+5
* PM / Hibernate: Avoid hitting OOM during preallocation of memoryRafael J. Wysocki2011-07-131-20/+65
* taskstats: don't allow duplicate entries in listener modeVasiliy Kulikov2011-07-131-3/+12
* PM: Free memory bitmaps if opening /dev/snapshot failsMichal Kubecek2011-07-131-1/+3
* clocksource: Make watchdog robust vs. interruptionThomas Gleixner2011-07-131-11/+13
* time: Compensate for rounding on odd-frequency clocksourcesKasper Pedersen2011-06-231-2/+7
* genirq: Add IRQF_FORCE_RESUMEThomas Gleixner2011-06-232-4/+10
* lockdep: Fix lock_is_held() on recursionPeter Zijlstra2011-06-231-1/+1
* ftrace: Only update the function code on write to filter filesSteven Rostedt2011-06-231-5/+7
* tick: Clear broadcast active bit when switching to oneshotThomas Gleixner2011-05-231-1/+11
* clocksource: Install completely before selectingjohn stultz2011-05-231-1/+1
* Fix time() inconsistencies caused by intermediate xtime_cache values being readjohn stultz2011-05-231-2/+9
* next_pidmap: fix overflow conditionLinus Torvalds2011-04-221-1/+4
* repair gdbstub to match the gdbserial protocol specificationJason Wessel2011-04-141-6/+3
* Relax si_code check in rt_sigqueueinfo and rt_tgsigqueueinfoRoland Dreier2011-04-141-2/+2
* perf: Better fit max unprivileged mlock pages for tools needsFrederic Weisbecker2011-04-141-1/+2
* Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing the signal codeJulien Tinnes2011-03-271-4/+12
* Revert "perf: Handle stopped state with tracepoints"Greg Kroah-Hartman2011-03-241-2/+0
* smp_call_function_many: handle concurrent clearing of maskMilton Miller2011-03-231-3/+10
* call_function_many: add missing orderingMilton Miller2011-03-231-13/+33
* call_function_many: fix list delete vs add raceMilton Miller2011-03-231-7/+13
* perf: Handle stopped state with tracepointsFrederic Weisbecker2011-03-231-0/+2
* ftrace: Fix memory leak with function graph and cpu hotplugSteven Rostedt2011-03-232-8/+46
* cpuset: add a missing unlock in cpuset_write_resmask()Li Zefan2011-03-141-2/+5
* clockevents: Prevent oneshot mode when broadcast device is periodicThomas Gleixner2011-03-073-1/+18
* genirq: Disable the SHIRQ_DEBUG call in request_threaded_irq for nowThomas Gleixner2011-03-021-1/+1
* PM / Hibernate: Return error code when alloc_image_page() failsStanislaw Gruszka2011-03-021-5/+2
* CRED: Fix memory and refcount leaks upon security_prepare_creds() failureTetsuo Handa2011-03-021-2/+2
* CRED: Fix BUG() upon security_cred_alloc_blank() failureTetsuo Handa2011-03-021-4/+8
* CRED: Fix get_task_cred() and task_state() to not resurrect dead credentialsDavid Howells2011-03-021-0/+25
* kernel/user.c: add lock release annotation on free_user()Namhyung Kim2011-02-171-0/+1
* sched: Remove some dead codeDan Carpenter2011-02-171-2/+0
* sched: Fix wake_affine() vs RT tasksPeter Zijlstra2011-02-172-24/+23
* sched: Fix idle balancingNikhil Rao2011-02-171-1/+3
* sched: Fix volanomark performance regressionAlex Shi2011-02-171-4/+0
* sched: Fix cross-sched-class wakeup preemptionPeter Zijlstra2011-02-171-5/+19
* sched: Use group weight, idle cpu metrics to fix imbalances during idleSuresh Siddha2011-02-171-3/+33
* sched, cgroup: Fixup broken cgroup movementPeter Zijlstra2011-02-172-10/+23
* sched: Export account_system_vtime()Ingo Molnar2011-02-171-0/+1
* sched: Call tick_check_idle before __irq_enterVenkatesh Pallipadi2011-02-172-4/+10
* sched: Remove irq time from available CPU powerVenkatesh Pallipadi2011-02-172-1/+30
* sched: Do not account irq time to current taskVenkatesh Pallipadi2011-02-173-8/+44
* sched: Add IRQ_TIME_ACCOUNTING, finer accounting of irq timeVenkatesh Pallipadi2011-02-171-0/+49
* sched: Add a PF flag for ksoftirqd identificationVenkatesh Pallipadi2011-02-171-0/+1
* sched: Fix softirq time accountingVenkatesh Pallipadi2011-02-172-18/+35