index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
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-21
Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
1
-2
/
+3
2018-08-21
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-18
Merge tag '9p-for-4.19-2' of git://github.com/martinetd/linux
Linus Torvalds
3
-4
/
+6
2018-08-18
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
40
-231
/
+283
2018-08-18
fs/userfaultfd.c: remove redundant pointer uwq
Colin Ian King
1
-3
/
+0
2018-08-18
mm: add SHRINK_EMPTY shrinker methods return value
Kirill Tkhai
1
-0
/
+3
2018-08-18
fs: propagate shrinker::id to list_lru
Kirill Tkhai
1
-2
/
+2
2018-08-18
fs/super.c: refactor alloc_super()
Kirill Tkhai
1
-4
/
+4
2018-08-18
fs, mm: account buffer_head to kmemcg
Shakeel Butt
1
-2
/
+10
2018-08-18
fs: fsnotify: account fsnotify metadata to kmemcg
Shakeel Butt
6
-9
/
+30
2018-08-18
ext4: readpages() should submit IO as read-ahead
Jens Axboe
3
-5
/
+7
2018-08-18
btrfs: readpages() should submit IO as read-ahead
Jens Axboe
1
-1
/
+1
2018-08-18
mpage: mpage_readpages() should submit IO as read-ahead
Jens Axboe
2
-10
/
+24
2018-08-18
mpage: add argument structure for do_mpage_readpage()
Jens Axboe
1
-52
/
+57
2018-08-18
fs/seq_file.c: simplify seq_file iteration code and interface
NeilBrown
1
-33
/
+21
2018-08-18
vfs: discard ATTR_ATTR_FLAG
NeilBrown
1
-1
/
+1
2018-08-18
fs/dcache.c: fix kmemcheck splat at take_dentry_name_snapshot()
Tetsuo Handa
1
-1
/
+2
2018-08-18
ocfs2: make several functions and variables static (and some const)
Colin Ian King
3
-10
/
+10
2018-08-18
ocfs2: clean up some unnecessary code
wangyan
3
-19
/
+5
2018-08-18
ocfs2: return -EROFS when filesystem becomes read-only
Jun Piao
3
-37
/
+30
2018-08-18
ntfs: mft: remove VLA usage
Kees Cook
1
-2
/
+10
2018-08-18
ntfs: decompress: remove VLA usage
Kees Cook
1
-12
/
+16
2018-08-18
ntfs: aops: remove VLA usage
Kees Cook
1
-1
/
+4
2018-08-18
fs/ntfs/aops.c: don't disable interrupts during kmap_atomic()
Sebastian Andrzej Siewior
1
-4
/
+0
[next]