summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2024-05-03use ->bd_mapping instead of ->bd_inode->i_mappingAl Viro
2024-05-03block_device: add a pointer to struct address_space (page cache of bdev)Al Viro
2024-05-03block: move two helpers into bdev.cYu Kuai
2024-05-03nvmem: layouts: store owner from modules with nvmem_layout_driver_register()Krzysztof Kozlowski
2024-05-03Merge tag 'coresight-next-v6.10' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman
2024-05-03spi: pxa2xx: Move contents of linux/spi/pxa2xx_spi.h to a local oneAndy Shevchenko
2024-05-03regulator: devres: add API for reference voltage suppliesDavid Lechner
2024-05-02bdev: move ->bd_make_it_fail to ->__bd_flagsAl Viro
2024-05-02bdev: move ->bd_ro_warned to ->__bd_flagsAl Viro
2024-05-02bdev: move ->bd_has_subit_bio to ->__bd_flagsAl Viro
2024-05-02bdev: move ->bd_write_holder into ->__bd_flagsAl Viro
2024-05-02bdev: move ->bd_read_only to ->__bd_flagsAl Viro
2024-05-02bdev: infrastructure for flagsAl Viro
2024-05-02PCI/ASPM: Consolidate link state definesIlpo Järvinen
2024-05-02wrapper for access to ->bd_partnoAl Viro
2024-05-02Use bdev_is_paritition() instead of open-coding itAl Viro
2024-05-02set_blocksize(): switch to passing struct file *Al Viro
2024-05-02swapon(2): open swap with O_EXCLAl Viro
2024-05-02swapon(2)/swapoff(2): don't bother with block sizeAl Viro
2024-05-02cxl/cper: Fix non-ACPI-APEI-GHES buildIra Weiny
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-05-02ovl: implement tmpfileMiklos Szeredi
2024-05-02Merge tag 'net-6.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2024-05-02string: Add additional __realloc_size() annotations for "dup" helpersKees Cook
2024-05-02KVM: Remove kvm_make_all_cpus_request_except()Venkatesh Srinivas
2024-05-02seq_file: Optimize seq_puts()Christophe JAILLET
2024-05-02fbdev/deferred-io: Provide get_page hook in struct fb_deferred_ioThomas Zimmermann
2024-05-01net: Protect dev->name by seqlock.Kuniyuki Iwashima
2024-05-01kunit/fortify: Fix replaced failure path to unbreak __alloc_sizeKees Cook
2024-05-01cifs: Implement netfslib hooksDavid Howells
2024-05-01netfs, afs: Use writeback retry to deal with alternate keysDavid Howells
2024-05-01netfs: Cut over to using new writeback codeDavid Howells
2024-05-01netfs: New writeback implementationDavid Howells
2024-05-01netfs: Switch to using unsigned long long rather than loff_tDavid Howells
2024-05-01netfs: Use mempools for allocating requests and subrequestsDavid Howells
2024-05-01netfs: Remove ->launder_folio() supportDavid Howells
2024-05-01mm: Provide a means of invalidation without using launder_folioDavid Howells
2024-05-01Merge remote-tracking branch 'cxl/for-6.10/cper' into cxl-for-nextDave Jiang
2024-05-01acpi/ghes: Process CXL Component EventsIra Weiny
2024-05-01Merge tag 'regulator-fix-v6.9-rc6' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-05-01mm/slab: make __free(kfree) accept error pointersDan Carpenter
2024-05-01objpool: cache nr_possible_cpus() and avoid caching nr_cpu_idsAndrii Nakryiko
2024-05-01objpool: enable inlining objpool_push() and objpool_pop() operationsAndrii Nakryiko
2024-05-01ftrace: make extra rcu_is_watching() validation check optionalAndrii Nakryiko
2024-05-01fprobe: Add entry/exit callbacks typesJiri Olsa
2024-05-01Merge branches 'fixes.2024.04.15a', 'misc.2024.04.12a', 'rcu-sync-normal-impr...Uladzislau Rezki (Sony)
2024-05-01Merge tag 'mhi-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/man...Greg Kroah-Hartman
2024-04-30net: move sysctl_max_skb_frags to net_hotdataEric Dumazet
2024-04-30inet: introduce dst_rtable() helperEric Dumazet
2024-04-30Merge remote-tracking branch 'cxl/for-6.10/dpa-to-hpa' into cxl-for-nextDave Jiang