summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2012-01-19Revert "sched: Do not account irq time to current task"Alex Gonzalez
2012-01-19Revert "sched: Remove irq time from available CPU power"Alex Gonzalez
2012-01-19Merge commit 'v2.6.35.14' into del-5.8/mainAlex Gonzalez
2011-11-14timekeeping: add arch_offset hook to ktime_get functionsHector Palacios
2011-11-07Sched: fix skip_clock_update optimizationMike Galbraith
2011-11-07sched: fix RCU lockdep splat from task_group()Peter Zijlstra
2011-11-07sched: Fix string comparison in /proc/sched_featuresMathieu Desnoyers
2011-11-07sched: Drop all load weight manipulation for RT tasksLinus Walleij
2011-11-07sched: Fix user time incorrectly accounted as system time on 32-bitStanislaw Gruszka
2011-08-01x86, mtrr: lock stop machine during MTRR rendezvous sequenceSuresh Siddha
2011-08-01tracing: Have "enable" file use refcounts like the "filter"Steven Rostedt
2011-08-01tracing: Fix bug when reading system filters on moduleSteven Rostedt
2011-08-01mm/futex: fix futex writes on archs with SW tracking ofBenjamin Herrenschmidt
2011-08-01PM / Hibernate: Fix free_unnecessary_pages()Rafael J. Wysocki
2011-08-01taskstats: don't allow duplicate entries in listener modeVasiliy Kulikov
2011-08-01PM: Free memory bitmaps if opening /dev/snapshot failsMichal Kubecek
2011-08-01clocksource: Make watchdog robust vs. interruptionThomas Gleixner
2011-08-01time: Compensate for rounding on odd-frequency clocksourcesKasper Pedersen
2011-08-01genirq: Add IRQF_FORCE_RESUMEThomas Gleixner
2011-08-01lockdep: Fix lock_is_held() on recursionPeter Zijlstra
2011-08-01ftrace: Only update the function code on write to filter filesSteven Rostedt
2011-08-01tick: Clear broadcast active bit when switching to oneshotThomas Gleixner
2011-08-01clocksource: Install completely before selectingjohn stultz
2011-04-28next_pidmap: fix overflow conditionLinus Torvalds
2011-03-31Relax si_code check in rt_sigqueueinfo and rt_tgsigqueueinfoRoland Dreier
2011-03-31perf: Fix tear-down of inherited group eventsPeter Zijlstra
2011-03-31PM / Hibernate: Make default image size depend on total RAM sizeRafael J. Wysocki
2011-03-31PM / Hibernate: Improve comments in hibernate_preallocate_memory()Rafael J. Wysocki
2011-03-31perf: Better fit max unprivileged mlock pages for tools needsFrederic Weisbecker
2011-03-31Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing the signal codeJulien Tinnes
2011-03-31smp_call_function_many: handle concurrent clearing of maskMilton Miller
2011-03-31call_function_many: add missing orderingMilton Miller
2011-03-31call_function_many: fix list delete vs add raceMilton Miller
2011-03-31ftrace: Fix memory leak with function graph and cpu hotplugSteven Rostedt
2011-03-31cpuset: add a missing unlock in cpuset_write_resmask()Li Zefan
2011-03-31clockevents: Prevent oneshot mode when broadcast device is periodicThomas Gleixner
2011-03-31genirq: Disable the SHIRQ_DEBUG call in request_threaded_irq for nowThomas Gleixner
2011-03-31PM / Hibernate: Return error code when alloc_image_page() failsStanislaw Gruszka
2011-03-31CRED: Fix memory and refcount leaks upon security_prepare_creds() failureTetsuo Handa
2011-03-31CRED: Fix BUG() upon security_cred_alloc_blank() failureTetsuo Handa
2011-03-31kernel/user.c: add lock release annotation on free_user()Namhyung Kim
2011-03-31sched: Use group weight, idle cpu metrics to fix imbalances during idleSuresh Siddha
2011-03-31sched, cgroup: Fixup broken cgroup movementPeter Zijlstra
2011-03-31sched: Export account_system_vtime()Ingo Molnar
2011-03-31sched: Call tick_check_idle before __irq_enterVenkatesh Pallipadi
2011-03-31sched: Remove irq time from available CPU powerVenkatesh Pallipadi
2011-03-31sched: Do not account irq time to current taskVenkatesh Pallipadi
2011-03-31sched: Add IRQ_TIME_ACCOUNTING, finer accounting of irq timeVenkatesh Pallipadi
2011-03-31sched: Add a PF flag for ksoftirqd identificationVenkatesh Pallipadi
2011-03-31sched: Fix softirq time accountingVenkatesh Pallipadi