summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2022-09-11fs/buffer: add some new buffer read helpersZhang Yi
2022-09-11fs/buffer: remove __breadahead_gfp()Zhang Yi
2022-09-11mm/thp: remove redundant CONFIG_TRANSPARENT_HUGEPAGELiu Shixin
2022-09-11mm/thp: simplify has_transparent_hugepage by using IS_BUILTINLiu Shixin
2022-09-11mm: fix null-ptr-deref in kswapd_is_running()Kefeng Wang
2022-09-11mm: kill is_memblock_offlined()Kefeng Wang
2022-09-11filemap: remove find_get_pages_contig()Vishal Moola (Oracle)
2022-09-11filemap: add filemap_get_folios_contig()Vishal Moola (Oracle)
2022-09-11page_ext: introduce boot parameter 'early_page_ext'Li Zhe
2022-09-11memcg: increase MEMCG_CHARGE_BATCH to 64Shakeel Butt
2022-09-11mm: page_counter: rearrange struct page_counter fieldsShakeel Butt
2022-09-11mm: pagewalk: fix documentation of PTE hole handlingRolf Eike Beer
2022-09-11mm: fix use-after free of page_ext after race with memory-offlineCharan Teja Kalla
2022-09-11mm: kill find_min_pfn_with_active_regions()Kefeng Wang
2022-09-11arch: mm: rename FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDERZi Yan
2022-09-11memory tiering: adjust hot threshold automaticallyHuang Ying
2022-09-11memory tiering: rate limit NUMA migration throughputHuang Ying
2022-09-11memory tiering: hot page selection with hint page fault latencyHuang Ying
2022-09-11mm: add more BUILD_BUG_ONs to gfp_migratetype()Peter Collingbourne
2022-09-11hugetlb_cgroup: remove unneeded return valueMiaohe Lin
2022-09-11kfence: add sysfs interface to disable kfence for selected slabs.Imran Khan
2022-09-11mm/hugetlb: add dedicated func to get 'allowed' nodemask for current processFeng Tang
2022-09-11mm/vmscan: define macros for refaults in struct lruvecYang Yang
2022-09-11mm/madvise: introduce MADV_COLLAPSE sync hugepage collapseZach O'Keefe
2022-09-11mm/thp: add flag to enforce sysfs THP in hugepage_vma_check()Zach O'Keefe
2022-08-28Merge tag 'mm-hotfixes-stable-2022-08-28' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-08-28Revert "memcg: cleanup racy sum avoidance code"Shakeel Butt
2022-08-28mm: re-allow pinning of zero pfns (again)Alex Williamson
2022-08-26wait_on_bit: add an acquire memory barrierMikulas Patocka
2022-08-25Merge tag 'net-6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2022-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski
2022-08-24net: Fix data-races around sysctl_devconf_inherit_init_net.Kuniyuki Iwashima
2022-08-24net: Fix data-races around sysctl_fb_tunnels_only_for_init_net.Kuniyuki Iwashima
2022-08-23Merge tag 'cgroup-for-6.0-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-08-23Merge tag 'mm-hotfixes-stable-2022-08-22' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-08-23netfilter: ebtables: reject blobs that don't provide all entry pointsFlorian Westphal
2022-08-22net/mlx5: Avoid false positive lockdep warning by adding lock_class_keyMoshe Shemesh
2022-08-22Merge tag 'nfs-for-5.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2022-08-20mm/shmem: fix chattr fsflags support in tmpfsHugh Dickins
2022-08-20mm/uffd: reset write protection when unregister with wp-modePeter Xu
2022-08-20mm: add DEVICE_ZONE to FOR_ALL_ZONESHao Lee
2022-08-20mm/gup: fix FOLL_FORCE COW security issue and remove FOLL_COWDavid Hildenbrand
2022-08-20Merge tag 'block-6.0-2022-08-19' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-08-20Merge tag 'ata-6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds
2022-08-21ata: libata: Set __ATA_BASE_SHT max_sectorsJohn Garry
2022-08-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-08-19Merge tag 'bitmap-6.0-rc2' of https://github.com/norov/linuxLinus Torvalds
2022-08-19KVM: Rename mmu_notifier_* to mmu_invalidate_*Chao Peng
2022-08-19KVM: Rename KVM_PRIVATE_MEM_SLOTS to KVM_INTERNAL_MEM_SLOTSChao Peng
2022-08-18blk-mq: remove unused function blk_mq_queue_stopped()Yu Kuai