summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2022-09-02Merge tag 'arm-soc/for-6.0/devicetree' of https://github.com/Broadcom/stblinu...Arnd Bergmann-22/+25
2022-09-02Merge tag 'juno-fixes-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Arnd Bergmann-3/+2
2022-09-02xen/grants: prevent integer overflow in gnttab_dma_alloc_pages()Dan Carpenter-0/+3
2022-09-02xen-blkfront: Cache feature_persistent value before advertisementSeongJae Park-7/+7
2022-09-02xen-blkfront: Advertise feature-persistent as user requestedSeongJae Park-2/+6
2022-09-02xen-blkback: Advertise feature-persistent as user requestedSeongJae Park-2/+7
2022-09-02powerpc/papr_scm: Ensure rc is always initialized in papr_scm_pmu_register()Nathan Chancellor-1/+3
2022-09-02Revert "powerpc/irq: Don't open code irq_soft_mask helpers"Michael Ellerman-7/+36
2022-09-02Revert "usb: gadget: udc-xilinx: replace memcpy with memcpy_toio"Greg Kroah-Hartman-8/+8
2022-09-02Merge tag 'soundwire-6.0-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman-7/+3
2022-09-02ALSA: aloop: Fix random zeros in capture data when using jiffies timerPattara Teerapong-3/+4
2022-09-01Revert "net: phy: meson-gxl: improve link-up behavior"Heiner Kallweit-7/+1
2022-09-02Merge tag 'drm-intel-fixes-2022-09-01' of git://anongit.freedesktop.org/drm/d...Dave Airlie-8/+19
2022-09-01Merge tag 'kvm-s390-master-6.0-1' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini-5093/+10252
2022-09-01Merge tag 'kvm-riscv-fixes-6.0-1' of https://github.com/kvm-riscv/linux into ...Paolo Bonzini-15/+13
2022-09-01KVM: x86: check validity of argument to KVM_SET_MP_STATEPaolo Bonzini-3/+17
2022-09-01perf/x86/core: Completely disable guest PEBS via guest's global_ctrlLike Xu-1/+2
2022-09-01KVM: x86: fix memoryleak in kvm_arch_vcpu_create()Miaohe Lin-2/+1
2022-09-01KVM: x86: Mask off unsupported and unknown bits of IA32_ARCH_CAPABILITIESJim Mattson-4/+21
2022-09-02Merge tag 'drm-msm-fixes-2022-08-27' of https://gitlab.freedesktop.org/drm/ms...Dave Airlie-4/+17
2022-09-02Merge tag 'amd-drm-fixes-6.0-2022-08-31' of https://gitlab.freedesktop.org/ag...Dave Airlie-96/+234
2022-09-02Merge tag 'drm-misc-fixes-2022-08-31' of git://anongit.freedesktop.org/drm/dr...Dave Airlie-1/+2
2022-09-01kunit: fix Kconfig for build-in tests USB4 and Nitro EnclavesNico Pache-3/+2
2022-09-01kunit: fix assert_type for comparison macrosSander Vanheule-3/+3
2022-09-01arch_topology: Make cluster topology span at least SMT CPUsYicong Yang-1/+1
2022-09-01Merge tag 'net-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-249/+478
2022-09-01Merge tag 'slab-for-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-16/+29
2022-09-01Merge tag 'sound-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds-34/+146
2022-09-01platform/x86: p2sb: Fix UAF when caller uses resource nameAndy Shevchenko-2/+16
2022-09-01platform/x86: asus-wmi: Increase FAN_CURVE_BUF_LEN to 32Luke D. Jones-5/+4
2022-09-01firmware_loader: Fix memory leak in firmware uploadRuss Weight-4/+17
2022-09-01firmware_loader: Fix use-after-free during unregisterRuss Weight-1/+2
2022-09-02kbuild: disable header exports for UML in a straightforward wayMasahiro Yamada-2/+1
2022-09-01selftests/net: return back io_uring zc send testsPavel Begunkov-79/+41
2022-09-01io_uring/net: simplify zerocopy send user APIPavel Begunkov-76/+47
2022-09-01io_uring/notif: remove notif registrationPavel Begunkov-103/+1
2022-09-01Revert "io_uring: rename IORING_OP_FILES_UPDATE"Pavel Begunkov-33/+9
2022-09-01Revert "io_uring: add zc notification flush requests"Pavel Begunkov-39/+0
2022-09-01selftests/net: temporarily disable io_uring zc testPavel Begunkov-0/+9
2022-09-01NFSv4: Turn off open-by-filehandle and NFS re-export for NFSv4.0Trond Myklebust-9/+18
2022-09-01SUNRPC: Fix call completion races with call_decode()Trond Myklebust-4/+4
2022-09-01arch_topology: Silence early cacheinfo errors when non-existentFlorian Fainelli-1/+1
2022-09-01binder: fix alloc->vma_vm_mm null-ptr dereferenceCarlos Llamas-2/+2
2022-09-01misc: fastrpc: increase maximum session countJohan Hovold-1/+1
2022-09-01misc: fastrpc: fix memory corruption on openJohan Hovold-4/+3
2022-09-01misc: fastrpc: fix memory corruption on probeJohan Hovold-0/+5
2022-09-01Merge tag 'nvme-6.0-2022-09-01' of git://git.infradead.org/nvme into block-6.0Jens Axboe-0/+6
2022-09-01usb: storage: Add ASUS <0x0b05:0x1932> to IGNORE_UASHu Xiaoying-0/+7
2022-09-01driver core: Don't probe devices after bus_type.match() probe deferralIsaac J. Manjarres-0/+10
2022-09-01ALSA: usb-audio: Split endpoint setups for hw_params and prepareTakashi Iwai-20/+23