aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-11-11mm/migrate.c: remove MIGRATE_PFN_LOCKEDGravatar Alistair Popple 1-1/+0
2021-11-11mm/page_owner.c: modify the type of argument "order" in some functionsGravatar Yixuan Cao 1-6/+6
2021-11-10Merge tag 'nfsd-5.16' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 6-161/+247
2021-11-10Merge tag 'nfs-for-5.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 12-441/+677
2021-11-10Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 3-0/+5
2021-11-10Merge tag 'kernel.sys.v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+3
2021-11-10Merge tag 'pidfd.v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Gravatar Linus Torvalds 1-0/+1
2021-11-10Merge tag 'pm-5.16-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Gravatar Linus Torvalds 1-4/+16
2021-11-10Merge tag 'acpi-5.16-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 4-13/+24
2021-11-10Merge tag 'dmaengine-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+0
2021-11-10Merge tag 'tag-chrome-platform-for-v5.16' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 1-2/+5
2021-11-10Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 2-2/+2
2021-11-10Merge tag 'asm-generic-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-16/+0
2021-11-10Merge tag 'for-linus-5.16b-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 39-434/+64
2021-11-10Merge tag 'libnvdimm-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+0
2021-11-10Merge tag 'linux-watchdog-5.16-rc1' of git://www.linux-watchdog.org/linux-wat...Gravatar Linus Torvalds 1-18/+0
2021-11-10Merge tag 'rproc-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/remo...Gravatar Linus Torvalds 1-12/+0
2021-11-10Merge tag 'rpmsg-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/remo...Gravatar Linus Torvalds 1-1/+1
2021-11-10Merge branches 'pm-opp' and 'pm-cpufreq'Gravatar Rafael J. Wysocki 1-4/+16
2021-11-10Merge branches 'acpica', 'acpi-ec', 'acpi-pmic' and 'acpi-video'Gravatar Rafael J. Wysocki 1-13/+0
2021-11-09Merge tag 'for-5.16/block-2021-11-09' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-0/+2
2021-11-09Merge tag 'for-5.16/bdev-size-2021-11-09' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2021-11-09Merge tag 'for-5.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+2
2021-11-09Merge tag 'fuse-update-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+6
2021-11-09Merge tag '9p-for-5.16-rc1' of git://github.com/martinetd/linuxGravatar Linus Torvalds 4-29/+35
2021-11-09Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 26-90/+251
2021-11-09seq_file: fix passing wrong private dataGravatar Muchun Song 1-1/+1
2021-11-09seq_file: move seq_escape() to a headerGravatar Andy Shevchenko 1-1/+16
2021-11-09signal: remove duplicate include in signal.hGravatar Ye Guojin 1-1/+0
2021-11-09crash_dump: remove duplicate include in crash_dump.hGravatar Ye Guojin 1-2/+0
2021-11-09crash_dump: fix boolreturn.cocci warningGravatar Changcheng Deng 1-1/+1
2021-11-09sections: provide internal __is_kernel() and __is_kernel_text() helperGravatar Kefeng Wang 2-2/+31
2021-11-09sections: move is_kernel_inittext() into sections.hGravatar Kefeng Wang 3-9/+14
2021-11-09sections: move and rename core_kernel_data() to is_kernel_core_data()Gravatar Kefeng Wang 2-1/+16
2021-11-09kallsyms: fix address-checks for kernel related rangeGravatar Kefeng Wang 1-3/+3
2021-11-09kallsyms: remove arch specific text and data checkGravatar Kefeng Wang 2-18/+1
2021-11-09include/linux/string_helpers.h: add linux/string.h for strlen()Gravatar Lucas De Marchi 1-0/+1
2021-11-09lib, stackdepot: add helper to print stack entries into bufferGravatar Imran Khan 1-0/+3
2021-11-09lib, stackdepot: add helper to print stack entriesGravatar Imran Khan 1-0/+2
2021-11-09linux/container_of.h: switch to static_assertGravatar Rasmus Villemoes 1-6/+6
2021-11-09kernel.h: split out instruction pointer accessorsGravatar Stephen Rothwell 3-4/+10
2021-11-09include/linux/generic-radix-tree.h: replace kernel.h with the necessary inclu...Gravatar Andy Shevchenko 1-1/+2
2021-11-09include/linux/radix-tree.h: replace kernel.h with the necessary inclusionsGravatar Andy Shevchenko 1-1/+3
2021-11-09include/linux/sbitmap.h: replace kernel.h with the necessary inclusionsGravatar Andy Shevchenko 1-1/+10
2021-11-09include/linux/delay.h: replace kernel.h with the necessary inclusionsGravatar Andy Shevchenko 2-1/+2
2021-11-09include/media/media-entity.h: replace kernel.h with the necessary inclusionsGravatar Andy Shevchenko 1-1/+2
2021-11-09include/linux/plist.h: replace kernel.h with the necessary inclusionsGravatar Andy Shevchenko 1-1/+4
2021-11-09include/linux/llist.h: replace kernel.h with the necessary inclusionsGravatar Andy Shevchenko 1-1/+3
2021-11-09include/linux/list.h: replace kernel.h with the necessary inclusionsGravatar Andy Shevchenko 1-1/+3
2021-11-09include/kunit/test.h: replace kernel.h with the necessary inclusionsGravatar Andy Shevchenko 1-2/+11