linux-kernel
Thread
Date
Earlier messages
Later messages
Messages by Thread
[PATCH v2 2/7] include/linux: change "__auto_type" to "auto"
H. Peter Anvin
[PATCH v2 1/7] compiler_types.h: add "auto" as a macro for "__auto_type"
H. Peter Anvin
Re: [PATCH v2 1/7] compiler_types.h: add "auto" as a macro for "__auto_type"
Miguel Ojeda
[PATCH v2 3/7] fs/proc: replace "__auto_type" with "const auto"
H. Peter Anvin
[PATCH v2.1 3/7] fs/proc: replace "__auto_type" with "const auto"
H. Peter Anvin
Re: [PATCH v2 0/7] Replace "__auto_type" with "auto"
Kees Cook
[PATCH v8 0/6] use per-vma locks for /proc/pid/maps reads
Suren Baghdasaryan
[PATCH v8 1/6] selftests/proc: add /proc/pid/maps tearing from vma split test
Suren Baghdasaryan
[PATCH v8 2/6] selftests/proc: extend /proc/pid/maps tearing test to include vma resizing
Suren Baghdasaryan
[PATCH v8 3/6] selftests/proc: extend /proc/pid/maps tearing test to include vma remapping
Suren Baghdasaryan
[PATCH v8 4/6] selftests/proc: add verbose mode for /proc/pid/maps tearing tests
Suren Baghdasaryan
[PATCH v8 5/6] fs/proc/task_mmu: remove conversion of seq_file position to unsigned
Suren Baghdasaryan
[PATCH v8 6/6] fs/proc/task_mmu: read proc/pid/maps under per-vma lock
Suren Baghdasaryan
Re: [PATCH v8 0/6] use per-vma locks for /proc/pid/maps reads
Andrew Morton
[PATCH 0/3] selftests/nolibc: enable qemu-system tests with LLVM builds
Thomas Weißschuh
[PATCH 3/3] selftests/nolibc: always compile the kernel with GCC
Thomas Weißschuh
[PATCH 2/3] selftests/nolibc: don't pass CC to toplevel Makefile
Thomas Weißschuh
Re: [PATCH 2/3] selftests/nolibc: don't pass CC to toplevel Makefile
Willy Tarreau
[PATCH 1/3] selftests/nolibc: deduplicate invocations of toplevel Makefile
Thomas Weißschuh
Re: [PATCH 0/3] selftests/nolibc: enable qemu-system tests with LLVM builds
Willy Tarreau
[PATCH RFC 0/3] selftests/landlock: scoping abstractions
Abhinav Saxena
[PATCH RFC 1/3] selftests/landlock: move sandbox_type to common
Abhinav Saxena
[PATCH RFC 2/3] selftests/landlock: add cross-domain variants
Abhinav Saxena
[PATCH RFC 3/3] selftests/landlock: add cross-domain signal tests
Abhinav Saxena
[PATCH RFC 0/4] landlock: add LANDLOCK_SCOPE_MEMFD_EXEC execution
Abhinav Saxena
[PATCH RFC 1/4] landlock: add LANDLOCK_SCOPE_MEMFD_EXEC scope
Abhinav Saxena
[PATCH RFC 2/4] landlock: implement memfd detection
Abhinav Saxena
Re: [PATCH RFC 2/4] landlock: implement memfd detection
Fan Wu
Re: [PATCH RFC 2/4] landlock: implement memfd detection
Abhinav Saxena
[PATCH RFC 3/4] landlock: add memfd exec LSM hooks and scoping
Abhinav Saxena
[PATCH RFC 4/4] selftests/landlock: add memfd execution tests
Abhinav Saxena
[PATCH v2 1/4] srcu: Move rcu_is_watching() checks to srcu_read_{,un}lock_fast()
Paul E. McKenney
Re: [PATCH v2 1/4] srcu: Move rcu_is_watching() checks to srcu_read_{,un}lock_fast()
Steven Rostedt
Re: [PATCH v2 1/4] srcu: Move rcu_is_watching() checks to srcu_read_{,un}lock_fast()
Paul E. McKenney
[PATCH v2 2/4] srcu: Add srcu_read_lock_fast_notrace() and srcu_read_unlock_fast_notrace()
Paul E. McKenney
[PATCH v2 4/4] tracing: Guard __DECLARE_TRACE() use of __DO_TRACE_CALL() with SRCU-fast
Paul E. McKenney
[PATCH v2 3/4] srcu: Add guards for notrace variants of SRCU-fast readers
Paul E. McKenney
[PATCH 0/3] kselftest/arm64: Fixes for fp-ptrace on SME only systems
Mark Brown
[PATCH 1/3] kselftest/arm64: Test SME on SME only systems in fp-ptrace
Mark Brown
[PATCH 2/3] kselftest/arm64: Fix SVE write data generation for SME only systems
Mark Brown
[PATCH 3/3] kselftest/arm64: Handle attempts to disable SM on SME only systems
Mark Brown
Re: [PATCH 0/3] kselftest/arm64: Fixes for fp-ptrace on SME only systems
Catalin Marinas
[PATCH] kselftest/arm64: Test FPSIMD format data writes via NT_ARM_SVE in fp-ptrace
Mark Brown
Re: [PATCH] kselftest/arm64: Test FPSIMD format data writes via NT_ARM_SVE in fp-ptrace
Catalin Marinas
[PATCH 0/7] Replace "__auto_type" with "auto"
H. Peter Anvin
[PATCH 4/7] arch/nios: replace "__auto_type" with "auto"
H. Peter Anvin
Re: [PATCH 4/7] arch/nios: replace "__auto_type" with "auto"
Linus Torvalds
Re: [PATCH 4/7] arch/nios: replace "__auto_type" with "auto"
H. Peter Anvin
Re: [PATCH 4/7] arch/nios: replace "__auto_type" with "auto"
Linus Torvalds
Re: [PATCH 4/7] arch/nios: replace "__auto_type" with "auto"
Linus Torvalds
Re: [PATCH 4/7] arch/nios: replace "__auto_type" with "auto"
David Laight
Re: [PATCH 4/7] arch/nios: replace "__auto_type" with "auto"
David Laight
[PATCH 5/7] arch/x86: replace "__auto_type" with "auto"
H. Peter Anvin
[PATCH 6/7] selftests/bpf: replace "__auto_type" with "auto"
H. Peter Anvin
[PATCH 2/7] include/linux: change "__auto_type" to "auto"
H. Peter Anvin
[PATCH 3/7] fs/proc: replace "__auto_type" with "auto"
H. Peter Anvin
Re: [PATCH 3/7] fs/proc: replace "__auto_type" with "auto"
Alexey Dobriyan
[PATCH 7/7] tools/virtio: replace "__auto_type" with "auto"
H. Peter Anvin
[PATCH 1/7] compiler_types.h: add "auto" as a macro for "__auto_type"
H. Peter Anvin
[PATCH RFC 0/2] mmc: sdhci-pxav3: pinctrl setting for fast bus clocks
Duje Mihanović
[PATCH RFC 1/2] dt-bindings: mmc: sdhci-pxa: add state_uhs pinctrl
Duje Mihanović
Re: [PATCH RFC 1/2] dt-bindings: mmc: sdhci-pxa: add state_uhs pinctrl
Rob Herring
Re: [PATCH RFC 1/2] dt-bindings: mmc: sdhci-pxa: add state_uhs pinctrl
Duje Mihanović
[PATCH RFC 2/2] mmc: sdhci-pxav3: add state_uhs pinctrl setting
Duje Mihanović
Re: [PATCH RFC 2/2] mmc: sdhci-pxav3: add state_uhs pinctrl setting
Adrian Hunter
[PATCH] kselftest/arm64: Allow sve-ptrace to run on SME only systems
Mark Brown
Re: [PATCH] kselftest/arm64: Allow sve-ptrace to run on SME only systems
Catalin Marinas
[PATCH] selftests/bpf: Add LPM trie microbenchmarks
Matt Fleming
Re: [PATCH] selftests/bpf: Add LPM trie microbenchmarks
Jesper Dangaard Brouer
Re: [PATCH] selftests/bpf: Add LPM trie microbenchmarks
Matt Fleming
Re: [PATCH] selftests/bpf: Add LPM trie microbenchmarks
Yonghong Song
Re: [PATCH] selftests/bpf: Add LPM trie microbenchmarks
Yonghong Song
[PATCH net-next] selftests: tc: Add generic erspan_opts matching support for tc-flower
shuali
Re: [PATCH net-next] selftests: tc: Add generic erspan_opts matching support for tc-flower
Xin Long
Re: [PATCH net-next] selftests: tc: Add generic erspan_opts matching support for tc-flower
patchwork-bot+netdevbpf
[PATCH v2] vhost/net: Replace wait_queue with completion in ubufs reference
Nikolay Kuratov
Re: [PATCH v2] vhost/net: Replace wait_queue with completion in ubufs reference
Hillf Danton
Re: [PATCH] vhost/net: Replace wait_queue with completion in ubufs reference
Nikolay Kuratov
Re: [PATCH] vhost/net: Replace wait_queue with completion in ubufs reference
Hillf Danton
Re: [PATCH v2] vhost/net: Replace wait_queue with completion in ubufs reference
Hillf Danton
Re: [PATCH v2] vhost/net: Replace wait_queue with completion in ubufs reference
Michael S. Tsirkin
Re: [PATCH v2] vhost/net: Replace wait_queue with completion in ubufs reference
Lei Yang
Re: [PATCH v2] vhost/net: Replace wait_queue with completion in ubufs reference
Michael S. Tsirkin
[PATCH 0/2] eventpoll: Fix epoll_wait() report false negative
Nam Cao
[PATCH 1/2] selftests/eventpoll: Add test for multiple waiters
Nam Cao
[PATCH 2/2] eventpoll: Fix epoll_wait() report false negative
Nam Cao
Re: [PATCH 2/2] eventpoll: Fix epoll_wait() report false negative
Soheil Hassas Yeganeh
Re: [PATCH 2/2] eventpoll: Fix epoll_wait() report false negative
Nam Cao
[PATCH] mm: Replace (20 - PAGE_SHIFT) with common macros for pages<->MB conversion
Ye Liu
Re: [PATCH] mm: Replace (20 - PAGE_SHIFT) with common macros for pages<->MB conversion
Andrew Morton
Re: [PATCH] mm: Replace (20 - PAGE_SHIFT) with common macros for pages<->MB conversion
David Hildenbrand
Re: [PATCH] mm: Replace (20 - PAGE_SHIFT) with common macros for pages<->MB conversion
Dev Jain
Re: [PATCH] mm: Replace (20 - PAGE_SHIFT) with common macros for pages<->MB conversion
Dev Jain
Re: [PATCH] mm: Replace (20 - PAGE_SHIFT) with common macros for pages<->MB conversion
Lorenzo Stoakes
Re: [PATCH] mm: Replace (20 - PAGE_SHIFT) with common macros for pages<->MB conversion
Lorenzo Stoakes
Re: [PATCH] mm: Replace (20 - PAGE_SHIFT) with common macros for pages<->MB conversion
Matthew Wilcox
Re: [PATCH] mm: Replace (20 - PAGE_SHIFT) with common macros for pages<->MB conversion
Zi Yan
Re: [PATCH] mm: Replace (20 - PAGE_SHIFT) with common macros for pages<->MB conversion
Chris Li
Re: [RFC PATCH 05/20] nvdimm/region_label: Add region label updation routine
Fabio M. De Francesco
Re: [RFC PATCH 05/20] nvdimm/region_label: Add region label updation routine
Neeraj Kumar
Re: [PATCH 3/5] module: Restore the moduleparam prefix length check
Daniel Gomez
Re: [PATCH 3/5] module: Restore the moduleparam prefix length check
Petr Pavlu
Re: [PATCH 3/5] module: Restore the moduleparam prefix length check
Daniel Gomez
[PATCH v1 0/1] gpio: virtio: Fix config space reading.
Harald Mommer
[PATCH v1 1/1] gpio: virtio: Fix config space reading.
Harald Mommer
Re: [PATCH v1 1/1] gpio: virtio: Fix config space reading.
Bartosz Golaszewski
Re: [PATCH v1 1/1] gpio: virtio: Fix config space reading.
Viresh Kumar
Re: [PATCH bpf-next v5 1/3] btf: allow mmap of vmlinux btf
Breno Leitao
Re: [PATCH bpf-next v5 1/3] btf: allow mmap of vmlinux btf
Lorenz Bauer
Re: [PATCH bpf-next v5 1/3] btf: allow mmap of vmlinux btf
Alexei Starovoitov
Re: [PATCH bpf-next v5 1/3] btf: allow mmap of vmlinux btf
Lorenz Bauer
Re: [PATCH bpf-next v5 1/3] btf: allow mmap of vmlinux btf
Alexei Starovoitov
[PATCH] selftest/futex: fix format-security warnings in futex_priv_hash
Nai-Chen Cheng
[PATCH v2 0/9] mm: vm_normal_page*() improvements
David Hildenbrand
[PATCH v2 1/9] mm/huge_memory: move more common code into insert_pmd()
David Hildenbrand
Re: [PATCH v2 1/9] mm/huge_memory: move more common code into insert_pmd()
Lorenzo Stoakes
Re: [PATCH v2 1/9] mm/huge_memory: move more common code into insert_pmd()
Wei Yang
[PATCH v2 2/9] mm/huge_memory: move more common code into insert_pud()
David Hildenbrand
Re: [PATCH v2 2/9] mm/huge_memory: move more common code into insert_pud()
Lorenzo Stoakes
Re: [PATCH v2 2/9] mm/huge_memory: move more common code into insert_pud()
Wei Yang
[PATCH v2 3/9] mm/huge_memory: support huge zero folio in vmf_insert_folio_pmd()
David Hildenbrand
Re: [PATCH v2 3/9] mm/huge_memory: support huge zero folio in vmf_insert_folio_pmd()
Lorenzo Stoakes
Re: [PATCH v2 3/9] mm/huge_memory: support huge zero folio in vmf_insert_folio_pmd()
Wei Yang
[PATCH v2 4/9] fs/dax: use vmf_insert_folio_pmd() to insert the huge zero folio
David Hildenbrand
Re: [PATCH v2 4/9] fs/dax: use vmf_insert_folio_pmd() to insert the huge zero folio
Lorenzo Stoakes
[PATCH v2 5/9] mm/huge_memory: mark PMD mappings of the huge zero folio special
David Hildenbrand
Re: [PATCH v2 5/9] mm/huge_memory: mark PMD mappings of the huge zero folio special
Lorenzo Stoakes
Re: [PATCH v2 5/9] mm/huge_memory: mark PMD mappings of the huge zero folio special
David Hildenbrand
Re: [PATCH v2 5/9] mm/huge_memory: mark PMD mappings of the huge zero folio special
Lorenzo Stoakes
Re: [PATCH v2 5/9] mm/huge_memory: mark PMD mappings of the huge zero folio special
David Hildenbrand
Re: [PATCH v2 5/9] mm/huge_memory: mark PMD mappings of the huge zero folio special
Lorenzo Stoakes
Re: [PATCH v2 5/9] mm/huge_memory: mark PMD mappings of the huge zero folio special
Wei Yang
[PATCH v2 6/9] mm/memory: convert print_bad_pte() to print_bad_page_map()
David Hildenbrand
Re: [PATCH v2 6/9] mm/memory: convert print_bad_pte() to print_bad_page_map()
Lorenzo Stoakes
Re: [PATCH v2 6/9] mm/memory: convert print_bad_pte() to print_bad_page_map()
David Hildenbrand
Re: [PATCH v2 6/9] mm/memory: convert print_bad_pte() to print_bad_page_map()
Lorenzo Stoakes
Re: [PATCH v2 6/9] mm/memory: convert print_bad_pte() to print_bad_page_map()
David Hildenbrand
Re: [PATCH v2 6/9] mm/memory: convert print_bad_pte() to print_bad_page_map()
Lorenzo Stoakes
Re: [PATCH v2 6/9] mm/memory: convert print_bad_pte() to print_bad_page_map()
Demi Marie Obenour
Re: [PATCH v2 6/9] mm/memory: convert print_bad_pte() to print_bad_page_map()
David Hildenbrand
Re: [PATCH v2 6/9] mm/memory: convert print_bad_pte() to print_bad_page_map()
Demi Marie Obenour
Re: [PATCH v2 6/9] mm/memory: convert print_bad_pte() to print_bad_page_map()
David Hildenbrand
[PATCH v2 8/9] mm: introduce and use vm_normal_page_pud()
David Hildenbrand
Re: [PATCH v2 8/9] mm: introduce and use vm_normal_page_pud()
Lorenzo Stoakes
Re: [PATCH v2 8/9] mm: introduce and use vm_normal_page_pud()
David Hildenbrand
Re: [PATCH v2 8/9] mm: introduce and use vm_normal_page_pud()
Lorenzo Stoakes
Re: [PATCH v2 8/9] mm: introduce and use vm_normal_page_pud()
David Hildenbrand
Re: [PATCH v2 8/9] mm: introduce and use vm_normal_page_pud()
Lorenzo Stoakes
Re: [PATCH v2 8/9] mm: introduce and use vm_normal_page_pud()
Wei Yang
[PATCH v2 7/9] mm/memory: factor out common code from vm_normal_page_*()
David Hildenbrand
Re: [PATCH v2 7/9] mm/memory: factor out common code from vm_normal_page_*()
Lorenzo Stoakes
Re: [PATCH v2 7/9] mm/memory: factor out common code from vm_normal_page_*()
Lorenzo Stoakes
Re: [PATCH v2 7/9] mm/memory: factor out common code from vm_normal_page_*()
David Hildenbrand
Re: [PATCH v2 7/9] mm/memory: factor out common code from vm_normal_page_*()
Lorenzo Stoakes
Re: [PATCH v2 7/9] mm/memory: factor out common code from vm_normal_page_*()
David Hildenbrand
Re: [PATCH v2 7/9] mm/memory: factor out common code from vm_normal_page_*()
Lorenzo Stoakes
Re: [PATCH v2 7/9] mm/memory: factor out common code from vm_normal_page_*()
David Hildenbrand
Re: [PATCH v2 7/9] mm/memory: factor out common code from vm_normal_page_*()
Lorenzo Stoakes
[PATCH v2 9/9] mm: rename vm_ops->find_special_page() to vm_ops->find_normal_page()
David Hildenbrand
Re: [PATCH v2 9/9] mm: rename vm_ops->find_special_page() to vm_ops->find_normal_page()
Lorenzo Stoakes
Re: [PATCH v2 9/9] mm: rename vm_ops->find_special_page() to vm_ops->find_normal_page()
Wei Yang
[PATCH v4 0/9] vsock/virtio: SKB allocation improvements
Will Deacon
[PATCH v4 4/9] vsock/virtio: Resize receive buffers so that each SKB fits in a 4K page
Will Deacon
[PATCH v4 1/9] vhost/vsock: Avoid allocating arbitrarily-sized SKBs
Will Deacon
Re: [PATCH v4 1/9] vhost/vsock: Avoid allocating arbitrarily-sized SKBs
Jason Wang
Re: [PATCH v4 1/9] vhost/vsock: Avoid allocating arbitrarily-sized SKBs
Stefano Garzarella
[PATCH v4 2/9] vsock/virtio: Validate length in packet header before skb_put()
Will Deacon
Re: [PATCH v4 2/9] vsock/virtio: Validate length in packet header before skb_put()
Stefano Garzarella
[PATCH v4 3/9] vsock/virtio: Move length check to callers of virtio_vsock_skb_rx_put()
Will Deacon
[PATCH v4 5/9] vsock/virtio: Rename virtio_vsock_alloc_skb()
Will Deacon
[PATCH v4 8/9] vsock/virtio: Rename virtio_vsock_skb_rx_put()
Will Deacon
[PATCH v4 6/9] vsock/virtio: Move SKB allocation lower-bound check to callers
Will Deacon
[PATCH v4 9/9] vsock/virtio: Allocate nonlinear SKBs for handling large transmit buffers
Will Deacon
[PATCH v4 7/9] vhost/vsock: Allocate nonlinear SKBs for handling large receive buffers
Will Deacon
Re: [PATCH v4 0/9] vsock/virtio: SKB allocation improvements
Michael S. Tsirkin
Re: [PATCH v4 0/9] vsock/virtio: SKB allocation improvements
Stefano Garzarella
Re: [PATCH v4 0/9] vsock/virtio: SKB allocation improvements
Michael S. Tsirkin
Re: [PATCH v4] selftests: filesystems: Add functional test for the abort file in fusectl
Amir Goldstein
Re: [PATCH v4] selftests: filesystems: Add functional test for the abort file in fusectl
Miklos Szeredi
[PATCH 0/3] Remove double colon from description in dt-bindings
Luca Weiss
[PATCH 3/3] dt-bindings: soc: qcom,rpmh-rsc: Remove double colon from description
Luca Weiss
Re: [PATCH 3/3] dt-bindings: soc: qcom,rpmh-rsc: Remove double colon from description
Krzysztof Kozlowski
Re: [PATCH 3/3] dt-bindings: soc: qcom,rpmh-rsc: Remove double colon from description
Stephen Boyd
Re: [PATCH 3/3] dt-bindings: soc: qcom,rpmh-rsc: Remove double colon from description
Stephen Boyd
[PATCH 2/3] dt-bindings: interconnect: qcom: Remove double colon from description
Luca Weiss
Re: [PATCH 2/3] dt-bindings: interconnect: qcom: Remove double colon from description
Krzysztof Kozlowski
Re: [PATCH 2/3] dt-bindings: interconnect: qcom: Remove double colon from description
Stephen Boyd
Re: [PATCH 2/3] dt-bindings: interconnect: qcom: Remove double colon from description
Stephen Boyd
[PATCH 1/3] dt-bindings: clock: qcom: Remove double colon from description
Luca Weiss
Re: [PATCH 1/3] dt-bindings: clock: qcom: Remove double colon from description
Krzysztof Kozlowski
Re: [PATCH 1/3] dt-bindings: clock: qcom: Remove double colon from description
Stephen Boyd
[PATCH] rcu: Fix delayed execution of hurry callbacks
Tze-nan Wu
Re: [PATCH] rcu: Fix delayed execution of hurry callbacks
Frederic Weisbecker
Re: [PATCH] rcu: Fix delayed execution of hurry callbacks
吳澤南
Re: [PATCH] rcu: Fix delayed execution of hurry callbacks
Joel Fernandes
Re: [PATCH] rcu: Fix delayed execution of hurry callbacks
吳澤南
Re: [PATCH] rcu: Fix delayed execution of hurry callbacks
Neeraj Upadhyay
Re: (subset) [PATCH v2 0/5] Enable USB audio offloading on Fairphone 4 smartphone
Bjorn Andersson
Re: (subset) [PATCH v2 0/5] Enable USB audio offloading on Fairphone 4 smartphone
Mark Brown
Re: (subset) [PATCH v2 0/4] Add RPMh and TCSR clock support for Milos (SM7635)
Bjorn Andersson
Earlier messages
Later messages