summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2022-01-18Merge tag 'pm-5.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2022-01-18Merge tag 'acpi-5.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-01-18Merge tag 'slab-for-5.17-part2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-01-17Merge branch 'acpi-pfrut'Rafael J. Wysocki
2022-01-17Merge tag '5.17-rc-part1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2022-01-17devtmpfs regression fix: reconfigure on each mountNeilBrown
2022-01-17Merge tag 'ntb-5.17' of git://github.com/jonmason/ntbLinus Torvalds
2022-01-17Merge tag 'linux-watchdog-5.17-rc1' of git://www.linux-watchdog.org/linux-wat...Linus Torvalds
2022-01-17Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-01-17Merge tag 'unicode-for-next-5.17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-01-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-01-16Merge tag 'hyperv-next-signed-20220114' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2022-01-16Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2022-01-16Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-01-16Merge tag 'exfat-for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-01-16Merge tag 'nfsd-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2022-01-16Merge tag '9p-for-5.17-rc1' of git://github.com/martinetd/linuxLinus Torvalds
2022-01-16Merge tag 'drm-next-2022-01-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2022-01-16Merge tag 'memblock-v5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-15cifs: move superblock magic defitions to magic.hJeff Layton
2022-01-15mm/damon: hide kernel pointer from tracepoint eventSeongJae Park
2022-01-15mm/damon: move the implementation of damon_insert_region to damon.hGuoqing Jiang
2022-01-15mm/damon/schemes: account how many times quota limit has exceededSeongJae Park
2022-01-15mm/damon/schemes: account scheme actions that successfully appliedSeongJae Park
2022-01-15mm/damon: remove a mistakenly added comment for a future featureSeongJae Park
2022-01-15mm/damon: convert macro functions to static inline functionsSeongJae Park
2022-01-15mm/damon: modify damon_rand() macro to static inline functionXin Hao
2022-01-15mm/damon: move damon_rand() definition into damon.hXin Hao
2022-01-15mm/damon: remove some unneeded function definitions in damon.hXin Hao
2022-01-15mm/damon: add 'age' of region tracepoint supportXin Hao
2022-01-15mm: make some vars and functions static or __initTing Liu
2022-01-15mm/rmap: fix potential batched TLB flush raceHuang Ying
2022-01-15mm/hwpoison: fix unpoison_memory()Naoya Horiguchi
2022-01-15mm/hwpoison: remove MF_MSG_BUDDY_2ND and MF_MSG_POISONED_HUGENaoya Horiguchi
2022-01-15mm/thp: drop unused trace events hugepage_[invalidate|splitting]Anshuman Khandual
2022-01-15mm: compaction: fix the migration stats in trace_mm_compaction_migratepages()Baolin Wang
2022-01-15mm/mempolicy: wire up syscall set_mempolicy_home_nodeAneesh Kumar K.V
2022-01-15mm/mempolicy: add set_mempolicy_home_node syscallAneesh Kumar K.V
2022-01-15vmscan: make drop_slab_node staticGang Li
2022-01-15mm/vmstat: add events for THP max_ptes_* exceedsYang Yang
2022-01-15hugetlb: add hugetlb.*.numa_stat fileMina Almasry
2022-01-15mm_zone: add function to check if managed dma zone existsBaoquan He
2022-01-15include/linux/gfp.h: further document GFP_DMA32Miles Chen
2022-01-15mm: drop node from alloc_pages_vmaMichal Hocko
2022-01-15mm: fix boolreturn.cocci warningChangcheng Deng
2022-01-15mm: introduce memalloc_retry_wait()NeilBrown
2022-01-15mm: allow !GFP_KERNEL allocations for kvmallocMichal Hocko
2022-01-15mm: remove the total_mapcount argument from page_trans_huge_mapcount()Matthew Wilcox (Oracle)