Linux Arch
[Prev Page][Next Page]
- Re: ARCH=hexagon unsupported?, (continued)
- [PATCH tip v2 1/2] signal, perf: Fix siginfo_t by avoiding u64 on 32-bit architectures,
Marco Elver
- [PATCH v34 00/13] Landlock LSM,
Mickaël Salaün
- [PATCH v34 01/13] landlock: Add object management, Mickaël Salaün
- [PATCH v34 02/13] landlock: Add ruleset and domain management, Mickaël Salaün
- [PATCH v34 03/13] landlock: Set up the security framework and manage credentials, Mickaël Salaün
- [PATCH v34 04/13] landlock: Add ptrace restrictions, Mickaël Salaün
- [PATCH v34 05/13] LSM: Infrastructure management of the superblock, Mickaël Salaün
- [PATCH v34 06/13] fs,security: Add sb_delete hook, Mickaël Salaün
- [PATCH v34 08/13] landlock: Add syscall implementations, Mickaël Salaün
- [PATCH v34 09/13] arch: Wire up Landlock syscalls, Mickaël Salaün
- [PATCH v34 13/13] landlock: Enable user space to infer supported features, Mickaël Salaün
- [PATCH v34 11/13] samples/landlock: Add a sandbox manager example, Mickaël Salaün
- [PATCH v34 12/13] landlock: Add user and kernel documentation, Mickaël Salaün
- [PATCH v34 07/13] landlock: Support filesystem access-control, Mickaël Salaün
- Re: [PATCH v34 00/13] Landlock LSM, James Morris
- [PATCH tip 1/2] signal, perf: Fix siginfo_t by avoiding u64 on 32-bit architectures,
Marco Elver
- [PATCH v8 0/6] Improve Minimum Alternate Stack Size,
Chang S. Bae
- [PATCH] lib/math/test_div64: Fix error message formatting,
Maciej W. Rozycki
- [PATCH v3 1/2] locking/atomics: Fixup GENERIC_ATOMIC64 conflict with atomic-arch-fallback.h,
guoren
- [PATCH v3 0/3] asm-generic/io.h: Silence -Wnull-pointer-arithmetic warning on PCI_IOBASE,
Niklas Schnelle
- [PATCH] asm-generic: uaccess.h: Fixup GENERIC_STRNCPY_FROM_USER & STRNLEN_USER, guoren
- [PATCH] csky: uaccess.h: Coding convention with asm generic,
guoren
- [PATCH v3 0/2] secretmem: optimize page_is_secretmem(),
Mike Rapoport
- [PATCH 1/3] nds32: Cleanup deprecated function strlen_user,
guoren
- [PATCH v2 0/2] secretmem: optimize page_is_secretmem(),
Mike Rapoport
- [PATCH 0/4] Reinstate and improve MIPS `do_div' implementation,
Maciej W. Rozycki
- Maintainers / Kernel Summit 2021 planning kick-off,
Theodore Ts'o
- [PATCH v2 5/5] selftests/vm: add test for MADV_POPULATE_(READ|WRITE), David Hildenbrand
- [PATCH v2 2/5] mm/madvise: introduce MADV_POPULATE_(READ|WRITE) to prefault page tables, David Hildenbrand
- [PATCH v2 0/4] Convert powerpc to GENERIC_PTDUMP,
Christophe Leroy
- [PATCH] secretmem: optimize page_is_secretmem(),
Mike Rapoport
- [PATCH] riscv: Remove 32b kernel mapping from page table dump,
Alexandre Ghiti
- [PATCH] riscv: Fix 32b kernel caused by 64b kernel mapping moving outside linear mapping,
Alexandre Ghiti
- [PATCH v2 (RESEND) 1/2] locking/atomics: Fixup GENERIC_ATOMIC64 conflict with atomic-arch-fallback.h,
guoren
- [PATCH v2 1/2] locking/atomics: Fixup GENERIC_ATOMIC64 conflict with atomic-arch-fallback.h,
guoren
- [PATCH V2] mm: Define default value for FIRST_USER_ADDRESS,
Anshuman Khandual
- [PATCH v25 0/9] Control-flow Enforcement: Indirect Branch Tracking,
Yu-cheng Yu
- [PATCH v25 00/30] Control-flow Enforcement: Shadow Stack,
Yu-cheng Yu
- [PATCH v25 01/30] Documentation/x86: Add CET description, Yu-cheng Yu
- [PATCH v25 02/30] x86/cet/shstk: Add Kconfig option for Shadow Stack, Yu-cheng Yu
- [PATCH v25 03/30] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET), Yu-cheng Yu
- [PATCH v25 04/30] x86/cpufeatures: Introduce CPU setup and option parsing for CET, Yu-cheng Yu
- [PATCH v25 05/30] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states, Yu-cheng Yu
- [PATCH v25 06/30] x86/cet: Add control-protection fault handler, Yu-cheng Yu
- [PATCH v25 07/30] x86/mm: Remove _PAGE_DIRTY from kernel RO pages, Yu-cheng Yu
- [PATCH v25 08/30] x86/mm: Move pmd_write(), pud_write() up in the file, Yu-cheng Yu
- [PATCH v25 10/30] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS, Yu-cheng Yu
- [PATCH v25 09/30] x86/mm: Introduce _PAGE_COW, Yu-cheng Yu
- [PATCH v25 11/30] x86/mm: Update pte_modify for _PAGE_COW, Yu-cheng Yu
- [PATCH v25 12/30] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW, Yu-cheng Yu
- [PATCH v25 13/30] mm: Introduce VM_SHADOW_STACK for shadow stack memory, Yu-cheng Yu
- [PATCH v25 14/30] x86/mm: Shadow Stack page fault error checking, Yu-cheng Yu
- [PATCH v25 15/30] x86/mm: Update maybe_mkwrite() for shadow stack, Yu-cheng Yu
- [PATCH v25 16/30] mm: Fixup places that call pte_mkwrite() directly, Yu-cheng Yu
- [PATCH v25 17/30] mm: Add guard pages around a shadow stack., Yu-cheng Yu
- [PATCH v25 18/30] mm/mmap: Add shadow stack pages to memory accounting, Yu-cheng Yu
- [PATCH v25 19/30] mm: Update can_follow_write_pte() for shadow stack, Yu-cheng Yu
- [PATCH v25 20/30] mm/mprotect: Exclude shadow stack from preserve_write, Yu-cheng Yu
- [PATCH v25 21/30] mm: Re-introduce vm_flags to do_mmap(), Yu-cheng Yu
- [PATCH v25 22/30] x86/cet/shstk: Add user-mode shadow stack support, Yu-cheng Yu
- [PATCH v25 23/30] x86/cet/shstk: Handle thread shadow stack, Yu-cheng Yu
- [PATCH v25 24/30] x86/cet/shstk: Introduce shadow stack token setup/verify routines, Yu-cheng Yu
- [PATCH v25 25/30] x86/cet/shstk: Handle signals for shadow stack, Yu-cheng Yu
- [PATCH v25 26/30] ELF: Introduce arch_setup_elf_property(), Yu-cheng Yu
- [PATCH v25 27/30] x86/cet/shstk: Add arch_prctl functions for shadow stack, Yu-cheng Yu
- [PATCH v25 29/30] mm: Update arch_validate_flags() to include vma anonymous, Yu-cheng Yu
- [PATCH v25 30/30] mm: Introduce PROT_SHSTK for shadow stack, Yu-cheng Yu
- [PATCH v25 28/30] mm: Move arch_calc_vm_prot_bits() to arch/x86/include/asm/mman.h, Yu-cheng Yu
- [PATCH v1 0/5] Convert powerpc to GENERIC_PTDUMP,
Christophe Leroy
- [PATCH v2 0/2] asm-generic/io.h: Silence -Wnull-pointer-arithmetic warning on PCI_IOBASE,
Niklas Schnelle
- [PATCH] riscv: Protect kernel linear mapping only if CONFIG_STRICT_KERNEL_RWX is set,
Alexandre Ghiti
- [PATCH] riscv: atomic: Using ARCH_ATOMIC in asm/atomic.h,
guoren
- [Resend RFC PATCH V2 00/12] x86/Hyper-V: Add Hyper-V Isolation VM support,
Tianyu Lan
- [Resend RFC PATCH V2 01/12] x86/HV: Initialize GHCB page in Isolation VM, Tianyu Lan
- [Resend RFC PATCH V2 02/12] x86/HV: Initialize shared memory boundary in Isolation VM, Tianyu Lan
- [Resend RFC PATCH V2 03/12] x86/Hyper-V: Add new hvcall guest address host visibility support, Tianyu Lan
- [Resend RFC PATCH V2 04/12] HV: Add Write/Read MSR registers via ghcb, Tianyu Lan
- [Resend RFC PATCH V2 05/12] HV: Add ghcb hvcall support for SNP VM, Tianyu Lan
- [Resend RFC PATCH V2 06/12] HV/Vmbus: Add SNP support for VMbus channel initiate message, Tianyu Lan
- [Resend RFC PATCH V2 07/12] HV/Vmbus: Initialize VMbus ring buffer for Isolation VM, Tianyu Lan
- [Resend RFC PATCH V2 08/12] UIO/Hyper-V: Not load UIO HV driver in the isolation VM., Tianyu Lan
- [Resend RFC PATCH V2 09/12] swiotlb: Add bounce buffer remap address setting function, Tianyu Lan
- [Resend RFC PATCH V2 10/12] HV/IOMMU: Add Hyper-V dma ops support, Tianyu Lan
- [Resend RFC PATCH V2 11/12] HV/Netvsc: Add Isolation VM support for netvsc driver, Tianyu Lan
- [Resend RFC PATCH V2 12/12] HV/Storvsc: Add Isolation VM support for storvsc driver, Tianyu Lan
- [RFC V2 PATCH 00/12] x86/Hyper-V: Add Hyper-V Isolation VM support,
Tianyu Lan
- [PATCH] asm-generic/io.h: Silence -Wnull-pointer-arithmetic warning on PCI_IOBASE,
Niklas Schnelle
- [PATCH v8] RISC-V: enable XIP,
Alexandre Ghiti
- consolidate the flock uapi definitions,
Christoph Hellwig
- [PATCH v5 0/3] Move kernel mapping outside the linear mapping,
Alexandre Ghiti
- [PATCH] Documentation: syscalls: add a note about ABI-agnostic types,
Yury Norov
- [PATCH v2 1/1] kernel.h: Split out panic and oops helpers,
Andy Shevchenko
- [PATCH v7] RISC-V: enable XIP,
Alexandre Ghiti
- [PATCH v4 0/3] Move kernel mapping outside the linear mapping,
Alexandre Ghiti
- [PATCH v6 00/18] Add support for Clang CFI,
Sami Tolvanen
- [PATCH v6 01/18] add support for Clang CFI, Sami Tolvanen
- [PATCH v6 02/18] cfi: add __cficanonical, Sami Tolvanen
- [PATCH v6 03/18] mm: add generic function_nocfi macro, Sami Tolvanen
- [PATCH v6 04/18] module: ensure __cfi_check alignment, Sami Tolvanen
- [PATCH v6 05/18] workqueue: use WARN_ON_FUNCTION_MISMATCH, Sami Tolvanen
- [PATCH v6 06/18] kthread: use WARN_ON_FUNCTION_MISMATCH, Sami Tolvanen
- [PATCH v6 07/18] kallsyms: strip ThinLTO hashes from static functions, Sami Tolvanen
- [PATCH v6 08/18] bpf: disable CFI in dispatcher functions, Sami Tolvanen
- [PATCH v6 09/18] treewide: Change list_sort to use const pointers, Sami Tolvanen
- [PATCH v6 10/18] lkdtm: use function_nocfi, Sami Tolvanen
- [PATCH v6 11/18] psci: use function_nocfi for cpu_resume, Sami Tolvanen
- [PATCH v6 12/18] arm64: implement function_nocfi, Sami Tolvanen
- [PATCH v6 13/18] arm64: use function_nocfi with __pa_symbol, Sami Tolvanen
- [PATCH v6 14/18] arm64: add __nocfi to functions that jump to a physical address, Sami Tolvanen
- [PATCH v6 15/18] arm64: add __nocfi to __apply_alternatives, Sami Tolvanen
- [PATCH v6 16/18] arm64: ftrace: use function_nocfi for ftrace_call, Sami Tolvanen
- [PATCH v6 17/18] KVM: arm64: Disable CFI for nVHE, Sami Tolvanen
- [PATCH v6 18/18] arm64: allow CONFIG_CFI_CLANG to be selected, Sami Tolvanen
- Re: [PATCH v6 00/18] Add support for Clang CFI, Kees Cook
- [GIT PULL] Apple M1 SoC platform bring-up for 5.13,
Hector Martin
- [PATCH v4 00/10] Add support for synchronous signals on perf events,
Marco Elver
- [PATCH v4 06/10] perf: Add support for SIGTRAP on perf events, Marco Elver
- [PATCH v4 08/10] selftests/perf_events: Add kselftest for remove_on_exec, Marco Elver
- [PATCH v4 07/10] selftests/perf_events: Add kselftest for process-wide sigtrap handling, Marco Elver
- [PATCH v4 09/10] tools headers uapi: Sync tools/include/uapi/linux/perf_event.h, Marco Elver
- [PATCH v4 10/10] perf test: Add basic stress test for sigtrap handling, Marco Elver
- Re: [PATCH v4 00/10] Add support for synchronous signals on perf events, Peter Zijlstra
- Re: [PATCH v4 00/10] Add support for synchronous signals on perf events, Marco Elver
[PATCH v33 00/12] Landlock LSM,
Mickaël Salaün
- [PATCH v33 02/12] landlock: Add ruleset and domain management, Mickaël Salaün
- [PATCH v33 01/12] landlock: Add object management, Mickaël Salaün
- [PATCH v33 03/12] landlock: Set up the security framework and manage credentials, Mickaël Salaün
- [PATCH v33 05/12] LSM: Infrastructure management of the superblock, Mickaël Salaün
- [PATCH v33 04/12] landlock: Add ptrace restrictions, Mickaël Salaün
- [PATCH v33 06/12] fs,security: Add sb_delete hook, Mickaël Salaün
- [PATCH v33 09/12] arch: Wire up Landlock syscalls, Mickaël Salaün
- [PATCH v33 08/12] landlock: Add syscall implementations, Mickaël Salaün
- [PATCH v33 11/12] samples/landlock: Add a sandbox manager example, Mickaël Salaün
- [PATCH v33 07/12] landlock: Support filesystem access-control, Mickaël Salaün
- [PATCH v33 12/12] landlock: Add user and kernel documentation, Mickaël Salaün
- Re: [PATCH v33 00/12] Landlock LSM, James Morris
[PATCH v2 00/19] Fix broken documentation file references,
Mauro Carvalho Chehab
[PATCH 00/20] kbuild: unify the install.sh script usage,
Greg Kroah-Hartman
- [PATCH 01/20] kbuild: move x86 install script to scripts/install.sh, Greg Kroah-Hartman
- [PATCH 03/20] kbuild: scripts/install.sh: provide a "install" function, Greg Kroah-Hartman
- [PATCH 04/20] kbuild: scripts/install.sh: call sync before calling the bootloader installer, Greg Kroah-Hartman
- [PATCH 06/20] kbuild: scripts/install.sh: handle compressed/uncompressed kernel images, Greg Kroah-Hartman
- [PATCH 02/20] kbuild: scripts/install.sh: properly quote all variables, Greg Kroah-Hartman
- [PATCH 15/20] kbuild: parisc: use common install script, Greg Kroah-Hartman
- [PATCH 16/20] kbuild: powerpc: use common install script, Greg Kroah-Hartman
- [PATCH 17/20] kbuild: s390: use common install script, Greg Kroah-Hartman
- [PATCH 18/20] kbuild: sh: remove unused install script, Greg Kroah-Hartman
- [PATCH 19/20] kbuild: sparc: use common install script, Greg Kroah-Hartman
- [PATCH 20/20] kbuild: scripts/install.sh: update documentation, Greg Kroah-Hartman
- [PATCH 07/20] kbuild: scripts/install.sh: allow for the version number, Greg Kroah-Hartman
- [PATCH 08/20] kbuild: riscv: use common install script, Greg Kroah-Hartman
- [PATCH 09/20] kbuild: arm64: use common install script, Greg Kroah-Hartman
- [PATCH 10/20] kbuild: arm: use common install script, Greg Kroah-Hartman
- [PATCH 11/20] kbuild: ia64: use common install script, Greg Kroah-Hartman
- [PATCH 12/20] kbuild: m68k: use common install script, Greg Kroah-Hartman
- [PATCH 13/20] kbuild: nds32: convert to use the common install scripts, Greg Kroah-Hartman
- [PATCH 14/20] kbuild: nios2: use common install script, Greg Kroah-Hartman
- [PATCH 05/20] kbuild: scripts/install.sh: prepare for arch-specific bootloaders, Greg Kroah-Hartman
- Re: [PATCH 00/20] kbuild: unify the install.sh script usage, Geert Uytterhoeven
- Re: [PATCH 00/20] kbuild: unify the install.sh script usage, Kees Cook
[PATCH v2] h8300: rearrange headers inclusion order in asm/bitops,
Yury Norov
[PATCH v1 1/1] kernel.h: Split out panic and oops helpers,
Andy Shevchenko
[RFC PATCH v6 1/1] cmdline: Add capability to both append and prepend at the same time,
Christophe Leroy
[RESEND PATCH v4 0/3] Introduce the for_each_set_nbits macro,
Syed Nayyar Waris
[PATCH v4 00/20] Implement GENERIC_CMDLINE,
Christophe Leroy
- [PATCH v4 01/20] cmdline: Add generic function to build command line., Christophe Leroy
- [PATCH v4 02/20] drivers: of: use cmdline building function, Christophe Leroy
- [PATCH v4 04/20] drivers: firmware: efi: use cmdline building function, Christophe Leroy
- [PATCH v4 03/20] x86/efi: Replace CONFIG_CMDLINE_OVERRIDE by CONFIG_CMDLINE_FORCE, Christophe Leroy
- [PATCH v4 05/20] cmdline: Gives architectures opportunity to use generically defined boot cmdline manipulation, Christophe Leroy
- [PATCH v4 06/20] powerpc: convert strcpy to strlcpy in prom_init, Christophe Leroy
- [PATCH v4 07/20] powerpc: Convert to GENERIC_CMDLINE, Christophe Leroy
- [PATCH v4 08/20] arm: Convert to GENERIC_CMDLINE, Christophe Leroy
- [PATCH v4 12/20] nios2: Convert to GENERIC_CMDLINE, Christophe Leroy
- [PATCH v4 14/20] riscv: Convert to GENERIC_CMDLINE, Christophe Leroy
- [PATCH v4 19/20] mips: Convert to GENERIC_CMDLINE, Christophe Leroy
- [PATCH v4 16/20] sparc: Convert to GENERIC_CMDLINE, Christophe Leroy
- [PATCH v4 17/20] xtensa: Convert to GENERIC_CMDLINE, Christophe Leroy
- [PATCH v4 20/20] cmdline: Remove CONFIG_CMDLINE_EXTEND, Christophe Leroy
- [PATCH v4 13/20] openrisc: Convert to GENERIC_CMDLINE, Christophe Leroy
- [PATCH v4 15/20] sh: Convert to GENERIC_CMDLINE, Christophe Leroy
- [PATCH v4 11/20] microblaze: Convert to GENERIC_CMDLINE, Christophe Leroy
- [PATCH v4 10/20] hexagon: Convert to GENERIC_CMDLINE, Christophe Leroy
- [PATCH v4 09/20] arm64: Convert to GENERIC_CMDLINE, Christophe Leroy
- [PATCH v4 18/20] x86: Convert to GENERIC_CMDLINE, Christophe Leroy
- Re: [PATCH v4 00/20] Implement GENERIC_CMDLINE, Daniel Walker
[PATCH v4 0/3] Introduce the for_each_set_nbits macro,
Syed Nayyar Waris
[PATCH v4 00/18] Apple M1 SoC platform bring-up,
Hector Martin
- [PATCH v4 01/18] dt-bindings: vendor-prefixes: Add apple prefix, Hector Martin
- [PATCH v4 02/18] dt-bindings: arm: apple: Add bindings for Apple ARM platforms, Hector Martin
- [PATCH v4 03/18] dt-bindings: arm: cpus: Add apple,firestorm & icestorm compatibles, Hector Martin
- [PATCH v4 04/18] arm64: cputype: Add CPU implementor & types for the Apple M1 cores, Hector Martin
- [PATCH v4 05/18] dt-bindings: timer: arm,arch_timer: Add interrupt-names support, Hector Martin
- [PATCH v4 06/18] arm64: arch_timer: Implement support for interrupt-names, Hector Martin
- [PATCH v4 07/18] asm-generic/io.h: Add a non-posted variant of ioremap(), Hector Martin
- [PATCH v4 08/18] docs: driver-api: device-io: Document I/O access functions, Hector Martin
- [PATCH v4 09/18] docs: driver-api: device-io: Document ioremap() variants & access funcs, Hector Martin
- [PATCH v4 10/18] arm64: Implement ioremap_np() to map MMIO as nGnRnE, Hector Martin
- [PATCH v4 11/18] asm-generic/io.h: implement pci_remap_cfgspace using ioremap_np, Hector Martin
[Index of Archives]
[Kernel Announce]
[Kernel Newbies]
[Linux RAID]
[IETF Annouce]
[Security]
[Netdev]
[Linux Wireless]
[Netfilter]
[Bugtraq]