summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-07-01Linux 6.4.1v6.4.1Greg 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: 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-01mm/khugepaged: fix regression in collapse_file()Hugh Dickins1-4/+3
2023-07-01gup: add warning if some caller would seem to want stack expansionLinus Torvalds1-2/+10
2023-07-01HID: wacom: Use ktime_t rather than int when dealing with timestampsJason Gerecke2-4/+4
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-39/+9
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-06-26Linux 6.4v6.4Linus Torvalds1-1/+1
2023-06-26Merge tag 'i2c-for-6.4-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-9/+17
2023-06-25Merge tag 'perf_urgent_for_v6.4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-4/+17
2023-06-25Merge tag 'objtool_urgent_for_v6.4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-0/+59
2023-06-25Merge tag 'x86_urgent_for_v6.4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-5/+8
2023-06-24Merge tag 'drm-fixes-2023-06-23' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-3/+3
2023-06-24Merge tag 'arm-fixes-6.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds16-48/+69
2023-06-24Merge tag 'for-6.4-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-28/+40
2023-06-24Merge tag 'block-6.4-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds1-2/+3
2023-06-24Merge tag 'iommu-fix-v6.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+4
2023-06-24Merge tag 'sound-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds2-1/+3
2023-06-24Merge tag 'gpio-fixes-for-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-3/+24
2023-06-23Merge tag 'qcom-arm64-fixes-for-6.4-2' of https://git.kernel.org/pub/scm/linu...Arnd Bergmann6-2/+19
2023-06-23workqueue: clean up WORK_* constant types, clarify maskingLinus Torvalds2-12/+16
2023-06-23i2c: imx-lpi2c: fix type char overflow issue when calculating the clock cycleClark Wang1-2/+2
2023-06-23i2c: qup: Add missing unwind goto in qup_i2c_probe()Shuai Jiang1-7/+14
2023-06-23dt-bindings: i2c: opencores: Add missing type for "regstep"Rob Herring1-0/+1