summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2022-09-12mm: fix use-after free of page_ext after race with memory-offlineCharan Teja Kalla2-16/+35
2022-09-12mm: kill find_min_pfn_with_active_regions()Kefeng Wang1-1/+0
2022-09-12arch: mm: rename FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDERZi Yan1-2/+2
2022-09-12memory tiering: adjust hot threshold automaticallyHuang Ying1-0/+9
2022-09-12memory tiering: rate limit NUMA migration throughputHuang Ying2-0/+8
2022-09-12memory tiering: hot page selection with hint page fault latencyHuang Ying1-0/+25
2022-09-12mm: add more BUILD_BUG_ONs to gfp_migratetype()Peter Collingbourne1-0/+3
2022-09-12hugetlb_cgroup: remove unneeded return valueMiaohe Lin1-11/+8
2022-09-12kfence: add sysfs interface to disable kfence for selected slabs.Imran Khan1-0/+6
2022-09-12mm/hugetlb: add dedicated func to get 'allowed' nodemask for current processFeng Tang1-12/+1
2022-09-12mm/vmscan: define macros for refaults in struct lruvecYang Yang1-0/+2
2022-09-12mm/madvise: introduce MADV_COLLAPSE sync hugepage collapseZach O'Keefe1-2/+12
2022-09-12mm/thp: add flag to enforce sysfs THP in hugepage_vma_check()Zach O'Keefe1-5/+4
2022-08-29Merge tag 'mm-hotfixes-stable-2022-08-28' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2-5/+23
2022-08-29Revert "memcg: cleanup racy sum avoidance code"Shakeel Butt1-2/+13
2022-08-29mm: re-allow pinning of zero pfns (again)Alex Williamson1-3/+10
2022-08-26wait_on_bit: add an acquire memory barrierMikulas Patocka3-5/+6
2022-08-26Merge tag 'net-6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds3-7/+18
2022-08-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski1-4/+0
2022-08-24net: Fix data-races around sysctl_devconf_inherit_init_net.Kuniyuki Iwashima1-0/+9
2022-08-24net: Fix data-races around sysctl_fb_tunnels_only_for_init_net.Kuniyuki Iwashima1-3/+8
2022-08-24Merge tag 'cgroup-for-6.0-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-6/+1
2022-08-23Merge tag 'mm-hotfixes-stable-2022-08-22' of git://git.kernel.org/pub/scm/lin...Linus Torvalds4-14/+17
2022-08-23netfilter: ebtables: reject blobs that don't provide all entry pointsFlorian Westphal1-4/+0
2022-08-22net/mlx5: Avoid false positive lockdep warning by adding lock_class_keyMoshe Shemesh1-0/+1
2022-08-22Merge tag 'nfs-for-5.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-1/+1
2022-08-21mm/shmem: fix chattr fsflags support in tmpfsHugh Dickins1-9/+4
2022-08-21mm/uffd: reset write protection when unregister with wp-modePeter Xu1-0/+2
2022-08-21mm: add DEVICE_ZONE to FOR_ALL_ZONESHao Lee1-4/+11
2022-08-21mm/gup: fix FOLL_FORCE COW security issue and remove FOLL_COWDavid Hildenbrand1-1/+0
2022-08-20Merge tag 'block-6.0-2022-08-19' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2022-08-20Merge tag 'ata-6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds1-1/+2
2022-08-20ata: libata: Set __ATA_BASE_SHT max_sectorsJohn Garry1-1/+2
2022-08-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-32/+34
2022-08-19Merge tag 'bitmap-6.0-rc2' of https://github.com/norov/linuxLinus Torvalds1-3/+23
2022-08-19KVM: Rename mmu_notifier_* to mmu_invalidate_*Chao Peng1-29/+31
2022-08-19KVM: Rename KVM_PRIVATE_MEM_SLOTS to KVM_INTERNAL_MEM_SLOTSChao Peng1-3/+3
2022-08-18blk-mq: remove unused function blk_mq_queue_stopped()Yu Kuai1-1/+0
2022-08-16virtio: kerneldocs fixes and enhancementsRicardo CaƱuelo2-6/+6
2022-08-16virtio: Revert "virtio: find_vqs() add arg sizes"Michael S. Tsirkin1-9/+5
2022-08-16virtio: Revert "virtio: add helper virtio_find_vqs_ctx_size()"Michael S. Tsirkin1-12/+0
2022-08-16sched/psi: Remove redundant cgroup_psi() when !CONFIG_CGROUPSHao Jia1-5/+0
2022-08-16sched/psi: Remove unused parameter nbytes of psi_trigger_create()Hao Jia1-1/+1
2022-08-15lib/cpumask: add inline cpumask_next_wrap() for UPSander Vanheule1-0/+19
2022-08-15cpumask: align signatures of UP implementationsSander Vanheule1-3/+4
2022-08-14radix-tree: replace gfp.h inclusion with gfp_types.hYury Norov1-1/+1
2022-08-14Merge tag 'timers-urgent-2022-08-13' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2022-08-13Merge tag 'io_uring-6.0-2022-08-13' of git://git.kernel.dk/linux-blockLinus Torvalds3-11/+8
2022-08-13NFS: Cleanup to remove unused flag NFS_CONTEXT_RESEND_WRITESTrond Myklebust1-1/+0
2022-08-13NFS: Fix another fsync() issue after a server rebootTrond Myklebust1-0/+1