summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* oom: task->mm == NULL doesn't mean the memory was freedOleg Nesterov2011-08-011-1/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg...Linus Torvalds2011-08-019-202/+311
|\
| * Merge branch 'for-next' into for-linusLiam Girdwood2011-08-0110-215/+332
| |\
| | * regulator: Improve WM831x DVS VSEL selection algorithmMark Brown2011-07-281-37/+15
| | * regulator: Bootstrap wm831x DVS VSEL value from ON VSEL if not already setMark Brown2011-07-281-0/+14
| | * regulator: Set up GPIO for WM831x VSEL before enabling VSEL modeMark Brown2011-07-281-21/+20
| | * regulator: Add EPEs to the MODULE_ALIAS() for wm831x-dcdcMark Brown2011-07-281-0/+1
| | * regulator: Fix WM831x DCDC DVS VSEL bootstrappingMark Brown2011-07-281-1/+1
| | * regulator: Fix WM831x regulator ID lookups for multiple WM831xsMark Brown2011-07-282-5/+36
| | * regulator: Fix argument format type errors in error printsMark Brown2011-07-221-2/+2
| | * regulator: Fix memory leak in set_machine_constraints() error pathsAxel Lin2011-07-221-3/+4
| | * regulator: Make core more chatty about some errorsMark Brown2011-07-221-2/+9
| | * regulator: tps65910: Fix array access out of bounds bugAxel Lin2011-07-221-12/+43
| | * regulator: tps65910: Add missing breaks in switch/caseAxel Lin2011-07-221-0/+7
| | * regulator: tps65910: Fix a memory leak in tps65910_probe error pathAxel Lin2011-07-221-0/+1
| | * regulator: TWL: Remove entry of RES_ID for 6030 macrosAmbresh K2011-07-221-34/+30
| | * ASoC: tlv320aic3x: Add correct hw registers to Line1 cross connect muxesJarkko Nikula2011-07-041-13/+21
| | * regulator: Add basic per consumer debugfsMark Brown2011-07-041-1/+29
| | * regulator: Add rdev_crit() macroMark Brown2011-06-091-0/+2
| | * regulator: Refactor supply implementation to work as regular consumersMark Brown2011-06-092-68/+37
| | * regulator: Include the device name in the microamps_requested_ fileMark Brown2011-06-091-2/+3
| | * regulator: Increase the limit on sysfs file namesMark Brown2011-06-091-1/+1
| | * regulator: Properly register dummy regulator driverMark Brown2011-06-081-6/+26
| | * regulator: twl-regulator: fix n_voltages for twl6030 variable LDOsColin Cross2011-05-301-1/+1
| | * regulator: Use _cansleep() for WM8994 regulator GPIOsMark Brown2011-05-301-2/+2
| | * regulator: Do bulk enables of regulators in parallelMark Brown2011-05-302-6/+29
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2011-08-0122-1972/+2190
|\ \ \
| * | | ext4: prevent memory leaks from ext4_mb_init_backend() on error pathYu Jian2011-08-011-6/+6
| * | | ext4: use EXT4_BAD_INO for buddy cache to avoid colliding with valid inode #Yu Jian2011-08-011-1/+5
| * | | ext4: use ext4_msg() instead of printk in mballocTheodore Ts'o2011-08-011-37/+42
| * | | ext4: use ext4_kvzalloc()/ext4_kvmalloc() for s_group_desc and s_group_infoTheodore Ts'o2011-08-013-13/+15
| * | | ext4: introduce ext4_kvmalloc(), ext4_kzalloc(), and ext4_kvfree()Theodore Ts'o2011-08-012-18/+39
| * | | ext4: use the correct error exit path in ext4_init_inode_table()Yongqiang Yang2011-08-011-1/+1
| * | | ext4: add missing kfree() on error return path in add_new_gdb()Dan Carpenter2011-07-301-0/+1
| * | | ext4: change umode_t in tracepoint headers to be an explicit __u16Theodore Ts'o2011-07-301-8/+8
| * | | ext4: fix races in ext4_sync_parent()Theodore Ts'o2011-07-301-5/+21
| * | | ext4: Fix overflow caused by missing cast in ext4_fallocate()Utako Kusaka2011-07-271-1/+1
| * | | ext4: add action of moving index in ext4_ext_rm_idx for Punch HoleRobin Dong2011-07-271-2/+7
| * | | ext4: simplify parameters of reserve_backup_gdb()Yongqiang Yang2011-07-271-5/+7
| * | | ext4: simplify parameters of add_new_gdb()Yongqiang Yang2011-07-271-15/+24
| * | | ext4: remove lock_buffer in bclean() and setup_new_group_blocks()Yongqiang Yang2011-07-271-4/+0
| * | | ext4: simplify journal handling in setup_new_group_blocks()Yongqiang Yang2011-07-261-19/+20
| * | | ext4: let setup_new_group_blocks() set multiple bits at a timeYongqiang Yang2011-07-263-18/+17
| * | | ext4: fix a typo in ext4_group_extend()Yongqiang Yang2011-07-261-1/+1
| * | | ext4: let ext4_group_add_blocks() handle 0 blocks quicklyYongqiang Yang2011-07-261-0/+3
| * | | ext4: let ext4_group_add_blocks() return an error codeYongqiang Yang2011-07-263-9/+23
| * | | ext4: rename ext4_add_groupblocks() to ext4_group_add_blocks()Yongqiang Yang2011-07-263-4/+4
| * | | ext4: prevent a fs with errors from being resizedYongqiang Yang2011-07-261-0/+10
| * | | ext4: prevent parallel resizers by atomic bit opsYongqiang Yang2011-07-264-40/+36
| * | | ext4: fix data corruption in inodes with journalled dataJan Kara2011-07-261-0/+29
OpenPOWER on IntegriCloud