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
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2016-01-17
189
-2886
/
+4357
|
\
|
*
printk: change recursion_bug type to bool
Sergey Senozhatsky
2016-01-16
1
-3
/
+3
|
*
lib/vsprintf: factor out %pN[F] handler as netdev_bits()
Andy Shevchenko
2016-01-16
1
-9
/
+16
|
*
lib/vsprintf: refactor duplicate code to special_hex_number()
Andy Shevchenko
2016-01-16
1
-26
/
+27
|
*
printk-formats.txt: remove unimplemented %pT
Rasmus Villemoes
2016-01-16
1
-9
/
+0
|
*
printk: help pr_debug and pr_devel to optimize out arguments
Aaron Conole
2016-01-16
1
-6
/
+6
|
*
lib/test_printf.c: test dentry printing
Rasmus Villemoes
2016-01-16
1
-0
/
+27
|
*
lib/test_printf.c: add test for large bitmaps
Rasmus Villemoes
2016-01-16
1
-0
/
+17
|
*
lib/test_printf.c: account for kvasprintf tests
Rasmus Villemoes
2016-01-16
1
-0
/
+1
|
*
lib/test_printf.c: add a few number() tests
Rasmus Villemoes
2016-01-16
1
-0
/
+24
|
*
lib/test_printf.c: test precision quirks
Rasmus Villemoes
2016-01-16
1
-6
/
+15
|
*
lib/test_printf.c: check for out-of-bound writes
Rasmus Villemoes
2016-01-16
1
-5
/
+19
|
*
lib/test_printf.c: don't BUG
Rasmus Villemoes
2016-01-16
1
-1
/
+6
|
*
lib/kasprintf.c: add sanity check to kvasprintf
Rasmus Villemoes
2016-01-16
1
-4
/
+6
|
*
lib/vsprintf.c: warn about too large precisions and field widths
Rasmus Villemoes
2016-01-16
1
-4
/
+24
|
*
lib/vsprintf.c: help gcc make number() smaller
Rasmus Villemoes
2016-01-16
1
-12
/
+14
|
*
lib/vsprintf.c: expand field_width to 24 bits
Rasmus Villemoes
2016-01-16
1
-20
/
+22
|
*
lib/vsprintf.c: eliminate potential race in string()
Rasmus Villemoes
2016-01-16
1
-19
/
+9
|
*
lib/vsprintf.c: move string() below widen_string()
Rasmus Villemoes
2016-01-16
1
-31
/
+31
|
*
lib/vsprintf.c: pull out padding code from dentry_name()
Rasmus Villemoes
2016-01-16
1
-15
/
+31
|
*
printk: do cond_resched() between lines while outputting to consoles
Tejun Heo
2016-01-16
3
-3
/
+36
|
*
printk: only unregister boot consoles when necessary
Thierry Reding
2016-01-16
1
-1
/
+25
|
*
asm/sections: add helpers to check for section data
Thierry Reding
2016-01-16
1
-0
/
+65
|
*
kernel/stop_machine.c: remove CONFIG_SMP dependencies
Andrew Morton
2016-01-16
1
-4
/
+0
|
*
uselib: default depending if libc5 was used
Riku Voipio
2016-01-16
1
-1
/
+1
|
*
err.h: add (missing) unlikely() to IS_ERR_OR_NULL()
Viresh Kumar
2016-01-16
1
-1
/
+1
|
*
Kconfig: remove HAVE_LATENCYTOP_SUPPORT
Will Deacon
2016-01-16
12
-37
/
+0
|
*
include/linux/kdev_t.h: remove new_valid_dev()
Yaowei Bai
2016-01-16
1
-5
/
+0
|
*
fs/stat.c: drop the last new_valid_dev check
Yaowei Bai
2016-01-16
1
-1
/
+1
|
*
include/linux/kernel.h: change abs() macro so it uses consistent return type
Michal Nazarewicz
2016-01-16
3
-24
/
+23
|
*
include/linux/poison.h: use POISON_POINTER_DELTA for poison pointers
Vasily Kulikov
2016-01-16
1
-2
/
+2
|
*
memcg: only free spare array when readers are done
Martijn Coenen
2016-01-15
1
-5
/
+6
|
*
mm: soft-offline: exit with failure for non anonymous thp
Naoya Horiguchi
2016-01-15
1
-8
/
+8
|
*
mm: soft-offline: clean up soft_offline_page()
Naoya Horiguchi
2016-01-15
1
-31
/
+47
|
*
mm/hugetlbfs: unmap pages if page fault raced with hole punch
Mike Kravetz
2016-01-15
1
-69
/
+75
|
*
fs/hugetlbfs/inode.c: fix bugs in hugetlb_vmtruncate_list()
Mike Kravetz
2016-01-15
1
-8
/
+11
|
*
mm: make swapoff more robust against soft dirty
Hugh Dickins
2016-01-15
1
-14
/
+4
|
*
mm: fix locking order in mm_take_all_locks()
Kirill A. Shutemov
2016-01-15
3
-21
/
+37
|
*
mm: mempolicy: skip non-migratable VMAs when setting MPOL_MF_LAZY
Liang Chen
2016-01-15
1
-1
/
+2
|
*
mm/page_alloc.c: remove unused struct zone *z variable
Alexander Kuleshov
2016-01-15
1
-2
/
+0
|
*
mm/mlock.c: change can_do_mlock return value type to boolean
Wang Xiaoqiang
2016-01-15
2
-5
/
+5
|
*
mm/vmalloc.c: use macro IS_ALIGNED to judge the aligment
Wang Xiaoqiang
2016-01-15
1
-2
/
+2
|
*
cgroup, memcg, writeback: drop spurious rcu locking around mem_cgroup_css_fro...
Tejun Heo
2016-01-15
2
-5
/
+0
|
*
mm/page_isolation: do some cleanup in "undo_isolate_page_range"
Wang Xiaoqiang
2016-01-15
1
-2
/
+4
|
*
memblock: fix section mismatch
Kirill A. Shutemov
2016-01-15
1
-9
/
+9
|
*
s390/mm: enable fixup_user_fault retrying
Dominik Dingel
2016-01-15
1
-3
/
+26
|
*
mm: bring in additional flag for fixup_user_fault to signal unlock
Dominik Dingel
2016-01-15
4
-11
/
+34
|
*
dax: re-enable dax pmd mappings
Dan Williams
2016-01-15
2
-7
/
+4
|
*
dax: provide diagnostics for pmd mapping failures
Dan Williams
2016-01-15
1
-8
/
+57
|
*
mm, x86: get_user_pages() for dax mappings
Dan Williams
2016-01-15
8
-39
/
+212
[next]