summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2023-11-26Merge tag 'usb-6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-13/+0
2023-11-25dcache: remove unnecessary NULL check in dget_dlock()Vegard Nossum1-11/+30
2023-11-25kill DCACHE_MAY_FREEAl Viro1-1/+0
2023-11-25Merge branches 'work.dcache-misc' and 'work.dcache2' into work.dcacheAl Viro1-5/+15
2023-11-25get rid of DCACHE_GENOCIDEAl Viro1-1/+0
2023-11-25d_genocide(): move the extern into fs/internal.hAl Viro1-3/+0
2023-11-25kill d_instantate_anon(), fold __d_instantiate_anon() into remaining callerAl Viro1-1/+0
2023-11-25dentry: switch the lists of children to hlistAl Viro1-5/+15
2023-11-25tty: move locking docs out of Returns for functions in tty.hJiri Slaby (SUSE)1-5/+7
2023-11-25tty: fix tty_operations types in documentationJiri Slaby (SUSE)1-3/+2
2023-11-25serial: core: Move tty and serdev to be children of serial core port deviceTony Lindgren2-3/+9
2023-11-25Merge branch 'firmware_loader'Jakub Kicinski1-0/+2
2023-11-25firmware_loader: Expand Firmware upload error codes with firmware invalid errorKory Maincent1-0/+2
2023-11-24gpiolib: provide gpio_device_get_label()Bartosz Golaszewski1-0/+1
2023-11-24wifi: ieee80211: fix PV1 frame control field nameLiam Kearney1-2/+2
2023-11-24Merge tag 'vfs-6.7-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+17
2023-11-24wifi: avoid offset calculation on NULL pointerMichael-CY Lee1-1/+3
2023-11-24Merge tag 'usb-serial-6.7-rc3' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman8-21/+26
2023-11-24bpf: Validate global subprogs lazilyAndrii Nakryiko1-0/+2
2023-11-24fs: create {sb,file}_write_not_started() helpersAmir Goldstein1-0/+26
2023-11-24fs: create file_write_started() helperAmir Goldstein1-0/+21
2023-11-24fs: create __sb_write_started() helperAmir Goldstein1-1/+15
2023-11-24soundwire: bus: introduce controller_idPierre-Louis Bossart1-1/+3
2023-11-24closures: CLOSURE_CALLBACK() to fix type punningKent Overstreet1-2/+7
2023-11-24Merge tag 'block-6.7-2023-11-23' of git://git.kernel.dk/linuxLinus Torvalds1-1/+0
2023-11-24Merge tag 'for-linus-2023112301' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+3
2023-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-14/+54
2023-11-23Merge tag 'net-6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2-4/+42
2023-11-23Merge tag 'drm-misc-next-2023-11-23' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter1-0/+9
2023-11-23usb: new quirk to reduce the SET_ADDRESS request timeoutHardik Gajjar1-0/+3
2023-11-23usb: xhci: Add timeout argument in address_device USB HCD callbackHardik Gajjar1-2/+3
2023-11-23arch: consolidate arch_irq_work_raise prototypesArnd Bergmann1-0/+3
2023-11-23sched/cpufreq: Rework schedutil governor performance estimationVincent Guittot1-1/+0
2023-11-23mailbox: apple: Delete driverHector Martin1-19/+0
2023-11-23soc: apple: rtkit: Get rid of apple_rtkit_send_message_waitHector Martin1-18/+0
2023-11-23sizes.h: Add entries between SZ_32G and SZ_64TMatt Coster1-0/+9
2023-11-23soundwire: stream: constify sdw_port_config when adding devicesKrzysztof Kozlowski1-3/+3
2023-11-22ACPI: Fix ARM32 platforms compile issue introduced by fw_table changesDave Jiang2-14/+11
2023-11-22Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski6-4/+90
2023-11-21thermal: ACPI: Move the ACPI thermal library to drivers/acpi/Rafael J. Wysocki2-7/+7
2023-11-21fs: Rename mapping private membersMatthew Wilcox (Oracle)1-6/+6
2023-11-21HID: fix HID device resource race between HID core and debugging supportCharles Yi1-0/+3
2023-11-21Merge tag 'thunderbolt-for-v6.7-rc3' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman30-499/+281
2023-11-21bpf: keep track of max number of bpf_loop callback iterationsEduard Zingerman1-0/+11
2023-11-21bpf: verify callbacks as if they are called unknown number of timesEduard Zingerman1-0/+5
2023-11-21PCI: Avoid potential out-of-bounds read in pci_dev_for_each_resource()Andy Shevchenko1-6/+6
2023-11-21PCI: host-generic: Convert to platform remove callback returning voidUwe Kleine-König1-1/+1
2023-11-20net: Move {l,t,d}stats allocation to core and convert veth & vrfDaniel Borkmann1-4/+16
2023-11-20net, vrf: Move dstats structure to coreDaniel Borkmann1-0/+10
2023-11-20spi: axi-spi-engine improvementsMark Brown8-21/+26