summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'irq-urgent-2024-03-23' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-03-231-18/+54
|\
| * irqchip/renesas-rzg2l: Do not set TIEN and TINT source at the same timeBiju Das2024-03-181-3/+2
| * irqchip/renesas-rzg2l: Prevent spurious interrupts when setting trigger typeBiju Das2024-03-181-4/+32
| * irqchip/renesas-rzg2l: Rename rzg2l_irq_eoi()Biju Das2024-03-181-4/+3
| * irqchip/renesas-rzg2l: Rename rzg2l_tint_eoi()Biju Das2024-03-181-5/+3
| * irqchip/renesas-rzg2l: Flush posted write in irq_eoi()Biju Das2024-03-181-2/+14
* | Merge tag 'core-entry-2024-03-23' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-03-231-1/+7
|\ \
| * | entry: Respect changes to system call number by trace_sys_enter()André Rösti2024-03-121-1/+7
* | | Merge tag 'powerpc-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2024-03-2316-231/+274
|\ \ \
| * | | powerpc/kdump: Split KEXEC_CORE and CRASH_DUMP dependencyHari Bathini2024-03-178-63/+61
| * | | powerpc/kexec: split CONFIG_KEXEC_FILE and CONFIG_CRASH_DUMPHari Bathini2024-03-172-131/+142
| * | | kexec/kdump: make struct crash_mem available without CONFIG_CRASH_DUMPHari Bathini2024-03-171-6/+6
| * | | powerpc: Handle error in mark_rodata_ro() and mark_initmem_nx()Christophe Leroy2024-03-175-31/+65
* | | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2024-03-2311-184/+33
|\ \ \ \
| * \ \ \ Merge branches 'misc' and 'fixes' into for-linusRussell King (Oracle)2024-03-191-0/+3
| |\ \ \ \
| | * | | | ARM: 9359/1: flush: check if the folio is reserved for no-mapping addressesYongqiang Liu2024-03-111-0/+3
| * | | | | ARM: 9354/1: ptrace: Use bitfield helpersGeert Uytterhoeven2024-03-111-2/+3
| * | | | | ARM: 9352/1: iwmmxt: Remove support for PJ4/PJ4B coresArd Biesheuvel2024-02-264-177/+15
| * | | | | ARM: 9353/1: remove unneeded entry for CONFIG_FRAME_POINTERMasahiro Yamada2024-02-241-3/+0
| * | | | | ARM: 9351/1: fault: Add "cut here" line for prefetch abortsKees Cook2024-02-241-0/+1
| * | | | | ARM: 9350/1: fault: Implement copy_from_kernel_nofault_allowed()Kees Cook2024-02-241-0/+7
| * | | | | ARM: 9349/1: unwind: Add missing "Call trace:" lineKees Cook2024-02-242-1/+3
| * | | | | ARM: 9334/1: mm: init: remove misuse of kernel-doc commentRandy Dunlap2024-02-241-1/+1
| |/ / / /
* | | | | Merge tag 'hardening-v6.9-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-03-2313-39/+62
|\ \ \ \ \
| * | | | | lkdtm/bugs: Improve warning message for compilers without counted_by supportNathan Chancellor2024-03-221-1/+1
| * | | | | overflow: Change DEFINE_FLEX to take __counted_by memberKees Cook2024-03-228-22/+58
| * | | | | Revert "kunit: memcpy: Split slow memcpy tests into MEMCPY_SLOW_KUNIT_TEST"Guenter Roeck2024-03-182-15/+0
| * | | | | arch/Kconfig: eliminate needless UTF-8 character in Kconfig helpLiu Song2024-03-181-1/+1
| * | | | | ubsan: Disable signed integer overflow sanitizer on GCC < 8Kees Cook2024-03-181-0/+2
* | | | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2024-03-2210-71/+490
|\ \ \ \ \ \
| * | | | | | scsi: scsi_debug: Maintain write statistics per group numberBart Van Assche2024-02-261-4/+45
| * | | | | | scsi: scsi_debug: Implement GET STREAM STATUSBart Van Assche2024-02-261-0/+50
| * | | | | | scsi: scsi_debug: Implement the IO Advice Hints Grouping mode pageBart Van Assche2024-02-261-3/+58
| * | | | | | scsi: scsi_debug: Allocate the MODE SENSE response from the heapBart Van Assche2024-02-261-2/+7
| * | | | | | scsi: scsi_debug: Rework subpage code error handlingBart Van Assche2024-02-261-34/+36
| * | | | | | scsi: scsi_debug: Rework page code error handlingBart Van Assche2024-02-261-12/+12
| * | | | | | scsi: scsi_debug: Support the block limits extension VPD pageBart Van Assche2024-02-261-0/+16
| * | | | | | scsi: scsi_debug: Reduce code duplicationBart Van Assche2024-02-261-14/+2
| * | | | | | scsi: sd: Translate data lifetime informationBart Van Assche2024-02-262-4/+98
| * | | | | | scsi: scsi_proto: Add structures and constants related to I/O groups and streamsBart Van Assche2024-02-264-0/+141
| * | | | | | scsi: core: Query the Block Limits Extension VPD pageBart Van Assche2024-02-265-0/+27
* | | | | | | Merge tag 'block-6.9-20240322' of git://git.kernel.dk/linuxLinus Torvalds2024-03-2212-34/+233
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'nvme-6.9-2024-03-21' of git://git.infradead.org/nvme into block-6.9Jens Axboe2024-03-2111-33/+233
| |\ \ \ \ \ \ \
| | * | | | | | | nvmet-rdma: remove NVMET_RDMA_REQ_INVALIDATE_RKEY flagGuixin Liu2024-03-211-5/+3
| | * | | | | | | nvme: remove redundant BUILD_BUG_ON checkGuixin Liu2024-03-211-3/+0
| | * | | | | | | nvme/tcp: Add wq_unbound modparam for nvme_tcp_wqLi Feng2024-03-181-3/+18
| | * | | | | | | nvme-tcp: Export the nvme_tcp_wq to sysfsLi Feng2024-03-181-1/+1
| | * | | | | | | drivers/nvme: Add quirks for device 126f:2262Jiawei Fu (iBug)2024-03-181-0/+3
| | * | | | | | | nvme: parse format command's lbafu when tracingGuixin Liu2024-03-141-1/+4
| | * | | | | | | nvme: add tracing of reservation commandsGuixin Liu2024-03-141-0/+62