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-09-11
Bye, bye, WfW flag
Linus Torvalds
1
-880
/
+1601
2013-09-11
Merge branch 'for-v3.12-fix' of git://git.linaro.org/people/mszyprowski/linux...
Linus Torvalds
1
-2
/
+0
2013-09-11
Merge tag 'for-3.12' of git://git.linaro.org/people/sumitsemwal/linux-dma-buf
Linus Torvalds
1
-0
/
+32
2013-09-11
Merge branch 'akpm' (patches from Andrew Morton)
Linus Torvalds
51
-728
/
+3544
2013-09-11
drivers/w1/masters/mxc_w1.c: remove unnecessary platform_set_drvdata()
Jingoo Han
1
-2
/
+0
2013-09-11
drivers/w1/w1.c: replace strict_strtol() with kstrtol()
Jingoo Han
1
-4
/
+8
2013-09-11
memstick: add support for legacy memorysticks
Maxim Levitsky
4
-1
/
+2688
2013-09-11
drivers/memstick/host/rtsx_pci_ms.c: remove unnecessary platform_set_drvdata()
Jingoo Han
1
-2
/
+0
2013-09-11
drivers/pps/clients/pps-gpio.c: remove unnecessary platform_set_drvdata()
Jingoo Han
1
-1
/
+0
2013-09-11
pktcdvd: fix defective misuses of pkt_<level>
Joe Perches
1
-3
/
+3
2013-09-11
pktcdvd: add struct pktcdvd_device * to pkt_dump_sense()
Joe Perches
1
-15
/
+16
2013-09-11
pktcdvd: convert pr_info to pkt_info
Joe Perches
1
-6
/
+8
2013-09-11
pktcdvd: convert pr_notice to pkt_notice
Joe Perches
1
-10
/
+12
2013-09-11
pktcdvd: add struct pktcdvd_device.name to pr_err logging where possible
Joe Perches
1
-20
/
+24
2013-09-11
pktcdvd: add struct pktcdvd_device * to pkt_dbg
Joe Perches
1
-48
/
+42
2013-09-11
pktcdvd: consolidate DPRINTK and VPRINTK macros
Joe Perches
1
-54
/
+53
2013-09-11
pktcdvd: convert printk to pr_<level>
Joe Perches
1
-61
/
+61
2013-09-11
pktcdvd: convert ZONE macro to static function get_zone()
Joe Perches
1
-10
/
+10
2013-09-11
aoe: do not BUG if memory pressure prevented debugfs file creation
Ed Cashin
1
-1
/
+0
2013-09-11
aoe: suppress compiler warnings
Andy Shevchenko
1
-4
/
+0
2013-09-11
aoe: remove custom implementation of kbasename()
Andy Shevchenko
1
-6
/
+3
2013-09-11
aoe: update internal version number to 85
Ed Cashin
1
-1
/
+1
2013-09-11
aoe: update copyright date
Ed Cashin
1
-1
/
+1
2013-09-11
aoe: fill in per-AoE-target information for debugfs file
Ed Cashin
1
-1
/
+32
2013-09-11
aoe: provide file operations for debugfs files
Ed Cashin
1
-1
/
+24
2013-09-11
aoe: add AoE-target files to debugfs
Ed Cashin
3
-0
/
+38
2013-09-11
aoe: create and destroy debugfs directory for aoe
Ed Cashin
1
-1
/
+9
2013-09-11
s390/vmcore: use vmcore for zfcpdump
Michael Holzheu
1
-3
/
+3
2013-09-11
rtc: simplify devm_request_mem_region/devm_ioremap
Julia Lawall
9
-107
/
+37
2013-09-11
drivers/rtc/rtc-ds1742.c: report to RTC core if retrieved time is invalid
Alexander Shiyan
1
-5
/
+1
2013-09-11
drivers/rtc/rtc-ds1742.c: remove unused field "rtc" from private structure
Alexander Shiyan
1
-2
/
+0
2013-09-11
drivers/rtc/rtc-ds1742.c: use devm_ioremap_resource()
Alexander Shiyan
1
-12
/
+6
2013-09-11
drivers/rtc/rtc-sirfsoc.c: fix kernel warning during wakeup
Xianglong Du
1
-4
/
+9
2013-09-11
drivers/rtc/rtc-nuc900.c: use NULL instead of 0
Jingoo Han
1
-1
/
+1
2013-09-11
drivers/rtc/rtc-max77686.c: Fix wrong register
Sangjung Woo
1
-2
/
+2
2013-09-11
drivers/rtc/rtc-hid-sensor-time.c: improve error handling when rtc register f...
Alexander Holler
1
-2
/
+4
2013-09-11
drivers/rtc/rtc-palmas.c: support for backup battery charging
Laxman Dewangan
1
-0
/
+35
2013-09-11
drivers/rtc/rtc-omap.c: add rtc wakeup support to alarm events
Hebbar Gururaja
1
-8
/
+52
2013-09-11
rtc: add MOXA ART RTC driver
Jonas Jensen
3
-0
/
+340
2013-09-11
drivers/rtc/rtc-pcf2127.c: remove empty function
Sachin Kamat
1
-6
/
+0
2013-09-11
drivers/rtc/rtc-hid-sensor-time.c: add module alias to let the module load au...
Alexander Holler
1
-5
/
+11
2013-09-11
firmware/dmi_scan: drop OOM messages
Jean Delvare
1
-17
/
+6
2013-09-11
firmware/dmi_scan: constify strings
Jean Delvare
1
-5
/
+5
2013-09-11
firmware/dmi_scan: fix most checkpatch errors and warnings
Jean Delvare
1
-23
/
+24
2013-09-11
firmware/dmi_scan: drop obsolete comment
Jean Delvare
1
-5
/
+0
2013-09-11
lto, watchdog/hpwdt.c: make assembler label global
Andi Kleen
1
-2
/
+4
2013-09-11
drivers/firmware/google/gsmi.c: replace strict_strtoul() with kstrtoul()
Jingoo Han
1
-1
/
+1
2013-09-11
platform: convert apple-gmux driver to dev_pm_ops from legacy pm_ops
Shuah Khan
1
-4
/
+14
2013-09-11
tpm: convert tpm_tis driver to use dev_pm_ops from legacy pm_ops
Shuah Khan
1
-36
/
+24
2013-09-11
rtc: convert rtc-cmos to dev_pm_ops from legacy pm_ops
Shuah Khan
1
-19
/
+5
[next]