summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-01-18Merge tag 'acpi-5.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-0/+308
2022-01-18Merge tag 'slab-for-5.17-part2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-65/+0
2022-01-17Merge branch 'acpi-pfrut'Rafael J. Wysocki2-0/+308
2022-01-17Merge tag '5.17-rc-part1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-0/+4
2022-01-17devtmpfs regression fix: reconfigure on each mountNeilBrown1-0/+2
2022-01-17Merge tag 'ntb-5.17' of git://github.com/jonmason/ntbLinus Torvalds1-2/+0
2022-01-17Merge tag 'linux-watchdog-5.17-rc1' of git://www.linux-watchdog.org/linux-wat...Linus Torvalds1-0/+8
2022-01-17Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-1/+3
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds9-75/+20
2022-01-17Merge tag 'unicode-for-next-5.17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+46
2022-01-16mm: Add folio_put_refs()Matthew Wilcox (Oracle)1-0/+20
2022-01-16rtc: mc146818-lib: fix signedness bug in mc146818_get_time()Dan Carpenter1-1/+1
2022-01-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-103/+382
2022-01-16Merge tag 'hyperv-next-signed-20220114' of git://git.kernel.org/pub/scm/linux...Linus Torvalds3-2/+16
2022-01-16Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds4-2/+152
2022-01-16Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-128/+108
2022-01-16Merge tag 'exfat-for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2022-01-16Merge tag 'nfsd-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds5-75/+56
2022-01-16Merge tag '9p-for-5.17-rc1' of git://github.com/martinetd/linuxLinus Torvalds2-3/+1
2022-01-16Merge tag 'drm-next-2022-01-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-1/+1
2022-01-16Merge tag 'memblock-v5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+0
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds30-260/+583
2022-01-15bitmap: unify find_bit operationsYury Norov2-33/+56
2022-01-15find: micro-optimize for_each_{set,clear}_bit()Yury Norov1-2/+2
2022-01-15include/linux: move for_each_bit() macros from bitops.h to find.hYury Norov2-34/+34
2022-01-15cpumask: replace cpumask_next_* with cpumask_first_* where appropriateYury Norov1-0/+16
2022-01-15cpumask: use find_first_and_bit()Yury Norov1-10/+20
2022-01-15lib: add find_first_and_bit()Yury Norov1-0/+27
2022-01-15arch: remove GENERIC_FIND_FIRST_BIT entirelyYury Norov1-13/+0
2022-01-15include: move find.h from asm_generic to linuxYury Norov3-4/+10
2022-01-15bitops: move find_bit_*_le functions from le.h to find.hYury Norov2-64/+69
2022-01-15bitops: protect find_first_{,zero}_bit properlyYury Norov1-0/+5
2022-01-15cifs: move superblock magic defitions to magic.hJeff Layton1-0/+4
2022-01-15mm/damon: hide kernel pointer from tracepoint eventSeongJae Park1-4/+4
2022-01-15mm/damon: move the implementation of damon_insert_region to damon.hGuoqing Jiang1-2/+11
2022-01-15mm/damon/schemes: account how many times quota limit has exceededSeongJae Park1-0/+2
2022-01-15mm/damon/schemes: account scheme actions that successfully appliedSeongJae Park1-7/+21
2022-01-15mm/damon: remove a mistakenly added comment for a future featureSeongJae Park1-1/+1
2022-01-15mm/damon: convert macro functions to static inline functionsSeongJae Park1-6/+12
2022-01-15mm/damon: modify damon_rand() macro to static inline functionXin Hao1-1/+4
2022-01-15mm/damon: move damon_rand() definition into damon.hXin Hao1-0/+4
2022-01-15mm/damon: remove some unneeded function definitions in damon.hXin Hao1-21/+0
2022-01-15mm/damon: add 'age' of region tracepoint supportXin Hao1-2/+5
2022-01-15mm: make some vars and functions static or __initTing Liu1-1/+0
2022-01-15mm/rmap: fix potential batched TLB flush raceHuang Ying1-1/+1
2022-01-15mm/hwpoison: fix unpoison_memory()Naoya Horiguchi2-0/+5
2022-01-15mm/hwpoison: remove MF_MSG_BUDDY_2ND and MF_MSG_POISONED_HUGENaoya Horiguchi2-4/+0
2022-01-15mm/thp: drop unused trace events hugepage_[invalidate|splitting]Anshuman Khandual1-35/+0
2022-01-15mm: compaction: fix the migration stats in trace_mm_compaction_migratepages()Baolin Wang1-20/+4
2022-01-15mm/mempolicy: wire up syscall set_mempolicy_home_nodeAneesh Kumar K.V2-1/+7