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-04-03
Merge branch 'akpm' (incoming from Andrew)
Linus Torvalds
276
-3074
/
+5246
2014-04-03
Documentation/SubmittingPatches: remove references to patch-scripts
Mitchel Humpherys
2
-9
/
+0
2014-04-03
Documentation/SubmittingPatches: update some dead URLs
Mitchel Humpherys
3
-6
/
+6
2014-04-03
Documentation/filesystems/ntfs.txt: remove changelog reference
Fabian Frederick
1
-2
/
+0
2014-04-03
Documentation/kmemleak.txt: updates
Wang YanQing
1
-5
/
+3
2014-04-03
fs/reiserfs/super.c: add __init to init_inodecache
Fabian Frederick
1
-1
/
+1
2014-04-03
fs/reiserfs: move prototype declaration to header file
Rashika Kheria
2
-1
/
+1
2014-04-03
fs/hfsplus/attributes.c: add __init to hfsplus_create_attr_tree_cache()
Fabian Frederick
2
-2
/
+2
2014-04-03
fs/hfsplus/extents.c: fix concurrent acess of alloc_blocks
Sougata Santra
1
-5
/
+9
2014-04-03
fs/hfsplus/extents.c: remove unused variable in hfsplus_get_block
Sougata Santra
1
-2
/
+0
2014-04-03
nilfs2: update project's web site in nilfs2.txt
Ryusuke Konishi
1
-3
/
+2
2014-04-03
nilfs2: update MAINTAINERS file entries fix
Ryusuke Konishi
1
-1
/
+1
2014-04-03
nilfs2: verify metadata sizes read from disk
Ryusuke Konishi
5
-0
/
+54
2014-04-03
nilfs2: add FITRIM ioctl support for nilfs2
Andreas Rohner
1
-0
/
+45
2014-04-03
nilfs2: add nilfs_sufile_trim_fs to trim clean segs
Andreas Rohner
2
-0
/
+153
2014-04-03
nilfs2: implementation of NILFS_IOCTL_SET_SUINFO ioctl
Andreas Rohner
3
-0
/
+101
2014-04-03
nilfs2: add nilfs_sufile_set_suinfo to update segment usage
Andreas Rohner
2
-0
/
+132
2014-04-03
nilfs2: add struct nilfs_suinfo_update and flags
Andreas Rohner
1
-0
/
+42
2014-04-03
nilfs2: update MAINTAINERS file entries
Ryusuke Konishi
1
-2
/
+2
2014-04-03
fs/coda/inode.c: add __init to init_inodecache()
Fabian Frederick
2
-2
/
+2
2014-04-03
BEFS: logging cleanup
Fabian Frederick
8
-204
/
+195
2014-04-03
fs/befs/linuxvfs.c: add __init to befs_init_inodecache()
Fabian Frederick
1
-2
/
+1
2014-04-03
befs: replace kmalloc/memset 0 by kzalloc
Fabian Frederick
1
-2
/
+1
2014-04-03
fs/minix/inode.c: add __init to init_inodecache()
Fabian Frederick
1
-1
/
+1
2014-04-03
rtc: treewide: remove excess rtc_device validation
Alexander Shiyan
4
-8
/
+5
2014-04-03
drivers/rtc/rtc-s3c.c: remove NO_IRQ macro
Pankaj Dubey
1
-2
/
+2
2014-04-03
drivers/rtc/rtc-da9055.c: remove use of regmap_irq_get_virq()
Adam Thomson
1
-1
/
+3
2014-04-03
drivers/rtc/rtc-rv3029c2.c: fix potential race condition
Gregory Hermant
1
-6
/
+6
2014-04-03
rtc: add support for maxim dallas rtc ds1347
Raghavendra Ganiga
3
-0
/
+179
2014-04-03
drivers/rtc/rtc-mc13xxx.c: fix potential race condition
Alexander Shiyan
1
-17
/
+13
2014-04-03
rtc: pm8xxx: move device_init_wakeup() before rtc_register
Josh Cartwright
1
-2
/
+2
2014-04-03
rtc: pm8xxx: add support for devicetree
Josh Cartwright
2
-48
/
+29
2014-04-03
rtc: pm8xxx: use devm_request_any_context_irq
Josh Cartwright
1
-14
/
+4
2014-04-03
rtc: pm8xxx: use regmap API for register accesses
Josh Cartwright
1
-88
/
+57
2014-04-03
rtc: pm8xxx: fixup checkpatch/style issues
Josh Cartwright
1
-44
/
+53
2014-04-03
rtc: verify a critical argument to rtc_update_irq() before using it
Alessandro Zummo
1
-0
/
+3
2014-04-03
drivers/rtc/rtc-ds3232.c: enable ds3232 to work as wakeup source
Wang Dongsheng
1
-24
/
+70
2014-04-03
drivers/rtc/rtc-palmas.c: use SIMPLE_DEV_PM_OPS macro
Jingoo Han
1
-3
/
+2
2014-04-03
drivers/rtc/rtc-as3722.c: use SIMPLE_DEV_PM_OPS macro
Jingoo Han
1
-3
/
+2
2014-04-03
drivers/rtc/rtc-cmos.c: fix compilation warning when !CONFIG_PM_SLEEP
Mika Westerberg
1
-5
/
+3
2014-04-03
drivers/rtc/rtc-ds3232.c: make it possible to share an irq
Bharat Bhushan
1
-2
/
+2
2014-04-03
arch/arm/boot/dts/sun4i-a10.dtsi: convert to the new RTC compatibles
Maxime Ripard
1
-1
/
+1
2014-04-03
rtc: sunxi: change compatibles
Maxime Ripard
2
-3
/
+3
2014-04-03
rtc: mc13xxx: make rtc_read_time() more readable
Alexander Shiyan
1
-36
/
+23
2014-04-03
rtc: mc13xxx: change RTC validation scheme
Alexander Shiyan
1
-18
/
+14
2014-04-03
rtc: mc13xxx: fix 1Hz interrupt
Alexander Shiyan
1
-1
/
+1
2014-04-03
rtc: mc13xxx: simplify alarm_irq_enable()
Alexander Shiyan
1
-9
/
+3
2014-04-03
rtc: mc13xxx: request IRQs after RTC registration
Alexander Shiyan
1
-21
/
+11
2014-04-03
rtc: mc13xxx: remove __exit_p()
Alexander Shiyan
1
-2
/
+2
2014-04-03
drivers/rtc/rtc-ds1307.c: add alarm support for mcp7941x chips
Simon Guinot
1
-1
/
+182
[next]