summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2011-01-05Merge commit 'v2.6.37' into sched/coreIngo Molnar13-171/+361
2011-01-04sched, autogroup: Fix reference leakMike Galbraith1-1/+1
2011-01-04sched, autogroup: Fix potential access to freed memoryMike Galbraith1-8/+17
2011-01-04sched: Remove redundant CONFIG_CGROUP_SCHED ifdefYong Zhang1-4/+0
2011-01-03watchdog: Improve initialisation error message and documentationBen Hutchings1-1/+2
2010-12-29fix freeing user_struct in user cacheHillf Danton1-0/+1
2010-12-28Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+8
2010-12-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds1-0/+11
2010-12-23ring_buffer: Off-by-one and duplicate events in ring_buffer_read_pageDavid Sharp1-1/+8
2010-12-22taskstats: pad taskstats netlink response for aligment issues on ia64Jeff Mahoney1-13/+44
2010-12-22kthread_work: make lockdep happyYong Zhang1-0/+11
2010-12-20Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+0
2010-12-19sched: Remove debugging checkIngo Molnar1-1/+0
2010-12-19Merge branches 'x86-fixes-for-linus' and 'perf-fixes-for-linus' of git://git....Linus Torvalds2-8/+39
2010-12-19Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-52/+245
2010-12-19sched: Fix interactivity bug by charging unaccounted run-time on entity re-we...Paul Turner1-1/+5
2010-12-19sched: Move periodic share updates to entity_tick()Paul Turner1-4/+17
2010-12-19Merge commit 'v2.6.37-rc6' into sched/coreIngo Molnar1-3/+4
2010-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds1-94/+10
2010-12-17resources: add arch hook for preventing allocation in reserved areasBjorn Helgaas1-0/+6
2010-12-17Revert "resources: support allocating space within a region from the top down"Bjorn Helgaas1-94/+4
2010-12-16PM / Hibernate: Restore old swap signature to avoid user space breakageRafael J. Wysocki1-1/+1
2010-12-16PM / Hibernate: Fix PM_POST_* notification with user-space suspendTakashi Iwai1-1/+1
2010-12-16Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar1-1/+9
2010-12-16sched: Fix the irqtime code for 32bitPeter Zijlstra1-6/+45
2010-12-16sched: Fix the irqtime code to deal with u64 wrapsPeter Zijlstra1-33/+50
2010-12-16perf: Fix off by one in perf_swevent_init()Dan Carpenter1-1/+1
2010-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-3/+4
2010-12-14workqueue: It is likely that WORKER_NOT_RUNNING is trueSteven Rostedt1-2/+2
2010-12-08printk: Use this_cpu_{read|write} api on printk_pendingEric Dumazet1-4/+4
2010-12-08sched: Make pushable_tasks CONFIG_SMP dependantDario Faggioli1-0/+2
2010-12-08Merge branch 'linus' into sched/coreIngo Molnar14-60/+188
2010-12-08nohz: Fix get_next_timer_interrupt() vs cpu hotplugHeiko Carstens1-0/+6
2010-12-08Sched: fix skip_clock_update optimizationMike Galbraith2-12/+15
2010-12-08sched: Cure more NO_HZ load average woesPeter Zijlstra2-12/+140
2010-12-08perf: Fix duplicate events with multiple-pmu vs software eventsPeter Zijlstra1-6/+29
2010-12-08Merge branches 'x86-fixes-for-linus', 'perf-fixes-for-linus' and 'sched-fixes...Linus Torvalds1-1/+3
2010-12-07Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2010-12-06Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds4-28/+54
2010-12-06PM / Hibernate: Fix memory corruption related to swapRafael J. Wysocki3-13/+16
2010-12-06PM / Hibernate: Use async I/O when reading compressed hibernation imageBojan Smojver1-15/+38
2010-12-02do_exit(): make sure that we run with get_fs() == USER_DSNelson Elhage1-0/+9
2010-12-01genirq: Fix incorrect proc spurious outputKenji Kaneshige1-1/+1
2010-11-30tracing: Fix panic when lseek() called on "trace" opened for writingSlava Pestov1-1/+9
2010-11-30sched: Add 'autogroup' scheduling feature: automated per session task groupsMike Galbraith7-49/+292
2010-11-30sched: Fix unregister_fair_sched_group()Paul Turner1-2/+1
2010-11-28Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+20
2010-11-27Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-6/+6
2010-11-27Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-15/+92
2010-11-27Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-5/+3