public inbox for patches@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2023-06-29 18:45:26 to 2023-07-03 23:02:21 UTC [more...]

[PATCH 6.1 00/11] 6.1.38-rc1 review
 2023-07-03 23:02 UTC  (13+ messages)
` [PATCH 6.1 01/11] xtensa: fix lock_mm_and_find_vma in case VMA not found
` [PATCH 6.1 02/11] drm/amd/display: Remove optimization for VRR updates
` [PATCH 6.1 03/11] drm/amd/display: Do not update DRR while BW optimizations pending
` [PATCH 6.1 04/11] PCI/ACPI: Validate acpi_pci_set_power_state() parameter
` [PATCH 6.1 05/11] PCI/ACPI: Call _REG when transitioning D-states
` [PATCH 6.1 06/11] execve: always mark stack as growing down during early stack setup
` [PATCH 6.1 07/11] nubus: Partially revert proc_create_single_data() conversion
` [PATCH 6.1 08/11] perf symbols: Symbol lookup with kcore can fail if multiple segments match stext
` [PATCH 6.1 09/11] scripts/tags.sh: Resolve gtags empty index generation
` [PATCH 6.1 10/11] docs: Set minimal gtags / GNU GLOBAL version to 6.6.5
` [PATCH 6.1 11/11] drm/amdgpu: Validate VM ioctl flags

[PATCH] ASoC: cs35l45: Select REGMAP_IRQ
 2023-07-03 21:43 UTC 

[PATCH 5.15 00/15] 5.15.120-rc1 review
 2023-07-03 18:55 UTC  (16+ messages)
` [PATCH 5.15 01/15] mptcp: fix possible divide by zero in recvmsg()
` [PATCH 5.15 02/15] mptcp: consolidate fallback and non fallback state machine
` [PATCH 5.15 03/15] mm, hwpoison: try to recover from copy-on write faults
` [PATCH 5.15 04/15] mm, hwpoison: when copy-on-write hits poison, take page offline
` [PATCH 5.15 05/15] drm/amdgpu: Set vmbo destroy after pt bo is created
` [PATCH 5.15 06/15] x86/microcode/AMD: Load late on both threads too
` [PATCH 5.15 07/15] x86/smp: Use dedicated cache-line for mwait_play_dead()
` [PATCH 5.15 08/15] can: isotp: isotp_sendmsg(): fix return error fix on TX path
` [PATCH 5.15 09/15] bpf: ensure main program has an extable
` [PATCH 5.15 10/15] HID: wacom: Use ktime_t rather than int when dealing with timestamps
` [PATCH 5.15 11/15] HID: logitech-hidpp: add HIDPP_QUIRK_DELAYED_INIT for the T651
` [PATCH 5.15 12/15] Revert "thermal/drivers/mediatek: Use devm_of_iomap to avoid resource leak in mtk_thermal_probe"
` [PATCH 5.15 13/15] perf symbols: Symbol lookup with kcore can fail if multiple segments match stext
` [PATCH 5.15 14/15] scripts/tags.sh: Resolve gtags empty index generation
` [PATCH 5.15 15/15] drm/amdgpu: Validate VM ioctl flags

[PATCH 6.3 00/13] 6.3.12-rc1 review
 2023-07-03 18:54 UTC  (14+ messages)
` [PATCH 6.3 01/13] xtensa: fix lock_mm_and_find_vma in case VMA not found
` [PATCH 6.3 02/13] drm/amd/display: Do not update DRR while BW optimizations pending
` [PATCH 6.3 03/13] PCI/ACPI: Validate acpi_pci_set_power_state() parameter
` [PATCH 6.3 04/13] PCI/ACPI: Call _REG when transitioning D-states
` [PATCH 6.3 05/13] execve: always mark stack as growing down during early stack setup
` [PATCH 6.3 06/13] nfs: dont report STATX_BTIME in ->getattr
` [PATCH 6.3 07/13] Revert "cxl/port: Enable the HDM decoder capability for switch ports"
` [PATCH 6.3 08/13] nubus: Partially revert proc_create_single_data() conversion
` [PATCH 6.3 09/13] hugetlb: revert use of page_cache_next_miss()
` [PATCH 6.3 10/13] scripts/tags.sh: Resolve gtags empty index generation
` [PATCH 6.3 11/13] docs: Set minimal gtags / GNU GLOBAL version to 6.6.5
` [PATCH 6.3 12/13] dm ioctl: Avoid double-fetch of version
` [PATCH 6.3 13/13] drm/amdgpu: Validate VM ioctl flags

[PATCH 6.4 00/13] 6.4.2-rc1 review
 2023-07-03 18:54 UTC  (14+ messages)
` [PATCH 6.4 01/13] xtensa: fix lock_mm_and_find_vma in case VMA not found
` [PATCH 6.4 02/13] tools/nolibc: x86_64: disable stack protector for _start
` [PATCH 6.4 03/13] PCI/ACPI: Validate acpi_pci_set_power_state() parameter
` [PATCH 6.4 04/13] PCI/ACPI: Call _REG when transitioning D-states
` [PATCH 6.4 05/13] execve: always mark stack as growing down during early stack setup
` [PATCH 6.4 06/13] nfs: dont report STATX_BTIME in ->getattr
` [PATCH 6.4 07/13] Revert "cxl/port: Enable the HDM decoder capability for switch ports"
` [PATCH 6.4 08/13] nubus: Partially revert proc_create_single_data() conversion
` [PATCH 6.4 09/13] hugetlb: revert use of page_cache_next_miss()
` [PATCH 6.4 10/13] scripts/tags.sh: Resolve gtags empty index generation
` [PATCH 6.4 11/13] docs: Set minimal gtags / GNU GLOBAL version to 6.6.5
` [PATCH 6.4 12/13] dm ioctl: Avoid double-fetch of version
` [PATCH 6.4 13/13] drm/amdgpu: Validate VM ioctl flags

