index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
samples
/
kfifo
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-04-01
regulator: Make max8997_get_voltage_register always return correct register
Axel Lin
1
-6
/
+7
2012-04-01
regulator: Convert max8952 to set_voltage_sel
Axel Lin
1
-21
/
+7
2012-04-01
regulator: Remove _en_reg, _en_bit and _ops parameters from tps65090_REG macro
Axel Lin
1
-14
/
+14
2012-04-01
regulator: tps65090: Use IS_ERR to check return value of regulator_register
Axel Lin
1
-1
/
+1
2012-04-01
regulator: Merge tps6586x_regulator_ldo_ops and tps6586x_regulator_dvm_ops
Axel Lin
1
-18
/
+7
2012-04-01
regulator: Convert tps6586x to set_voltage_sel
Axel Lin
1
-49
/
+21
2012-04-01
regulator: Convert tps6586x to get_voltage_sel
Axel Lin
1
-4
/
+4
2012-04-01
regulator: wm831x-dcdc: Use devm_kzalloc
Axel Lin
1
-7
/
+2
2012-04-01
regulator: Convert pcap-regulator to get_voltage_sel
Axel Lin
1
-7
/
+4
2012-04-01
regulator: Convert pcap-regulator to set_voltage_sel
Axel Lin
1
-27
/
+6
2012-04-01
regulator: Convert lp3972 to set_voltage_sel
Axel Lin
1
-45
/
+18
2012-04-01
regulator: Convert lp3971 to set_voltage_sel
Axel Lin
1
-43
/
+15
2012-04-01
regulator: Add TPS65090 regulator driver
Venu Byravarasu
4
-0
/
+255
2012-04-01
regulator: gpio-regulator: Set the smallest voltage/current in the specified ...
Axel Lin
1
-4
/
+4
2012-04-01
regulator: fixed: Don't supply voltage change ops when no GPIO is given
Mark Brown
1
-14
/
+13
2012-04-01
regulator: fixed: Use devm_kzalloc()
Mark Brown
1
-3
/
+2
2012-04-01
regulator: Use tps65912_get_voltage for both DCDCs and LDOs
Axel Lin
1
-18
/
+3
2012-04-01
regulator: Implement tps65912_list_voltage to be shared by both DCDCs and LDOs
Axel Lin
1
-16
/
+7
2012-04-01
regulator: max8952: Simplify the logic to get vid[0|1] status
Axel Lin
1
-6
/
+6
2012-04-01
regulator: Convert ab3100 to set_voltage_sel
Axel Lin
1
-13
/
+5
2012-04-01
regulator: Convert ab8500 to set_voltage_sel
Axel Lin
1
-31
/
+4
2012-04-01
regulator: Convert pcf50633 to get_voltage_sel
Axel Lin
1
-35
/
+27
2012-04-01
regulator: pcf50633: Don't write to reserved bits of AUTO output voltage sele...
Axel Lin
1
-16
/
+6
2012-04-01
regulator: Add support s5m8767 opmode operation
Sangbeom Kim
1
-10
/
+61
2012-04-01
mfd: Add s5m regulator operation mode
Sangbeom Kim
2
-0
/
+30
2012-04-01
Linux 3.4-rc1
v3.4-rc1
Linus Torvalds
1
-2
/
+2
2012-03-31
vfs: fix out-of-date dentry_unhash() comment
J. Bruce Fields
1
-1
/
+1
2012-03-31
vfs: split __lookup_hash
Miklos Szeredi
1
-64
/
+44
2012-03-31
untangling do_lookup() - take __lookup_hash()-calling case out of line.
Al Viro
1
-15
/
+16
2012-03-31
untangling do_lookup() - switch to calling __lookup_hash()
Al Viro
1
-67
/
+46
2012-03-31
untangling do_lookup() - merge d_alloc_and_lookup() callers
Al Viro
1
-3
/
+3
2012-03-31
untangling do_lookup() - merge failure exits in !dentry case
Al Viro
1
-15
/
+8
2012-03-31
untangling do_lookup() - massage !dentry case towards __lookup_hash()
Al Viro
1
-25
/
+20
2012-03-31
untangling do_lookup() - get rid of need_reval in !dentry case
Al Viro
1
-6
/
+1
2012-03-31
untangling do_lookup() - eliminate a loop.
Al Viro
1
-4
/
+8
2012-03-31
untangling do_lookup() - expand the area under ->i_mutex
Al Viro
1
-2
/
+4
2012-03-31
untangling do_lookup() - isolate !dentry stuff from the rest of it.
Al Viro
1
-1
/
+16
2012-03-31
vfs: move MAY_EXEC check from __lookup_hash()
Miklos Szeredi
1
-6
/
+5
2012-03-31
vfs: don't revalidate just looked up dentry
Miklos Szeredi
1
-3
/
+1
2012-03-31
vfs: fix d_need_lookup/d_revalidate order in do_lookup
Miklos Szeredi
1
-2
/
+2
2012-03-31
ext3: move headers to fs/ext3/
Al Viro
23
-668
/
+437
2012-03-31
migrate ext2_fs.h guts to fs/ext2/ext2.h
Al Viro
6
-656
/
+634
2012-03-31
new helper: ext2_image_size()
Al Viro
3
-8
/
+30
2012-03-31
get rid of pointless includes of ext2_fs.h
Al Viro
4
-9
/
+4
2012-03-31
ext2: No longer export ext2_fs.h to user space
Thierry Reding
2
-63
/
+10
2012-03-31
mtdchar: kill persistently held vfsmount
Al Viro
1
-37
/
+16
2012-03-31
pstore: trim pstore_get_inode()
Al Viro
1
-18
/
+8
2012-03-31
aio: take final put_ioctx() into callers of io_destroy()
Al Viro
1
-6
/
+4
2012-03-31
aio: merge aio_cancel_all() with wait_for_all_aios()
Al Viro
1
-15
/
+7
2012-03-31
selinuxfs: merge dentry allocation into sel_make_dir()
Al Viro
1
-66
/
+44
[next]