index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-06
mm/memory_hotplug: remove CONFIG_MEMORY_HOTPLUG_SPARSE
David Hildenbrand
2
-16
/
+12
2021-11-06
mm: migrate: make demotion knob depend on migration
Yang Shi
2
-4
/
+4
2021-11-06
mm/migrate: de-duplicate migrate_reason strings
John Hubbard
2
-18
/
+14
2021-11-06
hugetlbfs: extend the definition of hugepages parameter to support node allocation
Zhenguo Yao
1
-2
/
+4
2021-11-06
memblock: use memblock_free for freeing virtual pointers
Mike Rapoport
1
-1
/
+1
2021-11-06
memblock: rename memblock_free to memblock_phys_free
Mike Rapoport
1
-1
/
+1
2021-11-06
memblock: stop aliasing __memblock_free_late with memblock_free_late
Mike Rapoport
1
-6
/
+1
2021-11-06
memblock: drop memblock_free_early_nid() and memblock_free_early()
Mike Rapoport
1
-12
/
+0
2021-11-06
mm/vmpressure: fix data-race with memcg->socket_pressure
Yuanzheng Song
1
-1
/
+1
2021-11-06
mm/vmscan: throttle reclaim when no progress is being made
Mel Gorman
2
-1
/
+4
2021-11-06
mm/vmscan: throttle reclaim and compaction when too may pages are isolated
Mel Gorman
2
-1
/
+4
2021-11-06
mm/vmscan: throttle reclaim until some writeback completes if congested
Mel Gorman
4
-8
/
+47
2021-11-06
mm, hugepages: add mremap() support for hugepage backed vma
Mina Almasry
1
-0
/
+19
2021-11-06
mm: khugepaged: recalculate min_free_kbytes after stopping khugepaged
Liangcai Fan
1
-0
/
+1
2021-11-06
mm/cma: add cma_pages_valid to determine if pages are in CMA
Mike Kravetz
1
-0
/
+1
2021-11-06
hugetlb: add demote hugetlb page sysfs interfaces
Mike Kravetz
1
-0
/
+1
2021-11-06
mm/hugetlb: drop __unmap_hugepage_range definition from hugetlb.h
Peter Xu
1
-10
/
+0
2021-11-06
mm: fix data race in PagePoisoned()
Marco Elver
1
-1
/
+1
2021-11-06
mm: make generic arch_is_kernel_initmem_freed() do what it says
Christophe Leroy
1
-14
/
+0
2021-11-06
mm: create a new system state and fix core_kernel_text()
Christophe Leroy
1
-0
/
+1
2021-11-06
mm/page_alloc: detect allocation forbidden by cpuset and bail out early
Feng Tang
2
-0
/
+39
2021-11-06
mm/vmalloc: introduce alloc_pages_bulk_array_mempolicy to accelerate memory allocation
Chen Wandun
1
-0
/
+4
2021-11-06
kasan: arm64: fix pcpu_page_first_chunk crash with KASAN_VMALLOC
Kefeng Wang
1
-0
/
+6
2021-11-06
mm/vmalloc: don't allow VM_NO_GUARD on vmap()
Peter Zijlstra
1
-1
/
+1
2021-11-06
mm: mmap_lock: use DECLARE_EVENT_CLASS and DEFINE_EVENT_FN
Gang Li
1
-32
/
+12
2021-11-06
mm: mmap_lock: remove redundant newline in TP_printk
Gang Li
1
-3
/
+3
2021-11-06
include/linux/io-mapping.h: remove fallback for writecombine
Lucas De Marchi
1
-6
/
+0
2021-11-06
memory: remove unused CONFIG_MEM_BLOCK_SIZE
Lukas Bulwahn
1
-1
/
+0
2021-11-06
mm: add zap_skip_check_mapping() helper
Peter Xu
1
-1
/
+15
2021-11-06
mm: drop first_index/last_index in zap_details
Peter Xu
1
-2
/
+0
2021-11-06
mm: use __pfn_to_section() instead of open coding it
Rolf Eike Beer
1
-2
/
+2
2021-11-06
mm: memcontrol: remove the kmem states
Muchun Song
1
-7
/
+0
2021-11-06
mm: simplify bdi refcounting
Christoph Hellwig
1
-0
/
+3
2021-11-06
fs: explicitly unregister per-superblock BDIs
Christoph Hellwig
1
-0
/
+1
2021-11-06
percpu: add __alloc_size attributes for better bounds checking
Kees Cook
1
-3
/
+3
2021-11-06
mm/page_alloc: add __alloc_size attributes for better bounds checking
Kees Cook
1
-2
/
+2
2021-11-06
mm/vmalloc: add __alloc_size attributes for better bounds checking
Kees Cook
1
-11
/
+11
2021-11-06
mm/kvmalloc: add __alloc_size attributes for better bounds checking
Kees Cook
1
-8
/
+8
2021-11-06
slab: add __alloc_size attributes for better bounds checking
Kees Cook
1
-28
/
+33
2021-11-06
slab: clean up function prototypes
Kees Cook
1
-34
/
+34
2021-11-06
Compiler Attributes: add __alloc_size() for better bounds checking
Kees Cook
3
-0
/
+30
2021-11-06
kasan: generic: introduce kasan_record_aux_stack_noalloc()
Marco Elver
1
-0
/
+2
2021-11-06
lib/stackdepot: introduce __stack_depot_save()
Marco Elver
1
-0
/
+4
2021-11-06
lib/stackdepot: include gfp.h
Marco Elver
1
-0
/
+2
2021-11-06
mm: don't include <linux/dax.h> in <linux/mempolicy.h>
Christoph Hellwig
1
-1
/
+0
2021-11-06
mm, slub: change percpu partial accounting from objects to pages
Vlastimil Babka
2
-13
/
+2
2021-11-06
mm: move kvmalloc-related functions to slab.h
Matthew Wilcox (Oracle)
2
-34
/
+34
2021-11-06
bpf: Stop caching subprog index in the bpf_pseudo_func insn
Martin KaFai Lau
1
-0
/
+6
2021-11-05
NFS: Remove the nfs4_label argument from nfs_setsecurity
Anna Schumaker
1
-2
/
+1
2021-11-05
NFS: Remove the nfs4_label argument from nfs_fhget()
Anna Schumaker
1
-1
/
+1
[prev]
[next]