summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-09-28arm64: topology: fix possible overflow in amu_fie_setup()Sergey Shtylyov1-1/+1
2022-09-28perf/arm-cmn: Add more bits to child node address offset fieldIlkka Koskinen1-1/+1
2022-09-28KVM: x86: Inject #UD on emulated XSETBV if XSAVES isn't enabledSean Christopherson2-0/+4
2022-09-28KVM: x86: Always enable legacy FP/SSE in allowed user XFEATURESDr. David Alan Gilbert1-1/+7
2022-09-28KVM: x86: Reinstate kvm_vcpu_arch.guest_supported_xcr0Sean Christopherson3-10/+5
2022-09-28mm: slub: fix flush_cpu_slab()/__free_slab() invocations in task context.Maurizio Lombardi1-1/+8
2022-09-28mm/slub: fix to return errno if kmalloc() failsChao Yu1-1/+4
2022-09-28net: mana: Add rmb after checking owner bitsHaiyang Zhang1-0/+10
2022-09-28can: flexcan: flexcan_mailbox_read() fix return value for drop = trueMarc Kleine-Budde1-5/+5
2022-09-28kasan: call kasan_malloc() from __kmalloc_*track_caller()Peter Collingbourne1-0/+4
2022-09-28xen/xenbus: fix xenbus_setup_ring()Juergen Gross1-3/+6
2022-09-28drm/i915/gem: Really move i915_gem_context.link under ref protectionChris Wilson1-4/+4
2022-09-28drm/i915/gem: Flush contexts on driver releaseJanusz Krzysztofik1-1/+2
2022-09-28riscv: fix RISCV_ISA_SVPBMT kconfig dependency warningRandy Dunlap1-0/+1
2022-09-28riscv: fix a nasty sigreturn bug...Al Viro1-0/+2
2022-09-28gpiolib: cdev: Set lineevent_state::irq after IRQ register successfullyMeng Li1-2/+3
2022-09-28gpio: mockup: Fix potential resource leakage when register a chipAndy Shevchenko1-1/+3
2022-09-28gpio: mockup: fix NULL pointer dereference when removing debugfsBartosz Golaszewski1-1/+1
2022-09-28wifi: mt76: fix reading current per-tid starting sequence number for aggregationFelix Fietkau1-1/+1
2022-09-28efi: libstub: check Shim mode using MokSBStateRTArd Biesheuvel1-4/+4
2022-09-28efi: x86: Wipe setup_data on pure EFI bootArd Biesheuvel1-0/+7
2022-09-28thunderbolt: Add support for Intel Maple Ridge single port controllerGil Fine2-0/+2
2022-09-28usb: dwc3: core: leave default DMA if the controller does not support 64-bit DMAWilliam Wu1-6/+7
2022-09-28media: flexcop-usb: fix endpoint type checkJohan Hovold1-1/+1
2022-09-28libperf evlist: Fix polling of system-wide eventsAdrian Hunter1-2/+3
2022-09-28btrfs: zoned: wait for extent buffer IOs before finishing a zoneNaohiro Aota1-2/+38
2022-09-28btrfs: fix hang during unmount when stopping a space reclaim workerFilipe Manana1-0/+25
2022-09-28btrfs: fix hang during unmount when stopping block group reclaim workerFilipe Manana1-6/+11
2022-09-28exfat: fix overflow for large capacity partitionYuezhang Mo1-2/+1
2022-09-28iommu/vt-d: Check correct capability for sagaw determinationYi Liu1-1/+1
2022-09-28ALSA: hda/realtek: Add a quirk for HP OMEN 16 (8902) mute LEDDaniel Houldsworth1-0/+1
2022-09-28ALSA: hda/realtek: Enable 4-speaker output Dell Precision 5530 laptopCallum Osmotherly1-0/+1
2022-09-28ALSA: hda/realtek: Add quirk for ASUS GA503R laptopLuke D. Jones1-0/+1
2022-09-28ALSA: hda/realtek: Add pincfg for ASUS G533Z HP jackLuke D. Jones1-0/+11
2022-09-28ALSA: hda/realtek: Add pincfg for ASUS G513 HP jackLuke D. Jones1-0/+11
2022-09-28ALSA: hda/realtek: Re-arrange quirk table entriesTakashi Iwai1-3/+3
2022-09-28ALSA: hda/realtek: Enable 4-speaker output Dell Precision 5570 laptopCallum Osmotherly1-0/+1
2022-09-28ALSA: hda/realtek: Add quirk for Huawei WRT-WX9huangwenhui1-0/+1
2022-09-28ALSA: hda: add Intel 5 Series / 3400 PCI DIDKai Vehmanen1-0/+2
2022-09-28ALSA: hda: Fix Nvidia dp infoframeMohan Kumar1-4/+19
2022-09-28ALSA: hda: Fix hang at HD-audio codec unbinding due to refcount saturationTakashi Iwai1-2/+2
2022-09-28ALSA: hda/tegra: set depop delay for tegraMohan Kumar1-0/+1
2022-09-28ALSA: core: Fix double-free at snd_card_new()Takashi Iwai1-5/+5
2022-09-28Revert "ALSA: usb-audio: Split endpoint setups for hw_params and prepare"Takashi Iwai3-23/+20
2022-09-28USB: serial: option: add Quectel RM520Njerry meng1-0/+4
2022-09-28USB: serial: option: add Quectel BG95 0x0203 compositionCarl Yin(殷张成)1-0/+2
2022-09-28USB: core: Fix RST error in hub.cAlan Stern1-1/+1
2022-09-28drivers/base: Fix unsigned comparison to -1 in CPUMAP_FILE_MAX_BYTESPhil Auld1-2/+3
2022-09-28scsi: core: Fix a use-after-freeBart Van Assche6-5/+23
2022-09-28block: simplify disk shutdownChristoph Hellwig34-113/+105