summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-07-01Linux 6.3.11v6.3.11Greg Kroah-Hartman1-1/+1
2023-07-01xtensa: fix NOMMU build with lock_mm_and_find_vma() conversionLinus Torvalds2-2/+14
2023-07-01csky: fix up lock_mm_and_find_vma() conversionLinus Torvalds1-1/+1
2023-07-01parisc: fix expand_stack() conversionLinus Torvalds1-1/+1
2023-07-01sparc32: fix lock_mm_and_find_vma() conversionLinus Torvalds1-1/+1
2023-07-01Revert "thermal/drivers/mediatek: Use devm_of_iomap to avoid resource leak in...Ricardo CaƱuelo1-12/+2
2023-07-01HID: logitech-hidpp: add HIDPP_QUIRK_DELAYED_INIT for the T651.Mike Hommey1-1/+1
2023-07-01HID: wacom: Use ktime_t rather than int when dealing with timestampsJason Gerecke2-4/+4
2023-07-01HID: hidraw: fix data race on device refcountLudvig Michaelsson1-2/+7
2023-07-01fbdev: fix potential OOB read in fast_imageblit()Zhang Shurong1-1/+1
2023-07-01gup: add warning if some caller would seem to want stack expansionLinus Torvalds1-2/+10
2023-07-01mm: always expand the stack with the mmap write lock heldLinus Torvalds17-116/+169
2023-07-01execve: expand new process stack manually ahead of timeLinus Torvalds1-16/+21
2023-07-01mm: make find_extend_vma() fail if write lock not heldLiam R. Howlett6-27/+49
2023-07-01powerpc/mm: convert coprocessor fault to lock_mm_and_find_vma()Linus Torvalds1-11/+3
2023-07-01mm/fault: convert remaining simple cases to lock_mm_and_find_vma()Linus Torvalds18-124/+45
2023-07-01arm/mm: Convert to using lock_mm_and_find_vma()Ben Hutchings3-50/+16
2023-07-01riscv/mm: Convert to using lock_mm_and_find_vma()Ben Hutchings2-18/+14
2023-07-01mips/mm: Convert to using lock_mm_and_find_vma()Ben Hutchings2-10/+3
2023-07-01powerpc/mm: Convert to using lock_mm_and_find_vma()Michael Ellerman2-36/+4
2023-07-01arm64/mm: Convert to using lock_mm_and_find_vma()Linus Torvalds2-37/+10
2023-07-01mm: make the page fault mmap locking killableLinus Torvalds1-4/+2
2023-07-01mm: introduce new 'lock_mm_and_find_vma()' page fault helperLinus Torvalds5-50/+130
2023-07-01maple_tree: fix potential out-of-bounds access in mas_wr_end_piv()Peng Zhang1-5/+6
2023-07-01can: isotp: isotp_sendmsg(): fix return error fix on TX pathOliver Hartkopp1-2/+3
2023-07-01cpufreq: amd-pstate: Make amd-pstate EPP driver name hyphenatedWyes Karny1-1/+1
2023-07-01x86/smp: Cure kexec() vs. mwait_play_dead() breakageThomas Gleixner3-0/+66
2023-07-01x86/smp: Use dedicated cache-line for mwait_play_dead()Thomas Gleixner1-10/+14
2023-07-01x86/smp: Remove pointless wmb()s from native_stop_other_cpus()Thomas Gleixner1-6/+0
2023-07-01x86/smp: Dont access non-existing CPUID leafTony Battersby1-2/+3
2023-07-01x86/smp: Make stop_other_cpus() more robustThomas Gleixner3-23/+64
2023-07-01x86/microcode/AMD: Load late on both threads tooBorislav Petkov (AMD)1-1/+1
2023-07-01mm/mmap: Fix error return in do_vmi_align_munmap()David Woodhouse1-4/+5
2023-07-01mm/mmap: Fix error path in do_vmi_align_munmap()Liam R. Howlett1-18/+11
2023-06-28Linux 6.3.10v6.3.10Greg Kroah-Hartman1-1/+1
2023-06-28ksmbd: call putname after using the last componentNamjae Jeon1-2/+6
2023-06-28ksmbd: fix uninitialized pointer read in smb2_create_link()Namjae Jeon1-3/+3
2023-06-28ksmbd: fix uninitialized pointer read in ksmbd_vfs_rename()Namjae Jeon1-0/+1
2023-06-28KVM: arm64: Restore GICv2-on-GICv3 functionalityMarc Zyngier1-4/+7
2023-06-28netfilter: nf_tables: drop module reference after updating chainPablo Neira Ayuso1-0/+2
2023-06-28i2c: imx-lpi2c: fix type char overflow issue when calculating the clock cycleClark Wang1-2/+2
2023-06-28x86/apic: Fix kernel panic when booting with intremap=off and x2apic_physDheeraj Kumar Srivastava1-1/+4
2023-06-28x86/unwind/orc: Add ELF section with ORC version identifierOmar Sandoval7-0/+59
2023-06-28vhost_net: revert upend_idx only on retriable errorAndrey Smetanin1-3/+8
2023-06-28vhost_vdpa: tell vqs about the negotiatedShannon Nelson1-0/+13
2023-06-28tools/virtio: Fix arm64 ringtest compilation errorRong Tao1-0/+11
2023-06-28drm/radeon: fix race condition UAF in radeon_gem_set_domain_ioctlMin Li1-3/+1
2023-06-28drm/exynos: fix race condition UAF in exynos_g2d_exec_ioctlMin Li1-1/+1
2023-06-28drm/exynos: vidi: fix a wrong error returnInki Dae1-2/+0
2023-06-28null_blk: Fix: memory release when memory_backed=1Nitesh Shetty1-0/+1