index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-14
Merge tag 'objtool-core-2020-10-13' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-35
/
+129
2020-10-14
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
28
-130
/
+251
2020-10-13
mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessary
Suren Baghdasaryan
2
-0
/
+2
2020-10-13
memblock: use separate iterators for memory and reserved regions
Mike Rapoport
1
-3
/
+16
2020-10-13
memblock: implement for_each_reserved_mem_region() using __next_mem_region()
Mike Rapoport
1
-8
/
+4
2020-10-13
memblock: remove unused memblock_mem_size()
Mike Rapoport
1
-1
/
+0
2020-10-13
memblock: reduce number of parameters in for_each_mem_range()
Mike Rapoport
1
-10
/
+31
2020-10-13
memblock: make memblock_debug and related functionality private
Mike Rapoport
1
-11
/
+1
2020-10-13
memblock: make for_each_memblock_type() iterator private
Mike Rapoport
1
-5
/
+0
2020-10-13
mm: remove unused alloc_page_vma_node()
Wei Yang
1
-2
/
+0
2020-10-13
include/linux/compaction.h: clean code by removing unused enum value
Mateusz Nosek
1
-3
/
+0
2020-10-13
include/linux/gfp.h: clarify usage of GFP_ATOMIC in !preemptible contexts
Michal Hocko
1
-1
/
+3
2020-10-13
mmzone: clean code by removing unused macro parameter
Mateusz Nosek
1
-1
/
+1
2020-10-13
mm: document semantics of ZONE_MOVABLE
David Hildenbrand
1
-0
/
+35
2020-10-13
KUnit: KASAN Integration
Patricia Alfonso
1
-0
/
+6
2020-10-13
kasan/kunit: add KUnit Struct to Current Task
Patricia Alfonso
1
-0
/
+4
2020-10-13
include/linux/huge_mm.h: remove mincore_huge_pmd declaration
yuleixzhang
1
-3
/
+0
2020-10-13
mm: remove src/dst mm parameter in copy_page_range()
Peter Xu
1
-2
/
+2
2020-10-13
mm: simplify PageDoubleMap with PF_SECOND policy
Matthew Wilcox (Oracle)
1
-30
/
+10
2020-10-13
mm: move PageDoubleMap bit
Matthew Wilcox (Oracle)
1
-1
/
+1
2020-10-13
mmap locking API: add mmap_lock_is_contended()
Chinwen Chang
1
-0
/
+5
2020-10-13
mm: account PMD tables like PTE tables
Matthew Wilcox
1
-4
/
+20
2020-10-13
mm/memcg: unify swap and memsw page counters
Waiman Long
1
-5
/
+8
2020-10-13
mm/swap_slots.c: remove always zero and unused return value of enable_swap_sl...
Miaohe Lin
1
-1
/
+1
2020-10-13
mm: remove activate_page() from unuse_pte()
Yu Zhao
1
-1
/
+0
2020-10-13
swap: rename SWP_FS to SWAP_FS_OPS to avoid ambiguity
Gao Xiang
1
-1
/
+1
2020-10-13
mm, fadvise: improve the expensive remote LRU cache draining after FADV_DONTNEED
Yafang Shao
1
-0
/
+4
2020-10-13
mm: add find_lock_head
Matthew Wilcox (Oracle)
1
-6
/
+26
2020-10-13
mm/shmem: return head page from find_lock_entry
Matthew Wilcox (Oracle)
1
-0
/
+9
2020-10-13
i915: use find_lock_page instead of find_lock_entry
Matthew Wilcox (Oracle)
1
-2
/
+0
2020-10-13
mm: factor find_get_incore_page out of mincore_page
Matthew Wilcox (Oracle)
1
-0
/
+7
2020-10-13
mm, dump_page: rename head_mapcount() --> head_compound_mapcount()
John Hubbard
1
-4
/
+4
2020-10-13
mm/memremap_pages: support multiple ranges per invocation
Dan Williams
1
-2
/
+8
2020-10-13
mm/memremap_pages: convert to 'struct range'
Dan Williams
2
-2
/
+9
2020-10-13
mm/memory_hotplug: introduce default phys_to_target_node() implementation
Dan Williams
2
-20
/
+14
2020-10-13
ACPI: HMAT: refactor hmat_register_target_device to hmem_register_device
Dan Williams
1
-0
/
+8
2020-10-13
x86/numa: add 'nohmat' option
Dan Williams
1
-0
/
+2
2020-10-13
include/linux/slab.h: fix a typo error in comment
tangjianqiang
1
-1
/
+1
2020-10-13
export.h: fix section name for CONFIG_TRIM_UNUSED_KSYMS for Clang
Nick Desaulniers
1
-1
/
+1
2020-10-13
compiler.h: avoid escaped section names
Nick Desaulniers
1
-1
/
+1
2020-10-13
compiler-gcc: improve version error
Nick Desaulniers
1
-1
/
+1
2020-10-13
compiler-clang: add build check for clang 10.0.1
Nick Desaulniers
1
-0
/
+8
2020-10-13
Merge tag 'overflow-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-15
/
+24
2020-10-13
Merge tag 'printk-for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
5
-4
/
+18
2020-10-13
Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-6
/
+21
2020-10-13
Merge tag 'io_uring-5.10-2020-10-12' of git://git.kernel.dk/linux-block
Linus Torvalds
3
-27
/
+82
2020-10-13
Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block
Linus Torvalds
12
-150
/
+138
2020-10-13
Merge tag 'hwmon-for-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-0
/
+21
2020-10-13
Merge tag 'gpio-v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
5
-4
/
+24
2020-10-13
Merge tag 'spi-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
Linus Torvalds
1
-79
/
+86
[next]