index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
bdi: use irqsave variant of refcount_dec_and_lock()
Anna-Maria Gleixner
2018-08-22
1
-4
/
+1
*
bdi: use refcount_t for reference counting instead atomic_t
Sebastian Andrzej Siewior
2018-08-22
3
-9
/
+10
*
kernel.h: documentation for roundup() vs round_up()
Kees Cook
2018-08-22
1
-1
/
+34
*
include/asm-generic/bug.h: clarify valid uses of WARN()
Dmitry Vyukov
2018-08-22
1
-3
/
+13
*
proc/kcore: add vmcoreinfo note to /proc/kcore
Omar Sandoval
2018-08-22
4
-4
/
+21
*
crash_core: use VMCOREINFO_SYMBOL_ARRAY() for swapper_pg_dir
Omar Sandoval
2018-08-22
1
-1
/
+1
*
proc/kcore: optimize multiple page reads
Omar Sandoval
2018-08-22
1
-3
/
+11
*
proc/kcore: clean up ELF header generation
Omar Sandoval
2018-08-22
1
-209
/
+141
*
proc/kcore: hold lock during read
Omar Sandoval
2018-08-22
1
-30
/
+40
*
proc/kcore: fix memory hotplug vs multiple opens race
Omar Sandoval
2018-08-22
1
-49
/
+44
*
proc/kcore: replace kclist_lock rwlock with rwsem
Omar Sandoval
2018-08-22
1
-10
/
+10
*
proc/kcore: don't grab lock for memory hotplug notifier
Omar Sandoval
2018-08-22
1
-4
/
+2
*
proc/kcore: don't grab lock for kclist_add()
Omar Sandoval
2018-08-22
2
-5
/
+4
*
fs/proc/kcore.c: use __pa_symbol() for KCORE_TEXT list entries
James Morse
2018-08-22
1
-1
/
+3
*
fs/proc/vmcore.c: use new typedef vm_fault_t
Souptick Joarder
2018-08-22
1
-1
/
+1
*
proc: use "unsigned int" in /proc/stat hook
Alexey Dobriyan
2018-08-22
1
-1
/
+1
*
proc: spread "const" a bit
Alexey Dobriyan
2018-08-22
2
-3
/
+3
*
proc: use macro in /proc/latency hook
Alexey Dobriyan
2018-08-22
1
-1
/
+1
*
proc: save 2 atomic ops on write to "/proc/*/attr/*"
Alexey Dobriyan
2018-08-22
1
-19
/
+19
*
proc: put task earlier in /proc/*/fail-nth
Alexey Dobriyan
2018-08-22
1
-3
/
+1
*
proc: smaller readlock section in readdir("/proc")
Alexey Dobriyan
2018-08-22
1
-2
/
+2
*
proc: test /proc/thread-self symlink
Alexey Dobriyan
2018-08-22
4
-0
/
+71
*
proc: test /proc/self symlink
Alexey Dobriyan
2018-08-22
4
-0
/
+49
*
fs/proc/uptime.c: use ktime_get_boottime_ts64
Arnd Bergmann
2018-08-22
1
-2
/
+2
*
proc: fixup PDE allocation bloat
Alexey Dobriyan
2018-08-22
2
-12
/
+11
*
mm: fix comment for NODEMASK_ALLOC
Oscar Salvador
2018-08-22
1
-1
/
+1
*
drivers/block/zram/zram_drv.c: fix bug storing backing_dev
Peter Kalauskas
2018-08-22
1
-1
/
+6
*
/proc/meminfo: add percpu populated pages count
Dennis Zhou (Facebook)
2018-08-22
4
-0
/
+36
*
mm, oom: introduce memory.oom.group
Roman Gushchin
2018-08-22
4
-0
/
+159
*
mm, oom: refactor oom_kill_process()
Roman Gushchin
2018-08-22
1
-58
/
+65
*
tools/testing/selftests/vm/: add MAP_POPULATE test
Dmitry Safonov
2018-08-22
4
-0
/
+126
*
mm/page_alloc: Introduce free_area_init_core_hotplug
Oscar Salvador
2018-08-22
4
-36
/
+61
*
mm/page_alloc: inline function to handle CONFIG_DEFERRED_STRUCT_PAGE_INIT
Oscar Salvador
2018-08-22
1
-9
/
+16
*
mm: remove __paginginit
Pavel Tatashin
2018-08-22
2
-21
/
+10
*
mm: access zone->node via zone_to_nid() and zone_set_nid()
Pavel Tatashin
2018-08-22
5
-30
/
+28
*
mm/page_alloc.c: move ifdefery out of free_area_init_core
Oscar Salvador
2018-08-22
1
-13
/
+37
*
mm: remove zone_id() and make use of zone_idx() in is_dev_zone()
Oscar Salvador
2018-08-22
1
-19
/
+12
*
Documentation/sysctl/vm.txt: update __vm_enough_memory()'s path
juviliu
2018-08-22
1
-1
/
+1
*
memcg: reduce memcg tree traversals for stats collection
Shakeel Butt
2018-08-22
1
-77
/
+73
*
mm: fix page_freeze_refs and page_unfreeze_refs in comments
Jiang Biao
2018-08-22
3
-4
/
+4
*
mm: clarify CONFIG_PAGE_POISONING and usage
Kees Cook
2018-08-22
2
-5
/
+6
*
mm: zero out the vma in vma_init()
Andrew Morton
2018-08-22
6
-10
/
+7
*
mm/mempool.c: add missing parameter description
Mike Rapoport
2018-08-22
1
-0
/
+1
*
mm: /proc/pid/smaps_rollup: convert to single value seq_file
Vlastimil Babka
2018-08-22
2
-60
/
+96
*
mm: /proc/pid/smaps: factor out common stats printing
Vlastimil Babka
2018-08-22
1
-22
/
+29
*
mm: /proc/pid/smaps: factor out mem stats gathering
Vlastimil Babka
2018-08-22
1
-24
/
+31
*
mm: /proc/pid/*maps remove is_pid and related wrappers
Vlastimil Babka
2018-08-22
4
-144
/
+18
*
mm/oom_kill.c: clean up oom_reap_task_mm()
Michal Hocko
2018-08-22
1
-8
/
+16
*
mm, oom: describe task memory unit, larger PID pad
Rodrigo Freire
2018-08-22
1
-2
/
+3
*
mm, oom: remove oom_lock from oom_reaper
Michal Hocko
2018-08-22
2
-28
/
+4
[next]