summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-08Merge tag 'usb-6.8-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2024-03-08Merge tag 'pinctrl-v6.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds
2024-03-08Merge tag 'input-for-v6.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-03-08Merge tag 'sound-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds
2024-03-08siox: bus-gpio: Simplify using devm_siox_* functionsUwe Kleine-König
2024-03-08siox: Provide a devm variant of siox_master_register()Uwe Kleine-König
2024-03-08siox: Provide a devm variant of siox_master_alloc()Uwe Kleine-König
2024-03-08siox: Don't pass the reference on a master in siox_master_register()Uwe Kleine-König
2024-03-08Merge tag 'drm-fixes-2024-03-08' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2024-03-08lib/fonts: Allow Sparc console 8x16 font for sparc64 early boot text consoleAndreas Larsson
2024-03-08sbus: uctrl: Convert to platform remove callback returning voidUwe Kleine-König
2024-03-08sbus: flash: Convert to platform remove callback returning voidUwe Kleine-König
2024-03-08sbus: envctrl: Convert to platform remove callback returning voidUwe Kleine-König
2024-03-08sbus: display7seg: Convert to platform remove callback returning voidUwe Kleine-König
2024-03-08sbus: bbc_i2c: Convert to platform remove callback returning voidUwe Kleine-König
2024-03-08sbus: Add prototype for bbc_envctrl_init and bbc_envctrl_cleanup to headerUwe Kleine-König
2024-03-08sparc32: Fix section mismatch in leon_pci_grpciSam Ravnborg
2024-03-08sparc32: Fix parport build with sparc32Sam Ravnborg
2024-03-08sparc32: Do not select GENERIC_ISA_DMASam Ravnborg
2024-03-08mtd: maps: sun_uflash: Declare uflash_devinit staticSam Ravnborg
2024-03-08sparc32: Fix build with trapbaseSam Ravnborg
2024-03-08sparc32: Use generic cmpdi2/ucmpdi2 variantsSam Ravnborg
2024-03-08ipv4: raw: check sk->sk_rcvbuf earlierEric Dumazet
2024-03-08ipv6: raw: check sk->sk_rcvbuf earlierEric Dumazet
2024-03-08nexthop: Simplify dump error handlingIdo Schimmel
2024-03-08net: add skb_data_unref() helperEric Dumazet
2024-03-08Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski
2024-03-08of: Add KUnit test to confirm DTB is loadedStephen Boyd
2024-03-08of: unittest: treat missing of_root as error instead of fixing upFrank Rowand
2024-03-08x86/of: Unconditionally call unflatten_and_copy_device_tree()Stephen Boyd
2024-03-08um: Unconditionally call unflatten_device_tree()Stephen Boyd
2024-03-08of: Create of_root if no dtb provided by firmwareFrank Rowand
2024-03-08of: Always unflatten in unflatten_and_copy_device_tree()Stephen Boyd
2024-03-08samples/landlock: Don't error out if a file path cannot be openedMickaël Salaün
2024-03-08landlock: Use f_cred in security_file_open() hookMickaël Salaün
2024-03-08landlock: Rename "ptrace" files to "task"Mickaël Salaün
2024-03-08landlock: Simplify current_check_access_socket()Mickaël Salaün
2024-03-08Merge tag 'wireless-next-2024-03-08' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2024-03-08platform/x86: serial-multi-instantiate: Add support for CS35L54 and CS35L57Simon Trimmer
2024-03-08ALSA: hda: cs35l56: Add support for CS35L54 and CS35L57Simon Trimmer
2024-03-08ASoC: cs35l56: Add support for CS35L54 and CS35L57Simon Trimmer
2024-03-08block/swim: Convert to platform remove callback returning voidUwe Kleine-König
2024-03-08Bluetooth: hci_sync: Fix UAF in hci_acl_create_conn_syncLuiz Augusto von Dentz
2024-03-08PCI: qcom: Disable ASPM L0s for sc8280xp, sa8540p and sa8295pJohan Hovold
2024-03-08dt-bindings: PCI: qcom: Do not require 'msi-map-mask'Johan Hovold
2024-03-08dt-bindings: PCI: qcom: Allow 'required-opps'Johan Hovold
2024-03-08Bluetooth: Fix eir name lengthFrédéric Danis
2024-03-08io_uring/net: dedup io_recv_finish req completionPavel Begunkov
2024-03-08io_uring: refactor DEFER_TASKRUN multishot checksPavel Begunkov
2024-03-08io_uring: fix mshot io-wq checksPavel Begunkov