aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-07Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds7-35/+33
2011-01-07Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds1-6/+2
2011-01-07Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel/git/npiggin/linux-npigginLinus Torvalds1-15/+39
2011-01-07sched: Constify function scope static struct sched_param usagePeter Zijlstra4-4/+4
2011-01-07sched: Fix strncmp operationHillf Danton1-1/+1
2011-01-07sched: Move sched_autogroup_exit() to free_signal_struct()Mike Galbraith1-4/+3
2011-01-07sched: Fix struct autogroup memory leakMike Galbraith1-0/+1
2011-01-07sched: Mark autogroup_init() __initYong Zhang1-1/+1
2011-01-07sched: Consolidate the name of root_task_group and init_task_groupYong Zhang2-25/+23
2011-01-07perf_events: Add perf_event_time()Stephane Eranian1-14/+24
2011-01-07perf_events: Generalize use of event_filter_match()Stephane Eranian1-8/+8
2011-01-07perf_events: Move code around to prepare for cgroupStephane Eranian2-16/+26
2011-01-07blktrace: add missing probe argument to block_bio_completeMathieu Desnoyers1-1/+2
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin1-1/+1
2011-01-07fs: dcache rationalise dget variantsNick Piggin1-1/+1
2011-01-07fs: dcache remove dcache_lockNick Piggin1-6/+0
2011-01-07fs: dcache scale subdirsNick Piggin1-2/+17
2011-01-07fs: dcache scale dentry refcountNick Piggin1-2/+0
2011-01-07fs: change d_delete semanticsNick Piggin1-1/+1
2011-01-07cgroup fs: avoid switching ->d_op on live dentryNick Piggin1-5/+22
2011-01-07PM / ACPI: Move NVS saving and restoring code to drivers/acpiRafael J. Wysocki3-148/+0
2011-01-07PM: Fix oops in suspend/hibernate code related to failing ioremap()Jiri Slaby1-1/+7
2011-01-06Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-0/+1
2011-01-06Merge branches 'x86-alternatives-for-linus', 'x86-fpu-for-linus', 'x86-hwmon-for-linus', 'x86-paravirt-for-linus', 'core-locking-for-linus' and 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-10/+17
2011-01-06Merge branch 'x86-security-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+169
2011-01-06Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds6-102/+63
2011-01-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds19-585/+785
2011-01-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds13-348/+894
2011-01-06Merge branch 'core-futexes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-125/+110
2011-01-06Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds9-253/+996
2011-01-05perf: Add calls to suspend trace pointJean Pihet1-0/+3
2011-01-05Merge branch 'clksrc' into develRussell King1-0/+1
2011-01-05Merge commit 'v2.6.37' into perf/coreIngo Molnar2-1/+3
2011-01-05sched: Change wait_for_completion_*_timeout() to return a signed longNeilBrown1-2/+2
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-04perf: Clean up power events by introducing new, more generic onesThomas Renninger2-0/+18
2011-01-04perf: Do not export power_frequency, but power_start eventThomas Renninger1-1/+1
2011-01-04Merge commit 'v2.6.37-rc8' into perf/coreIngo Molnar3-14/+63
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/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+8
2010-12-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-0/+11
2010-12-24PM / Wakeup: Replace pm_check_wakeup_events() with pm_wakeup_pending()Rafael J. Wysocki3-4/+4
2010-12-24PM / Hibernate: When failed, in_suspend should be resetMyungJoo Ham1-0/+1
2010-12-24PM / Hibernate: hibernation_ops->leave should be checked tooMyungJoo Ham1-1/+1
2010-12-24Freezer: Fix a race during freezing of TASK_STOPPED tasksTejun Heo2-2/+13
2010-12-24PM: Use proper ccflag flag in kernel/power/MakefileTracey Dent1-4/+1