index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2013-07-11
watchdog: cpwd: use platform_{get,set}_drvdata()
Jingoo Han
1
-2
/
+2
2013-07-11
watchdog: s3c2410_wdt: convert s3c2410wdt to dev_pm_ops
Jingoo Han
1
-10
/
+8
2013-07-11
watchdog: s3c2410_wdt: use dev_err()/dev_info() instead of pr_err()/pr_info()
Jingoo Han
1
-2
/
+2
2013-07-11
watchdog: wm831x: use platform_{get,set}_drvdata()
Jingoo Han
1
-2
/
+2
2013-07-11
watchdog: wm831x_wdt: use devm_gpio_request_one()
Jingoo Han
1
-11
/
+6
2013-07-11
watchdog: mtx1-wdt: use devm_gpio_request_one()
Jingoo Han
1
-2
/
+1
2013-07-11
watchdog: sp805_wdt: use devm_clk_get()
Jingoo Han
1
-5
/
+2
2013-07-11
watchdog: shwdt: Remove redundant platform_set_drvdata()
Sachin Kamat
1
-2
/
+0
2013-07-11
watchdog: shwdt: use devm_clk_get()
Jingoo Han
1
-12
/
+4
2013-07-11
watchdog: pnx4008_wdt: use devm_clk_get()
Jingoo Han
1
-5
/
+2
2013-07-11
watchdog: imx2_wdt: use devm_clk_get()
Jingoo Han
1
-4
/
+2
2013-07-11
watchdog: dw_wdt: Staticize local symbol
Sachin Kamat
1
-2
/
+2
2013-07-11
ifb: fix oops when loading the ifb failed
dingtianhong
1
-0
/
+4
2013-07-11
dummy: fix oops when loading the dummy failed
dingtianhong
1
-0
/
+4
2013-07-11
watchdog: dw_wdt: use devm_clk_get()
Jingoo Han
1
-5
/
+2
2013-07-11
watchdog: ts72xx_wdt: use devm_*() functions
Jingoo Han
1
-57
/
+10
2013-07-11
watchdog: riowd: use platform_{get,set}_drvdata()
Jingoo Han
1
-2
/
+2
2013-07-11
watchdog: riowd: use devm_kzalloc()
Jingoo Han
1
-6
/
+2
2013-07-11
watchdog: rc32434_wdt: use devm_ioremap_nocache() functions
Jingoo Han
1
-7
/
+3
2013-07-11
watchdog: nuc900_wdt: use devm_*() functions
Jingoo Han
1
-39
/
+11
2013-07-11
watchdog: mv64x60_wdt: use devm_ioremap()
Jingoo Han
1
-3
/
+1
2013-07-11
drivers: net: phy: at803x: Add missing mdio device id
Helmut Schaa
1
-0
/
+1
2013-07-11
watchdog: bcm63xx_wdt: use devm_ioremap_nocache()
Jingoo Han
1
-5
/
+4
2013-07-11
watchdog: at32ap700x: Remove redundant platform_set_drvdata()
Sachin Kamat
1
-4
/
+1
2013-07-11
watchdog: at32ap700x_wdt: use devm_*() functions
Jingoo Han
1
-8
/
+4
2013-07-11
bnx2x: fix tunneling CSUM calculation
Dmitry Kravkov
1
-3
/
+3
2013-07-11
alx: fix lockdep annotation
Maarten Lankhorst
1
-3
/
+2
2013-07-11
vxlan: Fix kernel crash on rmmod.
Pravin B Shelar
1
-1
/
+1
2013-07-10
sh_eth: SH_ETH should depend on HAS_DMA
Geert Uytterhoeven
1
-0
/
+1
2013-07-10
macvtap: correctly linearize skb when zerocopy is used
Jason Wang
1
-2
/
+6
2013-07-10
tuntap: correctly linearize skb when zerocopy is used
Jason Wang
1
-3
/
+6
2013-07-10
ifb: fix rcu_sched self-detected stalls
dingtianhong
1
-1
/
+3
2013-07-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
Linus Torvalds
1
-0
/
+2
2013-07-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide
Linus Torvalds
5
-53
/
+6
2013-07-10
r8169: add a new chip for RTL8411
hayeswang
1
-0
/
+67
2013-07-10
net: rename ll methods to busy-poll
Eliezer Tamir
5
-6
/
+6
2013-07-10
net: rename include/net/ll_poll.h to include/net/busy_poll.h
Eliezer Tamir
4
-4
/
+4
2013-07-10
dm: add switch target
Jim Ramsay
3
-0
/
+553
2013-07-10
dm: optimize reorder structure
Mikulas Patocka
1
-7
/
+7
2013-07-10
dm: optimize use SRCU and RCU
Mikulas Patocka
3
-142
/
+175
2013-07-10
dm bufio: submit writes outside lock
Mikulas Patocka
1
-15
/
+58
2013-07-10
dm cache: fix arm link errors with inline
Mikulas Patocka
1
-0
/
+4
2013-07-10
dm verity: use __ffs and __fls
Mikulas Patocka
1
-4
/
+4
2013-07-10
dm flakey: correct ctr alloc failure mesg
Alasdair G Kergon
1
-1
/
+1
2013-07-10
dm verity: remove pointless comparison
Mikulas Patocka
1
-2
/
+2
2013-07-10
dm: use __GFP_HIGHMEM in __vmalloc
Mikulas Patocka
2
-2
/
+2
2013-07-10
dm verity: fix inability to use a few specific devices sizes
Mikulas Patocka
1
-3
/
+2
2013-07-10
dm ioctl: set noio flag to avoid __vmalloc deadlock
Mikulas Patocka
1
-0
/
+3
2013-07-10
dm mpath: fix ioctl deadlock when no paths
Hannes Reinecke
2
-7
/
+10
2013-07-10
Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-7
/
+6
[prev]
[next]