aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-05-14Merge tag 'linux_kselftest-next-6.10-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds72-675/+703
2024-05-14Merge tag 'linux_kselftest-kunit-6.10-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds10-38/+121
2024-05-14Merge tag 'linux_kselftest-nolibc-6.10-rc1' of git://git.kernel.org/pub/scm/l...Linus Torvalds4-21/+136
2024-05-14Merge tag 'for-linus' of https://github.com/openrisc/linuxLinus Torvalds11-111/+243
2024-05-14Merge tag 'sh-for-v6.10-tag1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds41-282/+111
2024-05-14s390/ipl: Introduce sysfs attribute 'scp_data' for dump iplAlexander Egorenkov1-0/+33
2024-05-14s390/ipl: Introduce macros for (re)ipl sysfs attribute 'scp_data'Alexander Egorenkov1-163/+83
2024-05-14s390/ipl: Fix incorrect initialization of nvme dump blockAlexander Egorenkov1-3/+3
2024-05-14s390/ipl: Fix incorrect initialization of len fields in nvme reipl blockAlexander Egorenkov1-2/+2
2024-05-14s390/ipl: Do not accept z/VM CP diag X'008' cmds longer than max lengthAlexander Egorenkov1-1/+5
2024-05-14s390/ipl: Fix size of vmcmd buffers for sending z/VM CP diag X'008' cmdsAlexander Egorenkov1-13/+15
2024-05-14s390/alternatives: Convert runtime sanity check into compile time checkHeiko Carstens3-7/+2
2024-05-14s390/iucv: Unexport iucv_rootHeiko Carstens2-3/+1
2024-05-14tty: hvc-iucv: Make use of iucv_alloc_device()Heiko Carstens1-13/+2
2024-05-14s390/smsgiucv_app: Make use of iucv_alloc_device()Heiko Carstens1-16/+5
2024-05-14s390/netiucv: Make use of iucv_alloc_device()Heiko Carstens1-16/+4
2024-05-14s390/vmlogrdr: Make use of iucv_alloc_device()Heiko Carstens1-17/+3
2024-05-14s390/iucv: Provide iucv_alloc_device() / iucv_release_device()Heiko Carstens2-0/+41
2024-05-14s390/irq: Set CIF_NOHZ_DELAY in do_io_irq()Sven Schnelle3-2/+1
2024-05-14s390/pkey: Wipe copies of protected- and secure-keysHolger Dengler1-43/+37
2024-05-14s390/pkey: Wipe copies of clear-key structures on failureHolger Dengler1-7/+9
2024-05-14s390/pkey: Wipe sensitive data on failureHolger Dengler1-2/+2
2024-05-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds60-376/+859
2024-05-14Merge tag 'm68k-for-v6.10-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds19-80/+48
2024-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski36-296/+436
2024-05-14selftests: netfilter: fix packetdrill conntrack testcaseFlorian Westphal1-1/+1
2024-05-14net: gro: fix napi_gro_cb zeroed alignmentRichard Gobert1-2/+4
2024-05-14Merge tag 'x86-irq-2024-05-12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds19-119/+450
2024-05-14Merge tag 'irq-core-2024-05-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds56-182/+3977
2024-05-14Merge tag 'x86-timers-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+2
2024-05-14Merge tag 'timers-core-2024-05-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds21-173/+284
2024-05-14Merge tag 'x86_apic_for_6.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+4
2024-05-14Merge tag 'x86_sev_for_v6.10_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-120/+113
2024-05-14Merge tag 'x86_microcode_for_v6.10_rc1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-8/+1
2024-05-14Merge tag 'for-net-next-2024-05-14' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski42-1141/+2651
2024-05-14Merge tag 'x86_cache_for_v6.10_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds8-83/+72
2024-05-14Merge tag 'x86_alternatives_for_v6.10_rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds6-98/+71
2024-05-14Merge tag 'ras_core_for_v6.10_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-15/+25
2024-05-14Merge tag 'edac_updates_for_v6.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds20-147/+50
2024-05-14Merge tag 'nvme-6.10-2024-05-14' of git://git.infradead.org/nvme into block-6.10Jens Axboe14-111/+141
2024-05-14eventfs: Fix a possible null pointer dereference in eventfs_find_events()Hao Ge1-4/+3
2024-05-14ftrace: Fix possible use-after-free issue in ftrace_location()Zheng Yejian1-16/+23
2024-05-14Bluetooth: btintel_pcie: Refactor and code cleanupKiran K2-5/+4
2024-05-14Bluetooth: btintel_pcie: Fix warning reported by sparseKiran K1-1/+1
2024-05-14Bluetooth: hci_core: Fix not handling hdev->le_num_of_adv_sets=1Luiz Augusto von Dentz3-9/+18
2024-05-14Bluetooth: btintel: Fix compiler warning for multi_v7_defconfig configKiran K1-1/+1
2024-05-14Bluetooth: btintel_pcie: Fix compiler warningsKiran K1-7/+3
2024-05-14Bluetooth: btintel_pcie: Add *setup* function to download firmwareKiran K2-5/+315
2024-05-14Bluetooth: btintel_pcie: Add support for PCIe transportTedd Ho-Jeong An5-1/+1495
2024-05-14Bluetooth: btintel: Export few static functionsKiran K2-10/+59