aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-10Merge tag 'rpmsg-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linuxLinus Torvalds1-1/+1
2021-11-10Merge branches 'pm-opp' and 'pm-cpufreq'Rafael J. Wysocki1-4/+16
2021-11-09block: add __must_check for *add_disk*() callersLuis Chamberlain1-3/+3
2021-11-09Merge tag 'for-5.16/block-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2021-11-09Merge tag 'for-5.16/bdev-size-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2021-11-09Merge tag '9p-for-5.16-rc1' of git://github.com/martinetd/linuxLinus Torvalds1-1/+1
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds23-71/+179
2021-11-09seq_file: fix passing wrong private dataMuchun Song1-1/+1
2021-11-09seq_file: move seq_escape() to a headerAndy Shevchenko1-1/+16
2021-11-09signal: remove duplicate include in signal.hYe Guojin1-1/+0
2021-11-09crash_dump: remove duplicate include in crash_dump.hYe Guojin1-2/+0
2021-11-09crash_dump: fix boolreturn.cocci warningChangcheng Deng1-1/+1
2021-11-09sections: provide internal __is_kernel() and __is_kernel_text() helperKefeng Wang1-2/+2
2021-11-09sections: move is_kernel_inittext() into sections.hKefeng Wang2-9/+0
2021-11-09sections: move and rename core_kernel_data() to is_kernel_core_data()Kefeng Wang1-1/+0
2021-11-09kallsyms: fix address-checks for kernel related rangeKefeng Wang1-3/+3
2021-11-09kallsyms: remove arch specific text and data checkKefeng Wang1-2/+1
2021-11-09include/linux/string_helpers.h: add linux/string.h for strlen()Lucas De Marchi1-0/+1
2021-11-09lib, stackdepot: add helper to print stack entries into bufferImran Khan1-0/+3
2021-11-09lib, stackdepot: add helper to print stack entriesImran Khan1-0/+2
2021-11-09linux/container_of.h: switch to static_assertRasmus Villemoes1-6/+6
2021-11-09kernel.h: split out instruction pointer accessorsStephen Rothwell3-4/+10
2021-11-09include/linux/generic-radix-tree.h: replace kernel.h with the necessary inclusionsAndy Shevchenko1-1/+2
2021-11-09include/linux/radix-tree.h: replace kernel.h with the necessary inclusionsAndy Shevchenko1-1/+3
2021-11-09include/linux/sbitmap.h: replace kernel.h with the necessary inclusionsAndy Shevchenko1-1/+10
2021-11-09include/linux/delay.h: replace kernel.h with the necessary inclusionsAndy Shevchenko2-1/+2
2021-11-09include/linux/plist.h: replace kernel.h with the necessary inclusionsAndy Shevchenko1-1/+4
2021-11-09include/linux/llist.h: replace kernel.h with the necessary inclusionsAndy Shevchenko1-1/+3
2021-11-09include/linux/list.h: replace kernel.h with the necessary inclusionsAndy Shevchenko1-1/+3
2021-11-09kernel.h: split out container_of() and typeof_member() macrosAndy Shevchenko2-32/+41
2021-11-09kernel.h: drop unneeded <linux/kernel.h> inclusion from other headersAndy Shevchenko4-3/+1
2021-11-09proc/vmcore: convert oldmem_pfn_is_ram callback to more generic vmcore callbacksDavid Hildenbrand1-3/+23
2021-11-09mm,hugetlb: remove mlock ulimit for SHM_HUGETLBzhangyiru1-4/+2
2021-11-09vfs: keep inodes with page cache off the inode shrinker LRUJohannes Weiner2-0/+51
2021-11-09blk-mq: add one API for waiting until quiesce is doneMing Lei1-0/+1
2021-11-08lib: zstd: Upgrade to latest upstream zstd version 1.4.10Nick Terrell3-1049/+2408
2021-11-08lib: zstd: Add kernel-specific APINick Terrell2-980/+1420
2021-11-09bpf, sockmap: Use stricter sk state checks in sk_lookup_assignJohn Fastabend1-0/+12
2021-11-08Merge tag 'mfd-next-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds6-738/+72
2021-11-08Merge tag 'gpio-updates-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxLinus Torvalds2-1/+15
2021-11-08Merge tag 'cxl-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds2-2/+3
2021-11-08Merge tag 'mtd/for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linuxLinus Torvalds1-2/+0
2021-11-08PCI: Export pci_dev_lock()Niklas Schnelle1-0/+1
2021-11-08arm64: Track no early_pgtable_alloc() for kmemleakQian Cai1-1/+1
2021-11-08libceph, ceph: move ceph_osdc_copy_from() into cephfs codeLuís Henriques1-11/+8
2021-11-08ceph: don't rely on error_string to validate blocklisted session.Kotresh HR1-0/+2
2021-11-07Merge tag 'compiler-attributes-for-linus-v5.16' of git://github.com/ojeda/linuxLinus Torvalds2-2/+7
2021-11-07Merge tag 'spi-nor/for-5.16' into mtd/nextMiquel Raynal28-316/+110
2021-11-06Merge tag 'fsnotify_for_v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds3-26/+137
2021-11-06Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds4-16/+12