index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
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
*
radix_tree: tag all internal tree nodes as indirect pointers
Matthew Wilcox
2016-03-17
2
-8
/
+21
*
radix tree test harness
Matthew Wilcox
2016-03-17
36
-0
/
+2110
*
radix-tree: add an explicit include of bitops.h
Matthew Wilcox
2016-03-17
1
-0
/
+1
*
lib/bug.c: make panic_on_warn available for all architectures
Heiko Carstens
2016-03-17
1
-0
/
+11
*
include/linux/list_bl.h: use bool instead of int for boolean functions
Chen Gang
2016-03-17
1
-2
/
+2
*
MAINTAINERS: update s-Par driver maintainer list
David Kershner
2016-03-17
1
-1
/
+0
*
printk: add clear_idx symbol to vmcoreinfo
Ivan Delalande
2016-03-17
1
-10
/
+9
*
printk: check CON_ENABLED in have_callable_console()
Sergey Senozhatsky
2016-03-17
1
-1
/
+2
*
printk: set may_schedule for some of console_trylock() callers
Sergey Senozhatsky
2016-03-17
1
-9
/
+14
*
printk: move can_use_console() out of console_trylock_for_printk()
Sergey Senozhatsky
2016-03-17
1
-55
/
+42
*
include/uapi/linux/elf-em.h: remove v850
Rob Landley
2016-03-17
1
-3
/
+0
*
fix Christoph's email addresses
Christoph Lameter
2016-03-17
7
-7
/
+7
*
bug: set warn variable before calling WARN()
Steven Rostedt
2016-03-17
1
-9
/
+12
*
arch/mn10300/kernel/fpu-nofpu.c: needs asm/elf.h
Andrew Morton
2016-03-17
1
-0
/
+1
*
mn10300, c6x: CONFIG_GENERIC_BUG must depend on CONFIG_BUG
Andrew Morton
2016-03-17
2
-0
/
+2
*
proc-vmcore: wrong data type casting fix
Dave Young
2016-03-17
1
-2
/
+5
*
proc/base: make prompt shell start from new line after executing "cat /proc/$...
Minfei Huang
2016-03-17
1
-1
/
+1
*
procfs: add conditional compilation check
Eric Engestrom
2016-03-17
1
-0
/
+2
*
proc: add /proc/<pid>/timerslack_ns interface
John Stultz
2016-03-17
2
-0
/
+85
*
timer: convert timer_slack_ns from unsigned long to u64
John Stultz
2016-03-17
9
-21
/
+26
*
mm,oom: do not loop !__GFP_FS allocation if the OOM killer is disabled
Tetsuo Handa
2016-03-17
1
-1
/
+5
*
mm,oom: make oom_killer_disable() killable
Tetsuo Handa
2016-03-17
1
-7
/
+3
*
mm/zsmalloc: add `freeable' column to pool stat
Sergey Senozhatsky
2016-03-17
1
-7
/
+13
*
zsmalloc: drop unused member 'mapping_area->huge'
YiPing Xu
2016-03-17
1
-6
/
+3
*
mm/vmalloc: use PAGE_ALIGNED() to check PAGE_SIZE alignment
Shawn Lin
2016-03-17
1
-1
/
+1
*
mm: memcontrol: zap oom_info_lock
Vladimir Davydov
2016-03-17
1
-4
/
+0
*
mm: memcontrol: clarify the uncharge_list() loop
Johannes Weiner
2016-03-17
1
-0
/
+4
*
mm: memcontrol: reclaim and OOM kill when shrinking memory.max below usage
Johannes Weiner
2016-03-17
2
-4
/
+40
*
mm: memcontrol: reclaim when shrinking memory.high below usage
Johannes Weiner
2016-03-17
1
-0
/
+6
*
tools/vm/page-types.c: avoid memset() in walk_pfn() when count == 1
Naoya Horiguchi
2016-03-17
1
-1
/
+9
*
powerpc/mm: enable page parallel initialisation
Li Zhang
2016-03-17
1
-0
/
+1
*
mm: meminit: initialise more memory for inode/dentry hash tables in early boot
Li Zhang
2016-03-17
1
-2
/
+9
*
thp: fix deadlock in split_huge_pmd()
Kirill A. Shutemov
2016-03-17
1
-11
/
+2
*
thp: rewrite freeze_page()/unfreeze_page() with generic rmap walkers
Kirill A. Shutemov
2016-03-17
3
-180
/
+50
*
mm: make remove_migration_ptes() beyond mm/migration.c
Kirill A. Shutemov
2016-03-17
2
-6
/
+11
*
rmap: extend try_to_unmap() to be usable by split_huge_page()
Kirill A. Shutemov
2016-03-17
4
-12
/
+27
*
rmap: introduce rmap_walk_locked()
Kirill A. Shutemov
2016-03-17
2
-9
/
+33
*
mm: ZONE_DEVICE depends on SPARSEMEM_VMEMMAP
Dan Williams
2016-03-17
1
-0
/
+1
*
mm: remove VM_FAULT_MINOR
Jan Kara
2016-03-17
5
-6
/
+4
*
mm: percpu: use pr_fmt to prefix output
Joe Perches
2016-03-17
2
-11
/
+13
*
mm: convert printk(KERN_<LEVEL> to pr_<level>
Joe Perches
2016-03-17
20
-150
/
+118
*
mm: coalesce split strings
Joe Perches
2016-03-17
20
-109
/
+78
*
mm: convert pr_warning to pr_warn
Joe Perches
2016-03-17
3
-18
/
+16
*
mm: exclude ZONE_DEVICE from GFP_ZONE_TABLE
Dan Williams
2016-03-17
3
-15
/
+22
*
mm: memcontrol: cleanup css_reset callback
Vladimir Davydov
2016-03-17
1
-3
/
+5
*
mm, memory hotplug: print debug message in the proper way for online_pages
Chen Yucong
2016-03-17
1
-16
/
+16
*
mm: remove __GFP_NOFAIL is deprecated comment
Michal Hocko
2016-03-17
1
-13
/
+5
*
mm/page_ref: add tracepoint to track down page reference manipulation
Joonsoo Kim
2016-03-17
6
-6
/
+296
*
mm: introduce page reference manipulation functions
Joonsoo Kim
2016-03-17
25
-82
/
+134
*
mm: thp: set THP defrag by default to madvise and add a stall-free defrag option
Mel Gorman
2016-03-17
7
-56
/
+91
[next]