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
2018-08-22
userfaultfd: use fault_wqh lock
Matthew Wilcox
1
-3
/
+3
2018-08-22
epoll: use the waitqueue lock to protect ep->wq
Christoph Hellwig
1
-36
/
+29
2018-08-22
proc/kcore: add vmcoreinfo note to /proc/kcore
Omar Sandoval
2
-2
/
+17
2018-08-22
proc/kcore: optimize multiple page reads
Omar Sandoval
1
-3
/
+11
2018-08-22
proc/kcore: clean up ELF header generation
Omar Sandoval
1
-209
/
+141
2018-08-22
proc/kcore: hold lock during read
Omar Sandoval
1
-30
/
+40
2018-08-22
proc/kcore: fix memory hotplug vs multiple opens race
Omar Sandoval
1
-49
/
+44
2018-08-22
proc/kcore: replace kclist_lock rwlock with rwsem
Omar Sandoval
1
-10
/
+10
2018-08-22
proc/kcore: don't grab lock for memory hotplug notifier
Omar Sandoval
1
-4
/
+2
2018-08-22
proc/kcore: don't grab lock for kclist_add()
Omar Sandoval
1
-4
/
+3
2018-08-22
fs/proc/kcore.c: use __pa_symbol() for KCORE_TEXT list entries
James Morse
1
-1
/
+3
2018-08-22
fs/proc/vmcore.c: use new typedef vm_fault_t
Souptick Joarder
1
-1
/
+1
2018-08-22
proc: use "unsigned int" in /proc/stat hook
Alexey Dobriyan
1
-1
/
+1
2018-08-22
proc: spread "const" a bit
Alexey Dobriyan
1
-2
/
+2
2018-08-22
proc: use macro in /proc/latency hook
Alexey Dobriyan
1
-1
/
+1
2018-08-22
proc: save 2 atomic ops on write to "/proc/*/attr/*"
Alexey Dobriyan
1
-19
/
+19
2018-08-22
proc: put task earlier in /proc/*/fail-nth
Alexey Dobriyan
1
-3
/
+1
2018-08-22
proc: smaller readlock section in readdir("/proc")
Alexey Dobriyan
1
-2
/
+2
2018-08-22
fs/proc/uptime.c: use ktime_get_boottime_ts64
Arnd Bergmann
1
-2
/
+2
2018-08-22
proc: fixup PDE allocation bloat
Alexey Dobriyan
2
-12
/
+11
2018-08-22
/proc/meminfo: add percpu populated pages count
Dennis Zhou (Facebook)
1
-0
/
+2
2018-08-22
mm: zero out the vma in vma_init()
Andrew Morton
1
-2
/
+0
2018-08-22
mm: /proc/pid/smaps_rollup: convert to single value seq_file
Vlastimil Babka
2
-60
/
+96
2018-08-22
mm: /proc/pid/smaps: factor out common stats printing
Vlastimil Babka
1
-22
/
+29
2018-08-22
mm: /proc/pid/smaps: factor out mem stats gathering
Vlastimil Babka
1
-24
/
+31
2018-08-22
mm: /proc/pid/*maps remove is_pid and related wrappers
Vlastimil Babka
4
-144
/
+18
2018-08-22
autofs: fix autofs_sbi() does not check super block type
Ian Kent
2
-2
/
+3
2018-08-20
Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
1
-2
/
+3
2018-08-20
Merge tag 'ceph-for-4.19-rc1' of git://github.com/ceph/ceph-client
Linus Torvalds
14
-230
/
+302
2018-08-18
Merge tag 'driver-core-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-9
/
+23
2018-08-17
Merge tag '9p-for-4.19-2' of git://github.com/martinetd/linux
Linus Torvalds
3
-4
/
+6
2018-08-17
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
40
-231
/
+283
2018-08-17
fs/userfaultfd.c: remove redundant pointer uwq
Colin Ian King
1
-3
/
+0
2018-08-17
mm: add SHRINK_EMPTY shrinker methods return value
Kirill Tkhai
1
-0
/
+3
2018-08-17
fs: propagate shrinker::id to list_lru
Kirill Tkhai
1
-2
/
+2
2018-08-17
fs/super.c: refactor alloc_super()
Kirill Tkhai
1
-4
/
+4
2018-08-17
fs, mm: account buffer_head to kmemcg
Shakeel Butt
1
-2
/
+10
2018-08-17
fs: fsnotify: account fsnotify metadata to kmemcg
Shakeel Butt
6
-9
/
+30
2018-08-17
ext4: readpages() should submit IO as read-ahead
Jens Axboe
3
-5
/
+7
2018-08-17
btrfs: readpages() should submit IO as read-ahead
Jens Axboe
1
-1
/
+1
2018-08-17
mpage: mpage_readpages() should submit IO as read-ahead
Jens Axboe
2
-10
/
+24
2018-08-17
mpage: add argument structure for do_mpage_readpage()
Jens Axboe
1
-52
/
+57
2018-08-17
fs/seq_file.c: simplify seq_file iteration code and interface
NeilBrown
1
-33
/
+21
2018-08-17
vfs: discard ATTR_ATTR_FLAG
NeilBrown
1
-1
/
+1
2018-08-17
fs/dcache.c: fix kmemcheck splat at take_dentry_name_snapshot()
Tetsuo Handa
1
-1
/
+2
2018-08-17
ocfs2: make several functions and variables static (and some const)
Colin Ian King
3
-10
/
+10
2018-08-17
ocfs2: clean up some unnecessary code
wangyan
3
-19
/
+5
2018-08-17
ocfs2: return -EROFS when filesystem becomes read-only
Jun Piao
3
-37
/
+30
2018-08-17
ntfs: mft: remove VLA usage
Kees Cook
1
-2
/
+10
2018-08-17
ntfs: decompress: remove VLA usage
Kees Cook
1
-12
/
+16
[next]