summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* habanalabs: add kernel-doc style commentsOded Gabbay2021-10-181-18/+25
* Merge 5.15-rc6 into char-misc-nextGreg Kroah-Hartman2021-10-18648-4345/+7117
|\
| * Linux 5.15-rc6v5.15-rc6Linus Torvalds2021-10-181-1/+1
| * Merge tag 'libata-5.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-10-182-6/+5
| |\
| | * ata: ahci_platform: fix null-ptr-deref in ahci_platform_enable_regulators()Wang Hai2021-10-141-4/+1
| | * pata_legacy: fix a couple uninitialized variable bugsDan Carpenter2021-10-121-2/+4
| * | Merge tag 'block-5.15-2021-10-17' of git://git.kernel.dk/linux-blockLinus Torvalds2021-10-1813-120/+171
| |\ \
| | * | block, bfq: reset last_bfqq_created on group changePaolo Valente2021-10-171-0/+6
| | * | block: warn when putting the final reference on a registered diskChristoph Hellwig2021-10-171-0/+1
| | * | brd: reduce the brd_devices_mutex scopeTetsuo Handa2021-10-171-22/+22
| | * | kyber: avoid q->disk dereferences in trace pointsChristoph Hellwig2021-10-162-14/+15
| | * | block: keep q_usage_counter in atomic mode after del_gendiskChristoph Hellwig2021-10-163-2/+11
| | * | block: drain file system I/O on del_gendiskChristoph Hellwig2021-10-164-15/+35
| | * | block: split bio_queue_enter from blk_queue_enterChristoph Hellwig2021-10-161-8/+25
| | * | block: factor out a blk_try_enter_queue helperChristoph Hellwig2021-10-161-28/+32
| | * | block: call submit_bio_checks under q_usage_counterChristoph Hellwig2021-10-161-22/+12
| | * | Merge tag 'nvme-5.15-2021-10-14' of git://git.infradead.org/nvme into block-5.15Jens Axboe2021-10-143-12/+13
| | |\ \
| | | * | nvme: fix per-namespace chardev deletionAdam Manzanares2021-10-142-11/+12
| | | * | nvme-pci: Fix abort command idKeith Busch2021-10-071-1/+1
| | * | | block/rnbd-clt-sysfs: fix a couple uninitialized variable bugsDan Carpenter2021-10-121-1/+3
| * | | | Merge tag 'io_uring-5.15-2021-10-17' of git://git.kernel.dk/linux-blockLinus Torvalds2021-10-181-1/+1
| |\ \ \ \
| | * | | | io_uring: fix wrong condition to grab uring lockHao Xu2021-10-141-1/+1
| * | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2021-10-184-37/+23
| |\ \ \ \ \
| | * | | | | vhost-vdpa: Fix the wrong input in config_cbCindy Lu2021-10-131-1/+1
| | * | | | | VDUSE: fix documentation underline warningRandy Dunlap2021-10-131-1/+1
| | * | | | | Revert "virtio-blk: Add validation for block size in config space"Michael S. Tsirkin2021-10-131-31/+6
| | * | | | | vhost_vdpa: unset vq irq before freeing irqWu Zongyong2021-10-131-4/+4
| | * | | | | virtio: write back F_VERSION_1 before validateHalil Pasic2021-10-131-0/+11
| * | | | | | Merge tag 'powerpc-5.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-10-182-12/+19
| |\ \ \ \ \ \
| | * | | | | | KVM: PPC: Book3S HV: Make idle_kvm_start_guest() return 0 if it went to guestMichael Ellerman2021-10-151-2/+7
| | * | | | | | KVM: PPC: Book3S HV: Fix stack handling in idle_kvm_start_guest()Michael Ellerman2021-10-151-9/+10
| | * | | | | | powerpc/xive: Discard disabled interrupts in get_irqchip_state()Cédric Le Goater2021-10-131-1/+2
| * | | | | | | Merge tag 'objtool_urgent_for_v5.15_rc6' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-10-181-31/+25
| |\ \ \ \ \ \ \
| | * | | | | | | objtool: Update section header before relocationsMichael Forney2021-10-071-29/+17
| | * | | | | | | objtool: Check for gelf_update_rel[a] failuresMichael Forney2021-10-071-2/+8
| * | | | | | | | Merge tag 'edac_urgent_for_v5.15_rc6' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-10-181-1/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | EDAC/armada-xp: Fix output of uncorrectable error counterHans Potsch2021-10-141-1/+1
| | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | Merge tag 'perf_urgent_for_v5.15_rc6' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-10-181-0/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | perf/x86/msr: Add Sapphire Rapids CPU supportKan Liang2021-10-151-0/+1
| | |/ / / / / / /
| * | | | | | | | Merge tag 'efi-urgent-for-v5.15' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-10-183-4/+4
| |\ \ \ \ \ \ \ \
| | * | | | | | | | efi: Change down_interruptible() in virt_efi_reset_system() to down_trylock()Zhang Jianhua2021-10-051-1/+1
| | * | | | | | | | efi/cper: use stack buffer for error record decodingArd Biesheuvel2021-10-051-2/+2
| | * | | | | | | | efi/libstub: Simplify "Exiting bootservices" messageHeinrich Schuchardt2021-10-051-1/+1
| * | | | | | | | | Merge tag 'x86_urgent_for_v5.15_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-10-182-2/+1
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | x86/fpu: Mask out the invalid MXCSR bits properlyBorislav Petkov2021-10-161-1/+1
| | * | | | | | | | | x86/Kconfig: Do not enable AMD_MEM_ENCRYPT_ACTIVE_BY_DEFAULT automaticallyBorislav Petkov2021-10-111-1/+0
| | | |/ / / / / / / | | |/| | | | | | |
| * | | | | | | | | Merge tag 'driver-core-5.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-10-1811-24/+50
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | drivers: bus: Delete CONFIG_SIMPLE_PM_BUSSaravana Kannan2021-10-058-19/+1
| | * | | | | | | | | drivers: bus: simple-pm-bus: Add support for probing simple bus only devicesSaravana Kannan2021-10-051-3/+39
| | * | | | | | | | | driver core: Reject pointless SYNC_STATE_ONLY device linksSaravana Kannan2021-10-051-1/+2