index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
regulator: Fix WM831x regulator ID lookups for multiple WM831xs
Mark Brown
2011-07-28
2
-5
/
+36
|
|
*
regulator: Fix argument format type errors in error prints
Mark Brown
2011-07-22
1
-2
/
+2
|
|
*
regulator: Fix memory leak in set_machine_constraints() error paths
Axel Lin
2011-07-22
1
-3
/
+4
|
|
*
regulator: Make core more chatty about some errors
Mark Brown
2011-07-22
1
-2
/
+9
|
|
*
regulator: tps65910: Fix array access out of bounds bug
Axel Lin
2011-07-22
1
-12
/
+43
|
|
*
regulator: tps65910: Add missing breaks in switch/case
Axel Lin
2011-07-22
1
-0
/
+7
|
|
*
regulator: tps65910: Fix a memory leak in tps65910_probe error path
Axel Lin
2011-07-22
1
-0
/
+1
|
|
*
regulator: TWL: Remove entry of RES_ID for 6030 macros
Ambresh K
2011-07-22
1
-34
/
+30
|
|
*
ASoC: tlv320aic3x: Add correct hw registers to Line1 cross connect muxes
Jarkko Nikula
2011-07-04
1
-13
/
+21
|
|
*
regulator: Add basic per consumer debugfs
Mark Brown
2011-07-04
1
-1
/
+29
|
|
*
regulator: Add rdev_crit() macro
Mark Brown
2011-06-09
1
-0
/
+2
|
|
*
regulator: Refactor supply implementation to work as regular consumers
Mark Brown
2011-06-09
2
-68
/
+37
|
|
*
regulator: Include the device name in the microamps_requested_ file
Mark Brown
2011-06-09
1
-2
/
+3
|
|
*
regulator: Increase the limit on sysfs file names
Mark Brown
2011-06-09
1
-1
/
+1
|
|
*
regulator: Properly register dummy regulator driver
Mark Brown
2011-06-08
1
-6
/
+26
|
|
*
regulator: twl-regulator: fix n_voltages for twl6030 variable LDOs
Colin Cross
2011-05-30
1
-1
/
+1
|
|
*
regulator: Use _cansleep() for WM8994 regulator GPIOs
Mark Brown
2011-05-30
1
-2
/
+2
|
|
*
regulator: Do bulk enables of regulators in parallel
Mark Brown
2011-05-30
2
-6
/
+29
*
|
|
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...
Linus Torvalds
2011-08-01
22
-1972
/
+2190
|
\
\
\
|
*
|
|
ext4: prevent memory leaks from ext4_mb_init_backend() on error path
Yu Jian
2011-08-01
1
-6
/
+6
|
*
|
|
ext4: use EXT4_BAD_INO for buddy cache to avoid colliding with valid inode #
Yu Jian
2011-08-01
1
-1
/
+5
|
*
|
|
ext4: use ext4_msg() instead of printk in mballoc
Theodore Ts'o
2011-08-01
1
-37
/
+42
|
*
|
|
ext4: use ext4_kvzalloc()/ext4_kvmalloc() for s_group_desc and s_group_info
Theodore Ts'o
2011-08-01
3
-13
/
+15
|
*
|
|
ext4: introduce ext4_kvmalloc(), ext4_kzalloc(), and ext4_kvfree()
Theodore Ts'o
2011-08-01
2
-18
/
+39
|
*
|
|
ext4: use the correct error exit path in ext4_init_inode_table()
Yongqiang Yang
2011-08-01
1
-1
/
+1
|
*
|
|
ext4: add missing kfree() on error return path in add_new_gdb()
Dan Carpenter
2011-07-30
1
-0
/
+1
|
*
|
|
ext4: change umode_t in tracepoint headers to be an explicit __u16
Theodore Ts'o
2011-07-30
1
-8
/
+8
|
*
|
|
ext4: fix races in ext4_sync_parent()
Theodore Ts'o
2011-07-30
1
-5
/
+21
|
*
|
|
ext4: Fix overflow caused by missing cast in ext4_fallocate()
Utako Kusaka
2011-07-27
1
-1
/
+1
|
*
|
|
ext4: add action of moving index in ext4_ext_rm_idx for Punch Hole
Robin Dong
2011-07-27
1
-2
/
+7
|
*
|
|
ext4: simplify parameters of reserve_backup_gdb()
Yongqiang Yang
2011-07-27
1
-5
/
+7
|
*
|
|
ext4: simplify parameters of add_new_gdb()
Yongqiang Yang
2011-07-27
1
-15
/
+24
|
*
|
|
ext4: remove lock_buffer in bclean() and setup_new_group_blocks()
Yongqiang Yang
2011-07-27
1
-4
/
+0
|
*
|
|
ext4: simplify journal handling in setup_new_group_blocks()
Yongqiang Yang
2011-07-26
1
-19
/
+20
|
*
|
|
ext4: let setup_new_group_blocks() set multiple bits at a time
Yongqiang Yang
2011-07-26
3
-18
/
+17
|
*
|
|
ext4: fix a typo in ext4_group_extend()
Yongqiang Yang
2011-07-26
1
-1
/
+1
|
*
|
|
ext4: let ext4_group_add_blocks() handle 0 blocks quickly
Yongqiang Yang
2011-07-26
1
-0
/
+3
|
*
|
|
ext4: let ext4_group_add_blocks() return an error code
Yongqiang Yang
2011-07-26
3
-9
/
+23
|
*
|
|
ext4: rename ext4_add_groupblocks() to ext4_group_add_blocks()
Yongqiang Yang
2011-07-26
3
-4
/
+4
|
*
|
|
ext4: prevent a fs with errors from being resized
Yongqiang Yang
2011-07-26
1
-0
/
+10
|
*
|
|
ext4: prevent parallel resizers by atomic bit ops
Yongqiang Yang
2011-07-26
4
-40
/
+36
|
*
|
|
ext4: fix data corruption in inodes with journalled data
Jan Kara
2011-07-26
1
-0
/
+29
|
*
|
|
ext4: correct comment for ext4_ext_check_cache
Robin Dong
2011-07-23
1
-1
/
+1
|
*
|
|
ext4: correct the debug message in ext4_ext_insert_extent
Robin Dong
2011-07-23
1
-1
/
+1
|
*
|
|
ext4: remove unused argument in ext4_ext_next_leaf_block
Robin Dong
2011-07-23
1
-3
/
+2
|
*
|
|
ext4: remove ac_repeats from ext4_allocation_context
Tao Ma
2011-07-23
1
-1
/
+0
|
*
|
|
ext4: don't increment s_mb_buddies_generated in ext4_mb_release
Tao Ma
2011-07-23
1
-1
/
+1
|
*
|
|
ext4: remove unnecessary ext4_get_group_info in ext4_mb_load_buddy
Tao Ma
2011-07-23
1
-1
/
+1
|
*
|
|
ext4: avoid eh_entries overflow before insert extent_idx
Robin Dong
2011-07-17
1
-8
/
+10
|
*
|
|
ext4: avoid wasted extent cache lookup if !PUNCH_OUT_EXT
Robin Dong
2011-07-17
1
-2
/
+2
[prev]
[next]