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
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2015-04-17
44
-345
/
+643
|
\
|
*
drivers/rtc/rtc-at91rm9200.c: make IO endian agnostic
Ben Dooks
2015-04-17
1
-2
/
+2
|
*
drivers/rtc/rtc-s5m.c: allow usage on device type different than main MFD type
Krzysztof Kozlowski
2015-04-17
1
-4
/
+6
|
*
oprofile: reduce mmap_sem hold for mm->exe_file
Davidlohr Bueso
2015-04-17
1
-14
/
+16
|
*
memstick: mspro_block: add missing curly braces
Dan Carpenter
2015-04-17
1
-1
/
+2
|
*
bfs: bfad_worker cleanup
Jiri Slaby
2015-04-17
1
-13
/
+9
|
*
rtc: use more standard kernel logging styles
Joe Perches
2015-04-17
13
-24
/
+49
|
*
drivers/rtc/rtc-hym8563.c: fix swapped enable/disable of clockout control bit
Heiko Stübner
2015-04-17
1
-5
/
+5
|
*
drivers/rtc/rtc-s3c.c: remove one superfluous rtc_valid_tm() check
Krzysztof Kozlowski
2015-04-17
1
-3
/
+1
|
*
drivers/rtc/rtc-omap.c: use module_platform_driver
Lokesh Vutla
2015-04-17
1
-2
/
+3
|
*
drivers/rtc/Kconfig: update Kconfig for OMAP RTC
Lokesh Vutla
2015-04-17
1
-3
/
+3
|
*
drivers/rtc/rtc-omap.c: unlock and lock rtc registers before and after regist...
Lokesh Vutla
2015-04-17
1
-11
/
+52
|
*
drivers/rtc/rtc-s3c.c: fix failed first read of RTC time
Krzysztof Kozlowski
2015-04-17
1
-16
/
+16
|
*
rtc: hctosys: use function name in the error log
Aaro Koskinen
2015-04-17
1
-1
/
+1
|
*
drivers/rtc/interface.c: __rtc_read_time: reduce log level
Aaro Koskinen
2015-04-17
1
-2
/
+3
|
*
drivers/rtc/class.c: initialize rtc name early
Aaro Koskinen
2015-04-17
1
-3
/
+3
|
*
drivers/rtc/rtc-s5m.c: add support for S2MPS13 RTC
Krzysztof Kozlowski
2015-04-17
1
-1
/
+19
|
*
rtc: driver for Conexant Digicolor CX92755 on-chip RTC
Baruch Siach
2015-04-17
3
-0
/
+238
|
*
drivers/rtc/rtc-hym8563.c: return clock rate even when clock is disabled
Heiko Stuebner
2015-04-17
1
-1
/
+1
|
*
drivers/rtc/rtc-da9052.c: register ability of alarm to wake device from suspend
Adam Ward
2015-04-17
1
-0
/
+2
|
*
drivers/rtc/rtc-da9052.c: add constraints to set valid year
Adam Ward
2015-04-17
1
-0
/
+8
|
*
drivers/rtc/rtc-da9052.c: add extra reads with timeouts to avoid returning pa...
Adam Ward
2015-04-17
1
-21
/
+66
|
*
drivers/rtc/rtc-ds1685.c: fix sparse warnings
Joshua Kinard
2015-04-17
1
-2
/
+2
|
*
drivers/rtc/rtc-ds1685.c: remove .owner assignment from platform_driver
Joshua Kinard
2015-04-17
1
-1
/
+0
|
*
drivers/rtc/rtc-ab-b5ze-s3.c: constify struct regmap_config
Krzysztof Kozlowski
2015-04-17
1
-1
/
+1
|
*
drivers/rtc/rtc-s3c.c: delete duplicate clock control
Chanwoo Choi
2015-04-17
1
-124
/
+39
|
*
rtc: hctosys: do not treat lack of RTC device as error
Floris Bos
2015-04-17
1
-1
/
+1
|
*
drivers/rtc/rtc-x1205.c: use sign_extend32() for sign extension
Martin Kepplinger
2015-04-17
1
-2
/
+2
|
*
drivers/rtc/rtc-em3027.c: add device tree support
Peter Robinson
2015-04-17
1
-0
/
+11
|
*
rtc: stmp3xxx: use optional crystal in low power states
Uwe Kleine-König
2015-04-17
1
-6
/
+60
|
*
drivers/rtc/rtc-pcf8563.c: simplify return from function
Robert Kmiec
2015-04-17
1
-6
/
+1
|
*
media: cxd2820r: use DIV_ROUND_CLOSEST_ULL()
Javi Merino
2015-04-17
5
-11
/
+3
|
*
cpuidle: menu: use DIV_ROUND_CLOSEST_ULL()
Javi Merino
2015-04-17
1
-7
/
+1
|
*
clk: bcm/kona: use DIV_ROUND_CLOSEST_ULL()
Javi Merino
2015-04-17
2
-22
/
+7
|
*
kernel.h: implement DIV_ROUND_CLOSEST_ULL
Javi Merino
2015-04-17
2
-3
/
+1
|
*
hwmon: (w83795) use find_closest_descending() in pwm_freq_to_reg()
Bartosz Golaszewski
2015-04-17
1
-5
/
+3
|
*
hwmon: (lm85) use find_closest() in x_TO_REG() functions
Bartosz Golaszewski
2015-04-17
1
-18
/
+8
|
*
hwmon: (ina2xx) replace ina226_avg_bits() with find_closest()
Bartosz Golaszewski
2015-04-17
1
-14
/
+3
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2015-04-17
2
-185
/
+131
|
\
\
|
*
|
block: loop: switch to VFS ITER_BVEC
Christoph Hellwig
2015-04-15
1
-174
/
+120
|
*
|
direct_IO: remove rw from a_ops->direct_IO()
Omar Sandoval
2015-04-12
1
-2
/
+2
|
*
|
direct_IO: use iov_iter_rw() instead of rw everywhere
Omar Sandoval
2015-04-12
1
-9
/
+9
*
|
|
Merge branch 'for-4.1/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
2015-04-17
8
-236
/
+207
|
\
\
\
|
*
\
\
Merge branch 'stable/for-jens-4.1' of git://git.kernel.org/pub/scm/linux/kern...
Jens Axboe
2015-04-08
3
-52
/
+54
|
|
\
\
\
|
|
*
|
|
xen-blkback: define pr_fmt macro to avoid the duplication of DRV_PFX
Tao Chen
2015-04-07
3
-50
/
+49
|
|
*
|
|
xen-blkback: enlarge the array size of blkback name
Tao Chen
2015-04-07
1
-2
/
+5
|
*
|
|
|
NVMe: Meta data handling through submit io ioctl
Keith Busch
2015-04-08
1
-74
/
+49
|
*
|
|
|
NVMe: Add translation for block limits
Keith Busch
2015-04-08
1
-1
/
+27
|
*
|
|
|
NVMe: Remove check for null
Keith Busch
2015-04-08
1
-2
/
+0
|
*
|
|
|
NVMe: Fix error handling of class_create("nvme")
Alexey Khoroshilov
2015-04-08
1
-1
/
+3
|
|
/
/
/
[next]