summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2024-05-04stm class: Add source typeMikhail Lappo
2024-05-04tty: add the option to have a tty reject a new ldiscLinus Torvalds
2024-05-04usb: core: Remove the useless struct usb_devmap which is just a bitmapChristophe JAILLET
2024-05-04driver core: Add device_show_string() helper for sysfs attributesLukas Wunner
2024-05-04soundwire: intel_ace2x: use DOAIS and DODS settings from firmwarePierre-Louis Bossart
2024-05-04fs: WARN when f_count resurrection is attemptedKees Cook
2024-05-04eventfs/tracing: Add callback for release of an eventfs_inodeSteven Rostedt (Google)
2024-05-04Merge tag 'iio-for-6.10b-take2' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman
2024-05-03Revert "net: mirror skb frag ref/unref helpers"Mina Almasry
2024-05-03Merge tag 'ipsec-2024-05-02' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2024-05-03net: no longer acquire RTNL in threaded_show()Eric Dumazet
2024-05-03Merge tag 'sound-6.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2024-05-03arch: Rename fbdev header and source filesThomas Zimmermann
2024-05-03bitops: Change function return types from long to intThorsten Blum
2024-05-03block: add a disk_has_partscan helperChristoph Hellwig
2024-05-03of: reserved_mem: Remove the use of phandle from the reserved_mem APIsOreoluwa Babatunde
2024-05-03iio: invensense: fix timestamp glitches when switching frequencyJean-Baptiste Maneyrol
2024-05-03Merge tag 'ath-next-20240502' of git://git.kernel.org/pub/scm/linux/kernel/gi...Kalle Valo
2024-05-03backlight: lcd: Constify lcd_opsKrzysztof Kozlowski
2024-05-03mfd: tps6594: Use volatile_table instead of volatile_regBhargav Raviprakash
2024-05-03mfd: tps6594: Add register definitions for TI TPS65224 PMICNirmala Devi Mal Nadar
2024-05-03mfd: rk8xx: Add RK816 supportAlex Bee
2024-05-03RIP ->bd_inodeAl Viro
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