Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
93d17715a5b960d34220f2edba3e6cee9b5b1c58
/
drivers
1830794
mm: add numa node symlink for cpu devices in sysfs
by Alex Chiang
· 15 years ago
b9d52da
mm: refactor unregister_cpu_under_node()
by Alex Chiang
· 15 years ago
f8246f3
mm: refactor register_cpu_under_node()
by Alex Chiang
· 15 years ago
dee5d0d
mm: add numa node symlink for memory section in sysfs
by Alex Chiang
· 15 years ago
39da08c
hugetlb: offload per node attribute registrations
by Lee Schermerhorn
· 15 years ago
4faf8d9
hugetlb: handle memory hot-plug events
by Lee Schermerhorn
· 15 years ago
9a30523
hugetlb: add per node hstate attributes
by Lee Schermerhorn
· 15 years ago
ee32398
/dev/mem: remove redundant parameter from do_write_kmem()
by Wu Fengguang
· 15 years ago
80ad89a
/dev/mem: remove the "written" variable in write_kmem()
by Wu Fengguang
· 15 years ago
7fabadd
/dev/mem: make size_inside_page() logic straight
by Wu Fengguang
· 15 years ago
fa29e97
/dev/mem: cleanup unxlate_dev_mem_ptr() calls
by Wu Fengguang
· 15 years ago
f222318
/dev/mem: introduce size_inside_page()
by Wu Fengguang
· 15 years ago
4ea2f43
/dev/mem: remove redundant test on len
by Wu Fengguang
· 15 years ago
5443040
Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging
by Linus Torvalds
· 15 years ago
75b0803
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
fb1beb2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6
by Linus Torvalds
· 15 years ago
54067ee
i2c-core: i2c bus should support PM entries in struct dev_pm_ops
by sonic zhang
· 15 years ago
e5e9f44
i2c: Drop I2C_CLIENT_INSMOD_2 to 8
by Jean Delvare
· 15 years ago
1f86df4
i2c: Drop I2C_CLIENT_INSMOD_1
by Jean Delvare
· 15 years ago
c3813d6
i2c: Get rid of struct i2c_client_address_data
by Jean Delvare
· 15 years ago
310ec79
i2c: Drop the kind parameter from detect callbacks
by Jean Delvare
· 15 years ago
478e4e9
Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 15 years ago
37222e1
Merge branch 'for-linus' of git://neil.brown.name/md
by Linus Torvalds
· 15 years ago
76b8f82
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6
by Linus Torvalds
· 15 years ago
af853e6
Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm
by Linus Torvalds
· 15 years ago
d031655
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 15 years ago
06e3c81
md: add 'recovery_start' per-device sysfs attribute
by Dan Williams
· 15 years ago
4e59ca7
md: rcu_read_lock() walk of mddev->disks in md_do_sync()
by Dan Williams
· 15 years ago
93be75f
md: integrate spares into array at earliest opportunity.
by NeilBrown
· 15 years ago
aa98aa3
md: move compat_ioctl handling into md.c
by Arnd Bergmann
· 15 years ago
93bd89a
md: revise Kconfig help for MD_MULTIPATH
by NeilBrown
· 15 years ago
0efb9e6
md: add MODULE_DESCRIPTION for all md related modules.
by NeilBrown
· 15 years ago
1e50915
raid: improve MD/raid10 handling of correctable read errors.
by Robert Becker
· 15 years ago
67b8dc4
md/raid10: print more useful messages on device failure.
by Robert Becker
· 15 years ago
ffa2332
md/bitmap: update dirty flag when bitmap bits are explicitly set.
by NeilBrown
· 15 years ago
ece5cff
md: Support write-intent bitmaps with externally managed metadata.
by NeilBrown
· 15 years ago
624ce4f
md/bitmap: move setting of daemon_lastrun out of bitmap_read_sb
by NeilBrown
· 15 years ago
43a7050
md: support updating bitmap parameters via sysfs.
by NeilBrown
· 15 years ago
72e0207
md: factor out parsing of fixed-point numbers
by NeilBrown
· 15 years ago
f6af949
md: support bitmap offset appropriate for external-metadata arrays.
by NeilBrown
· 15 years ago
9cd30fd
md: remove needless setting of thread->timeout in raid10_quiesce
by NeilBrown
· 15 years ago
1b04be9
md: change daemon_sleep to be in 'jiffies' rather than 'seconds'.
by NeilBrown
· 15 years ago
42a04b5
md: move offset, daemon_sleep and chunksize out of bitmap structure
by NeilBrown
· 15 years ago
c3d9714
md: collect bitmap-specific fields into one structure.
by NeilBrown
· 15 years ago
709ae48
md/raid1: add takeover support for raid5->raid1
by NeilBrown
· 15 years ago
6eef4b2
md: add honouring of suspend_{lo,hi} to raid1.
by NeilBrown
· 15 years ago
729a186
md/raid5: don't complete make_request on barrier until writes are scheduled
by NeilBrown
· 15 years ago
a2826aa
md: support barrier requests on all personalities.
by NeilBrown
· 15 years ago
efa5933
md: don't reset curr_resync_completed after an interrupted resync
by NeilBrown
· 15 years ago
c07b70a
md: adjust resync_min usefully when resync aborts.
by NeilBrown
· 15 years ago
7820f9e
md: remove sparse warning:symbol XXX was not declared.
by NeilBrown
· 15 years ago
8553fe7
md/raid5: remove some sparse warnings.
by NeilBrown
· 15 years ago
aa5cbd1
md/bitmap: protect against bitmap removal while being updated.
by NeilBrown
· 15 years ago
9da6653
mfd: Add twl6030 regulator subdevices
by Rajendra Nayak
· 15 years ago
441a450
regulator: Add support for twl6030 regulators
by Rajendra Nayak
· 15 years ago
a6b49ff
rtc: Add twl6030 RTC support
by Balaji T K
· 15 years ago
e8deb28
mfd: Add support for twl6030 irq framework
by Balaji T K
· 15 years ago
c4aa6f3
mfd: Rename twl4030_ routines in twl-regulator.c
by Rajendra Nayak
· 15 years ago
ef3b7d0
mfd: Rename twl4030_ routines in rtc-twl.c
by Balaji T K
· 15 years ago
fc7b92f
mfd: Rename all twl4030_i2c*
by Balaji T K
· 15 years ago
fc77366
Merge branch 'master' into devel
by Russell King
· 15 years ago
b07682b
mfd: Rename twl4030* driver files to enable re-use
by Santosh Shilimkar
· 15 years ago
147e084
mfd: Clarify twl4030 return value for read and write
by Amit Kucheria
· 15 years ago
ab4abe05
mfd: Add all twl4030 regulators to the twl4030 mfd driver
by Juha Keski-Saari
· 15 years ago
be26d66
mfd: Don't set mc13783 ADREFMODE for touch conversions
by Uwe Kleine-König
· 15 years ago
9e27267
mfd: Near complete mc13783 rewrite
by Uwe Kleine-König
· 15 years ago
d7f81c4
mfd: Remove build time warning for WM835x register default tables
by Mark Brown
· 15 years ago
0125350
mfd: Force I2C to be built in when building WM831x
by Mark Brown
· 15 years ago
6e40173
mfd: Don't allow wm831x to be built as a module
by Mark Brown
· 15 years ago
cb9b224
mfd: Fix incorrect error check for wm8350-core
by Dan Carpenter
· 15 years ago
89f5f9f
mfd: Fix twl4030 warning
by Alan Cox
· 15 years ago
dc0fb25
gpiolib: Implement gpio_to_irq() for wm831x
by Mark Brown
· 15 years ago
ecba96e
mfd: Remove default selection of AB4500
by Linus Walleij
· 15 years ago
5fb4d38
mfd: Move WM831x to generic IRQ
by Mark Brown
· 15 years ago
1920a61
mfd: Initial support for twl5031
by Ilkka Koskinen
· 15 years ago
6a61274
mfd: Mask and unmask wm8350 IRQs on request and free
by Mark Brown
· 15 years ago
5a65edb
mfd: Convert wm8350 IRQ handlers to irq_handler_t
by Mark Brown
· 15 years ago
b9f96b5
mfd: ezx-pcap: Don't pass pcap pointer as subdev drvdata.
by Antonio Ospite
· 15 years ago
b45440c
mfd: Allow configuration of VDCDC2 for tps65010
by Ben Dooks
· 15 years ago
8483699
mfd: Allow the board to choose any GPIO base for tps65010
by Ben Dooks
· 15 years ago
38a6849
mfd: Enable twl4030 32kHz oscillator low-power mode
by Ilkka Koskinen
· 15 years ago
53cf9a6
mfd: Fix more undefined twl4030-power resconfig value checks
by Amit Kucheria
· 15 years ago
24213ae
mfd: Cleanup pcf50633_probe error handling
by Lars-Peter Clausen
· 15 years ago
4e8b702
mfd: Staticise __adp5520_ack_bits()
by Mark Brown
· 15 years ago
56baa66
mfd: fix undefined twl4030-power resconfig value checks
by Aaro Koskinen
· 15 years ago
b4ead61
mfd: Add support for remapping twl4030-power power states
by Amit Kucheria
· 15 years ago
890463f
mfd: Add comments for the twl4030-power register and bit layout
by Amit Kucheria
· 15 years ago
e97d154
mfd: twl4030-power: Rename DEVGROUP to DEV_GRP
by Amit Kucheria
· 15 years ago
98c2e49
mfd: Fix pcf50633-regulator drvdata usage
by Lars-Peter Clausen
· 15 years ago
bbb2e49
mfd: Use platform_device_add_data to set pcf50633 regulator platform data
by Lars-Peter Clausen
· 15 years ago
68d641e
mfd: Fix memleak in pcf50633_client_dev_register
by Lars-Peter Clausen
· 15 years ago
b18fdc4
mfd: Move pcf50633 messages to appropriate log levels
by Arnaud Patard
· 15 years ago
25993e4
mfd: Make pcf50633 suspend/resume belong to i2c_driver
by Lars-Peter Clausen
· 15 years ago
06b1cc9
mfd: Disable unnecessary pcf50633 shutdown on lowsys
by Paul Fertser
· 15 years ago
0c7229f
mfd: Convert WM835x IRQ handling to use a data table
by Mark Brown
· 15 years ago
e0a3389
mfd: Split wm8350 IRQ code into a separate file
by Mark Brown
· 15 years ago
fba65fe
input/keyboard: new driver for ADP5520 MFD PMICs
by Michael Hennerich
· 15 years ago
a5736e0
mfd: Add ADP5520/ADP5501 driver
by Michael Hennerich
· 15 years ago
7c29a47
gpio: adp5520: rename common defines and typos
by Michael Hennerich
· 15 years ago
c24b6b6
backlight: adp5520: rename common defines and typos
by Michael Hennerich
· 15 years ago
Next »