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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-23
rtc: max8907: weekday encoding fixes
Stephen Warren
1
-6
/
+5
2014-01-23
drivers/rtc/rtc-hym8563.c: staticize local symbol
Sachin Kamat
1
-1
/
+1
2014-01-23
drivers/rtc/rtc-hym8563.c: remove redundant of_match_ptr() helper
Sachin Kamat
1
-1
/
+1
2014-01-23
drivers/rtc/rtc-ds1742.c: remove redundant of_match_ptr() helper
Sachin Kamat
1
-1
/
+1
2014-01-23
drivers/rtc/rtc-cmos.c: propagate hpet_register_irq_handler() failure
Andrew Morton
1
-4
/
+2
2014-01-23
rtc: honor device tree /alias entries when assigning IDs
Stephen Warren
1
-4
/
+20
2014-01-23
drivers/rtc/rtc-pcf2127.c: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO
Duan Jiong
1
-4
/
+1
2014-01-23
drivers/rtc/Kconfig: disable RTC_DRV_CMOS on Atari
Geert Uytterhoeven
1
-1
/
+1
2014-01-23
drivers/rtc/rtc-cmos.c: remove superfluous name cast
Geert Uytterhoeven
1
-1
/
+1
2014-01-23
rtc: add hym8563 rtc-driver
Heiko Stuebner
3
-0
/
+618
2014-01-23
dt-bindings: add hym8563 binding
Heiko Stuebner
2
-0
/
+28
2014-01-23
drivers/rtc/rtc-vr41xx.c: use devm_*() functions
Jingoo Han
1
-38
/
+12
2014-01-23
drivers/rtc/rtc-twl.c: use devm_*() functions
Jingoo Han
1
-25
/
+13
2014-01-23
drivers/rtc/rtc-ds1742.c: add devicetree support
Alexander Shiyan
2
-1
/
+21
2014-01-23
drivers/rtc/rtc-mxc.c: check the return value from clk_prepare_enable()
Fabio Estevam
1
-1
/
+4
2014-01-23
drivers/rtc/rtc-mxc.c: remove unneeded label
Fabio Estevam
1
-4
/
+1
2014-01-23
drivers/rtc/rtc-ds1305.c: remove unnecessary spi_set_drvdata()
Jingoo Han
1
-1
/
+0
2014-01-23
drivers/rtc/rtc-as3722: use devm for rtc and irq registration
Laxman Dewangan
1
-16
/
+3
2014-01-23
autofs: fix symlinks aren't checked for expiry
Ian Kent
2
-0
/
+18
2014-01-23
autofs: use IS_ROOT to replace root dentry checks
Rui Xiang
1
-3
/
+3
2014-01-23
autofs: fix the return value of autofs4_fill_super
Rui Xiang
1
-5
/
+8
2014-01-23
autofs4: translate pids to the right namespace for the daemon
Miklos Szeredi
1
-2
/
+14
2014-01-23
autofs4: allow autofs to work outside the initial PID namespace
Sukadev Bhattiprolu
3
-13
/
+43
2014-01-23
init: fix possible format string bug
Tetsuo Handa
2
-4
/
+5
2014-01-23
init/main.c: remove unused declaration of tc_init()
Geert Uytterhoeven
1
-4
/
+0
2014-01-23
fs/ramfs: move ramfs_aops to inode.c
Axel Lin
4
-15
/
+7
2014-01-23
fs/ramfs/file-nommu.c: make ramfs_nommu_get_unmapped_area() and ramfs_nommu_m...
Axel Lin
2
-9
/
+8
2014-01-23
fs: binfmt_elf: remove unused defines INTERPRETER_NONE and INTERPRETER_ELF
Todor Minchev
1
-3
/
+0
2014-01-23
checkpatch: prefer ether_addr_copy to memcpy(foo, bar, ETH_ALEN)
Joe Perches
1
-0
/
+10
2014-01-23
checkpatch: add DT compatible string documentation checks
Rob Herring
1
-0
/
+27
2014-01-23
checkpatch: only flag FSF address, not gnu.org URL
Alexander Duyck
1
-3
/
+1
2014-01-23
checkpatch: add tests for function pointer style misuses
Joe Perches
1
-0
/
+59
2014-01-23
checkpatch: update the FSF/GPL address check
Joe Perches
1
-5
/
+6
2014-01-23
checkpatch: check for if's with unnecessary parentheses
Joe Perches
1
-0
/
+14
2014-01-23
checkpatch: improve space before tab --fix option
Joe Perches
1
-2
/
+4
2014-01-23
checkpatch: add a --fix-inplace option
Joe Perches
1
-1
/
+9
2014-01-23
checkpatch: attempt to find missing switch/case break;
Joe Perches
1
-0
/
+25
2014-01-23
checkpatch: add warning of future __GFP_NOFAIL use
David Rientjes
1
-0
/
+6
2014-01-23
checkpatch: warn only on "space before semicolon" at end of line
Joe Perches
1
-1
/
+1
2014-01-23
checkpatch: more comprehensive split strings warning
Joe Perches
1
-8
/
+4
2014-01-23
firmware/dmi_scan: generalize for use by other archs
Ard Biesheuvel
6
-15
/
+24
2014-01-23
test: check copy_to/from_user boundary validation
Kees Cook
5
-0
/
+138
2014-01-23
test: add minimal module for verification testing
Kees Cook
3
-0
/
+48
2014-01-23
lib/cmdline.c: declare exported symbols immediately
Felipe Contreras
1
-3
/
+2
2014-01-23
lib/cmdline.c: fix style issues
Felipe Contreras
1
-5
/
+4
2014-01-23
lib/kstrtox.c: remove redundant cleanup
Felipe Contreras
1
-1
/
+0
2014-01-23
backlight: lp8788: remove unnecessary parentheses
Jingoo Han
1
-3
/
+3
2014-01-23
backlight: lp855x: remove unnecessary parentheses
Jingoo Han
1
-1
/
+1
2014-01-23
backlight: kb3886_bl: fix incorrect placement of __initdata marker
Jingoo Han
1
-1
/
+1
2014-01-23
backlight: tosa: use devm_lcd_device_register()
Jingoo Han
1
-4
/
+2
[next]