[PATCH 1/7] rust: init: consolidate init macros
 2023-07-03 18:15 UTC  (4+ messages)
` [PATCH 5/7] rust: init: add `..Zeroable::zeroed()` syntax for zeroing all missing fields

[PATCH 6/7] rust: init: Add functions to create array initializers
 2023-07-03 12:03 UTC  (2+ messages)

[PATCH 2/7] rust: add derive macro for `Zeroable`
 2023-07-03 11:50 UTC  (2+ messages)

[PATCH 6.3 00/29] 6.3.11-rc1 review
 2023-07-03 10:02 UTC  (36+ messages)
` [PATCH 6.3 01/29] mm/mmap: Fix error path in do_vmi_align_munmap()
` [PATCH 6.3 02/29] mm/mmap: Fix error return "
` [PATCH 6.3 03/29] x86/microcode/AMD: Load late on both threads too
` [PATCH 6.3 04/29] x86/smp: Make stop_other_cpus() more robust
` [PATCH 6.3 05/29] x86/smp: Dont access non-existing CPUID leaf
` [PATCH 6.3 06/29] x86/smp: Remove pointless wmb()s from native_stop_other_cpus()
` [PATCH 6.3 07/29] x86/smp: Use dedicated cache-line for mwait_play_dead()
` [PATCH 6.3 08/29] x86/smp: Cure kexec() vs. mwait_play_dead() breakage
` [PATCH 6.3 09/29] cpufreq: amd-pstate: Make amd-pstate EPP driver name hyphenated
` [PATCH 6.3 10/29] can: isotp: isotp_sendmsg(): fix return error fix on TX path
` [PATCH 6.3 11/29] maple_tree: fix potential out-of-bounds access in mas_wr_end_piv()
` [PATCH 6.3 12/29] mm: introduce new lock_mm_and_find_vma() page fault helper
` [PATCH 6.3 13/29] mm: make the page fault mmap locking killable
` [PATCH 6.3 14/29] arm64/mm: Convert to using lock_mm_and_find_vma()
` [PATCH 6.3 15/29] powerpc/mm: "
` [PATCH 6.3 16/29] mips/mm: "
` [PATCH 6.3 17/29] riscv/mm: "
` [PATCH 6.3 18/29] arm/mm: "
` [PATCH 6.3 19/29] mm/fault: convert remaining simple cases to lock_mm_and_find_vma()
` [PATCH 6.3 20/29] powerpc/mm: convert coprocessor fault "
` [PATCH 6.3 21/29] mm: make find_extend_vma() fail if write lock not held
` [PATCH 6.3 22/29] execve: expand new process stack manually ahead of time
` [PATCH 6.3 23/29] mm: always expand the stack with the mmap write lock held
` [PATCH 6.3 24/29] gup: add warning if some caller would seem to want stack expansion
` [PATCH 6.3 25/29] fbdev: fix potential OOB read in fast_imageblit()
` [PATCH 6.3 26/29] HID: hidraw: fix data race on device refcount
` [PATCH 6.3 27/29] HID: wacom: Use ktime_t rather than int when dealing with timestamps
` [PATCH 6.3 28/29] HID: logitech-hidpp: add HIDPP_QUIRK_DELAYED_INIT for the T651
` [PATCH 6.3 29/29] Revert "thermal/drivers/mediatek: Use devm_of_iomap to avoid resource leak in mtk_thermal_probe"

[PATCH] rust: types: make `Opaque` be `!Unpin`
 2023-07-03  9:30 UTC  (4+ messages)

[PATCH] powerpc/boot: Disable power10 features after BOOTAFLAGS assignment
 2023-07-03  5:21 UTC  (2+ messages)

[GIT PULL] second set of sysctl fixes v6.5-rc1
 2023-07-01 16:12 UTC  (2+ messages)

[PATCH 6.4 00/28] 6.4.1-rc1 review
 2023-07-01 15:01 UTC  (47+ messages)
