Age | Commit message (Expand) | Author | Files | Lines |
2020-10-14 | Merge tag 'iomap-5.10-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 3 | -2/+22 |
2020-10-14 | Merge tag 'iommu-updates-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 4 | -18/+33 |
2020-10-14 | Merge branch 'stable/for-linus-5.10' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+1 |
2020-10-14 | Merge tag 'pnp-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 1 | -6/+0 |
2020-10-14 | Merge tag 'acpi-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds | 2 | -18/+10 |
2020-10-14 | Merge tag 'pm-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 8 | -13/+42 |
2020-10-14 | Merge tag 'platform-drivers-x86-v5.10-1' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 1 | -30/+4 |
2020-10-14 | Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+67 |
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 |