Linux Arch
[Prev Page][Next Page]
- [PATCH v4 07/10] selftests/perf_events: Add kselftest for process-wide sigtrap handling, (continued)
- [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
- [PATCH v4 12/18] of/address: Add infrastructure to declare MMIO as non-posted, Hector Martin
- [PATCH v4 13/18] arm64: Move ICH_ sysreg bits from arm-gic-v3.h to sysreg.h, Hector Martin
- [PATCH v4 14/18] dt-bindings: interrupt-controller: Add DT bindings for apple-aic, Hector Martin
- [PATCH v4 15/18] irqchip/apple-aic: Add support for the Apple Interrupt Controller, Hector Martin
- [PATCH v4 16/18] arm64: Kconfig: Introduce CONFIG_ARCH_APPLE, Hector Martin
- [PATCH v4 17/18] dt-bindings: display: Add apple,simple-framebuffer, Hector Martin
- [PATCH v4 18/18] arm64: apple: Add initial Apple Mac mini (M1, 2020) devicetree, Hector Martin
- [PATCH v5 00/18] Add support for Clang CFI,
Sami Tolvanen
- [PATCH v5 01/18] add support for Clang CFI, Sami Tolvanen
- [PATCH v5 02/18] cfi: add __cficanonical, Sami Tolvanen
- [PATCH v5 03/18] mm: add generic function_nocfi macro, Sami Tolvanen
- [PATCH v5 04/18] module: ensure __cfi_check alignment, Sami Tolvanen
- [PATCH v5 05/18] workqueue: use WARN_ON_FUNCTION_MISMATCH, Sami Tolvanen
- [PATCH v5 06/18] kthread: use WARN_ON_FUNCTION_MISMATCH, Sami Tolvanen
- [PATCH v5 07/18] kallsyms: strip ThinLTO hashes from static functions, Sami Tolvanen
- [PATCH v5 08/18] bpf: disable CFI in dispatcher functions, Sami Tolvanen
- [PATCH v5 09/18] treewide: Change list_sort to use const pointers, Sami Tolvanen
- [PATCH v5 10/18] lkdtm: use function_nocfi, Sami Tolvanen
- [PATCH v5 11/18] psci: use function_nocfi for cpu_resume, Sami Tolvanen
- [PATCH v5 12/18] arm64: implement function_nocfi, Sami Tolvanen
- [PATCH v5 13/18] arm64: use function_nocfi with __pa_symbol, Sami Tolvanen
- [PATCH v5 14/18] arm64: add __nocfi to functions that jump to a physical address, Sami Tolvanen
- [PATCH v5 15/18] arm64: add __nocfi to __apply_alternatives, Sami Tolvanen
- [PATCH v5 16/18] arm64: ftrace: use function_nocfi for ftrace_call, Sami Tolvanen
- [PATCH v5 17/18] KVM: arm64: Disable CFI for nVHE, Sami Tolvanen
- [PATCH v5 18/18] arm64: allow CONFIG_CFI_CLANG to be selected, Sami Tolvanen
- Re: [PATCH v5 00/18] Add support for Clang CFI, Nathan Chancellor
- [PATCH v24 0/9] Control-flow Enforcement: Indirect Branch Tracking,
Yu-cheng Yu
- [PATCH v24 00/30] Control-flow Enforcement: Shadow Stack,
Yu-cheng Yu
- [PATCH v24 01/30] Documentation/x86: Add CET description, Yu-cheng Yu
- [PATCH v24 02/30] x86/cet/shstk: Add Kconfig option for Shadow Stack, Yu-cheng Yu
- [PATCH v24 03/30] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET), Yu-cheng Yu
- [PATCH v24 04/30] x86/cpufeatures: Introduce X86_FEATURE_CET and setup functions, Yu-cheng Yu
- [PATCH v24 05/30] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states, Yu-cheng Yu
- [PATCH v24 07/30] x86/mm: Remove _PAGE_DIRTY from kernel RO pages, Yu-cheng Yu
- [PATCH v24 14/30] x86/mm: Shadow Stack page fault error checking, Yu-cheng Yu
- [PATCH v24 06/30] x86/cet: Add control-protection fault handler, Yu-cheng Yu
- [PATCH v24 08/30] x86/mm: Move pmd_write(), pud_write() up in the file, Yu-cheng Yu
- [PATCH v24 09/30] x86/mm: Introduce _PAGE_COW, Yu-cheng Yu
- [PATCH v24 10/30] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS, Yu-cheng Yu
- [PATCH v24 13/30] mm: Introduce VM_SHADOW_STACK for shadow stack memory, Yu-cheng Yu
- [PATCH v24 12/30] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW, Yu-cheng Yu
- [PATCH v24 11/30] x86/mm: Update pte_modify for _PAGE_COW, Yu-cheng Yu
- [PATCH v24 15/30] x86/mm: Update maybe_mkwrite() for shadow stack, Yu-cheng Yu
- [PATCH v24 17/30] mm: Add guard pages around a shadow stack., Yu-cheng Yu
- [PATCH v24 16/30] mm: Fixup places that call pte_mkwrite() directly, Yu-cheng Yu
- [PATCH v24 18/30] mm/mmap: Add shadow stack pages to memory accounting, Yu-cheng Yu
- [PATCH v24 19/30] mm: Update can_follow_write_pte() for shadow stack, Yu-cheng Yu
- [PATCH v24 20/30] mm/mprotect: Exclude shadow stack from preserve_write, Yu-cheng Yu
- [PATCH v24 21/30] mm: Re-introduce vm_flags to do_mmap(), Yu-cheng Yu
- [PATCH v24 22/30] x86/cet/shstk: Add user-mode shadow stack support, Yu-cheng Yu
- [PATCH v24 23/30] x86/cet/shstk: Handle thread shadow stack, Yu-cheng Yu
- [PATCH v24 24/30] x86/cet/shstk: Introduce shadow stack token setup/verify routines, Yu-cheng Yu
- [PATCH v24 25/30] x86/cet/shstk: Handle signals for shadow stack, Yu-cheng Yu
- [PATCH v24 26/30] ELF: Introduce arch_setup_elf_property(), Yu-cheng Yu
- [PATCH v24 27/30] x86/cet/shstk: Add arch_prctl functions for shadow stack, Yu-cheng Yu
- [PATCH v24 28/30] mm: Move arch_calc_vm_prot_bits() to arch/x86/include/asm/mman.h, Yu-cheng Yu
- [PATCH v24 29/30] mm: Update arch_validate_flags() to include vma anonymous, Yu-cheng Yu
- [PATCH v24 30/30] mm: Introduce PROT_SHSTK for shadow stack, Yu-cheng Yu
- [PATCH v32 00/12] Landlock LSM,
Mickaël Salaün
- [PATCH v32 05/12] LSM: Infrastructure management of the superblock, Mickaël Salaün
- [PATCH v32 01/12] landlock: Add object management, Mickaël Salaün
- [PATCH v32 02/12] landlock: Add ruleset and domain management, Mickaël Salaün
- [PATCH v32 03/12] landlock: Set up the security framework and manage credentials, Mickaël Salaün
- [PATCH v32 06/12] fs,security: Add sb_delete hook, Mickaël Salaün
- [PATCH v32 07/12] landlock: Support filesystem access-control, Mickaël Salaün
- [PATCH v32 11/12] samples/landlock: Add a sandbox manager example, Mickaël Salaün
- [PATCH v32 12/12] landlock: Add user and kernel documentation, Mickaël Salaün
- [PATCH v32 04/12] landlock: Add ptrace restrictions, Mickaël Salaün
- [PATCH v32 08/12] landlock: Add syscall implementations, Mickaël Salaün
- [PATCH v32 09/12] arch: Wire up Landlock syscalls, Mickaël Salaün
- [PATCH] h8300: rearrange headers inclusion order in asm/bitops,
Yury Norov
- [PATCH v14 0/6] Add NUMA-awareness to qspinlock,
Alex Kogan
- [PATCH v6 00/12] lib/find_bit: fast path for small bitmaps,
Yury Norov
- [PATCH 01/12] tools: disable -Wno-type-limits, Yury Norov
- [PATCH 02/12] tools: bitmap: sync function declarations with the kernel, Yury Norov
- [PATCH 03/12] tools: sync BITMAP_LAST_WORD_MASK() macro with the kernel, Yury Norov
- [PATCH 04/12] arch: rearrange headers inclusion order in asm/bitops for m68k and sh, Yury Norov
- [PATCH 06/12] tools: sync small_const_nbits() macro with the kernel, Yury Norov
- [PATCH 05/12] lib: extend the scope of small_const_nbits() macro, Yury Norov
- [PATCH 07/12] lib: inline _find_next_bit() wrappers, Yury Norov
- [PATCH 09/12] lib: add fast path for find_next_*_bit(), Yury Norov
- [PATCH 08/12] tools: sync find_next_bit implementation, Yury Norov
- [PATCH 10/12] lib: add fast path for find_first_*_bit() and find_last_bit(), Yury Norov
- [PATCH 12/12] MAINTAINERS: Add entry for the bitmap API, Yury Norov
- [PATCH 11/12] tools: sync lib/find_bit implementation, Yury Norov
- Re: [PATCH v6 00/12] lib/find_bit: fast path for small bitmaps, Andy Shevchenko
- [PATCH v4 00/17] Add support for Clang CFI,
Sami Tolvanen
- [PATCH v4 01/17] add support for Clang CFI, Sami Tolvanen
- [PATCH v4 02/17] cfi: add __cficanonical, Sami Tolvanen
- [PATCH v4 03/17] mm: add generic function_nocfi macro, Sami Tolvanen
- [PATCH v4 05/17] workqueue: use WARN_ON_FUNCTION_MISMATCH, Sami Tolvanen
- [PATCH v4 04/17] module: ensure __cfi_check alignment, Sami Tolvanen
- [PATCH v4 07/17] kallsyms: strip ThinLTO hashes from static functions, Sami Tolvanen
- [PATCH v4 06/17] kthread: use WARN_ON_FUNCTION_MISMATCH, Sami Tolvanen
- [PATCH v4 09/17] treewide: Change list_sort to use const pointers, Sami Tolvanen
- [PATCH v4 08/17] bpf: disable CFI in dispatcher functions, Sami Tolvanen
- [PATCH v4 10/17] lkdtm: use function_nocfi, Sami Tolvanen
- [PATCH v4 11/17] psci: use function_nocfi for cpu_resume, Sami Tolvanen
- [PATCH v4 12/17] arm64: implement function_nocfi, Sami Tolvanen
- [PATCH v4 13/17] arm64: use function_nocfi with __pa_symbol, Sami Tolvanen
- [PATCH v4 15/17] arm64: add __nocfi to __apply_alternatives, Sami Tolvanen
- [PATCH v4 14/17] arm64: add __nocfi to functions that jump to a physical address, Sami Tolvanen
- [PATCH v4 17/17] arm64: allow CONFIG_CFI_CLANG to be selected, Sami Tolvanen
- [PATCH v4 16/17] KVM: arm64: Disable CFI for nVHE, Sami Tolvanen
- Re: [PATCH v4 00/17] Add support for Clang CFI, Kees Cook
- [PATCH RESEND v1 0/4] powerpc/vdso: Add support for time namespaces,
Christophe Leroy
- [PATCH v6 0/9] riscv: Add qspinlock/qrwlock,
guoren
- [PATCH] memfd_secret: use unsigned int rather than long as syscall flags type,
Mike Rapoport
- [PATCH v5 0/7] riscv: Add qspinlock/qrwlock,
guoren
- [PATCH v4 0/4] riscv: Add qspinlock/qrwlock,
guoren
- cleanup compat exec handling,
Christoph Hellwig
- [PATCH v3 00/17] Implement GENERIC_CMDLINE,
Christophe Leroy
- [PATCH v3 02/17] drivers: of: use cmdline building function, Christophe Leroy
- [PATCH v3 03/17] cmdline: Gives architectures opportunity to use generically defined boot cmdline manipulation, Christophe Leroy
- [PATCH v3 04/17] powerpc: Convert to GENERIC_CMDLINE, Christophe Leroy
- [PATCH v3 01/17] cmdline: Add generic function to build command line., Christophe Leroy
- [PATCH v3 06/17] arm64: Convert to GENERIC_CMDLINE, Christophe Leroy
- [PATCH v3 05/17] arm: Convert to GENERIC_CMDLINE, Christophe Leroy
- [PATCH v3 07/17] hexagon: Convert to GENERIC_CMDLINE, Christophe Leroy
- [PATCH v3 08/17] microblaze: Convert to GENERIC_CMDLINE, Christophe Leroy
- [PATCH v3 10/17] openrisc: Convert to GENERIC_CMDLINE, Christophe Leroy
- [PATCH v3 09/17] nios2: Convert to GENERIC_CMDLINE, Christophe Leroy
- [PATCH v3 13/17] sparc: Convert to GENERIC_CMDLINE, Christophe Leroy
- [PATCH v3 14/17] xtensa: Convert to GENERIC_CMDLINE, Christophe Leroy
- [PATCH v3 15/17] x86: Convert to GENERIC_CMDLINE, Christophe Leroy
- [PATCH v3 12/17] sh: Convert to GENERIC_CMDLINE, Christophe Leroy
- [PATCH v3 16/17] mips: Convert to GENERIC_CMDLINE, Christophe Leroy
- [PATCH v3 17/17] cmdline: Remove CONFIG_CMDLINE_EXTEND, Christophe Leroy
- [PATCH v3 11/17] riscv: Convert to GENERIC_CMDLINE, Christophe Leroy
- Re: [PATCH v3 00/17] Implement GENERIC_CMDLINE, Rob Herring
- [PATCH v3 0/4] riscv: Add qspinlock/qrwlock,
guoren
- [PATCH v31 00/12] Landlock LSM,
Mickaël Salaün
- [PATCH v31 01/12] landlock: Add object management, Mickaël Salaün
- [PATCH v31 03/12] landlock: Set up the security framework and manage credentials, Mickaël Salaün
- [PATCH v31 04/12] landlock: Add ptrace restrictions, Mickaël Salaün
- [PATCH v31 02/12] landlock: Add ruleset and domain management, Mickaël Salaün
- [PATCH v31 05/12] LSM: Infrastructure management of the superblock, Mickaël Salaün
- [PATCH v31 06/12] fs,security: Add sb_delete hook, Mickaël Salaün
- [PATCH v31 09/12] arch: Wire up Landlock syscalls, Mickaël Salaün
- [PATCH v31 11/12] samples/landlock: Add a sandbox manager example, Mickaël Salaün
- [PATCH v31 12/12] landlock: Add user and kernel documentation, Mickaël Salaün
- [PATCH v31 07/12] landlock: Support filesystem access-control, Mickaël Salaün
- [PATCH v31 08/12] landlock: Add syscall implementations, Mickaël Salaün
- Message not available
[PATCH v3 00/11] Add support for synchronous signals on perf events,
Marco Elver
- [PATCH v3 01/11] perf: Rework perf_event_exit_event(), Marco Elver
- [PATCH v3 03/11] perf: Support only inheriting events if cloned with CLONE_THREAD, Marco Elver
- [PATCH v3 02/11] perf: Apply PERF_EVENT_IOC_MODIFY_ATTRIBUTES to children, Marco Elver
- [PATCH v3 04/11] perf: Add support for event removal on exec, Marco Elver
- [PATCH v3 05/11] signal: Introduce TRAP_PERF si_code and si_perf to siginfo, Marco Elver
- [PATCH v3 06/11] perf: Add support for SIGTRAP on perf events, Marco Elver
- [PATCH v3 08/11] selftests/perf_events: Add kselftest for process-wide sigtrap handling, Marco Elver
- [PATCH v3 10/11] tools headers uapi: Sync tools/include/uapi/linux/perf_event.h, Marco Elver
- [PATCH v3 09/11] selftests/perf_events: Add kselftest for remove_on_exec, Marco Elver
- [PATCH v3 11/11] perf test: Add basic stress test for sigtrap handling, Marco Elver
- [PATCH v3 07/11] perf: Add breakpoint information to siginfo on SIGTRAP, Marco Elver
[PATCH v1 2/3] mm: remove xlate_dev_kmem_ptr(), David Hildenbrand
[PATCH v1 1/3] drivers/char: remove /dev/kmem for good, David Hildenbrand
[PATCH] MIPS: loongson64: fix bug when PAGE_SIZE > 16KB,
Huang Pei
[PATCH v3 00/17] Add support for Clang CFI,
Sami Tolvanen
- [PATCH v3 01/17] add support for Clang CFI, Sami Tolvanen
- [PATCH v3 03/17] mm: add generic __va_function and __pa_function macros, Sami Tolvanen
- [PATCH v3 02/17] cfi: add __cficanonical, Sami Tolvanen
- [PATCH v3 04/17] module: ensure __cfi_check alignment, Sami Tolvanen
- [PATCH v3 06/17] kthread: use WARN_ON_FUNCTION_MISMATCH, Sami Tolvanen
- [PATCH v3 07/17] kallsyms: strip ThinLTO hashes from static functions, Sami Tolvanen
- [PATCH v3 05/17] workqueue: use WARN_ON_FUNCTION_MISMATCH, Sami Tolvanen
- [PATCH v3 09/17] treewide: Change list_sort to use const pointers, Sami Tolvanen
- [PATCH v3 10/17] lkdtm: use __va_function, Sami Tolvanen
- [PATCH v3 11/17] psci: use __pa_function for cpu_resume, Sami Tolvanen
- [PATCH v3 12/17] arm64: implement __va_function, Sami Tolvanen
- [PATCH v3 13/17] arm64: use __pa_function, Sami Tolvanen
- [PATCH v3 14/17] arm64: add __nocfi to functions that jump to a physical address, Sami Tolvanen
- [PATCH v3 16/17] KVM: arm64: Disable CFI for nVHE, Sami Tolvanen
- [PATCH v3 15/17] arm64: add __nocfi to __apply_alternatives, Sami Tolvanen
- [PATCH v3 17/17] arm64: allow CONFIG_CFI_CLANG to be selected, Sami Tolvanen
- [PATCH v3 08/17] bpf: disable CFI in dispatcher functions, Sami Tolvanen
[PATCH] MIPS: fix local_irq_{disable,enable} in asmmacro.h,
Huang Pei
[PATCH v5 00/12] lib/find_bit: fast path for small bitmaps,
Yury Norov
- [PATCH 01/12] tools: disable -Wno-type-limits, Yury Norov
- [PATCH 02/12] tools: bitmap: sync function declarations with the kernel, Yury Norov
- [PATCH 03/12] tools: sync BITMAP_LAST_WORD_MASK() macro with the kernel, Yury Norov
- [PATCH 06/12] tools: sync small_const_nbits() macro with the kernel, Yury Norov
- [PATCH 04/12] arch: rearrange headers inclusion order in asm/bitops for m68k and sh, Yury Norov
- [PATCH 05/12] lib: extend the scope of small_const_nbits() macro, Yury Norov
- [PATCH 07/12] lib: inline _find_next_bit() wrappers, Yury Norov
- [PATCH 08/12] tools: sync find_next_bit implementation, Yury Norov
- [PATCH 10/12] lib: add fast path for find_first_*_bit() and find_last_bit(), Yury Norov
- [PATCH 09/12] lib: add fast path for find_next_*_bit(), Yury Norov
- [PATCH 11/12] tools: sync lib/find_bit implementation, Yury Norov
- [PATCH 12/12] MAINTAINERS: Add entry for the bitmap API, Yury Norov
Is s390's new generic-using syscall code actually correct?,
Andy Lutomirski
[for-stable-4.19 PATCH v2 0/2] Backport patches to fix KASAN+LKDTM with recent clang on ARM64,
Nicolas Boichat
[PATCH RFC 2/3] mm: remove xlate_dev_kmem_ptr(),
David Hildenbrand
[PATCH 00/10] Convert signal32 to user read access by block,
Christophe Leroy
Re: [security:landlock_lsm 8/12] kernel/sys_ni.c:270:1: warning: no previous prototype for function '__arm64_sys_landlock_create_ruleset', Mickaël Salaün
[for-stable-4.19 PATCH 0/2] Backport patches to fix KASAN+LKDTM with recent clang on ARM64,
Nicolas Boichat
[PATCH v2 00/17] Add support for Clang CFI,
Sami Tolvanen
[Index of Archives]
[Kernel Announce]
[Kernel Newbies]
[Linux RAID]
[IETF Annouce]
[Security]
[Netdev]
[Linux Wireless]
[Netfilter]
[Bugtraq]