summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86/mmu: Pass full 64-bit error code when handling page faultsIsaku Yamahata2024-05-073-5/+4
* KVM: x86: Move synthetic PFERR_* sanity checks to SVM's #NPF handlerSean Christopherson2024-05-073-11/+18
* KVM: x86: Define more SEV+ page fault error bits/flags for #NPFSean Christopherson2024-05-071-0/+4
* KVM: x86: Remove separate "bit" defines for page fault error code masksSean Christopherson2024-05-072-25/+12
* KVM: x86/mmu: Exit to userspace with -EFAULT if private fault hits emulationSean Christopherson2024-05-072-8/+19
* Merge x86 bugfixes from Linux 6.9-rc3Paolo Bonzini2024-04-19773-4479/+9771
|\
| * x86/retpoline: Add NOENDBR annotation to the SRSO dummy return thunkBorislav Petkov (AMD)2024-04-061-0/+1
| * Merge branch 'linus' into x86/urgent, to pick up dependent commitIngo Molnar2024-04-06397-2689/+6406
| |\
| | * Merge tag 'firewire-fixes-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-04-061-1/+5
| | |\
| | | * firewire: ohci: mask bus reset interrupts between ISR and bottom halfAdam Goldman2024-04-061-1/+5
| | * | Merge tag 'spi-fix-v6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-04-063-11/+10
| | |\ \
| | | * | spi: mchp-pci1xxx: Fix a possible null pointer dereference in pci1xxx_spi_probeHuai-Yuan Liu2024-04-031-0/+2
| | | * | spi: spi-fsl-lpspi: remove redundant spi_controller_put callCarlos Song2024-04-031-8/+6
| | | * | spi: s3c64xx: Use DMA mode from fifo sizeJaewon Kim2024-03-291-3/+2
| | * | | Merge tag 'regulator-fix-v6.9-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-04-061-0/+7
| | |\ \ \
| | | * | | regulator: tps65132: Add of_match tableAndré Apitzsch2024-03-251-0/+7
| | | |/ /
| | * | | Merge tag 'regmap-fix-v6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-04-061-3/+3
| | |\ \ \
| | | * | | regmap: maple: Fix uninitialized symbol 'ret' warningsRichard Fitzgerald2024-03-291-2/+2
| | | * | | regmap: maple: Fix cache corruption in regcache_maple_drop()Richard Fitzgerald2024-03-271-1/+1
| | | |/ /
| | * | | Merge tag 'block-6.9-20240405' of git://git.kernel.dk/linuxLinus Torvalds2024-04-069-37/+133
| | |\ \ \
| | | * \ \ Merge tag 'nvme-6.9-2024-04-04' of git://git.infradead.org/nvme into block-6.9Jens Axboe2024-04-047-33/+128
| | | |\ \ \
| | | | * | | nvme-fc: rename free_ctrl callback to match name patternDaniel Wagner2024-04-041-2/+2
| | | | * | | nvmet-fc: move RCU read lock to nvmet_fc_assoc_existsDaniel Wagner2024-04-041-7/+10
| | | | * | | nvmet: implement unique discovery NQNHannes Reinecke2024-04-042-0/+54
| | | | * | | nvme: don't create a multipath node for zero capacity devicesChristoph Hellwig2024-04-041-1/+1
| | | | * | | nvme: split nvme_update_zone_infoChristoph Hellwig2024-04-023-23/+41
| | | | * | | nvme-multipath: don't inherit LBA-related fields for the multipath nodeChristoph Hellwig2024-04-021-0/+20
| | | |/ / /
| | | * | | block: fix overflow in blk_ioctl_discard()Li Nan2024-04-021-2/+3
| | | * | | nullblk: Fix cleanup order in null_add_dev() error pathDamien Le Moal2024-04-021-2/+2
| | | | |/ | | | |/|
| | * | | Merge tag 'io_uring-6.9-20240405' of git://git.kernel.dk/linuxLinus Torvalds2024-04-065-94/+73
| | |\ \ \
| | | * | | io_uring/kbuf: hold io_buffer_list reference over mmapJens Axboe2024-04-033-14/+36
| | | * | | io_uring/kbuf: protect io_buffer_list teardown with a referenceJens Axboe2024-04-032-4/+13
| | | * | | io_uring/kbuf: get rid of bl->is_readyJens Axboe2024-04-032-10/+0
| | | * | | io_uring/kbuf: get rid of lower BGID listsJens Axboe2024-04-033-65/+8
| | | * | | io_uring: use private workqueue for exit workJens Axboe2024-04-021-1/+4
| | | * | | io_uring: disable io-wq execution of multishot NOWAIT requestsJens Axboe2024-04-011-4/+9
| | | * | | io_uring/rw: don't allow multishot reads without NOWAIT supportJens Axboe2024-04-011-1/+8
| | | |/ /
| | * | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2024-04-065-26/+31
| | |\ \ \
| | | * | | scsi: ufs: core: Fix MCQ mode dev command timeoutPeter Wang2024-04-021-1/+3
| | | * | | scsi: libsas: Align SMP request allocation to ARCH_DMA_MINALIGNYihang Li2024-04-021-1/+1
| | | * | | scsi: sd: Unregister device if device_add_disk() failed in sd_probe()Li Nan2024-04-021-1/+1
| | | * | | scsi: ufs: core: WLUN suspend dev/link state error recoveryPeter Wang2024-04-021-1/+4
| | | * | | scsi: mylex: Fix sysfs buffer lengthsArnd Bergmann2024-04-022-22/+22
| | * | | | Merge tag 'devicetree-fixes-for-6.9-1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-04-0526-42/+89
| | |\ \ \ \
| | | * | | | nios2: Only use built-in devicetree blob if configured to do soGuenter Roeck2024-04-031-1/+5
| | | * | | | dt-bindings: timer: narrow regex for unit address to hex numbersKrzysztof Kozlowski2024-04-031-1/+1
| | | * | | | dt-bindings: soc: fsl: narrow regex for unit address to hex numbersKrzysztof Kozlowski2024-04-032-2/+2
| | | * | | | dt-bindings: remoteproc: ti,davinci: remove unstable remarkKrzysztof Kozlowski2024-04-031-3/+0
| | | * | | | dt-bindings: clock: ti: remove unstable remarkKrzysztof Kozlowski2024-04-0312-24/+0
| | | * | | | dt-bindings: clock: keystone: remove unstable remarkKrzysztof Kozlowski2024-04-032-4/+0