index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drivers/rtc/rtc-rx8581.c: add SMBus-only adapters support
Andreas Werner
2014-01-24
1
-13
/
+68
*
drivers/rtc/rtc-s5m.c: s5m_rtc_{suspend,resume}() should depend on CONFIG_PM_...
Geert Uytterhoeven
2014-01-24
1
-0
/
+2
*
rtc: max8907: weekday encoding fixes
Stephen Warren
2014-01-24
1
-6
/
+5
*
drivers/rtc/rtc-hym8563.c: staticize local symbol
Sachin Kamat
2014-01-24
1
-1
/
+1
*
drivers/rtc/rtc-hym8563.c: remove redundant of_match_ptr() helper
Sachin Kamat
2014-01-24
1
-1
/
+1
*
drivers/rtc/rtc-ds1742.c: remove redundant of_match_ptr() helper
Sachin Kamat
2014-01-24
1
-1
/
+1
*
drivers/rtc/rtc-cmos.c: propagate hpet_register_irq_handler() failure
Andrew Morton
2014-01-24
1
-4
/
+2
*
rtc: honor device tree /alias entries when assigning IDs
Stephen Warren
2014-01-24
1
-4
/
+20
*
drivers/rtc/rtc-pcf2127.c: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO
Duan Jiong
2014-01-24
1
-4
/
+1
*
drivers/rtc/Kconfig: disable RTC_DRV_CMOS on Atari
Geert Uytterhoeven
2014-01-24
1
-1
/
+1
*
drivers/rtc/rtc-cmos.c: remove superfluous name cast
Geert Uytterhoeven
2014-01-24
1
-1
/
+1
*
rtc: add hym8563 rtc-driver
Heiko Stuebner
2014-01-24
3
-0
/
+618
*
drivers/rtc/rtc-vr41xx.c: use devm_*() functions
Jingoo Han
2014-01-24
1
-38
/
+12
*
drivers/rtc/rtc-twl.c: use devm_*() functions
Jingoo Han
2014-01-24
1
-25
/
+13
*
drivers/rtc/rtc-ds1742.c: add devicetree support
Alexander Shiyan
2014-01-24
1
-1
/
+9
*
drivers/rtc/rtc-mxc.c: check the return value from clk_prepare_enable()
Fabio Estevam
2014-01-24
1
-1
/
+4
*
drivers/rtc/rtc-mxc.c: remove unneeded label
Fabio Estevam
2014-01-24
1
-4
/
+1
*
drivers/rtc/rtc-ds1305.c: remove unnecessary spi_set_drvdata()
Jingoo Han
2014-01-24
1
-1
/
+0
*
drivers/rtc/rtc-as3722: use devm for rtc and irq registration
Laxman Dewangan
2014-01-24
1
-16
/
+3
*
firmware/dmi_scan: generalize for use by other archs
Ard Biesheuvel
2014-01-24
2
-10
/
+13
*
backlight: lp8788: remove unnecessary parentheses
Jingoo Han
2014-01-24
1
-3
/
+3
*
backlight: lp855x: remove unnecessary parentheses
Jingoo Han
2014-01-24
1
-1
/
+1
*
backlight: kb3886_bl: fix incorrect placement of __initdata marker
Jingoo Han
2014-01-24
1
-1
/
+1
*
backlight: tosa: use devm_lcd_device_register()
Jingoo Han
2014-01-24
1
-4
/
+2
*
backlight: l4f00242t03: use devm_lcd_device_register()
Jingoo Han
2014-01-24
1
-4
/
+2
*
backlight: jornada720: use devm_lcd_device_register()
Jingoo Han
2014-01-24
1
-11
/
+2
*
backlight: tosa: use devm_backlight_device_register()
Jingoo Han
2014-01-24
1
-4
/
+3
*
backlight: ot200_bl: use devm_backlight_device_register()
Jingoo Han
2014-01-24
1
-6
/
+3
*
backlight: omap1: use devm_backlight_device_register()
Jingoo Han
2014-01-24
1
-12
/
+2
*
backlight: hp680_bl: use devm_backlight_device_register()
Jingoo Han
2014-01-24
1
-4
/
+2
*
backlight: jornada720: use devm_backlight_device_register()
Jingoo Han
2014-01-24
1
-12
/
+3
*
drivers/vlynq/vlynq.c: fix another resource size off by 1 error
Dan Carpenter
2014-01-24
1
-1
/
+2
*
drivers/video/aty/aty128fb.c: fix a warning pertaining to the aty128fb backli...
David Howells
2014-01-24
1
-0
/
+4
*
drivers/mfd/tps65217.c: fix pointer-integer size mismatch warning in tps65217...
David Howells
2014-01-24
1
-1
/
+1
*
drivers/mfd/max8998.c: fix pointer-integer size mismatch warning in max8998_i...
David Howells
2014-01-24
1
-1
/
+1
*
drivers/gpu/drm/gma500/backlight.c: fix a defined-but-not-used warning for do...
David Howells
2014-01-24
1
-2
/
+2
*
drivers/block/Kconfig: update RAM block device module name
Fabian Frederick
2014-01-24
1
-1
/
+2
*
drivers/mailbox/omap: make mbox->irq signed for error handling
Dan Carpenter
2014-01-24
1
-1
/
+1
*
Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2014-01-23
3
-4
/
+15
|
\
|
*
drivers: virtio: Mark function virtballoon_migratepage() as static in virtio_...
Rashika Kheria
2014-01-16
1
-1
/
+1
|
*
virtio-scsi: Fix hotcpu_notifier use-after-free with virtscsi_freeze
Asias He
2014-01-16
1
-1
/
+14
|
*
virtio: pci: remove unnecessary pci_set_drvdata()
Jingoo Han
2013-12-04
1
-2
/
+0
*
|
Merge tag 'stable/for-linus-3.14-rc0-tag' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2014-01-23
22
-555
/
+1348
|
\
\
|
*
|
xen: delete new instances of __cpuinit usage
Paul Gortmaker
2014-01-10
1
-3
/
+3
|
*
|
xen/fb: allow xenfb initialization for hvm guests
Stefano Stabellini
2014-01-07
1
-1
/
+1
|
*
|
xen/evtchn_fifo: fix error return code in evtchn_fifo_setup()
Wei Yongjun
2014-01-07
1
-2
/
+4
|
*
|
xen-platform: fix error return code in platform_pci_init()
Wei Yongjun
2014-01-07
1
-1
/
+2
|
*
|
xen: Use dev_is_pci() to check whether it is pci device
Yijing Wang
2014-01-07
1
-1
/
+1
|
*
|
xen/grant-table: Force to use v1 of grants.
Konrad Rzeszutek Wilk
2014-01-06
1
-4
/
+2
|
*
|
xen/pvh: Piggyback on PVHVM XenBus.
Mukesh Rathor
2014-01-06
1
-1
/
+2
[next]