` [PATCH 6.4 01/28] x86/microcode/AMD: Load late on both threads too
` [PATCH 6.4 02/28] x86/smp: Make stop_other_cpus() more robust
` [PATCH 6.4 03/28] x86/smp: Dont access non-existing CPUID leaf
` [PATCH 6.4 04/28] x86/smp: Remove pointless wmb()s from native_stop_other_cpus()
` [PATCH 6.4 05/28] x86/smp: Use dedicated cache-line for mwait_play_dead()
` [PATCH 6.4 06/28] x86/smp: Cure kexec() vs. mwait_play_dead() breakage
` [PATCH 6.4 07/28] cpufreq: amd-pstate: Make amd-pstate EPP driver name hyphenated
` [PATCH 6.4 08/28] can: isotp: isotp_sendmsg(): fix return error fix on TX path
` [PATCH 6.4 09/28] maple_tree: fix potential out-of-bounds access in mas_wr_end_piv()
` [PATCH 6.4 10/28] mm: introduce new lock_mm_and_find_vma() page fault helper
` [PATCH 6.4 11/28] mm: make the page fault mmap locking killable
` [PATCH 6.4 12/28] arm64/mm: Convert to using lock_mm_and_find_vma()
` [PATCH 6.4 13/28] powerpc/mm: "
` [PATCH 6.4 14/28] mips/mm: "
` [PATCH 6.4 15/28] riscv/mm: "
` [PATCH 6.4 16/28] arm/mm: "
` [PATCH 6.4 17/28] mm/fault: convert remaining simple cases to lock_mm_and_find_vma()
` [PATCH 6.4 18/28] powerpc/mm: convert coprocessor fault "
` [PATCH 6.4 19/28] mm: make find_extend_vma() fail if write lock not held
` [PATCH 6.4 20/28] execve: expand new process stack manually ahead of time
` [PATCH 6.4 21/28] mm: always expand the stack with the mmap write lock held
` [PATCH 6.4 22/28] HID: wacom: Use ktime_t rather than int when dealing with timestamps
` [PATCH 6.4 23/28] gup: add warning if some caller would seem to want stack expansion
` [PATCH 6.4 24/28] mm/khugepaged: fix regression in collapse_file()
` [PATCH 6.4 25/28] fbdev: fix potential OOB read in fast_imageblit()
` [PATCH 6.4 26/28] HID: hidraw: fix data race on device refcount
` [PATCH 6.4 27/28] HID: logitech-hidpp: add HIDPP_QUIRK_DELAYED_INIT for the T651
` [PATCH 6.4 28/28] Revert "thermal/drivers/mediatek: Use devm_of_iomap to avoid resource leak in mtk_thermal_probe"

[PATCH 6.4 00/31] 6.4.1-rc3 review
 2023-07-01  8:33 UTC  (6+ messages)

[PATCH 6.3 00/32] 6.3.11-rc4 review
 2023-07-01  7:32 UTC  (5+ messages)

[PATCH 6.1 00/33] 6.1.37-rc3 review
 2023-07-01  7:22 UTC  (6+ messages)

[PATCH 0/6] KUnit integration for Rust doctests
 2023-06-30 18:17 UTC  (3+ messages)
` [PATCH 5/6] rust: support running Rust documentation tests as KUnit ones

[PATCH 6.4 00/29] 6.4.1-rc2 review
 2023-06-30  6:48 UTC  (4+ messages)

[PATCH 6.3 00/30] 6.3.11-rc3 review
 2023-06-30  5:59 UTC 

[PATCH 6.1 00/31] 6.1.37-rc2 review
 2023-06-30  5:59 UTC 

[PATCH 6.3 00/29] 6.3.11-rc2 review
 2023-06-30  5:50 UTC 

[PATCH 6.1 00/30] 6.1.37-rc1 review
 2023-06-30  5:30 UTC  (19+ messages)
` [PATCH 6.1 03/30] mptcp: ensure listener is unhashed before updating the sk status
` [PATCH 6.1 04/30] mm, hwpoison: try to recover from copy-on write faults
` [PATCH 6.1 05/30] mm, hwpoison: when copy-on-write hits poison, take page offline
` [PATCH 6.1 06/30] x86/microcode/AMD: Load late on both threads too
` [PATCH 6.1 07/30] x86/smp: Make stop_other_cpus() more robust
` [PATCH 6.1 08/30] x86/smp: Dont access non-existing CPUID leaf
` [PATCH 6.1 09/30] x86/smp: Remove pointless wmb()s from native_stop_other_cpus()
` [PATCH 6.1 25/30] mm: always expand the stack with the mmap write lock held
` [PATCH 6.1 26/30] fbdev: fix potential OOB read in fast_imageblit()
` [PATCH 6.1 27/30] HID: hidraw: fix data race on device refcount
` [PATCH 6.1 28/30] HID: wacom: Use ktime_t rather than int when dealing with timestamps
` [PATCH 6.1 29/30] HID: logitech-hidpp: add HIDPP_QUIRK_DELAYED_INIT for the T651
` [PATCH 6.1 30/30] Revert "thermal/drivers/mediatek: Use devm_of_iomap to avoid resource leak in mtk_thermal_probe"

[GIT PULL] sysctl fixes for v6.5-rc1
 2023-06-30  0:48 UTC  (2+ messages)

[GIT PULL] slab updates for 6.5
 2023-06-30  0:23 UTC  (2+ messages)

[RFC PATCH 0/2] Resctrl - rewrite (WIP)
 2023-06-30  0:06 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox