index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-17
drivers/rtc/rtc-ds1685.c: fix sparse warnings
Joshua Kinard
1
-2
/
+2
2015-04-17
drivers/rtc/rtc-ds1685.c: remove .owner assignment from platform_driver
Joshua Kinard
1
-1
/
+0
2015-04-17
drivers/rtc/rtc-ab-b5ze-s3.c: constify struct regmap_config
Krzysztof Kozlowski
1
-1
/
+1
2015-04-17
drivers/rtc/rtc-s3c.c: delete duplicate clock control
Chanwoo Choi
1
-124
/
+39
2015-04-17
rtc: hctosys: do not treat lack of RTC device as error
Floris Bos
1
-1
/
+1
2015-04-17
drivers/rtc/rtc-x1205.c: use sign_extend32() for sign extension
Martin Kepplinger
1
-2
/
+2
2015-04-17
drivers/rtc/rtc-em3027.c: add device tree support
Peter Robinson
1
-0
/
+11
2015-04-17
rtc: stmp3xxx: use optional crystal in low power states
Uwe Kleine-König
1
-6
/
+60
2015-04-17
drivers/rtc/rtc-pcf8563.c: simplify return from function
Robert Kmiec
1
-6
/
+1
2015-04-17
media: cxd2820r: use DIV_ROUND_CLOSEST_ULL()
Javi Merino
5
-11
/
+3
2015-04-17
cpuidle: menu: use DIV_ROUND_CLOSEST_ULL()
Javi Merino
1
-7
/
+1
2015-04-17
clk: bcm/kona: use DIV_ROUND_CLOSEST_ULL()
Javi Merino
2
-22
/
+7
2015-04-17
kernel.h: implement DIV_ROUND_CLOSEST_ULL
Javi Merino
2
-3
/
+1
2015-04-17
hwmon: (w83795) use find_closest_descending() in pwm_freq_to_reg()
Bartosz Golaszewski
1
-5
/
+3
2015-04-17
hwmon: (lm85) use find_closest() in x_TO_REG() functions
Bartosz Golaszewski
1
-18
/
+8
2015-04-17
hwmon: (ina2xx) replace ina226_avg_bits() with find_closest()
Bartosz Golaszewski
1
-14
/
+3
2015-04-16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2
-185
/
+131
2015-04-16
Merge branch 'for-4.1/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
8
-236
/
+207
2015-04-16
dm crypt: fix missing error code return from crypt_ctr error path
Wei Yongjun
1
-0
/
+1
2015-04-16
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
65
-2194
/
+3457
2015-04-16
Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working...
Linus Torvalds
4
-85
/
+243
2015-04-16
net: dsa: mv88e6xxx: Add missing initialization in mv88e6xxx_set_port_state()
Geert Uytterhoeven
1
-1
/
+1
2015-04-16
Merge tag 'stable/for-linus-4.1-rc0-tag' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
20
-286
/
+866
2015-04-16
Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...
Linus Torvalds
37
-276
/
+346
2015-04-16
stmmac: Configure Flow Control to work correctly based on rxfifo size
Vince Bridgers
4
-9
/
+40
2015-04-16
stmmac: Enable unicast pause frame detect in GMAC Register 6
Vince Bridgers
1
-1
/
+4
2015-04-16
stmmac: Read tx-fifo-depth and rx-fifo-depth from the devicetree
Vince Bridgers
1
-0
/
+4
2015-04-16
stmmac: Add defines and documentation for enabling flow control
Vince Bridgers
1
-0
/
+51
2015-04-16
stmmac: fix oops on rmmod after assigning ip addr
Bryan O'Donoghue
1
-3
/
+3
2015-04-16
megaraid_sas: use raw_smp_processor_id()
Christoph Hellwig
1
-3
/
+6
2015-04-16
sd: Fix missing ATO tag check
Martin K. Petersen
1
-1
/
+1
2015-04-16
sd: Unregister integrity profile
Martin K. Petersen
1
-0
/
+1
2015-04-16
dsa: mv88e6xxx: Drop duplicate declaration of 'ret' variable
Guenter Roeck
1
-2
/
+0
2015-04-16
ethernet: remove unused including <linux/version.h>
Wei Yongjun
1
-1
/
+0
2015-04-16
rocker: fix error return code in rocker_probe()
Wei Yongjun
1
-0
/
+1
2015-04-16
dsa: mv88e6xxx: Fix error handling in mv88e6xxx_set_port_state
Guenter Roeck
1
-1
/
+3
2015-04-16
cxgb4: drop __GFP_NOFAIL allocation
Michal Hocko
2
-4
/
+13
2015-04-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
14
-124
/
+195
2015-04-15
parisc: remove use of seq_printf return value
Joe Perches
2
-72
/
+68
2015-04-15
s390: remove use of seq_printf return value
Joe Perches
1
-5
/
+7
2015-04-15
rtc: remove use of seq_printf return value
Joe Perches
4
-28
/
+34
2015-04-15
power: wakeup: remove use of seq_printf return value
Joe Perches
1
-9
/
+7
2015-04-15
drivers/sbus/char/envctrl.c: ignore orderly_poweroff return value
Joel Stanley
2
-8
/
+2
2015-04-15
kernel: conditionally support non-root users, groups and capabilities
Iulia Manda
1
-0
/
+1
2015-04-15
paride: fix the "verbose" module param
Dan Carpenter
1
-2
/
+2
2015-04-15
zram: fix error return code
Julia Lawall
1
-0
/
+1
2015-04-15
zram: deprecate zram attrs sysfs nodes
Sergey Senozhatsky
1
-0
/
+15
2015-04-15
zram: export new 'mm_stat' sysfs attrs
Sergey Senozhatsky
1
-0
/
+31
2015-04-15
zram: export new 'io_stat' sysfs attrs
Sergey Senozhatsky
1
-0
/
+20
2015-04-15
zram: use generic start/end io accounting
Sergey Senozhatsky
1
-0
/
+6
[prev]
[next]