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
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-07
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
27
-339
/
+377
2016-10-07
cred: simpler, 1D supplementary groups
Alexey Dobriyan
3
-5
/
+5
2016-10-07
mm, proc: fix region lost in /proc/self/smaps
Robert Ho
1
-3
/
+5
2016-10-07
proc: fix timerslack_ns CAP_SYS_NICE check when adjusting self
John Stultz
1
-15
/
+19
2016-10-07
proc: add LSM hook checks to /proc/<tid>/timerslack_ns
John Stultz
1
-0
/
+10
2016-10-07
proc: relax /proc/<tid>/timerslack_ns capability requirements
John Stultz
1
-14
/
+20
2016-10-07
meminfo: break apart a very long seq_printf with #ifdefs
Joe Perches
1
-116
/
+95
2016-10-07
seq/proc: modify seq_put_decimal_[u]ll to take a const char *, not char
Joe Perches
3
-133
/
+151
2016-10-07
proc: faster /proc/*/status
Alexey Dobriyan
1
-40
/
+47
2016-10-07
mm: remove unnecessary condition in remove_inode_hugepages
zhong jiang
1
-7
/
+5
2016-10-07
mm/hugetlb: introduce ARCH_HAS_GIGANTIC_PAGE
Yisheng Xie
1
-0
/
+3
2016-10-07
mm: remove page_file_index
Huang Ying
4
-7
/
+7
2016-10-07
thp: reduce usage of huge zero page's atomic counter
Aaron Lu
1
-1
/
+1
2016-10-07
fs/proc/task_mmu.c: make the task_mmu walk_page_range() limit in clear_refs_w...
James Morse
1
-1
/
+1
2016-10-07
ext2/4, xfs: call thp_get_unmapped_area() for pmd mappings
Toshi Kani
3
-0
/
+3
2016-10-07
ocfs2: fix undefined struct variable in inode.h
Joseph Qi
1
-2
/
+0
2016-10-07
fs/ocfs2/dlm: remove deprecated create_singlethread_workqueue()
Bhaktipriya Shridhar
1
-1
/
+1
2016-10-07
fs/ocfs2/super: remove deprecated create_singlethread_workqueue()
Bhaktipriya Shridhar
1
-1
/
+1
2016-10-07
fs/ocfs2/cluster: remove deprecated create_singlethread_workqueue()
Bhaktipriya Shridhar
1
-1
/
+1
2016-10-07
fs/ocfs2/dlmfs: remove deprecated create_singlethread_workqueue()
Bhaktipriya Shridhar
1
-1
/
+1
2016-10-07
fsnotify: clean up spinlock assertions
Jan Kara
2
-8
/
+4
2016-10-07
fanotify: fix possible false warning when freeing events
Jan Kara
1
-2
/
+11
2016-10-07
fanotify: use notification_lock instead of access_lock
Jan Kara
1
-8
/
+5
2016-10-07
fsnotify: convert notification_mutex to a spinlock
Jan Kara
4
-36
/
+40
2016-10-07
fsnotify: drop notification_mutex before destroying event
Jan Kara
2
-2
/
+6
2016-10-07
Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
13
-690
/
+230
2016-10-07
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
22
-474
/
+530
2016-10-07
Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-block
Linus Torvalds
3
-18
/
+7
2016-10-06
Merge tag 'for-f2fs-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...
Linus Torvalds
19
-510
/
+904
2016-10-06
Merge tag 'pstore-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
4
-88
/
+142
2016-10-06
Merge tag 'for-linus-4.9-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
17
-1706
/
+1216
2016-10-06
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
7
-29
/
+177
2016-10-06
Merge tag 'xfs-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
44
-703
/
+1799
2016-10-06
Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
1
-1
/
+1
2016-10-06
Merge branches 'misc' and 'sa1111-base' into for-linus
Russell King
106
-914
/
+2006
2016-10-05
pipe: add pipe_buf_steal() helper
Miklos Szeredi
1
-1
/
+1
2016-10-05
pipe: add pipe_buf_confirm() helper
Miklos Szeredi
3
-9
/
+7
2016-10-05
pipe: add pipe_buf_release() helper
Miklos Szeredi
3
-19
/
+10
2016-10-05
pipe: add pipe_buf_get() helper
Miklos Szeredi
2
-3
/
+3
2016-10-05
switch default_file_splice_read() to use of pipe-backed iov_iter
Al Viro
1
-71
/
+40
2016-10-05
switch generic_file_splice_read() to use of ->read_iter()
Al Viro
10
-366
/
+36
2016-10-05
new iov_iter flavour: pipe-backed
Al Viro
1
-1
/
+1
2016-10-05
fs/block_dev.c: return the right error in thaw_bdev()
Pierre Morel
1
-5
/
+2
2016-10-05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...
Linus Torvalds
9
-256
/
+482
2016-10-05
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
5
-9
/
+54
2016-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
13
-513
/
+414
2016-10-04
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
2
-0
/
+32
2016-10-04
Merge tag 'jfs-4.9' of git://github.com/kleikamp/linux-shaggy
Linus Torvalds
2
-4
/
+9
2016-10-04
Merge tag 'gfs2-4.8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/g...
Linus Torvalds
12
-49
/
+71
2016-10-04
Merge tag 'locks-v4.9-1' of git://git.samba.org/jlayton/linux
Linus Torvalds
1
-3
/
+18
[next]