summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-11-23sched: Add some clock info to sched_debugPeter Zijlstra2-5/+28
2010-11-23cpu: Remove incorrect BUG_ONPeter Zijlstra1-1/+4
2010-11-23cpu: Remove unused variableDhaval Giani1-1/+0
2010-11-23sched: Fix UP build breakagePeter Zijlstra1-1/+1
2010-11-23sched: Make task dump print all 15 chars of proc commErik Gilling1-1/+1
2010-11-18sched: Update tg->shares after cpu.shares writePaul Turner1-31/+11
2010-11-18sched: Allow update_cfs_load() to update global loadPaul Turner1-15/+29
2010-11-18sched: Implement demand based update_cfs_load()Paul Turner2-1/+20
2010-11-18sched: Update shares on idle_balancePaul Turner1-0/+1
2010-11-18sched: Add sysctl_sched_shares_windowPaul Turner3-1/+16
2010-11-18sched: Introduce hierarchal order on shares update listPaul Turner1-10/+16
2010-11-18sched: Fix update_cfs_load() synchronizationPaul Turner2-13/+22
2010-11-18sched: Fix load corruption from update_cfs_shares()Paul Turner1-8/+8
2010-11-18sched: Make tg_shares_up() walk on-demandPeter Zijlstra2-67/+58
2010-11-18sched: Implement on-demand (active) cfs_rq listPeter Zijlstra3-83/+92
2010-11-18sched: Rewrite tg_shares_up)Peter Zijlstra6-213/+162
2010-11-18sched: Simplify cpu-hot-unplug task migrationPeter Zijlstra3-158/+67
2010-11-18Merge commit 'v2.6.37-rc2' into sched/coreIngo Molnar8825-471749/+917404
2010-11-16Linux 2.6.37-rc2Linus Torvalds1-1/+1
2010-11-16capabilities/syslog: open code cap_syslog logic to fix build failureEric Paris7-40/+28
2010-11-16Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-6/+6
2010-11-16Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-42/+192
2010-11-16Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds12-36/+23
2010-11-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds7-49/+174
2010-11-16i2c: Sanity checks on adapter registrationJean Delvare1-0/+12
2010-11-16i2c: Mark i2c_adapter.id as deprecatedJean Delvare3-2/+11
2010-11-16i2c: Drivers shouldn't include <linux/i2c-id.h>Jean Delvare3-3/+0
2010-11-16i2c: Delete unused adapter IDsJean Delvare2-23/+0
2010-11-16i2c: Remove obsolete cleanup for clientdataWolfram Sang4-8/+0
2010-11-16include/linux/kernel.h: Move logging bits to include/linux/printk.hLinus Torvalds2-244/+249
2010-11-16Fix gcc 4.5.1 miscompiling drivers/char/i8k.c (again)Jim Bos1-4/+4
2010-11-15hwmon: (w83795) Check for BEEP pin availabilityJean Delvare1-7/+51
2010-11-15hwmon: (w83795) Clear intrusion alarm immediatelyJean Delvare1-0/+4
2010-11-15hwmon: (w83795) Read the intrusion state properlyJean Delvare1-3/+20
2010-11-15hwmon: (w83795) Print the actual temperature channels as sourcesJean Delvare1-10/+20
2010-11-15hwmon: (w83795) List all usable temperature sourcesJean Delvare1-3/+54
2010-11-15hwmon: (w83795) Expose fan control methodJean Delvare1-1/+18
2010-11-15hwmon: (w83795) Fix fan control mode attributesJean Delvare1-10/+8
2010-11-15hwmon: (lm95241) Check validity of input valuesJean Delvare1-5/+14
2010-11-15hwmon: Change mail address of Hans J. KochHans J. Koch3-4/+4
2010-11-15PCI: sysfs: fix printk warningsRandy Dunlap1-1/+2
2010-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesLinus Torvalds5-216/+98
2010-11-15Merge branch 's5p-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-17/+17
2010-11-15Merge branch 'fbdev-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds7-20/+40
2010-11-15Merge branches 'sh-fixes-for-linus' and 'rmobile-fixes-for-linus' of git://gi...Linus Torvalds7-9/+15
2010-11-15GFS2: Fix inode deallocation raceSteven Whitehouse5-216/+98
2010-11-15Merge branch 'rmobile/core' into rmobile-fixes-for-linusPaul Mundt1-0/+4
2010-11-15ARM: mach-shmobile: ap4evb: add fsib 44100Hz rateKuninori Morimoto1-0/+4
2010-11-15sh: intc: Fix up build failure introduced by radix tree changes.Paul Mundt1-1/+1
2010-11-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt425-2902/+9108