Linux Arch
[Prev Page][Next Page]
- Re: Maintainers / Kernel Summit 2021 planning kick-off
- From: Jiri Kosina <jikos@xxxxxxxxxx>
- Re: [PATCH v13 06/14] mm: HUGE_VMAP arch support cleanup
- From: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
- Re: [PATCH v13 06/14] mm: HUGE_VMAP arch support cleanup
- From: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
- Re: [PATCH] csky: uaccess.h: Coding convention with asm generic
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [PATCH] csky: uaccess.h: Coding convention with asm generic
- From: Guo Ren <guoren@xxxxxxxxxx>
- Re: [PATCH] riscv: Remove 32b kernel mapping from page table dump
- From: Alex Ghiti <alex@xxxxxxxx>
- Re: [PATCH v8] RISC-V: enable XIP
- From: Palmer Dabbelt <palmer@xxxxxxxxxxx>
- Re: [PATCH] csky: uaccess.h: Coding convention with asm generic
- From: Guenter Roeck <linux@xxxxxxxxxxxx>
- Re: [PATCH v8] RISC-V: enable XIP
- From: Guenter Roeck <linux@xxxxxxxxxxxx>
- [PATCH v26 9/9] x86/vdso: Add ENDBR to __vdso_sgx_enter_enclave
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v26 8/9] x86/vdso/32: Add ENDBR to __kernel_vsyscall entry point
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v26 7/9] x86/vdso: Introduce ENDBR macro
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v26 6/9] x86/vdso: Insert endbr32/endbr64 to vDSO
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v26 5/9] x86/cet/ibt: Update arch_prctl functions for Indirect Branch Tracking
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v26 3/9] x86/cet/ibt: Handle signals for Indirect Branch Tracking
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v26 4/9] x86/cet/ibt: Update ELF header parsing for Indirect Branch Tracking
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v26 2/9] x86/cet/ibt: Add user-mode Indirect Branch Tracking support
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v26 1/9] x86/cet/ibt: Add Kconfig option for Indirect Branch Tracking
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v26 0/9] Control-flow Enforcement: Indirect Branch Tracking
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v26 30/30] mm: Introduce PROT_SHADOW_STACK for shadow stack
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v26 29/30] mm: Update arch_validate_flags() to test vma anonymous
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v26 28/30] mm: Move arch_calc_vm_prot_bits() to arch/x86/include/asm/mman.h
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v26 27/30] x86/cet/shstk: Add arch_prctl functions for shadow stack
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v26 26/30] ELF: Introduce arch_setup_elf_property()
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v26 25/30] x86/cet/shstk: Handle signals for shadow stack
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v26 23/30] x86/cet/shstk: Handle thread shadow stack
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v26 24/30] x86/cet/shstk: Introduce shadow stack token setup/verify routines
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v26 22/30] x86/cet/shstk: Add user-mode shadow stack support
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v26 21/30] mm: Re-introduce vm_flags to do_mmap()
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v26 19/30] mm: Update can_follow_write_pte() for shadow stack
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v26 20/30] mm/mprotect: Exclude shadow stack from preserve_write
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v26 18/30] mm/mmap: Add shadow stack pages to memory accounting
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v26 17/30] mm: Add guard pages around a shadow stack.
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v26 15/30] x86/mm: Update maybe_mkwrite() for shadow stack
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v26 16/30] mm: Fixup places that call pte_mkwrite() directly
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v26 14/30] x86/mm: Shadow Stack page fault error checking
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v26 13/30] mm: Introduce VM_SHADOW_STACK for shadow stack memory
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v26 12/30] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v26 11/30] x86/mm: Update pte_modify for _PAGE_COW
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v26 10/30] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v26 09/30] x86/mm: Introduce _PAGE_COW
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v26 08/30] x86/mm: Move pmd_write(), pud_write() up in the file
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v26 07/30] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v26 06/30] x86/cet: Add control-protection fault handler
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v26 05/30] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v26 04/30] x86/cpufeatures: Introduce CPU setup and option parsing for CET
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v26 03/30] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v26 02/30] x86/cet/shstk: Add Kconfig option for Shadow Stack
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v26 01/30] Documentation/x86: Add CET description
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v26 00/30] Control-flow Enforcement: Shadow Stack
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- Re: [PATCH 4/4] MIPS: Avoid DIVU in `__div64_32' is result would be zero
- From: "Maciej W. Rozycki" <macro@xxxxxxxxxxx>
- [PATCH v2] ARC: Use max_high_pfn as a HIGHMEM zone border
- From: Vladimir Isaev <Vladimir.Isaev@xxxxxxxxxxxx>
- [PATCH v2] ARC: Use 40-bit physical page mask for PAE
- From: Vladimir Isaev <Vladimir.Isaev@xxxxxxxxxxxx>
- Re: [PATCH v8] RISC-V: enable XIP
- From: Alex Ghiti <alex@xxxxxxxx>
- Re: [PATCH] Documentation: syscalls: add a note about ABI-agnostic types
- From: Yury Norov <yury.norov@xxxxxxxxx>
- Re: [PATCH v25 30/30] mm: Introduce PROT_SHSTK for shadow stack
- From: "Yu, Yu-cheng" <yu-cheng.yu@xxxxxxxxx>
- Re: [PATCH v25 29/30] mm: Update arch_validate_flags() to include vma anonymous
- From: "Yu, Yu-cheng" <yu-cheng.yu@xxxxxxxxx>
- Re: [PATCH] ARC: Use 40-bit physical page mask for PAE
- From: Vineet Gupta <Vineet.Gupta1@xxxxxxxxxxxx>
- Re: [PATCH v8] RISC-V: enable XIP
- From: Naresh Kamboju <naresh.kamboju@xxxxxxxxxx>
- RE: [PATCH] ARC: Use 40-bit physical page mask for PAE
- From: Vladimir Isaev <Vladimir.Isaev@xxxxxxxxxxxx>
- Re: [PATCH] ARC: Use max_high_pfn as a HIGHMEM zone border
- From: Vineet Gupta <Vineet.Gupta1@xxxxxxxxxxxx>
- Re: [PATCH] ARC: Use 40-bit physical page mask for PAE
- From: Vineet Gupta <Vineet.Gupta1@xxxxxxxxxxxx>
- Re: [PATCH] riscv: Fix 32b kernel caused by 64b kernel mapping moving outside linear mapping
- From: Palmer Dabbelt <palmer@xxxxxxxxxxx>
- Re: [PATCH] ARC: Use max_high_pfn as a HIGHMEM zone border
- From: Mike Rapoport <rppt@xxxxxxxxxxxxx>
- Re: [PATCH v8] RISC-V: enable XIP
- From: Palmer Dabbelt <palmer@xxxxxxxxxxx>
- Re: [PATCH] ARC: Use 40-bit physical page mask for PAE
- From: kernel test robot <lkp@xxxxxxxxx>
- RE: ARCH=hexagon unsupported?
- From: "Brian Cain" <bcain@xxxxxxxxxxxxxx>
- Re: [PATCH V2] mm: Define default value for FIRST_USER_ADDRESS
- From: Guo Ren <guoren@xxxxxxxxxx>
- RE: [PATCH] ARC: Use max_high_pfn as a HIGHMEM zone border
- From: Vladimir Isaev <Vladimir.Isaev@xxxxxxxxxxxx>
- Re: [PATCH] ARC: Use max_high_pfn as a HIGHMEM zone border
- From: Mike Rapoport <rppt@xxxxxxxxxxxxx>
- Re: [PATCH v25 29/30] mm: Update arch_validate_flags() to include vma anonymous
- From: Catalin Marinas <catalin.marinas@xxxxxxx>
- [PATCH] ARC: Use max_high_pfn as a HIGHMEM zone border
- From: Vladimir Isaev <Vladimir.Isaev@xxxxxxxxxxxx>
- [PATCH] ARC: Use 40-bit physical page mask for PAE
- From: Vladimir Isaev <Vladimir.Isaev@xxxxxxxxxxxx>
- Re: [PATCH v4 05/10] signal: Introduce TRAP_PERF si_code and si_perf to siginfo
- From: Alexander Egorenkov <egorenar@xxxxxxxxxxxxx>
- Re: [PATCH v25 30/30] mm: Introduce PROT_SHSTK for shadow stack
- From: "Kirill A. Shutemov" <kirill@xxxxxxxxxxxxx>
- Re: [PATCH v25 29/30] mm: Update arch_validate_flags() to include vma anonymous
- From: "Kirill A. Shutemov" <kirill@xxxxxxxxxxxxx>
- Re: [PATCH v25 28/30] mm: Move arch_calc_vm_prot_bits() to arch/x86/include/asm/mman.h
- From: "Kirill A. Shutemov" <kirill@xxxxxxxxxxxxx>
- Re: [PATCH V2] mm: Define default value for FIRST_USER_ADDRESS
- From: Anshuman Khandual <anshuman.khandual@xxxxxxx>
- Re: [PATCH v8] RISC-V: enable XIP
- From: Alex Ghiti <alex@xxxxxxxx>
- Re: [PATCH] tools/memory-model: Correct the name of smp_mb__after_spinlock()
- From: "Paul E. McKenney" <paulmck@xxxxxxxxxx>
- [PATCH] tools/memory-model: Correct the name of smp_mb__after_spinlock()
- From: Palmer Dabbelt <palmer@xxxxxxxxxxx>
- Re: ARCH=hexagon unsupported?
- From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
- RE: ARCH=hexagon unsupported?
- From: "Brian Cain" <bcain@xxxxxxxxxxxxxx>
- Re: ARCH=hexagon unsupported?
- From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
- Re: ARCH=hexagon unsupported?
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- Re: [PATCH v8] RISC-V: enable XIP
- From: Vitaly Wool <vitaly.wool@xxxxxxxxxxxx>
- Re: [PATCH] riscv: Fix 32b kernel caused by 64b kernel mapping moving outside linear mapping
- From: Alex Ghiti <alex@xxxxxxxx>
- RE: ARCH=hexagon unsupported?
- From: "Brian Cain" <bcain@xxxxxxxxxxxxxx>
- RE: ARCH=hexagon unsupported?
- From: "Brian Cain" <bcain@xxxxxxxxxxxxxx>
- RE: ARCH=hexagon unsupported?
- From: "Brian Cain" <bcain@xxxxxxxxxxxxxx>
- Re: ARCH=hexagon unsupported?
- From: Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx>
- Re: ARCH=hexagon unsupported?
- From: Arnd Bergmann <arnd@xxxxxxxxxx>
- Re: ARCH=hexagon unsupported?
- From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
- Re: [PATCH] riscv: Fix 32b kernel caused by 64b kernel mapping moving outside linear mapping
- From: Palmer Dabbelt <palmer@xxxxxxxxxxx>
- Re: [PATCH v25 21/30] mm: Re-introduce vm_flags to do_mmap()
- From: "Yu, Yu-cheng" <yu-cheng.yu@xxxxxxxxx>
- Re: [PATCH v34 00/13] Landlock LSM
- From: Mickaël Salaün <mic@xxxxxxxxxxx>
- Re: [PATCH] asm-generic: Remove asm/setup.h from the UABI.
- From: Palmer Dabbelt <palmer@xxxxxxxxxxx>
- Re: [PATCH v25 21/30] mm: Re-introduce vm_flags to do_mmap()
- From: "Kirill A. Shutemov" <kirill@xxxxxxxxxxxxx>
- Re: [PATCH v25 20/30] mm/mprotect: Exclude shadow stack from preserve_write
- From: "Kirill A. Shutemov" <kirill@xxxxxxxxxxxxx>
- Re: [PATCH v25 19/30] mm: Update can_follow_write_pte() for shadow stack
- From: "Kirill A. Shutemov" <kirill@xxxxxxxxxxxxx>
- Re: [PATCH v25 18/30] mm/mmap: Add shadow stack pages to memory accounting
- From: "Kirill A. Shutemov" <kirill@xxxxxxxxxxxxx>
- Re: [PATCH v25 16/30] mm: Fixup places that call pte_mkwrite() directly
- From: "Kirill A. Shutemov" <kirill@xxxxxxxxxxxxx>
- Re: ARCH=hexagon unsupported?
- From: Arnd Bergmann <arnd@xxxxxxxxxx>
- Re: [PATCH] asm-generic: Remove asm/setup.h from the UABI.
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [PATCH] riscv: Fix 32b kernel caused by 64b kernel mapping moving outside linear mapping
- From: Alex Ghiti <alex@xxxxxxxx>
- Re: [PATCH v8] RISC-V: enable XIP
- From: Alex Ghiti <alex@xxxxxxxx>
- Re: [PATCH v8] RISC-V: enable XIP
- From: Palmer Dabbelt <palmer@xxxxxxxxxxx>
- [PATCH] asm-generic: Remove asm/setup.h from the UABI.
- From: Palmer Dabbelt <palmer@xxxxxxxxxxx>
- Re: [PATCH] riscv: Protect kernel linear mapping only if CONFIG_STRICT_KERNEL_RWX is set
- From: Palmer Dabbelt <palmer@xxxxxxxxxxx>
- ARCH=hexagon unsupported?
- From: Nick Desaulniers <ndesaulniers@xxxxxxxxxx>
- RE: [PATCH v8 5/6] x86/signal: Detect and prevent an alternate signal stack overflow
- From: David Laight <David.Laight@xxxxxxxxxx>
- Re: [PATCH v4 2/2] bits: Add tests of GENMASK
- From: Nico Pache <npache@xxxxxxxxxx>
- Re: [PATCH 4/4] MIPS: Avoid DIVU in `__div64_32' is result would be zero
- From: "Maciej W. Rozycki" <macro@xxxxxxxxxxx>
- Re: [PATCH 3/4] MIPS: Reinstate platform `__div64_32' handler
- From: "Maciej W. Rozycki" <macro@xxxxxxxxxxx>
- Re: [PATCH v4 2/2] bits: Add tests of GENMASK
- From: Nico Pache <npache@xxxxxxxxxx>
- Re: [PATCH v34 00/13] Landlock LSM
- From: James Morris <jmorris@xxxxxxxxx>
- Re: [PATCH tip 1/2] signal, perf: Fix siginfo_t by avoiding u64 on 32-bit architectures
- From: Marco Elver <elver@xxxxxxxxxx>
- [PATCH tip v2 2/2] signal, perf: Add missing TRAP_PERF case in siginfo_layout()
- From: Marco Elver <elver@xxxxxxxxxx>
- [PATCH tip v2 1/2] signal, perf: Fix siginfo_t by avoiding u64 on 32-bit architectures
- From: Marco Elver <elver@xxxxxxxxxx>
- Re: [PATCH v34 08/13] landlock: Add syscall implementations
- From: James Morris <jmorris@xxxxxxxxx>
- Re: [PATCH 3/4] MIPS: Reinstate platform `__div64_32' handler
- From: Guenter Roeck <linux@xxxxxxxxxxxx>
- Re: [PATCH 0/4] Reinstate and improve MIPS `do_div' implementation
- From: "H. Nikolaus Schaller" <hns@xxxxxxxxxxxxx>
- Re: [PATCH 0/4] Reinstate and improve MIPS `do_div' implementation
- From: "Maciej W. Rozycki" <macro@xxxxxxxxxxx>
- Re: [PATCH v8 5/6] x86/signal: Detect and prevent an alternate signal stack overflow
- From: "Bae, Chang Seok" <chang.seok.bae@xxxxxxxxx>
- Re: [PATCH 0/4] Reinstate and improve MIPS `do_div' implementation
- From: "H. Nikolaus Schaller" <hns@xxxxxxxxxxxxx>
- Re: [PATCH 0/4] Reinstate and improve MIPS `do_div' implementation
- From: "Maciej W. Rozycki" <macro@xxxxxxxxxxx>
- [PATCH v34 07/13] landlock: Support filesystem access-control
- From: Mickaël Salaün <mic@xxxxxxxxxxx>
- [PATCH v34 12/13] landlock: Add user and kernel documentation
- From: Mickaël Salaün <mic@xxxxxxxxxxx>
- [PATCH v34 11/13] samples/landlock: Add a sandbox manager example
- From: Mickaël Salaün <mic@xxxxxxxxxxx>
- [PATCH v34 13/13] landlock: Enable user space to infer supported features
- From: Mickaël Salaün <mic@xxxxxxxxxxx>
- [PATCH v34 09/13] arch: Wire up Landlock syscalls
- From: Mickaël Salaün <mic@xxxxxxxxxxx>
- [PATCH v34 08/13] landlock: Add syscall implementations
- From: Mickaël Salaün <mic@xxxxxxxxxxx>
- [PATCH v34 06/13] fs,security: Add sb_delete hook
- From: Mickaël Salaün <mic@xxxxxxxxxxx>
- [PATCH v34 05/13] LSM: Infrastructure management of the superblock
- From: Mickaël Salaün <mic@xxxxxxxxxxx>
- [PATCH v34 04/13] landlock: Add ptrace restrictions
- From: Mickaël Salaün <mic@xxxxxxxxxxx>
- [PATCH v34 03/13] landlock: Set up the security framework and manage credentials
- From: Mickaël Salaün <mic@xxxxxxxxxxx>
- [PATCH v34 02/13] landlock: Add ruleset and domain management
- From: Mickaël Salaün <mic@xxxxxxxxxxx>
- [PATCH v34 01/13] landlock: Add object management
- From: Mickaël Salaün <mic@xxxxxxxxxxx>
- [PATCH v34 00/13] Landlock LSM
- From: Mickaël Salaün <mic@xxxxxxxxxxx>
- Re: [PATCH] asm-generic: atomic64: handle ARCH_ATOMIC builds (was "Re: [PATCH v3 1/2] locking/atomics: Fixup GENERIC_ATOMIC64 conflict") with atomic-arch-fallback.h
- From: Mark Rutland <mark.rutland@xxxxxxx>
- Re: [PATCH 0/4] Reinstate and improve MIPS `do_div' implementation
- From: "Jiaxun Yang" <jiaxun.yang@xxxxxxxxxxx>
- Re: [PATCH] asm-generic: atomic64: handle ARCH_ATOMIC builds (was "Re: [PATCH v3 1/2] locking/atomics: Fixup GENERIC_ATOMIC64 conflict") with atomic-arch-fallback.h
- From: Guo Ren <guoren@xxxxxxxxxx>
- Re: [PATCH 4/4] MIPS: Avoid DIVU in `__div64_32' is result would be zero
- From: Andreas Schwab <schwab@xxxxxxxxxxxxxx>
- Re: [PATCH 4/4] MIPS: Avoid DIVU in `__div64_32' is result would be zero
- From: Thomas Bogendoerfer <tsbogend@xxxxxxxxxxxxxxxx>
- [PATCH] asm-generic: atomic64: handle ARCH_ATOMIC builds (was "Re: [PATCH v3 1/2] locking/atomics: Fixup GENERIC_ATOMIC64 conflict") with atomic-arch-fallback.h
- From: Mark Rutland <mark.rutland@xxxxxxx>
- Re: [PATCH tip 1/2] signal, perf: Fix siginfo_t by avoiding u64 on 32-bit architectures
- From: Marco Elver <elver@xxxxxxxxxx>
- RE: [PATCH tip 1/2] signal, perf: Fix siginfo_t by avoiding u64 on 32-bit architectures
- From: David Laight <David.Laight@xxxxxxxxxx>
- Re: [PATCH 4/4] MIPS: Avoid DIVU in `__div64_32' is result would be zero
- From: "Maciej W. Rozycki" <macro@xxxxxxxxxxx>
- RE: [PATCH v8 5/6] x86/signal: Detect and prevent an alternate signal stack overflow
- From: David Laight <David.Laight@xxxxxxxxxx>
- Re: [PATCH 4/4] MIPS: Avoid DIVU in `__div64_32' is result would be zero
- From: Thomas Bogendoerfer <tsbogend@xxxxxxxxxxxxxxxx>
- Re: [PATCH v4 05/10] signal: Introduce TRAP_PERF si_code and si_perf to siginfo
- From: Jon Hunter <jonathanh@xxxxxxxxxx>
- Re: [PATCH tip 1/2] signal, perf: Fix siginfo_t by avoiding u64 on 32-bit architectures
- From: Jon Hunter <jonathanh@xxxxxxxxxx>
- Re: [PATCH v4 05/10] signal: Introduce TRAP_PERF si_code and si_perf to siginfo
- From: Marco Elver <elver@xxxxxxxxxx>
- [PATCH tip 2/2] signal, perf: Add missing TRAP_PERF case in siginfo_layout()
- From: Marco Elver <elver@xxxxxxxxxx>
- [PATCH tip 1/2] signal, perf: Fix siginfo_t by avoiding u64 on 32-bit architectures
- From: Marco Elver <elver@xxxxxxxxxx>
- Re: [PATCH v4 05/10] signal: Introduce TRAP_PERF si_code and si_perf to siginfo
- From: Marek Szyprowski <m.szyprowski@xxxxxxxxxxx>
- Re: [PATCH 0/4] Reinstate and improve MIPS `do_div' implementation
- From: "H. Nikolaus Schaller" <hns@xxxxxxxxxxxxx>
- [PATCH v8 5/6] x86/signal: Detect and prevent an alternate signal stack overflow
- From: "Chang S. Bae" <chang.seok.bae@xxxxxxxxx>
- [PATCH v8 6/6] selftest/x86/signal: Include test cases for validating sigaltstack
- From: "Chang S. Bae" <chang.seok.bae@xxxxxxxxx>
- [PATCH v8 4/6] selftest/sigaltstack: Use the AT_MINSIGSTKSZ aux vector if available
- From: "Chang S. Bae" <chang.seok.bae@xxxxxxxxx>
- [PATCH v8 3/6] x86/elf: Support a new ELF aux vector AT_MINSIGSTKSZ
- From: "Chang S. Bae" <chang.seok.bae@xxxxxxxxx>
- [PATCH v8 2/6] x86/signal: Introduce helpers to get the maximum signal frame size
- From: "Chang S. Bae" <chang.seok.bae@xxxxxxxxx>
- [PATCH v8 0/6] Improve Minimum Alternate Stack Size
- From: "Chang S. Bae" <chang.seok.bae@xxxxxxxxx>
- [PATCH v8 1/6] uapi: Define the aux vector AT_MINSIGSTKSZ
- From: "Chang S. Bae" <chang.seok.bae@xxxxxxxxx>
- Re: [PATCH 0/4] Reinstate and improve MIPS `do_div' implementation
- From: "Maciej W. Rozycki" <macro@xxxxxxxxxxx>
- Re: [PATCH v4 05/10] signal: Introduce TRAP_PERF si_code and si_perf to siginfo
- From: Marco Elver <elver@xxxxxxxxxx>
- Re: [PATCH v3 3/3] asm-generic/io.h: Silence -Wnull-pointer-arithmetic warning on PCI_IOBASE
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH v4 05/10] signal: Introduce TRAP_PERF si_code and si_perf to siginfo
- From: Marco Elver <elver@xxxxxxxxxx>
- Re: [PATCH 4/4] MIPS: Avoid DIVU in `__div64_32' is result would be zero
- From: "Maciej W. Rozycki" <macro@xxxxxxxxxxx>
- Re: [PATCH 4/4] MIPS: Avoid DIVU in `__div64_32' is result would be zero
- From: "H. Nikolaus Schaller" <hns@xxxxxxxxxxxxx>
- Re: [PATCH 0/4] Reinstate and improve MIPS `do_div' implementation
- From: "H. Nikolaus Schaller" <hns@xxxxxxxxxxxxx>
- Re: [PATCH v3 3/3] asm-generic/io.h: Silence -Wnull-pointer-arithmetic warning on PCI_IOBASE
- From: Niklas Schnelle <schnelle@xxxxxxxxxxxxx>
- Re: [PATCH v3 3/3] asm-generic/io.h: Silence -Wnull-pointer-arithmetic warning on PCI_IOBASE
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH v4 05/10] signal: Introduce TRAP_PERF si_code and si_perf to siginfo
- From: Marco Elver <elver@xxxxxxxxxx>
- Re: [PATCH v4 05/10] signal: Introduce TRAP_PERF si_code and si_perf to siginfo
- From: Jon Hunter <jonathanh@xxxxxxxxxx>
- Re: [PATCH] csky: uaccess.h: Coding convention with asm generic
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH] lib/math/test_div64: Fix error message formatting
- From: Thomas Bogendoerfer <tsbogend@xxxxxxxxxxxxxxxx>
- [PATCH] lib/math/test_div64: Fix error message formatting
- From: "Maciej W. Rozycki" <macro@xxxxxxxxxxx>
- Re: [PATCH v4 05/10] signal: Introduce TRAP_PERF si_code and si_perf to siginfo
- From: Marek Szyprowski <m.szyprowski@xxxxxxxxxxx>
- Re: [PATCH 0/4] Reinstate and improve MIPS `do_div' implementation
- From: "Maciej W. Rozycki" <macro@xxxxxxxxxxx>
- [PATCH v3 2/2] riscv: atomic: Using ARCH_ATOMIC in asm/atomic.h
- [PATCH v3 1/2] locking/atomics: Fixup GENERIC_ATOMIC64 conflict with atomic-arch-fallback.h
- Re: [PATCH 0/4] Reinstate and improve MIPS `do_div' implementation
- From: Thomas Bogendoerfer <tsbogend@xxxxxxxxxxxxxxxx>
- Re: [PATCH v3 3/3] asm-generic/io.h: Silence -Wnull-pointer-arithmetic warning on PCI_IOBASE
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [PATCH v3 3/3] asm-generic/io.h: Silence -Wnull-pointer-arithmetic warning on PCI_IOBASE
- From: Niklas Schnelle <schnelle@xxxxxxxxxxxxx>
- RE: [PATCH v3 3/3] asm-generic/io.h: Silence -Wnull-pointer-arithmetic warning on PCI_IOBASE
- From: David Laight <David.Laight@xxxxxxxxxx>
- [PATCH v3 1/3] sparc: explicitly set PCI_IOBASE to 0
- From: Niklas Schnelle <schnelle@xxxxxxxxxxxxx>
- [PATCH v3 2/3] ARC: io.h: Include asm/bug.h
- From: Niklas Schnelle <schnelle@xxxxxxxxxxxxx>
- [PATCH v3 0/3] asm-generic/io.h: Silence -Wnull-pointer-arithmetic warning on PCI_IOBASE
- From: Niklas Schnelle <schnelle@xxxxxxxxxxxxx>
- [PATCH v3 3/3] asm-generic/io.h: Silence -Wnull-pointer-arithmetic warning on PCI_IOBASE
- From: Niklas Schnelle <schnelle@xxxxxxxxxxxxx>
- Re: [PATCH v4 05/10] signal: Introduce TRAP_PERF si_code and si_perf to siginfo
- From: Marco Elver <elver@xxxxxxxxxx>
- Re: [PATCH v4 05/10] signal: Introduce TRAP_PERF si_code and si_perf to siginfo
- From: Marek Szyprowski <m.szyprowski@xxxxxxxxxxx>
- Re: [PATCH v4 05/10] signal: Introduce TRAP_PERF si_code and si_perf to siginfo
- From: Marek Szyprowski <m.szyprowski@xxxxxxxxxxx>
- [PATCH] asm-generic: uaccess.h: Fixup GENERIC_STRNCPY_FROM_USER & STRNLEN_USER
- [PATCH] csky: uaccess.h: Coding convention with asm generic
- Re: [PATCH 2/3] nios2: Cleanup deprecated function strlen_user
- From: Guo Ren <guoren@xxxxxxxxxx>
- Re: [PATCH v4 05/10] signal: Introduce TRAP_PERF si_code and si_perf to siginfo
- From: Marco Elver <elver@xxxxxxxxxx>
- Re: [PATCH v4 05/10] signal: Introduce TRAP_PERF si_code and si_perf to siginfo
- From: Marek Szyprowski <m.szyprowski@xxxxxxxxxxx>
- Re: [PATCH v4 05/10] signal: Introduce TRAP_PERF si_code and si_perf to siginfo
- From: Marek Szyprowski <m.szyprowski@xxxxxxxxxxx>
- Re: [PATCH v4 05/10] signal: Introduce TRAP_PERF si_code and si_perf to siginfo
- From: Marco Elver <elver@xxxxxxxxxx>
- Re: [PATCH v4 05/10] signal: Introduce TRAP_PERF si_code and si_perf to siginfo
- From: Marek Szyprowski <m.szyprowski@xxxxxxxxxxx>
- Re: [PATCH v4 19/20] mips: Convert to GENERIC_CMDLINE
- From: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
- Re: [PATCH 1/3] nds32: Cleanup deprecated function strlen_user
- From: Greentime Hu <green.hu@xxxxxxxxx>
- Re: [PATCH v3 1/2] secretmem/gup: don't check if page is secretmem without reference
- From: David Hildenbrand <david@xxxxxxxxxx>
- [PATCH v3 2/2] secretmem: optimize page_is_secretmem()
- From: Mike Rapoport <rppt@xxxxxxxxxx>
- [PATCH v3 1/2] secretmem/gup: don't check if page is secretmem without reference
- From: Mike Rapoport <rppt@xxxxxxxxxx>
- [PATCH v3 0/2] secretmem: optimize page_is_secretmem()
- From: Mike Rapoport <rppt@xxxxxxxxxx>
- Re: [PATCH 2/3] nios2: Cleanup deprecated function strlen_user
- From: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH 1/3] nds32: Cleanup deprecated function strlen_user
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH v2 0/2] secretmem: optimize page_is_secretmem()
- From: Mike Rapoport <rppt@xxxxxxxxxxxxx>
- Re: [PATCH 2/3] nios2: Cleanup deprecated function strlen_user
- From: Arnd Bergmann <arnd@xxxxxxxx>
- [PATCH 3/3] riscv: Cleanup deprecated function strlen_user
- [PATCH 2/3] nios2: Cleanup deprecated function strlen_user
- [PATCH 1/3] nds32: Cleanup deprecated function strlen_user
- Re: [PATCH v2 1/2] secretmem/gup: don't check if page is secretmem without reference
- From: Mike Rapoport <rppt@xxxxxxxxxxxxx>
- Re: [PATCH v2 1/2] secretmem/gup: don't check if page is secretmem without reference
- From: David Hildenbrand <david@xxxxxxxxxx>
- [PATCH v2 2/2] secretmem: optimize page_is_secretmem()
- From: Mike Rapoport <rppt@xxxxxxxxxx>
- [PATCH v2 2/2] secretmem/gup: don't check if page is secretmem without reference
- From: Mike Rapoport <rppt@xxxxxxxxxx>
- [PATCH v2 1/2] secretmem: optimize page_is_secretmem()
- From: Mike Rapoport <rppt@xxxxxxxxxx>
- [PATCH v2 1/2] secretmem/gup: don't check if page is secretmem without reference
- From: Mike Rapoport <rppt@xxxxxxxxxx>
- [PATCH v2 0/2] secretmem: optimize page_is_secretmem()
- From: Mike Rapoport <rppt@xxxxxxxxxx>
- Re: [PATCH] riscv: Remove 32b kernel mapping from page table dump
- From: Anup Patel <anup@xxxxxxxxxxxxxx>
- Re: [PATCH] riscv: Fix 32b kernel caused by 64b kernel mapping moving outside linear mapping
- From: Anup Patel <anup@xxxxxxxxxxxxxx>
- [PATCH 4/4] MIPS: Avoid DIVU in `__div64_32' is result would be zero
- From: "Maciej W. Rozycki" <macro@xxxxxxxxxxx>
- [PATCH 3/4] MIPS: Reinstate platform `__div64_32' handler
- From: "Maciej W. Rozycki" <macro@xxxxxxxxxxx>
- [PATCH 2/4] div64: Correct inline documentation for `do_div'
- From: "Maciej W. Rozycki" <macro@xxxxxxxxxxx>
- [PATCH 1/4] lib/math: Add a `do_div' test module
- From: "Maciej W. Rozycki" <macro@xxxxxxxxxxx>
- [PATCH 0/4] Reinstate and improve MIPS `do_div' implementation
- From: "Maciej W. Rozycki" <macro@xxxxxxxxxxx>
- Re: [PATCH v2 (RESEND) 2/2] riscv: atomic: Using ARCH_ATOMIC in asm/atomic.h
- From: Guo Ren <guoren@xxxxxxxxxx>
- Re: [PATCH] secretmem: optimize page_is_secretmem()
- From: Mike Rapoport <rppt@xxxxxxxxxx>
- Re: [PATCH v1 3/5] mm: ptdump: Provide page size to notepage()
- From: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
- Maintainers / Kernel Summit 2021 planning kick-off
- From: "Theodore Ts'o" <tytso@xxxxxxx>
- Re: [PATCH v2 1/4] mm: pagewalk: Fix walk for hugepage tables
- From: Steven Price <steven.price@xxxxxxx>
- Re: [PATCH v1 3/5] mm: ptdump: Provide page size to notepage()
- From: Steven Price <steven.price@xxxxxxx>
- [PATCH v2 5/5] selftests/vm: add test for MADV_POPULATE_(READ|WRITE)
- From: David Hildenbrand <david@xxxxxxxxxx>
- [PATCH v2 2/5] mm/madvise: introduce MADV_POPULATE_(READ|WRITE) to prefault page tables
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH v1 3/5] mm: ptdump: Provide page size to notepage()
- From: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
- Re: [PATCH] secretmem: optimize page_is_secretmem()
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH] secretmem: optimize page_is_secretmem()
- From: Mike Rapoport <rppt@xxxxxxxxxx>
- Re: [PATCH] secretmem: optimize page_is_secretmem()
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- Re: [PATCH v2 (RESEND) 2/2] riscv: atomic: Using ARCH_ATOMIC in asm/atomic.h
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [PATCH] secretmem: optimize page_is_secretmem()
- From: Matthew Wilcox <willy@xxxxxxxxxxxxx>
- [PATCH v2 4/4] powerpc/mm: Convert powerpc to GENERIC_PTDUMP
- From: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
- [PATCH v2 3/4] powerpc/mm: Properly coalesce pages in ptdump
- From: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
- [PATCH v2 2/4] powerpc/mm: Leave a gap between early allocated IO areas
- From: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
- [PATCH v2 0/4] Convert powerpc to GENERIC_PTDUMP
- From: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
- [PATCH v2 1/4] mm: pagewalk: Fix walk for hugepage tables
- From: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
- Re: [PATCH] secretmem: optimize page_is_secretmem()
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH] secretmem: optimize page_is_secretmem()
- From: Mike Rapoport <rppt@xxxxxxxxxx>
- Re: [PATCH] secretmem: optimize page_is_secretmem()
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH] secretmem: optimize page_is_secretmem()
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH] secretmem: optimize page_is_secretmem()
- From: Mike Rapoport <rppt@xxxxxxxxxx>
- Re: [PATCH] secretmem: optimize page_is_secretmem()
- From: David Hildenbrand <david@xxxxxxxxxx>
- [PATCH] secretmem: optimize page_is_secretmem()
- From: Mike Rapoport <rppt@xxxxxxxxxx>
- Re: [PATCH V2] mm: Define default value for FIRST_USER_ADDRESS
- From: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
- Re: [Resend RFC PATCH V2 07/12] HV/Vmbus: Initialize VMbus ring buffer for Isolation VM
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH v3] powerpc: fix EDEADLOCK redefinition error in uapi/asm/errno.h
- From: Michael Ellerman <patch-notifications@xxxxxxxxxxxxxx>
- Re: [PATCH RESEND v1 0/4] powerpc/vdso: Add support for time namespaces
- From: Michael Ellerman <patch-notifications@xxxxxxxxxxxxxx>
- Re: [PATCH v5 1/3] riscv: Move kernel mapping outside of linear mapping
- From: Alex Ghiti <alex@xxxxxxxx>
- [PATCH] riscv: Remove 32b kernel mapping from page table dump
- From: Alexandre Ghiti <alex@xxxxxxxx>
- Re: [PATCH] riscv: Protect kernel linear mapping only if CONFIG_STRICT_KERNEL_RWX is set
- From: Alex Ghiti <alex@xxxxxxxx>
- Re: [PATCH v4 1/3] riscv: Move kernel mapping outside of linear mapping
- From: Alex Ghiti <alex@xxxxxxxx>
- [PATCH] riscv: Fix 32b kernel caused by 64b kernel mapping moving outside linear mapping
- From: Alexandre Ghiti <alex@xxxxxxxx>
- [PATCH v2 (RESEND) 2/2] riscv: atomic: Using ARCH_ATOMIC in asm/atomic.h
- [PATCH v2 (RESEND) 1/2] locking/atomics: Fixup GENERIC_ATOMIC64 conflict with atomic-arch-fallback.h
- Re: [PATCH v2 1/2] locking/atomics: Fixup GENERIC_ATOMIC64 conflict with atomic-arch-fallback.h
- From: Guo Ren <guoren@xxxxxxxxxx>
- [PATCH v2 2/2] riscv: atomic: Using ARCH_ATOMIC in asm/atomic.h
- [PATCH v2 1/2] locking/atomics: Fixup GENERIC_ATOMIC64 conflict with atomic-arch-fallback.h
- Re: [PATCH v13 14/14] powerpc/64s/radix: Enable huge vmalloc mappings
- From: Nicholas Piggin <npiggin@xxxxxxxxx>
- Re: [PATCH] riscv: atomic: Using ARCH_ATOMIC in asm/atomic.h
- From: Guo Ren <guoren@xxxxxxxxxx>
- Re: [PATCH v3] powerpc: fix EDEADLOCK redefinition error in uapi/asm/errno.h
- From: Tony Ambardar <tony.ambardar@xxxxxxxxx>
- Re: [PATCH v4 1/3] riscv: Move kernel mapping outside of linear mapping
- From: Guenter Roeck <linux@xxxxxxxxxxxx>
- Re: [PATCH] riscv: Protect kernel linear mapping only if CONFIG_STRICT_KERNEL_RWX is set
- From: Palmer Dabbelt <palmer@xxxxxxxxxxx>
- Re: [PATCH v1 3/5] mm: ptdump: Provide page size to notepage()
- From: Steven Price <steven.price@xxxxxxx>
- Re: [PATCH v1 3/5] mm: ptdump: Provide page size to notepage()
- From: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
- Re: [PATCH v1 3/5] mm: ptdump: Provide page size to notepage()
- From: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
- Re: [PATCH v1 3/5] mm: ptdump: Provide page size to notepage()
- From: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
- Re: [PATCH v1 3/5] mm: ptdump: Provide page size to notepage()
- From: Steven Price <steven.price@xxxxxxx>
- Re: [PATCH v1 3/5] mm: ptdump: Provide page size to notepage()
- From: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
- Re: [PATCH v1 3/5] mm: ptdump: Provide page size to notepage()
- From: Steven Price <steven.price@xxxxxxx>
- Re: [PATCH] riscv: Protect kernel linear mapping only if CONFIG_STRICT_KERNEL_RWX is set
- From: Alex Ghiti <alex@xxxxxxxx>
- Re: [PATCH] riscv: Protect kernel linear mapping only if CONFIG_STRICT_KERNEL_RWX is set
- From: Anup Patel <anup@xxxxxxxxxxxxxx>
- Re: [PATCH v3] powerpc: fix EDEADLOCK redefinition error in uapi/asm/errno.h
- From: Michael Ellerman <mpe@xxxxxxxxxxxxxx>
- Re: [PATCH v1 3/5] mm: ptdump: Provide page size to notepage()
- From: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
- Re: [PATCH v1 3/5] mm: ptdump: Provide page size to notepage()
- From: Steven Price <steven.price@xxxxxxx>
- Re: [PATCH v1 1/5] mm: pagewalk: Fix walk for hugepage tables
- From: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
- Re: [PATCH v1 4/5] mm: ptdump: Support hugepd table entries
- From: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
- Re: [PATCH v1 3/5] mm: ptdump: Provide page size to notepage()
- From: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
- [PATCH V2] mm: Define default value for FIRST_USER_ADDRESS
- From: Anshuman Khandual <anshuman.khandual@xxxxxxx>
- Re: [PATCH v3] powerpc: fix EDEADLOCK redefinition error in uapi/asm/errno.h
- From: Tony Ambardar <tony.ambardar@xxxxxxxxx>
- Re: [External] : Re: [PATCH v14 4/6] locking/qspinlock: Introduce starvation avoidance into CNA
- From: Alex Kogan <alex.kogan@xxxxxxxxxx>
- Re: [PATCH v1 4/5] mm: ptdump: Support hugepd table entries
- From: Daniel Axtens <dja@xxxxxxxxxx>
- Re: [PATCH v1 3/5] mm: ptdump: Provide page size to notepage()
- From: Daniel Axtens <dja@xxxxxxxxxx>
- Re: [PATCH v13 14/14] powerpc/64s/radix: Enable huge vmalloc mappings
- From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx>
- Re: [PATCH v1 1/5] mm: pagewalk: Fix walk for hugepage tables
- From: Daniel Axtens <dja@xxxxxxxxxx>
- [PATCH v25 28/30] mm: Move arch_calc_vm_prot_bits() to arch/x86/include/asm/mman.h
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v25 9/9] x86/vdso: Add ENDBR to __vdso_sgx_enter_enclave
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v25 8/9] x86/vdso/32: Add ENDBR to __kernel_vsyscall entry point
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v25 7/9] x86/vdso: Introduce ENDBR macro
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v25 6/9] x86/vdso: Insert endbr32/endbr64 to vDSO
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v25 5/9] x86/cet/ibt: Update arch_prctl functions for Indirect Branch Tracking
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v25 4/9] x86/cet/ibt: Update ELF header parsing for Indirect Branch Tracking
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v25 3/9] x86/cet/ibt: Handle signals for Indirect Branch Tracking
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v25 30/30] mm: Introduce PROT_SHSTK for shadow stack
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v25 29/30] mm: Update arch_validate_flags() to include vma anonymous
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v25 27/30] x86/cet/shstk: Add arch_prctl functions for shadow stack
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v25 2/9] x86/cet/ibt: Add user-mode Indirect Branch Tracking support
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v25 1/9] x86/cet/ibt: Add Kconfig option for Indirect Branch Tracking
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v25 0/9] Control-flow Enforcement: Indirect Branch Tracking
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v25 26/30] ELF: Introduce arch_setup_elf_property()
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v25 25/30] x86/cet/shstk: Handle signals for shadow stack
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v25 24/30] x86/cet/shstk: Introduce shadow stack token setup/verify routines
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v25 23/30] x86/cet/shstk: Handle thread shadow stack
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v25 22/30] x86/cet/shstk: Add user-mode shadow stack support
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v25 21/30] mm: Re-introduce vm_flags to do_mmap()
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v25 20/30] mm/mprotect: Exclude shadow stack from preserve_write
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v25 19/30] mm: Update can_follow_write_pte() for shadow stack
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v25 18/30] mm/mmap: Add shadow stack pages to memory accounting
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v25 17/30] mm: Add guard pages around a shadow stack.
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v25 16/30] mm: Fixup places that call pte_mkwrite() directly
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v25 15/30] x86/mm: Update maybe_mkwrite() for shadow stack
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v25 14/30] x86/mm: Shadow Stack page fault error checking
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v25 13/30] mm: Introduce VM_SHADOW_STACK for shadow stack memory
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v25 12/30] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v25 11/30] x86/mm: Update pte_modify for _PAGE_COW
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v25 09/30] x86/mm: Introduce _PAGE_COW
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v25 10/30] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v25 08/30] x86/mm: Move pmd_write(), pud_write() up in the file
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v25 07/30] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v25 06/30] x86/cet: Add control-protection fault handler
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v25 05/30] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v25 04/30] x86/cpufeatures: Introduce CPU setup and option parsing for CET
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v25 03/30] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v25 02/30] x86/cet/shstk: Add Kconfig option for Shadow Stack
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v25 01/30] Documentation/x86: Add CET description
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- [PATCH v25 00/30] Control-flow Enforcement: Shadow Stack
- From: Yu-cheng Yu <yu-cheng.yu@xxxxxxxxx>
- Re: [Resend RFC PATCH V2 09/12] swiotlb: Add bounce buffer remap address setting function
- From: Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx>
- Re: [Resend RFC PATCH V2 07/12] HV/Vmbus: Initialize VMbus ring buffer for Isolation VM
- From: Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx>
- Re: [PATCH] Documentation: syscalls: add a note about ABI-agnostic types
- From: Yury Norov <yury.norov@xxxxxxxxx>
- Re: [PATCH v13 14/14] powerpc/64s/radix: Enable huge vmalloc mappings
- From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
- Re: [Resend RFC PATCH V2 06/12] HV/Vmbus: Add SNP support for VMbus channel initiate message
- From: Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx>
- Re: [Resend RFC PATCH V2 04/12] HV: Add Write/Read MSR registers via ghcb
- From: Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx>
- Re: [PATCH v5 1/3] riscv: Move kernel mapping outside of linear mapping
- From: Alex Ghiti <alex@xxxxxxxx>
- [PATCH v1 5/5] powerpc/mm: Convert powerpc to GENERIC_PTDUMP
- From: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
- [PATCH v1 4/5] mm: ptdump: Support hugepd table entries
- From: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
- [PATCH v1 3/5] mm: ptdump: Provide page size to notepage()
- From: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
- [PATCH v1 2/5] mm: ptdump: Fix build failure
- From: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
- [PATCH v1 0/5] Convert powerpc to GENERIC_PTDUMP
- From: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
- [PATCH v1 1/5] mm: pagewalk: Fix walk for hugepage tables
- From: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
- Re: [PATCH v2 2/2] asm-generic/io.h: Silence -Wnull-pointer-arithmetic warning on PCI_IOBASE
- From: kernel test robot <lkp@xxxxxxxxx>
- RE: [PATCH v2 1/2] sparc: explicitly set PCI_IOBASE to 0
- From: David Laight <David.Laight@xxxxxxxxxx>
- Re: [PATCH v2 2/2] asm-generic/io.h: Silence -Wnull-pointer-arithmetic warning on PCI_IOBASE
- From: kernel test robot <lkp@xxxxxxxxx>
- Re: [PATCH] riscv: atomic: Using ARCH_ATOMIC in asm/atomic.h
- From: Guo Ren <guoren@xxxxxxxxxx>
- Re: [Resend RFC PATCH V2 08/12] UIO/Hyper-V: Not load UIO HV driver in the isolation VM.
- From: Tianyu Lan <ltykernel@xxxxxxxxx>
- Re: [Resend RFC PATCH V2 08/12] UIO/Hyper-V: Not load UIO HV driver in the isolation VM.
- From: Tianyu Lan <ltykernel@xxxxxxxxx>
- [PATCH v2 1/2] sparc: explicitly set PCI_IOBASE to 0
- From: Niklas Schnelle <schnelle@xxxxxxxxxxxxx>
- [PATCH v2 2/2] asm-generic/io.h: Silence -Wnull-pointer-arithmetic warning on PCI_IOBASE
- From: Niklas Schnelle <schnelle@xxxxxxxxxxxxx>
- [PATCH v2 0/2] asm-generic/io.h: Silence -Wnull-pointer-arithmetic warning on PCI_IOBASE
- From: Niklas Schnelle <schnelle@xxxxxxxxxxxxx>
- Re: consolidate the flock uapi definitions
- From: Heiko Carstens <hca@xxxxxxxxxxxxx>
- [PATCH] riscv: Protect kernel linear mapping only if CONFIG_STRICT_KERNEL_RWX is set
- From: Alexandre Ghiti <alex@xxxxxxxx>
- Re: [PATCH v1 2/5] mm/madvise: introduce MADV_POPULATE_(READ|WRITE) to prefault/prealloc memory
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH v13 14/14] powerpc/64s/radix: Enable huge vmalloc mappings
- From: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
- Re: [PATCH] riscv: atomic: Using ARCH_ATOMIC in asm/atomic.h
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [Resend RFC PATCH V2 11/12] HV/Netvsc: Add Isolation VM support for netvsc driver
- From: Tianyu Lan <ltykernel@xxxxxxxxx>
- Re: [Resend RFC PATCH V2 04/12] HV: Add Write/Read MSR registers via ghcb
- From: Tianyu Lan <ltykernel@xxxxxxxxx>
- Re: [Resend RFC PATCH V2 03/12] x86/Hyper-V: Add new hvcall guest address host visibility support
- From: Tianyu Lan <ltykernel@xxxxxxxxx>
- [PATCH] riscv: atomic: Using ARCH_ATOMIC in asm/atomic.h
- Re: [PATCH v5 1/3] riscv: Move kernel mapping outside of linear mapping
- From: Alex Ghiti <alex@xxxxxxxx>
- Re: [PATCH v5 1/3] riscv: Move kernel mapping outside of linear mapping
- From: Palmer Dabbelt <palmer@xxxxxxxxxxx>
- Re: [External] : Re: [PATCH v14 6/6] locking/qspinlock: Introduce the shuffle reduction optimization into CNA
- From: Alex Kogan <alex.kogan@xxxxxxxxxx>
- Re: [PATCH 15/20] kbuild: parisc: use common install script
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [External] : Re: [PATCH v14 4/6] locking/qspinlock: Introduce starvation avoidance into CNA
- From: Waiman Long <llong@xxxxxxxxxx>
- Re: [External] : Re: [PATCH v14 4/6] locking/qspinlock: Introduce starvation avoidance into CNA
- From: Andi Kleen <ak@xxxxxxxxxxxxxxx>
- Re: [External] : Re: [PATCH v14 4/6] locking/qspinlock: Introduce starvation avoidance into CNA
- From: Waiman Long <llong@xxxxxxxxxx>
- Re: [PATCH 15/20] kbuild: parisc: use common install script
- From: Helge Deller <deller@xxxxxx>
- Re: [Resend RFC PATCH V2 08/12] UIO/Hyper-V: Not load UIO HV driver in the isolation VM.
- From: Stephen Hemminger <stephen@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH] Documentation: syscalls: add a note about ABI-agnostic types
- From: Yury Norov <yury.norov@xxxxxxxxx>
- Re: [Resend RFC PATCH V2 12/12] HV/Storvsc: Add Isolation VM support for storvsc driver
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [Resend RFC PATCH V2 11/12] HV/Netvsc: Add Isolation VM support for netvsc driver
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [Resend RFC PATCH V2 10/12] HV/IOMMU: Add Hyper-V dma ops support
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [Resend RFC PATCH V2 08/12] UIO/Hyper-V: Not load UIO HV driver in the isolation VM.
- From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [Resend RFC PATCH V2 08/12] UIO/Hyper-V: Not load UIO HV driver in the isolation VM.
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [Resend RFC PATCH V2 04/12] HV: Add Write/Read MSR registers via ghcb
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [Resend RFC PATCH V2 03/12] x86/Hyper-V: Add new hvcall guest address host visibility support
- From: Christoph Hellwig <hch@xxxxxx>
- [Resend RFC PATCH V2 12/12] HV/Storvsc: Add Isolation VM support for storvsc driver
- From: Tianyu Lan <ltykernel@xxxxxxxxx>
- [Resend RFC PATCH V2 11/12] HV/Netvsc: Add Isolation VM support for netvsc driver
- From: Tianyu Lan <ltykernel@xxxxxxxxx>
- [Resend RFC PATCH V2 10/12] HV/IOMMU: Add Hyper-V dma ops support
- From: Tianyu Lan <ltykernel@xxxxxxxxx>
- [Resend RFC PATCH V2 09/12] swiotlb: Add bounce buffer remap address setting function
- From: Tianyu Lan <ltykernel@xxxxxxxxx>
- [Resend RFC PATCH V2 08/12] UIO/Hyper-V: Not load UIO HV driver in the isolation VM.
- From: Tianyu Lan <ltykernel@xxxxxxxxx>
- [Resend RFC PATCH V2 07/12] HV/Vmbus: Initialize VMbus ring buffer for Isolation VM
- From: Tianyu Lan <ltykernel@xxxxxxxxx>
- [Resend RFC PATCH V2 06/12] HV/Vmbus: Add SNP support for VMbus channel initiate message
- From: Tianyu Lan <ltykernel@xxxxxxxxx>
- [Resend RFC PATCH V2 05/12] HV: Add ghcb hvcall support for SNP VM
- From: Tianyu Lan <ltykernel@xxxxxxxxx>
- [Resend RFC PATCH V2 04/12] HV: Add Write/Read MSR registers via ghcb
- From: Tianyu Lan <ltykernel@xxxxxxxxx>
- [Resend RFC PATCH V2 03/12] x86/Hyper-V: Add new hvcall guest address host visibility support
- From: Tianyu Lan <ltykernel@xxxxxxxxx>
- [Resend RFC PATCH V2 02/12] x86/HV: Initialize shared memory boundary in Isolation VM
- From: Tianyu Lan <ltykernel@xxxxxxxxx>
- [Resend RFC PATCH V2 01/12] x86/HV: Initialize GHCB page in Isolation VM
- From: Tianyu Lan <ltykernel@xxxxxxxxx>
- [Resend RFC PATCH V2 00/12] x86/Hyper-V: Add Hyper-V Isolation VM support
- From: Tianyu Lan <ltykernel@xxxxxxxxx>
- Re: [PATCH] asm-generic/io.h: Silence -Wnull-pointer-arithmetic warning on PCI_IOBASE
- From: Niklas Schnelle <schnelle@xxxxxxxxxxxxx>
- RE: [PATCH] asm-generic/io.h: Silence -Wnull-pointer-arithmetic warning on PCI_IOBASE
- From: David Laight <David.Laight@xxxxxxxxxx>
- Re: [PATCH] Documentation: syscalls: add a note about ABI-agnostic types
- From: Christian Brauner <christian.brauner@xxxxxxxxxx>
- Re: [PATCH] asm-generic/io.h: Silence -Wnull-pointer-arithmetic warning on PCI_IOBASE
- From: Niklas Schnelle <schnelle@xxxxxxxxxxxxx>
- Re: [PATCH v7 5/6] x86/signal: Detect and prevent an alternate signal stack overflow
- From: Borislav Petkov <bp@xxxxxxxxx>
- Re: [PATCH v7 5/6] x86/signal: Detect and prevent an alternate signal stack overflow
- From: Florian Weimer <fweimer@xxxxxxxxxx>
- Re: [PATCH v7 5/6] x86/signal: Detect and prevent an alternate signal stack overflow
- From: Borislav Petkov <bp@xxxxxxxxx>
- Re: [PATCH] Documentation: syscalls: add a note about ABI-agnostic types
- From: Mike Rapoport <rppt@xxxxxxxxxx>
- Re: [PATCH] Documentation: syscalls: add a note about ABI-agnostic types
- From: Christian Brauner <christian.brauner@xxxxxxxxxx>
- Re: [PATCH v4 00/10] Add support for synchronous signals on perf events
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [PATCH v14 6/6] locking/qspinlock: Introduce the shuffle reduction optimization into CNA
- From: Andreas Herrmann <aherrmann@xxxxxxxx>
- Re: [PATCH 1/5] uapi: remove the unused HAVE_ARCH_STRUCT_FLOCK64 define
- From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx>
- Re: [PATCH] Documentation: syscalls: add a note about ABI-agnostic types
- From: Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx>
- Re: [PATCH] Documentation: syscalls: add a note about ABI-agnostic types
- From: Yury Norov <yury.norov@xxxxxxxxx>
- Re: [External] : Re: [PATCH v14 4/6] locking/qspinlock: Introduce starvation avoidance into CNA
- From: Alex Kogan <alex.kogan@xxxxxxxxxx>
- Re: [External] : Re: [PATCH v14 3/6] locking/qspinlock: Introduce CNA into the slow path of qspinlock
- From: Alex Kogan <alex.kogan@xxxxxxxxxx>
- Re: [External] : Re: [PATCH v14 4/6] locking/qspinlock: Introduce starvation avoidance into CNA
- From: Andi Kleen <ak@xxxxxxxxxxxxxxx>
- Re: [External] : Re: [PATCH v14 4/6] locking/qspinlock: Introduce starvation avoidance into CNA
- From: Alex Kogan <alex.kogan@xxxxxxxxxx>
- [RFC V2 PATCH 4/12] HV: Add Write/Read MSR registers via ghcb
- From: Tianyu Lan <ltykernel@xxxxxxxxx>
- [RFC V2 PATCH 2/12] x86/HV: Initialize shared memory boundary in Isolation VM
- From: Tianyu Lan <ltykernel@xxxxxxxxx>
- [RFC V2 PATCH 3/12] x86/Hyper-V: Add new hvcall guest address host visibility support
- From: Tianyu Lan <ltykernel@xxxxxxxxx>
- [RFC V2 PATCH 1/12] x86/HV: Initialize GHCB page in Isolation VM
- From: Tianyu Lan <ltykernel@xxxxxxxxx>
- [RFC V2 PATCH 00/12] x86/Hyper-V: Add Hyper-V Isolation VM support
- From: Tianyu Lan <ltykernel@xxxxxxxxx>
- RE: [PATCH] asm-generic/io.h: Silence -Wnull-pointer-arithmetic warning on PCI_IOBASE
- From: David Laight <David.Laight@xxxxxxxxxx>
- Re: [PATCH] asm-generic/io.h: Silence -Wnull-pointer-arithmetic warning on PCI_IOBASE
- From: Guo Ren <guoren@xxxxxxxxxx>
- Re: [PATCH v8] RISC-V: enable XIP
- From: Alex Ghiti <alex@xxxxxxxx>
- Re: [PATCH] asm-generic/io.h: Silence -Wnull-pointer-arithmetic warning on PCI_IOBASE
- From: Arnd Bergmann <arnd@xxxxxxxx>
- RE: [PATCH] asm-generic/io.h: Silence -Wnull-pointer-arithmetic warning on PCI_IOBASE
- From: David Laight <David.Laight@xxxxxxxxxx>
- Re: [PATCH] asm-generic/io.h: Silence -Wnull-pointer-arithmetic warning on PCI_IOBASE
- From: Arnd Bergmann <arnd@xxxxxxxx>
- RE: [PATCH] asm-generic/io.h: Silence -Wnull-pointer-arithmetic warning on PCI_IOBASE
- From: David Laight <David.Laight@xxxxxxxxxx>
- Re: [PATCH] asm-generic/io.h: Silence -Wnull-pointer-arithmetic warning on PCI_IOBASE
- From: Niklas Schnelle <schnelle@xxxxxxxxxxxxx>
- Re: [PATCH] asm-generic/io.h: Silence -Wnull-pointer-arithmetic warning on PCI_IOBASE
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [PATCH v14 4/6] locking/qspinlock: Introduce starvation avoidance into CNA
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- [PATCH] asm-generic/io.h: Silence -Wnull-pointer-arithmetic warning on PCI_IOBASE
- From: Niklas Schnelle <schnelle@xxxxxxxxxxxxx>
- Re: [PATCH v14 3/6] locking/qspinlock: Introduce CNA into the slow path of qspinlock
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- [PATCH v8] RISC-V: enable XIP
- From: Alexandre Ghiti <alex@xxxxxxxx>
- Re: [PATCH RESEND v1 0/4] powerpc/vdso: Add support for time namespaces
- From: Michael Ellerman <mpe@xxxxxxxxxxxxxx>
- Re: [PATCH v14 4/6] locking/qspinlock: Introduce starvation avoidance into CNA
- From: Andi Kleen <ak@xxxxxxxxxxxxxxx>
- Re: [PATCH v14 4/6] locking/qspinlock: Introduce starvation avoidance into CNA
- From: Andi Kleen <ak@xxxxxxxxxxxxxxx>
- Re: [PATCH v7 5/6] x86/signal: Detect and prevent an alternate signal stack overflow
- From: "Bae, Chang Seok" <chang.seok.bae@xxxxxxxxx>
- RE: [PATCH 5/5] compat: consolidate the compat_flock{,64} definition
- From: David Laight <David.Laight@xxxxxxxxxx>
- Re: [PATCH RESEND v1 4/4] powerpc/vdso: Add support for time namespaces
- From: Vincenzo Frascino <vincenzo.frascino@xxxxxxx>
- Re: [PATCH RESEND v1 3/4] powerpc/vdso: Separate vvar vma from vdso
- From: Vincenzo Frascino <vincenzo.frascino@xxxxxxx>
- Re: [PATCH RESEND v1 2/4] lib/vdso: Add vdso_data pointer as input to __arch_get_timens_vdso_data()
- From: Vincenzo Frascino <vincenzo.frascino@xxxxxxx>
- Re: [PATCH RESEND v1 1/4] lib/vdso: Mark do_hres_timens() and do_coarse_timens() __always_inline()
- From: Vincenzo Frascino <vincenzo.frascino@xxxxxxx>
- Re: [PATCH RESEND v1 0/4] powerpc/vdso: Add support for time namespaces
- From: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
- Re: [PATCH RESEND v1 2/4] lib/vdso: Add vdso_data pointer as input to __arch_get_timens_vdso_data()
- From: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
- Re: [PATCH RESEND v1 1/4] lib/vdso: Mark do_hres_timens() and do_coarse_timens() __always_inline()
- From: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
- Re: [PATCH 5/5] compat: consolidate the compat_flock{,64} definition
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: consolidate the flock uapi definitions
- From: Arnd Bergmann <arnd@xxxxxxxx>
- RE: [PATCH 5/5] compat: consolidate the compat_flock{,64} definition
- From: David Laight <David.Laight@xxxxxxxxxx>
- RE: consolidate the flock uapi definitions
- From: David Laight <David.Laight@xxxxxxxxxx>
- Re: consolidate the flock uapi definitions
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [PATCH 1/5] uapi: remove the unused HAVE_ARCH_STRUCT_FLOCK64 define
- From: Arnd Bergmann <arnd@xxxxxxxx>
- RE: [PATCH 5/5] compat: consolidate the compat_flock{,64} definition
- From: David Laight <David.Laight@xxxxxxxxxx>
- [PATCH 5/5] compat: consolidate the compat_flock{,64} definition
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 3/5] uapi: merge the 32-bit mips struct flock into the generic one
- From: Christoph Hellwig <hch@xxxxxx>
- consolidate the flock uapi definitions
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 1/5] uapi: remove the unused HAVE_ARCH_STRUCT_FLOCK64 define
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 4/5] uapi: always define F_GETLK64/F_SETLK64/F_SETLKW64 in fcntl.h
- From: Christoph Hellwig <hch@xxxxxx>
- [PATCH 2/5] uapi: simplify __ARCH_FLOCK{,64}_PAD a little
- From: Christoph Hellwig <hch@xxxxxx>
- Re: [PATCH v7] RISC-V: enable XIP
- From: Vitaly Wool <vitaly.wool@xxxxxxxxxxxx>
- Re: [PATCH v7] RISC-V: enable XIP
- From: Alex Ghiti <alex@xxxxxxxx>
- Re: [PATCH v6 3/9] riscv: locks: Introduce ticket-based spinlock implementation
- From: Guo Ren <guoren@xxxxxxxxxx>
- [PATCH v5 3/3] riscv: Prepare ptdump for vm layout dynamic addresses
- From: Alexandre Ghiti <alex@xxxxxxxx>
- [PATCH v5 2/3] Documentation: riscv: Add documentation that describes the VM layout
- From: Alexandre Ghiti <alex@xxxxxxxx>
- [PATCH v5 1/3] riscv: Move kernel mapping outside of linear mapping
- From: Alexandre Ghiti <alex@xxxxxxxx>
- [PATCH v5 0/3] Move kernel mapping outside the linear mapping
- From: Alexandre Ghiti <alex@xxxxxxxx>
- Re: [PATCH v6 3/9] riscv: locks: Introduce ticket-based spinlock implementation
- From: Guo Ren <guoren@xxxxxxxxxx>
- Re: [PATCH v6 4/9] csky: locks: Optimize coding convention
- From: Guo Ren <guoren@xxxxxxxxxx>
- Re: [PATCH 00/10] Convert signal32 to user read access by block
- From: Michael Ellerman <patch-notifications@xxxxxxxxxxxxxx>
- Re: [PATCH v24 04/30] x86/cpufeatures: Introduce X86_FEATURE_CET and setup functions
- From: Borislav Petkov <bp@xxxxxxxxx>
- Re: [PATCH v24 22/30] x86/cet/shstk: Add user-mode shadow stack support
- From: "Yu, Yu-cheng" <yu-cheng.yu@xxxxxxxxx>
- Re: [PATCH v24 04/30] x86/cpufeatures: Introduce X86_FEATURE_CET and setup functions
- From: "Yu, Yu-cheng" <yu-cheng.yu@xxxxxxxxx>
- Re: [PATCH v2 1/1] kernel.h: Split out panic and oops helpers
- From: Thomas Bogendoerfer <tsbogend@xxxxxxxxxxxxxxxx>
- [PATCH] Documentation: syscalls: add a note about ABI-agnostic types
- From: Yury Norov <yury.norov@xxxxxxxxx>
- Re: [PATCH v2 1/1] kernel.h: Split out panic and oops helpers
- From: Helge Deller <deller@xxxxxx>
- Re: [PATCH v24 04/30] x86/cpufeatures: Introduce X86_FEATURE_CET and setup functions
- From: Borislav Petkov <bp@xxxxxxxxx>
- Re: [PATCH v2 1/1] kernel.h: Split out panic and oops helpers
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: [PATCH v33 00/12] Landlock LSM
- From: Casey Schaufler <casey@xxxxxxxxxxxxxxxx>
- Re: [PATCH v24 22/30] x86/cet/shstk: Add user-mode shadow stack support
- From: "Kirill A. Shutemov" <kirill@xxxxxxxxxxxxx>
- Re: [PATCH v24 04/30] x86/cpufeatures: Introduce X86_FEATURE_CET and setup functions
- From: "Yu, Yu-cheng" <yu-cheng.yu@xxxxxxxxx>
- Re: [PATCH v24 20/30] mm/mprotect: Exclude shadow stack from preserve_write
- From: "Kirill A. Shutemov" <kirill@xxxxxxxxxxxxx>
- Re: [PATCH v24 19/30] mm: Update can_follow_write_pte() for shadow stack
- From: "Kirill A. Shutemov" <kirill@xxxxxxxxxxxxx>
- Re: [PATCH v24 18/30] mm/mmap: Add shadow stack pages to memory accounting
- From: "Kirill A. Shutemov" <kirill@xxxxxxxxxxxxx>
- Re: [PATCH v24 17/30] mm: Add guard pages around a shadow stack.
- From: "Kirill A. Shutemov" <kirill@xxxxxxxxxxxxx>
- Re: [PATCH v24 16/30] mm: Fixup places that call pte_mkwrite() directly
- From: "Kirill A. Shutemov" <kirill@xxxxxxxxxxxxx>
- Re: [PATCH v24 15/30] x86/mm: Update maybe_mkwrite() for shadow stack
- From: "Kirill A. Shutemov" <kirill@xxxxxxxxxxxxx>
- Re: [PATCH v24 14/30] x86/mm: Shadow Stack page fault error checking
- From: "Kirill A. Shutemov" <kirill@xxxxxxxxxxxxx>
- Re: [PATCH v24 13/30] mm: Introduce VM_SHADOW_STACK for shadow stack memory
- From: "Kirill A. Shutemov" <kirill@xxxxxxxxxxxxx>
- Re: [PATCH v24 12/30] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
- From: "Kirill A. Shutemov" <kirill@xxxxxxxxxxxxx>
- Re: [PATCH v7] RISC-V: enable XIP
- From: Vitaly Wool <vitaly.wool@xxxxxxxxxxxx>
- Re: [PATCH v7] RISC-V: enable XIP
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH v7] RISC-V: enable XIP
- From: Mike Rapoport <rppt@xxxxxxxxxxxxx>
- Re: [PATCH v7] RISC-V: enable XIP
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH v7] RISC-V: enable XIP
- From: Mike Rapoport <rppt@xxxxxxxxxxxxx>
- Re: [PATCH v7] RISC-V: enable XIP
- From: Alex Ghiti <alex@xxxxxxxx>
- Re: [PATCH v7] RISC-V: enable XIP
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH v7] RISC-V: enable XIP
- From: Mike Rapoport <rppt@xxxxxxxxxxxxx>
- Re: [PATCH v7] RISC-V: enable XIP
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH v2 1/1] kernel.h: Split out panic and oops helpers
- From: Sebastian Reichel <sre@xxxxxxxxxx>
- Re: [PATCH v7] RISC-V: enable XIP
- From: Alex Ghiti <alex@xxxxxxxx>
- Re: [PATCH v4 18/20] x86: Convert to GENERIC_CMDLINE
- From: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
- Re: [PATCH v24 04/30] x86/cpufeatures: Introduce X86_FEATURE_CET and setup functions
- From: Borislav Petkov <bp@xxxxxxxxx>
- [PATCH v2 1/1] kernel.h: Split out panic and oops helpers
- From: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
- Re: [PATCH v7] RISC-V: enable XIP
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [PATCH v1 1/1] kernel.h: Split out panic and oops helpers
- From: Andy Shevchenko <andy.shevchenko@xxxxxxxxx>
- Re: [PATCH v7] RISC-V: enable XIP
- From: Alex Ghiti <alex@xxxxxxxx>
- [PATCH v7] RISC-V: enable XIP
- From: Alexandre Ghiti <alex@xxxxxxxx>
- Re: [PATCH 09/20] kbuild: arm64: use common install script
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH v4 3/3] riscv: Prepare ptdump for vm layout dynamic addresses
- From: Alexandre Ghiti <alex@xxxxxxxx>
- Re: [PATCH v1 1/1] kernel.h: Split out panic and oops helpers
- From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
- [PATCH v4 1/3] riscv: Move kernel mapping outside of linear mapping
- From: Alexandre Ghiti <alex@xxxxxxxx>
- [PATCH v4 2/3] Documentation: riscv: Add documentation that describes the VM layout
- From: Alexandre Ghiti <alex@xxxxxxxx>
- [PATCH v4 0/3] Move kernel mapping outside the linear mapping
- From: Alexandre Ghiti <alex@xxxxxxxx>
- Re: [PATCH 00/20] kbuild: unify the install.sh script usage
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 17/20] kbuild: s390: use common install script
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 11/20] kbuild: ia64: use common install script
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 12/20] kbuild: m68k: use common install script
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 14/20] kbuild: nios2: use common install script
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 10/20] kbuild: arm: use common install script
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 08/20] kbuild: riscv: use common install script
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 19/20] kbuild: sparc: use common install script
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 18/20] kbuild: sh: remove unused install script
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 05/20] kbuild: scripts/install.sh: prepare for arch-specific bootloaders
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 01/20] kbuild: move x86 install script to scripts/install.sh
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH 09/20] kbuild: arm64: use common install script
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [PATCH v33 00/12] Landlock LSM
- From: James Morris <jmorris@xxxxxxxxx>
- Re: [PATCH v4 19/20] mips: Convert to GENERIC_CMDLINE
- From: Daniel Walker <danielwa@xxxxxxxxx>
- Re: [PATCH v6 00/18] Add support for Clang CFI
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- Re: [GIT PULL] Apple M1 SoC platform bring-up for 5.13
- From: Linus Walleij <linus.walleij@xxxxxxxxxx>
- Re: [PATCH v33 07/12] landlock: Support filesystem access-control
- From: James Morris <jmorris@xxxxxxxxx>
- Re: [RFC PATCH v6 1/1] cmdline: Add capability to both append and prepend at the same time
- From: Rob Herring <robh@xxxxxxxxxx>
- Re: [PATCH v4 18/20] x86: Convert to GENERIC_CMDLINE
- From: Rob Herring <robh@xxxxxxxxxx>
- Re: [PATCH v4 19/20] mips: Convert to GENERIC_CMDLINE
- From: Rob Herring <robh@xxxxxxxxxx>
- Re: [OpenRISC] [PATCH v6 1/9] locking/qspinlock: Add ARCH_USE_QUEUED_SPINLOCKS_XCHG32
- From: Waiman Long <longman@xxxxxxxxxx>
- [PATCH v6 18/18] arm64: allow CONFIG_CFI_CLANG to be selected
- From: Sami Tolvanen <samitolvanen@xxxxxxxxxx>
- [PATCH v6 17/18] KVM: arm64: Disable CFI for nVHE
- From: Sami Tolvanen <samitolvanen@xxxxxxxxxx>
- [PATCH v6 16/18] arm64: ftrace: use function_nocfi for ftrace_call
- From: Sami Tolvanen <samitolvanen@xxxxxxxxxx>
- [PATCH v6 15/18] arm64: add __nocfi to __apply_alternatives
- From: Sami Tolvanen <samitolvanen@xxxxxxxxxx>
- [PATCH v6 14/18] arm64: add __nocfi to functions that jump to a physical address
- From: Sami Tolvanen <samitolvanen@xxxxxxxxxx>
- [PATCH v6 13/18] arm64: use function_nocfi with __pa_symbol
- From: Sami Tolvanen <samitolvanen@xxxxxxxxxx>
- [PATCH v6 12/18] arm64: implement function_nocfi
- From: Sami Tolvanen <samitolvanen@xxxxxxxxxx>
- [PATCH v6 11/18] psci: use function_nocfi for cpu_resume
- From: Sami Tolvanen <samitolvanen@xxxxxxxxxx>
- [PATCH v6 10/18] lkdtm: use function_nocfi
- From: Sami Tolvanen <samitolvanen@xxxxxxxxxx>
- [PATCH v6 09/18] treewide: Change list_sort to use const pointers
- From: Sami Tolvanen <samitolvanen@xxxxxxxxxx>
- [PATCH v6 08/18] bpf: disable CFI in dispatcher functions
- From: Sami Tolvanen <samitolvanen@xxxxxxxxxx>
- [PATCH v6 07/18] kallsyms: strip ThinLTO hashes from static functions
- From: Sami Tolvanen <samitolvanen@xxxxxxxxxx>
- [PATCH v6 06/18] kthread: use WARN_ON_FUNCTION_MISMATCH
- From: Sami Tolvanen <samitolvanen@xxxxxxxxxx>
- [PATCH v6 05/18] workqueue: use WARN_ON_FUNCTION_MISMATCH
- From: Sami Tolvanen <samitolvanen@xxxxxxxxxx>
- [PATCH v6 04/18] module: ensure __cfi_check alignment
- From: Sami Tolvanen <samitolvanen@xxxxxxxxxx>
- [PATCH v6 03/18] mm: add generic function_nocfi macro
- From: Sami Tolvanen <samitolvanen@xxxxxxxxxx>
- [PATCH v6 02/18] cfi: add __cficanonical
- From: Sami Tolvanen <samitolvanen@xxxxxxxxxx>
- [PATCH v6 01/18] add support for Clang CFI
- From: Sami Tolvanen <samitolvanen@xxxxxxxxxx>
- [PATCH v6 00/18] Add support for Clang CFI
- From: Sami Tolvanen <samitolvanen@xxxxxxxxxx>
- [GIT PULL] Apple M1 SoC platform bring-up for 5.13
- From: Hector Martin <marcan@xxxxxxxxx>
- Re: [RESEND PATCH v4 3/3] gpio: xilinx: Utilize generic bitmap_get_value and _set_value
- From: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
- Re: [PATCH v1 1/1] kernel.h: Split out panic and oops helpers
- From: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
- Re: [PATCH v1 1/1] kernel.h: Split out panic and oops helpers
- From: Rasmus Villemoes <linux@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH v4 11/18] asm-generic/io.h: implement pci_remap_cfgspace using ioremap_np
- From: Andy Shevchenko <andy.shevchenko@xxxxxxxxx>
- Re: [PATCH v4 15/18] irqchip/apple-aic: Add support for the Apple Interrupt Controller
- From: Hector Martin <marcan@xxxxxxxxx>
- Re: [PATCH v4 11/18] asm-generic/io.h: implement pci_remap_cfgspace using ioremap_np
- From: Hector Martin <marcan@xxxxxxxxx>
- [PATCH v4 10/10] perf test: Add basic stress test for sigtrap handling
- From: Marco Elver <elver@xxxxxxxxxx>
- [PATCH v4 09/10] tools headers uapi: Sync tools/include/uapi/linux/perf_event.h
- From: Marco Elver <elver@xxxxxxxxxx>
- [PATCH v4 07/10] selftests/perf_events: Add kselftest for process-wide sigtrap handling
- From: Marco Elver <elver@xxxxxxxxxx>
- [PATCH v4 08/10] selftests/perf_events: Add kselftest for remove_on_exec
- From: Marco Elver <elver@xxxxxxxxxx>
- [PATCH v4 06/10] perf: Add support for SIGTRAP on perf events
- From: Marco Elver <elver@xxxxxxxxxx>
- [PATCH v4 05/10] signal: Introduce TRAP_PERF si_code and si_perf to siginfo
- From: Marco Elver <elver@xxxxxxxxxx>
- [PATCH v4 04/10] perf: Add support for event removal on exec
- From: Marco Elver <elver@xxxxxxxxxx>
- [PATCH v4 03/10] perf: Support only inheriting events if cloned with CLONE_THREAD
- From: Marco Elver <elver@xxxxxxxxxx>
- [PATCH v4 02/10] perf: Apply PERF_EVENT_IOC_MODIFY_ATTRIBUTES to children
- From: Marco Elver <elver@xxxxxxxxxx>
- [PATCH v4 01/10] perf: Rework perf_event_exit_event()
- From: Marco Elver <elver@xxxxxxxxxx>
- [PATCH v4 00/10] Add support for synchronous signals on perf events
- From: Marco Elver <elver@xxxxxxxxxx>
- Re: [PATCH v4 15/18] irqchip/apple-aic: Add support for the Apple Interrupt Controller
- From: Will Deacon <will@xxxxxxxxxx>
- Re: [PATCH v4 11/18] asm-generic/io.h: implement pci_remap_cfgspace using ioremap_np
- From: Will Deacon <will@xxxxxxxxxx>
- Re: [OpenRISC] [PATCH v6 1/9] locking/qspinlock: Add ARCH_USE_QUEUED_SPINLOCKS_XCHG32
- From: Stafford Horne <shorne@xxxxxxxxx>
- Re: [PATCH v4 3/4] locking/qspinlock: Add ARCH_USE_QUEUED_SPINLOCKS_XCHG32
- From: Christoph Müllner <christophm30@xxxxxxxxx>
- Re: [PATCH v24 25/30] x86/cet/shstk: Handle signals for shadow stack
- From: "Yu, Yu-cheng" <yu-cheng.yu@xxxxxxxxx>
- Re: [PATCH 11/20] kbuild: ia64: use common install script
- From: Sergei Trofimovich <slyfox@xxxxxxxxxx>
- Re: [PATCH v4 3/4] locking/qspinlock: Add ARCH_USE_QUEUED_SPINLOCKS_XCHG32
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [PATCH v4 3/4] locking/qspinlock: Add ARCH_USE_QUEUED_SPINLOCKS_XCHG32
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- [PATCH v33 12/12] landlock: Add user and kernel documentation
- From: Mickaël Salaün <mic@xxxxxxxxxxx>
- [PATCH v33 07/12] landlock: Support filesystem access-control
- From: Mickaël Salaün <mic@xxxxxxxxxxx>
- [PATCH v33 11/12] samples/landlock: Add a sandbox manager example
- From: Mickaël Salaün <mic@xxxxxxxxxxx>
- [PATCH v33 08/12] landlock: Add syscall implementations
- From: Mickaël Salaün <mic@xxxxxxxxxxx>
- [PATCH v33 09/12] arch: Wire up Landlock syscalls
- From: Mickaël Salaün <mic@xxxxxxxxxxx>
- [PATCH v33 06/12] fs,security: Add sb_delete hook
- From: Mickaël Salaün <mic@xxxxxxxxxxx>
- [PATCH v33 04/12] landlock: Add ptrace restrictions
- From: Mickaël Salaün <mic@xxxxxxxxxxx>
- [PATCH v33 05/12] LSM: Infrastructure management of the superblock
- From: Mickaël Salaün <mic@xxxxxxxxxxx>
- [PATCH v33 03/12] landlock: Set up the security framework and manage credentials
- From: Mickaël Salaün <mic@xxxxxxxxxxx>
- [PATCH v33 01/12] landlock: Add object management
- From: Mickaël Salaün <mic@xxxxxxxxxxx>
- [PATCH v33 02/12] landlock: Add ruleset and domain management
- From: Mickaël Salaün <mic@xxxxxxxxxxx>
- [PATCH v33 00/12] Landlock LSM
- From: Mickaël Salaün <mic@xxxxxxxxxxx>
- Re: [PATCH v4 3/4] locking/qspinlock: Add ARCH_USE_QUEUED_SPINLOCKS_XCHG32
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [PATCH v4 3/4] locking/qspinlock: Add ARCH_USE_QUEUED_SPINLOCKS_XCHG32
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [PATCH v4 3/4] locking/qspinlock: Add ARCH_USE_QUEUED_SPINLOCKS_XCHG32
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [PATCH v1 1/1] kernel.h: Split out panic and oops helpers
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: [PATCH v1 1/1] kernel.h: Split out panic and oops helpers
- From: Andy Shevchenko <andy.shevchenko@xxxxxxxxx>
- Re: [PATCH v4 3/4] locking/qspinlock: Add ARCH_USE_QUEUED_SPINLOCKS_XCHG32
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH v1 1/1] kernel.h: Split out panic and oops helpers
- From: Luis Chamberlain <mcgrof@xxxxxxxxxx>
- Re: [PATCH 09/20] kbuild: arm64: use common install script
- From: Catalin Marinas <catalin.marinas@xxxxxxx>
- Re: [PATCH v4 3/4] locking/qspinlock: Add ARCH_USE_QUEUED_SPINLOCKS_XCHG32
- From: Christoph Müllner <christophm30@xxxxxxxxx>
- Re: [PATCH v4 11/18] asm-generic/io.h: implement pci_remap_cfgspace using ioremap_np
- From: Andy Shevchenko <andy.shevchenko@xxxxxxxxx>
- Re: [PATCH 07/20] kbuild: scripts/install.sh: allow for the version number
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH 07/20] kbuild: scripts/install.sh: allow for the version number
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 17/20] kbuild: s390: use common install script
- From: Heiko Carstens <hca@xxxxxxxxxxxxx>
- Re: [PATCH v4 3/4] locking/qspinlock: Add ARCH_USE_QUEUED_SPINLOCKS_XCHG32
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [PATCH v4 3/4] locking/qspinlock: Add ARCH_USE_QUEUED_SPINLOCKS_XCHG32
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [PATCH 20/20] kbuild: scripts/install.sh: update documentation
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH v4 3/4] locking/qspinlock: Add ARCH_USE_QUEUED_SPINLOCKS_XCHG32
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [PATCH 16/20] kbuild: powerpc: use common install script
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH 15/20] kbuild: parisc: use common install script
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH 13/20] kbuild: nds32: convert to use the common install scripts
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH 07/20] kbuild: scripts/install.sh: allow for the version number
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH 06/20] kbuild: scripts/install.sh: handle compressed/uncompressed kernel images
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH 04/20] kbuild: scripts/install.sh: call sync before calling the bootloader installer
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH 03/20] kbuild: scripts/install.sh: provide a "install" function
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH 02/20] kbuild: scripts/install.sh: properly quote all variables
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH 00/20] kbuild: unify the install.sh script usage
- From: Masahiro Yamada <masahiroy@xxxxxxxxxx>
- Re: [PATCH v1 2/5] mm/madvise: introduce MADV_POPULATE_(READ|WRITE) to prefault/prealloc memory
- From: David Hildenbrand <david@xxxxxxxxxx>
- Re: [OpenRISC] [PATCH v6 1/9] locking/qspinlock: Add ARCH_USE_QUEUED_SPINLOCKS_XCHG32
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [PATCH v4 3/4] locking/qspinlock: Add ARCH_USE_QUEUED_SPINLOCKS_XCHG32
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- Re: [PATCH v4 3/4] locking/qspinlock: Add ARCH_USE_QUEUED_SPINLOCKS_XCHG32
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [PATCH v4 3/4] locking/qspinlock: Add ARCH_USE_QUEUED_SPINLOCKS_XCHG32
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [PATCH v1 1/1] kernel.h: Split out panic and oops helpers
- From: Andy Shevchenko <andy.shevchenko@xxxxxxxxx>
- Re: [PATCH 00/20] kbuild: unify the install.sh script usage
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH v2 15/19] docs: update rcu_dereference.rst reference
- From: Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx>
- [PATCH v2 00/19] Fix broken documentation file references
- From: Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx>
- Re: [PATCH 00/20] kbuild: unify the install.sh script usage
- From: Russell King - ARM Linux admin <linux@xxxxxxxxxxxxxxx>
- Re: [PATCH 00/20] kbuild: unify the install.sh script usage
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 00/20] kbuild: unify the install.sh script usage
- From: Russell King - ARM Linux admin <linux@xxxxxxxxxxxxxxx>
- Re: [PATCH 00/20] kbuild: unify the install.sh script usage
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v1 1/1] kernel.h: Split out panic and oops helpers
- From: Andy Shevchenko <andy.shevchenko@xxxxxxxxx>
- Re: [PATCH 12/20] kbuild: m68k: use common install script
- From: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
- Re: [PATCH 00/20] kbuild: unify the install.sh script usage
- From: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
- [PATCH 05/20] kbuild: scripts/install.sh: prepare for arch-specific bootloaders
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH 14/20] kbuild: nios2: use common install script
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH 13/20] kbuild: nds32: convert to use the common install scripts
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH 12/20] kbuild: m68k: use common install script
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH 11/20] kbuild: ia64: use common install script
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH 10/20] kbuild: arm: use common install script
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH 09/20] kbuild: arm64: use common install script
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH 08/20] kbuild: riscv: use common install script
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH 07/20] kbuild: scripts/install.sh: allow for the version number
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH 20/20] kbuild: scripts/install.sh: update documentation
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH 19/20] kbuild: sparc: use common install script
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH 18/20] kbuild: sh: remove unused install script
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH 17/20] kbuild: s390: use common install script
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH 16/20] kbuild: powerpc: use common install script
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH 15/20] kbuild: parisc: use common install script
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH 02/20] kbuild: scripts/install.sh: properly quote all variables
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH 06/20] kbuild: scripts/install.sh: handle compressed/uncompressed kernel images
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH 04/20] kbuild: scripts/install.sh: call sync before calling the bootloader installer
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH 03/20] kbuild: scripts/install.sh: provide a "install" function
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH 01/20] kbuild: move x86 install script to scripts/install.sh
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH 00/20] kbuild: unify the install.sh script usage
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [OpenRISC] [PATCH v6 1/9] locking/qspinlock: Add ARCH_USE_QUEUED_SPINLOCKS_XCHG32
- From: Stafford Horne <shorne@xxxxxxxxx>
- Re: [PATCH v1 1/1] kernel.h: Split out panic and oops helpers
- From: Wei Liu <wei.liu@xxxxxxxxxx>
- Re: [PATCH v24 25/30] x86/cet/shstk: Handle signals for shadow stack
- From: Andy Lutomirski <luto@xxxxxxxxxx>
- Re: [PATCH v24 24/30] x86/cet/shstk: Introduce shadow stack token setup/verify routines
- From: Andy Lutomirski <luto@xxxxxxxxxx>
- Re: [PATCH v2] h8300: rearrange headers inclusion order in asm/bitops
- From: Guenter Roeck <linux@xxxxxxxxxxxx>
- Re: [PATCH v4 15/18] irqchip/apple-aic: Add support for the Apple Interrupt Controller
- From: Hector Martin <marcan@xxxxxxxxx>
- Re: [PATCH v1 1/1] kernel.h: Split out panic and oops helpers
- From: Kees Cook <keescook@xxxxxxxxxxxx>
- [PATCH v2] h8300: rearrange headers inclusion order in asm/bitops
- From: Yury Norov <yury.norov@xxxxxxxxx>
- Re: [PATCH v4 15/18] irqchip/apple-aic: Add support for the Apple Interrupt Controller
- From: Marc Zyngier <maz@xxxxxxxxxx>
- Re: [PATCH 11/13] lib: add fast path for find_first_*_bit() and find_last_bit()
- From: Yury Norov <yury.norov@xxxxxxxxx>
- Re: [PATCH v5 14/18] arm64: add __nocfi to functions that jump to a physical address
- From: Sami Tolvanen <samitolvanen@xxxxxxxxxx>
- Re: [PATCH v4 19/20] mips: Convert to GENERIC_CMDLINE
- From: Daniel Walker <danielwa@xxxxxxxxx>
- Re: [PATCH v4 3/4] locking/qspinlock: Add ARCH_USE_QUEUED_SPINLOCKS_XCHG32
- From: Boqun Feng <boqun.feng@xxxxxxxxx>
[Index of Archives]
[Kernel Announce]
[IETF Annouce]
[Netdev]
[Netfilter]
[Bugtraq]