index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
clang-version.sh
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-09-26
checkpatch: improve SPDX license checking
Joe Perches
1
-9
/
+9
2019-09-26
checkpatch: don't interpret stack dumps as commit IDs
Joe Perches
1
-2
/
+4
2019-09-26
lib/hexdump: make print_hex_dump_bytes() a nop on !DEBUG builds
Stephen Boyd
2
-28
/
+15
2019-09-26
lib/extable.c: add missing prototypes
Valdis Kletnieks
1
-0
/
+1
2019-09-26
lib/generic-radix-tree.c: make 2 functions static inline
Valdis Kletnieks
1
-2
/
+2
2019-09-26
strscpy: reject buffer sizes larger than INT_MAX
Kees Cook
1
-1
/
+1
2019-09-26
include/trace/events/writeback.h: fix -Wstringop-truncation warnings
Qian Cai
1
-18
/
+20
2019-09-26
kernel-doc: core-api: include string.h into core-api
Joe Perches
3
-6
/
+12
2019-09-26
augmented rbtree: rework the RB_DECLARE_CALLBACKS macro definition
Michel Lespinasse
2
-24
/
+24
2019-09-26
augmented rbtree: add new RB_DECLARE_CALLBACKS_MAX macro
Michel Lespinasse
8
-98
/
+115
2019-09-26
augmented rbtree: add comments for RB_DECLARE_CALLBACKS macro
Michel Lespinasse
2
-42
/
+66
2019-09-26
rbtree: avoid generating code twice for the cached versions (tools copy)
Michel Lespinasse
3
-77
/
+62
2019-09-26
kernel/elfcore.c: include proper prototypes
Valdis Kletnieks
1
-0
/
+1
2019-09-26
linux/coff.h: add include guard
Masahiro Yamada
1
-0
/
+5
2019-09-26
memcg, kmem: do not fail __GFP_NOFAIL charges
Michal Hocko
1
-0
/
+10
2019-09-25
mm/zsmalloc.c: fix a -Wunused-function warning
Qian Cai
1
-4
/
+0
2019-09-25
zswap: do not map same object twice
Vitaly Wool
1
-4
/
+3
2019-09-25
zswap: use movable memory if zpool support allocate movable memory
Hui Zhu
1
-3
/
+5
2019-09-25
zpool: add malloc_support_movable to zpool_driver
Hui Zhu
3
-9
/
+29
2019-09-25
shmem: fix obsolete comment in shmem_getpage_gfp()
Miles Chen
1
-1
/
+1
2019-09-25
mm/madvise: reduce code duplication in error handling paths
Mike Rapoport
1
-36
/
+16
2019-09-25
mm: mmap: increase sockets maximum memory size pgoff for 32bits
Ivan Khoronzhuk
1
-0
/
+3
2019-09-25
mm/mmap.c: refine find_vma_prev() with rb_last()
Wei Yang
1
-6
/
+3
2019-09-25
riscv: make mmap allocation top-down by default
Alexandre Ghiti
1
-0
/
+12
2019-09-25
mips: use generic mmap top-down layout and brk randomization
Alexandre Ghiti
3
-102
/
+1
2019-09-25
mips: replace arch specific way to determine 32bit task with generic version
Alexandre Ghiti
1
-1
/
+2
2019-09-25
mips: adjust brk randomization offset to fit generic version
Alexandre Ghiti
1
-3
/
+4
2019-09-25
mips: use STACK_TOP when computing mmap base address
Alexandre Ghiti
1
-2
/
+2
2019-09-25
mips: properly account for stack randomization and stack guard gap
Alexandre Ghiti
1
-2
/
+12
2019-09-25
arm: use generic mmap top-down layout and brk randomization
Alexandre Ghiti
4
-69
/
+1
2019-09-25
arm: use STACK_TOP when computing mmap base address
Alexandre Ghiti
1
-2
/
+2
2019-09-25
arm: properly account for stack randomization and stack guard gap
Alexandre Ghiti
1
-2
/
+12
2019-09-25
arm64, mm: make randomization selected by generic topdown mmap layout
Alexandre Ghiti
4
-11
/
+10
2019-09-25
arm64, mm: move generic mmap layout functions to mm
Alexandre Ghiti
6
-81
/
+92
2019-09-25
arm64: consider stack randomization for mmap base only when necessary
Alexandre Ghiti
1
-1
/
+5
2019-09-25
arm64: make use of is_compat_task instead of hardcoding this test
Alexandre Ghiti
1
-1
/
+1
2019-09-25
mm, fs: move randomize_stack_top from fs to mm
Alexandre Ghiti
3
-20
/
+24
2019-09-25
uprobe: collapse THP pmd after removing all uprobes
Song Liu
1
-0
/
+9
2019-09-25
khugepaged: enable collapse pmd for pte-mapped THP
Song Liu
2
-4
/
+200
2019-09-25
uprobe: use FOLL_SPLIT_PMD instead of FOLL_SPLIT
Song Liu
1
-4
/
+2
2019-09-25
mm, thp: introduce FOLL_SPLIT_PMD
Song Liu
2
-2
/
+7
2019-09-25
uprobe: use original page when all uprobes are removed
Song Liu
1
-15
/
+51
2019-09-25
mm: move memcmp_pages() and pages_identical()
Song Liu
3
-18
/
+20
2019-09-25
mm: thp: make deferred split shrinker memcg aware
Yang Shi
5
-9
/
+91
2019-09-25
mm: shrinker: make shrinker not depend on memcg kmem
Yang Shi
4
-46
/
+49
2019-09-25
mm: move mem_cgroup_uncharge out of __page_cache_release()
Yang Shi
3
-5
/
+4
2019-09-25
mm: thp: extract split_queue_* into a struct
Yang Shi
3
-26
/
+39
2019-09-25
mm,thp: avoid writes to file with THP in pagecache
Song Liu
5
-1
/
+47
2019-09-25
mm,thp: add read-only THP support for (non-shmem) FS
Song Liu
4
-48
/
+128
2019-09-25
khugepaged: rename collapse_shmem() and khugepaged_scan_shmem()
Song Liu
1
-12
/
+11
[next]