summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2024-05-03RIP ->bd_inodeAl Viro1-1/+0
2024-05-03use ->bd_mapping instead of ->bd_inode->i_mappingAl Viro2-4/+4
2024-05-03block_device: add a pointer to struct address_space (page cache of bdev)Al Viro1-0/+1
2024-05-03block: move two helpers into bdev.cYu Kuai1-10/+2
2024-05-03nvmem: layouts: store owner from modules with nvmem_layout_driver_register()Krzysztof Kozlowski1-1/+4
2024-05-03Merge tag 'coresight-next-v6.10' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman1-0/+6
2024-05-03spi: pxa2xx: Move contents of linux/spi/pxa2xx_spi.h to a local oneAndy Shevchenko1-48/+0
2024-05-03regulator: devres: add API for reference voltage suppliesDavid Lechner1-0/+7
2024-05-03bdev: move ->bd_make_it_fail to ->__bd_flagsAl Viro1-3/+3
2024-05-03bdev: move ->bd_ro_warned to ->__bd_flagsAl Viro1-1/+1
2024-05-03bdev: move ->bd_has_subit_bio to ->__bd_flagsAl Viro1-1/+1
2024-05-03bdev: move ->bd_write_holder into ->__bd_flagsAl Viro1-1/+1
2024-05-03bdev: move ->bd_read_only to ->__bd_flagsAl Viro2-3/+3
2024-05-03bdev: infrastructure for flagsAl Viro2-2/+18
2024-05-03PCI/ASPM: Consolidate link state definesIlpo Järvinen1-10/+14
2024-05-03wrapper for access to ->bd_partnoAl Viro1-1/+6
2024-05-03Use bdev_is_paritition() instead of open-coding itAl Viro1-1/+1
2024-05-03set_blocksize(): switch to passing struct file *Al Viro1-1/+1
2024-05-03swapon(2): open swap with O_EXCLAl Viro1-1/+0
2024-05-03swapon(2)/swapoff(2): don't bother with block sizeAl Viro1-1/+0
2024-05-02cxl/cper: Fix non-ACPI-APEI-GHES buildIra Weiny1-2/+2
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski9-81/+159
2024-05-02ovl: implement tmpfileMiklos Szeredi1-0/+3
2024-05-02Merge tag 'net-6.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2-0/+3
2024-05-02string: Add additional __realloc_size() annotations for "dup" helpersKees Cook1-5/+8
2024-05-02KVM: Remove kvm_make_all_cpus_request_except()Venkatesh Srinivas1-2/+0
2024-05-02seq_file: Optimize seq_puts()Christophe JAILLET1-1/+12
2024-05-02net: Protect dev->name by seqlock.Kuniyuki Iwashima1-0/+1
2024-05-02kunit/fortify: Fix replaced failure path to unbreak __alloc_sizeKees Cook1-1/+2
2024-05-01cifs: Implement netfslib hooksDavid Howells1-0/+1
2024-05-01netfs, afs: Use writeback retry to deal with alternate keysDavid Howells1-0/+2
2024-05-01netfs: Cut over to using new writeback codeDavid Howells1-9/+0
2024-05-01netfs: New writeback implementationDavid Howells1-1/+67
2024-05-01netfs: Switch to using unsigned long long rather than loff_tDavid Howells1-7/+9
2024-05-01netfs: Use mempools for allocating requests and subrequestsDavid Howells1-2/+3
2024-05-01netfs: Remove ->launder_folio() supportDavid Howells1-2/+0
2024-05-01mm: Provide a means of invalidation without using launder_folioDavid Howells1-0/+2
2024-05-01Merge remote-tracking branch 'cxl/for-6.10/cper' into cxl-for-nextDave Jiang1-0/+26
2024-05-01acpi/ghes: Process CXL Component EventsIra Weiny1-0/+27
2024-05-01Merge tag 'regulator-fix-v6.9-rc6' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2024-05-01mm/slab: make __free(kfree) accept error pointersDan Carpenter1-2/+2
2024-05-01objpool: cache nr_possible_cpus() and avoid caching nr_cpu_idsAndrii Nakryiko1-3/+3
2024-05-01objpool: enable inlining objpool_push() and objpool_pop() operationsAndrii Nakryiko1-2/+99
2024-05-01ftrace: make extra rcu_is_watching() validation check optionalAndrii Nakryiko1-1/+1
2024-05-01fprobe: Add entry/exit callbacks typesJiri Olsa1-6/+12
2024-05-01Merge branches 'fixes.2024.04.15a', 'misc.2024.04.12a', 'rcu-sync-normal-impr...Uladzislau Rezki (Sony)1-9/+9
2024-05-01Merge tag 'mhi-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/man...Greg Kroah-Hartman1-1/+28
2024-05-01net: move sysctl_max_skb_frags to net_hotdataEric Dumazet1-2/+0
2024-05-01inet: introduce dst_rtable() helperEric Dumazet1-9/+0
2024-04-30Merge remote-tracking branch 'cxl/for-6.10/dpa-to-hpa' into cxl-for-nextDave Jiang1-0/+10