aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-11-06mm/vmpressure: fix data-race with memcg->socket_pressureGravatar Yuanzheng Song 1-1/+1
2021-11-06mm/vmscan: throttle reclaim when no progress is being madeGravatar Mel Gorman 2-1/+4
2021-11-06mm/vmscan: throttle reclaim and compaction when too may pages are isolatedGravatar Mel Gorman 2-1/+4
2021-11-06mm/vmscan: throttle reclaim until some writeback completes if congestedGravatar Mel Gorman 4-8/+47
2021-11-06mm, hugepages: add mremap() support for hugepage backed vmaGravatar Mina Almasry 1-0/+19
2021-11-06mm: khugepaged: recalculate min_free_kbytes after stopping khugepagedGravatar Liangcai Fan 1-0/+1
2021-11-06mm/cma: add cma_pages_valid to determine if pages are in CMAGravatar Mike Kravetz 1-0/+1
2021-11-06hugetlb: add demote hugetlb page sysfs interfacesGravatar Mike Kravetz 1-0/+1
2021-11-06mm/hugetlb: drop __unmap_hugepage_range definition from hugetlb.hGravatar Peter Xu 1-10/+0
2021-11-06mm: fix data race in PagePoisoned()Gravatar Marco Elver 1-1/+1
2021-11-06mm: make generic arch_is_kernel_initmem_freed() do what it saysGravatar Christophe Leroy 1-14/+0
2021-11-06mm: create a new system state and fix core_kernel_text()Gravatar Christophe Leroy 1-0/+1
2021-11-06mm/page_alloc: detect allocation forbidden by cpuset and bail out earlyGravatar Feng Tang 2-0/+39
2021-11-06mm/vmalloc: introduce alloc_pages_bulk_array_mempolicy to accelerate memory a...Gravatar Chen Wandun 1-0/+4
2021-11-06kasan: arm64: fix pcpu_page_first_chunk crash with KASAN_VMALLOCGravatar Kefeng Wang 1-0/+6
2021-11-06mm/vmalloc: don't allow VM_NO_GUARD on vmap()Gravatar Peter Zijlstra 1-1/+1
2021-11-06mm: mmap_lock: use DECLARE_EVENT_CLASS and DEFINE_EVENT_FNGravatar Gang Li 1-32/+12
2021-11-06mm: mmap_lock: remove redundant newline in TP_printkGravatar Gang Li 1-3/+3
2021-11-06include/linux/io-mapping.h: remove fallback for writecombineGravatar Lucas De Marchi 1-6/+0
2021-11-06memory: remove unused CONFIG_MEM_BLOCK_SIZEGravatar Lukas Bulwahn 1-1/+0
2021-11-06mm: add zap_skip_check_mapping() helperGravatar Peter Xu 1-1/+15
2021-11-06mm: drop first_index/last_index in zap_detailsGravatar Peter Xu 1-2/+0
2021-11-06mm: use __pfn_to_section() instead of open coding itGravatar Rolf Eike Beer 1-2/+2
2021-11-06mm: memcontrol: remove the kmem statesGravatar Muchun Song 1-7/+0
2021-11-06mm: simplify bdi refcountingGravatar Christoph Hellwig 1-0/+3
2021-11-06fs: explicitly unregister per-superblock BDIsGravatar Christoph Hellwig 1-0/+1
2021-11-06percpu: add __alloc_size attributes for better bounds checkingGravatar Kees Cook 1-3/+3
2021-11-06mm/page_alloc: add __alloc_size attributes for better bounds checkingGravatar Kees Cook 1-2/+2
2021-11-06mm/vmalloc: add __alloc_size attributes for better bounds checkingGravatar Kees Cook 1-11/+11
2021-11-06mm/kvmalloc: add __alloc_size attributes for better bounds checkingGravatar Kees Cook 1-8/+8
2021-11-06slab: add __alloc_size attributes for better bounds checkingGravatar Kees Cook 1-28/+33
2021-11-06slab: clean up function prototypesGravatar Kees Cook 1-34/+34
2021-11-06Compiler Attributes: add __alloc_size() for better bounds checkingGravatar Kees Cook 3-0/+30
2021-11-06kasan: generic: introduce kasan_record_aux_stack_noalloc()Gravatar Marco Elver 1-0/+2
2021-11-06lib/stackdepot: introduce __stack_depot_save()Gravatar Marco Elver 1-0/+4
2021-11-06lib/stackdepot: include gfp.hGravatar Marco Elver 1-0/+2
2021-11-06mm: don't include <linux/dax.h> in <linux/mempolicy.h>Gravatar Christoph Hellwig 1-1/+0
2021-11-06mm, slub: change percpu partial accounting from objects to pagesGravatar Vlastimil Babka 2-13/+2
2021-11-06mm: move kvmalloc-related functions to slab.hGravatar Matthew Wilcox (Oracle) 2-34/+34
2021-10-28mm: filemap: check if THP has hwpoisoned subpage for PMD page faultGravatar Yang Shi 1-0/+23
2021-10-28Merge tag 'net-5.15-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 9-19/+28
2021-10-28mptcp: fix corrupt receiver key in MPC + data + checksumGravatar Davide Caratti 1-0/+4
2021-10-28net/tls: Fix flipped sign in tls_err_abort() callsGravatar Daniel Jordan 1-7/+2
2021-10-27Merge tag 'mac80211-for-net-2021-10-27' of git://git.kernel.org/pub/scm/linux...Gravatar Jakub Kicinski 1-2/+0
2021-10-26Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar Jakub Kicinski 6-8/+19
2021-10-26bpf: Fix potential race in tail call compatibility checkGravatar Toke Høiland-Jørgensen 1-2/+5
2021-10-26bpf: Move BPF_MAP_TYPE for INODE_STORAGE and TASK_STORAGE outside of CONFIG_NETGravatar Tejun Heo 1-4/+4
2021-10-26skmsg: Extract and reuse sk_msg_is_readable()Gravatar Cong Wang 1-0/+1
2021-10-26net: Rename ->stream_memory_read to ->sock_is_readableGravatar Cong Wang 2-2/+8
2021-10-26net: multicast: calculate csum of looped-back and forwarded packetsGravatar Cyril Strejc 1-2/+3