summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2023-08-15sysctl: Add size arg to __register_sysctl_initJoel Granados
2023-08-15sysctl: Add size to register_sysctlJoel Granados
2023-08-15sysctl: Add a size arg to __register_sysctl_tableJoel Granados
2023-08-15sysctl: Add ctl_table_size to ctl_table_headerJoel Granados
2023-08-15list: Introduce CONFIG_LIST_HARDENEDMarco Elver
2023-08-15list_debug: Introduce inline wrappers for debug checksMarco Elver
2023-08-15compiler_types: Introduce the Clang __preserve_most function attributeMarco Elver
2023-08-15lsm: constify the 'file' parameter in security_binder_transfer_file()Khadija Kamran
2023-08-15Merge tag 'v6.5-rc6' into iommufd for-nextJason Gunthorpe
2023-08-15perf/smmuv3: Enable HiSilicon Erratum 162001900 quirk for HIP08/09Yicong Yang
2023-08-15vfs: fix up the assert in i_readcount_decMateusz Guzik
2023-08-15vfs, security: Fix automount superblock LSM init problem, preventing NFS sb s...David Howells
2023-08-14bpf: Document struct bpf_struct_ops fieldsDavid Vernet
2023-08-14torture: Add a kthread-creation callback to _torture_create_kthread()Paul E. McKenney
2023-08-14block: Bring back zero_fill_bio_iterKent Overstreet
2023-08-14block: Add some exports for bcachefsKent Overstreet
2023-08-14net/mlx5: Remove unused MAX HCA capabilitiesShay Drory
2023-08-14net/mlx5: Remove unused CAPsShay Drory
2023-08-14net/mlx5: Check with FW that sync reset completed successfullyMoshe Shemesh
2023-08-14Merge 6.5-rc6 into usb-nextGreg Kroah-Hartman
2023-08-14PCI/sysfs: Move declarations to linux/pci.hArnd Bergmann
2023-08-14fs: add FSCONFIG_CMD_CREATE_EXCLChristian Brauner
2023-08-14super: remove get_tree_single_reconf()Christian Brauner
2023-08-14Merge tag 'imx-drivers-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann
2023-08-14Merge remote-tracking branch 'andi/i2c/andi-for-next' into i2c/for-mergewindowWolfram Sang
2023-08-14HID: roccat: make all 'class' structures constIvan Orlov
2023-08-14HID: Reorder fields in 'struct hid_input'Christophe JAILLET
2023-08-14HID: input: Support devices sending Eraser without InvertIllia Ostapyshyn
2023-08-14net: phy: Introduce PSGMII PHY interface modeGabor Juhos
2023-08-13soc: qcom: aoss: Format string in qmp_send()Bjorn Andersson
2023-08-13soc: qcom: aoss: Move length requirements from callerBjorn Andersson
2023-08-13Merge 6.5-rc6 into char-misc-nextGreg Kroah-Hartman
2023-08-12locking: remove spin_lock_prefetchMateusz Guzik
2023-08-12Merge tag 'x86_bugs_for_v6.5_rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-08-11bpf: Remove unused declaration bpf_link_new_file()Yue Haibing
2023-08-11Merge tag 'mhi-for-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/man...Greg Kroah-Hartman
2023-08-11Merge tag 'iio-for-6.6a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman
2023-08-11Merge tag 'block-6.5-2023-08-11' of git://git.kernel.dk/linuxLinus Torvalds
2023-08-11tty: ldops: unify to u8Jiri Slaby (SUSE)
2023-08-11tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)
2023-08-11tty: propagate u8 data to tty_operations::put_char()Jiri Slaby (SUSE)
2023-08-11tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)
2023-08-11tty: tty_buffer: make all offsets unsignedJiri Slaby (SUSE)
2023-08-11tty: make char_buf_ptr()/flag_buf_ptr()'s offset unsignedJiri Slaby (SUSE)
2023-08-11misc: ti-st: make st_recv() conforming to tty_ldisc_ops::receive_buf()Jiri Slaby (SUSE)
2023-08-11tty: use u8 for flagsJiri Slaby (SUSE)
2023-08-11tty: use u8 for charsJiri Slaby (SUSE)
2023-08-11tty: make tty_ldisc_ops::*buf*() hooks operate on size_tJiri Slaby (SUSE)
2023-08-11tty: switch count in tty_ldisc_receive_buf() to size_tJiri Slaby (SUSE)
2023-08-11tty: make counts in tty_port_client_operations hooks size_tJiri Slaby (SUSE)