Linux Arch
[Prev Page][Next Page]
- [PATCH v15 4/6] locking/qspinlock: Introduce starvation avoidance into CNA, (continued)
- [PATCH v2 00/13] Unify asm/unaligned.h around struct helper,
Arnd Bergmann
- [PATCH v2 01/13] asm-generic: use asm-generic/unaligned.h for most architectures, Arnd Bergmann
- [PATCH v2 02/13] openrisc: always use unaligned-struct header, Arnd Bergmann
- [PATCH v2 03/13] sh: remove unaligned access for sh4a, Arnd Bergmann
- [PATCH v2 04/13] m68k: select CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS, Arnd Bergmann
- [PATCH v2 05/13] powerpc: use linux/unaligned/le_struct.h on LE power7, Arnd Bergmann
- [PATCH v2 06/13] asm-generic: unaligned: remove byteshift helpers, Arnd Bergmann
- [PATCH v2 07/13] asm-generic: unaligned always use struct helpers, Arnd Bergmann
- [PATCH v2 08/13] partitions: msdos: fix one-byte get_unaligned(), Arnd Bergmann
- [PATCH v2 09/13] apparmor: use get_unaligned() only for multi-byte words, Arnd Bergmann
- [PATCH v2 10/13] mwifiex: re-fix for unaligned accesses, Arnd Bergmann
- [PATCH v2 11/13] netpoll: avoid put_unaligned() on single character, Arnd Bergmann
- [PATCH v2 12/13] asm-generic: uaccess: 1-byte access is always aligned, Arnd Bergmann
- [PATCH v2 13/13] asm-generic: simplify asm/unaligned.h, Arnd Bergmann
- Re: [PATCH v2 00/13] Unify asm/unaligned.h around struct helper, Linus Torvalds
- Re: [PATCH v2 00/13] Unify asm/unaligned.h around struct helper, Ard Biesheuvel
- [PATCH] asm-generic/tlb: Fix duplicate included asm-generic/tlb.h, Jiapeng Chong
- [PATCH v19 0/8] mm: introduce memfd_secret system call to create "secret" memory areas,
Mike Rapoport
- [PATCH v19 1/8] mmap: make mlock_future_check() global, Mike Rapoport
- [PATCH v19 2/8] riscv/Kconfig: make direct map manipulation options depend on MMU, Mike Rapoport
- [PATCH v19 3/8] set_memory: allow set_direct_map_*_noflush() for multiple pages, Mike Rapoport
- [PATCH v19 4/8] set_memory: allow querying whether set_direct_map_*() is actually enabled, Mike Rapoport
- [PATCH v19 5/8] mm: introduce memfd_secret system call to create "secret" memory areas, Mike Rapoport
- [PATCH v19 6/8] PM: hibernate: disable when there are active secretmem users, Mike Rapoport
- [PATCH v19 7/8] arch, mm: wire up memfd_secret system call where relevant, Mike Rapoport
- [PATCH v19 8/8] secretmem: test: add basic selftest for memfd_secret(2), Mike Rapoport
- Re: [PATCH v19 0/8] mm: introduce memfd_secret system call to create "secret" memory areas, James Bottomley
- [PATCH] x86: Define only {pud/pmd}_{set/clear}_huge when usefull,
Christophe Leroy
- [asm-generic:unaligned-rework-v2] BUILD SUCCESS 3be8a90fd433063539ff7b563a29c34b449f1c34, kernel test robot
- [asm-generic:master] BUILD SUCCESS d74ebb76967f2395128f8cb7e87c31c27758e104, kernel test robot
- [PATCH] sched: Initialize the idle task with preemption disabled, Valentin Schneider
- [PATCH v2 0/5] Implement huge VMAP and VMALLOC on powerpc 8xx,
Christophe Leroy
- [PATCH memory-model] Fix smp_mb__after_spinlock() spelling, Paul E. McKenney
- [RFC PATCH v5 19/28] dyndbg: RFC handle __dyndbg* sections in module.lds.h, Jim Cromie
- [RFC PATCH v5 18/28] dyndbg: RFC - DEFINE_DYNAMIC_DEBUG_TABLE, Jim Cromie
- [RFC PATCH v5 03/28] dyndbg: split struct _ddebug's display fields to new _ddebug_site, Jim Cromie
- [PATCH resend v2 5/5] selftests/vm: add test for MADV_POPULATE_(READ|WRITE), David Hildenbrand
- [PATCH resend v2 2/5] mm/madvise: introduce MADV_POPULATE_(READ|WRITE) to prefault page tables,
David Hildenbrand
- [PATCH v3 1/1] kernel.h: Split out panic and oops helpers,
Andy Shevchenko
- [PATCH] all: remove GENERIC_FIND_FIRST_BIT,
Yury Norov
- [PATCH v6 0/3] asm-generic/io.h: Silence -Wnull-pointer-arithmetic warning on PCI_IOBASE,
Niklas Schnelle
- [PATCH v5 0/3] asm-generic/io.h: Silence -Wnull-pointer-arithmetic warning on PCI_IOBASE,
Niklas Schnelle
- [PATCH 0/3] asm-generic/io.h: Silence -Wnull-pointer-arithmetic warning on PCI_IOBASE,
Niklas Schnelle
- [PATCH V2 RESEND] mm: Define default value for FIRST_USER_ADDRESS,
Anshuman Khandual
- [PATCH] csky: Fixup 610 bootup failed, guoren
- [asm-generic:unaligned-rework] BUILD SUCCESS e9fbd0aaca697320141b15df7df33656467cddfb, kernel test robot
- [RFC 0/12] Unify asm/unaligned.h around struct helper,
Arnd Bergmann
- [RFC 01/12] asm-generic: use asm-generic/unaligned.h for most architectures, Arnd Bergmann
- [RFC 02/12] openrisc: always use unaligned-struct header, Arnd Bergmann
- [RFC 03/12] sh: remove unaligned access for sh4a, Arnd Bergmann
- [RFC 04/12] m68k: select CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS, Arnd Bergmann
- [RFC 05/12] powerpc: use linux/unaligned/le_struct.h on LE power7, Arnd Bergmann
- [RFC 06/12] asm-generic: unaligned: remove byteshift helpers, Arnd Bergmann
- [RFC 07/12] asm-generic: unaligned always use struct helpers, Arnd Bergmann
- [RFC 08/12] partitions: msdos: fix one-byte get_unaligned(), Arnd Bergmann
- [RFC 09/12] apparmor: use get_unaligned() only for multi-byte words, Arnd Bergmann
- [RFC 10/12] mwifiex: re-fix for unaligned accesses, Arnd Bergmann
- [RFC 11/12] netpoll: avoid put_unaligned() on single character, Arnd Bergmann
- [RFC 12/12] asm-generic: simplify asm/unaligned.h, Arnd Bergmann
- [RFC 0/12] Unify asm/unaligned.h around struct helper, Arnd Bergmann
- [PATCH] csky: syscache: Fixup duplicate cache flush,
guoren
- [GIT PULL] csky changes for v5.13-rc1,
guoren
- Heads up: gcc miscompiling initramfs zlib decompression code at -O3,
Vineet Gupta
- [PATCH v4 0/3] asm-generic/io.h: Silence -Wnull-pointer-arithmetic warning on PCI_IOBASE,
Niklas Schnelle
- siginfo_t ABI break on sparc64 from si_addr_lsb move 3y ago,
Marco Elver
- Re: siginfo_t ABI break on sparc64 from si_addr_lsb move 3y ago, Eric W. Biederman
- Re: siginfo_t ABI break on sparc64 from si_addr_lsb move 3y ago, Marco Elver
- Re: siginfo_t ABI break on sparc64 from si_addr_lsb move 3y ago, Arnd Bergmann
- Re: siginfo_t ABI break on sparc64 from si_addr_lsb move 3y ago, Eric W. Biederman
- Re: siginfo_t ABI break on sparc64 from si_addr_lsb move 3y ago, Marco Elver
- Re: siginfo_t ABI break on sparc64 from si_addr_lsb move 3y ago, Eric W. Biederman
- [RFC][PATCH 0/3] signal: Move si_trapno into the _si_fault union, Eric W. Biederman
- [PATCH 1/3] siginfo: Move si_trapno inside the union inside _si_fault, Eric W. Biederman
- [PATCH 2/3] signal: Implement SIL_FAULT_TRAPNO, Eric W. Biederman
- [PATCH 3/3] signal: Use dedicated helpers to send signals with si_trapno set, Eric W. Biederman
- [PATCH 4/3] signal: Remove __ARCH_SI_TRAPNO, Eric W. Biederman
- Is perf_sigtrap synchronous?, Eric W. Biederman
- [PATCH 5/3] signal: Rename SIL_PERF_EVENT SIL_FAULT_PERF_EVENT for consistency, Eric W. Biederman
- [PATCH 6/3] signal: Factor force_sig_perf out of perf_sigtrap, Eric W. Biederman
- [PATCH 7/3] signal: Deliver all of the perf_data in si_perf, Eric W. Biederman
- Re: [RFC][PATCH 0/3] signal: Move si_trapno into the _si_fault union, Eric W. Biederman
- Re: [RFC][PATCH 0/3] signal: Move si_trapno into the _si_fault union, Marco Elver
- Re: [RFC][PATCH 0/3] signal: Move si_trapno into the _si_fault union, Eric W. Biederman
- Re: [RFC][PATCH 0/3] signal: Move si_trapno into the _si_fault union, Marco Elver
- [PATCH 00/12] signal: sort out si_trapno and si_perf, Eric W. Biederman
- [PATCH 01/12] sparc64: Add compile-time asserts for siginfo_t offsets, Eric W. Beiderman
- [PATCH 02/12] arm: Add compile-time asserts for siginfo_t offsets, Eric W. Beiderman
- [PATCH 03/12] arm64: Add compile-time asserts for siginfo_t offsets, Eric W. Beiderman
- [PATCH 04/12] siginfo: Move si_trapno inside the union inside _si_fault, Eric W. Beiderman
- [PATCH 05/12] signal: Implement SIL_FAULT_TRAPNO, Eric W. Beiderman
- [PATCH 06/12] signal: Use dedicated helpers to send signals with si_trapno set, Eric W. Beiderman
- [PATCH 08/12] signal: Rename SIL_PERF_EVENT SIL_FAULT_PERF_EVENT for consistency, Eric W. Beiderman
- [PATCH 07/12] signal: Remove __ARCH_SI_TRAPNO, Eric W. Beiderman
- [PATCH 09/12] signal: Factor force_sig_perf out of perf_sigtrap, Eric W. Beiderman
- [PATCH 10/12] signal: Redefine signinfo so 64bit fields are possible, Eric W. Beiderman
- [PATCH 11/12] signal: Deliver all of the siginfo perf data in _perf, Eric W. Beiderman
- [PATCH 12/12] signalfd: Remove SIL_FAULT_PERF_EVENT fields from signalfd_siginfo, Eric W. Beiderman
- [PATCH v3 00/12] signal: sort out si_trapno and si_perf, Eric W. Biederman
- Re: [PATCH v3 00/12] signal: sort out si_trapno and si_perf, Marco Elver
- [PATCH v3 01/12] sparc64: Add compile-time asserts for siginfo_t offsets, Eric W. Beiderman
- [PATCH v3 02/12] arm: Add compile-time asserts for siginfo_t offsets, Eric W. Beiderman
- [PATCH v3 03/12] arm64: Add compile-time asserts for siginfo_t offsets, Eric W. Beiderman
- [PATCH v3 04/12] signal: Verify the alignment and size of siginfo_t, Eric W. Beiderman
- [PATCH v3 05/12] siginfo: Move si_trapno inside the union inside _si_fault, Eric W. Beiderman
- [PATCH v3 06/12] signal: Implement SIL_FAULT_TRAPNO, Eric W. Beiderman
- [PATCH v3 07/12] signal: Use dedicated helpers to send signals with si_trapno set, Eric W. Beiderman
- [PATCH v3 08/12] signal: Remove __ARCH_SI_TRAPNO, Eric W. Beiderman
- [PATCH v3 09/12] signal: Rename SIL_PERF_EVENT SIL_FAULT_PERF_EVENT for consistency, Eric W. Beiderman
- [PATCH v3 10/12] signal: Factor force_sig_perf out of perf_sigtrap, Eric W. Beiderman
- [PATCH v3 11/12] signal: Deliver all of the siginfo perf data in _perf, Eric W. Beiderman
- [PATCH v3 12/12] signalfd: Remove SIL_FAULT_PERF_EVENT fields from signalfd_siginfo, Eric W. Beiderman
- Re: [PATCH v3 00/12] signal: sort out si_trapno and si_perf, Marco Elver
- Re: [PATCH v3 00/12] signal: sort out si_trapno and si_perf, Geert Uytterhoeven
- [GIT PULL] siginfo: ABI fixes for v5.13-rc2, Eric W. Biederman
- [PATCH v4 0/5] siginfo: ABI fixes for TRAP_PERF, Eric W. Biederman
- Re: [RFC][PATCH 0/3] signal: Move si_trapno into the _si_fault union, Marco Elver
- [PATCH 0/6] Final si_trapno bits, Eric W. Biederman
- Re: siginfo_t ABI break on sparc64 from si_addr_lsb move 3y ago, Arnd Bergmann
- [RFC PATCH v1 0/4] Implement huge VMAP and VMALLOC on powerpc 8xx,
Christophe Leroy
- [PATCH v2] csky: uaccess.h: Coding convention with asm generic, guoren
- [PATCH v26 0/9] Control-flow Enforcement: Indirect Branch Tracking,
Yu-cheng Yu
- [PATCH v26 1/9] x86/cet/ibt: Add Kconfig option for Indirect Branch Tracking, Yu-cheng Yu
- [PATCH v26 2/9] x86/cet/ibt: Add user-mode Indirect Branch Tracking support, Yu-cheng Yu
- [PATCH v26 4/9] x86/cet/ibt: Update ELF header parsing for Indirect Branch Tracking, Yu-cheng Yu
- [PATCH v26 3/9] x86/cet/ibt: Handle signals for Indirect Branch Tracking, Yu-cheng Yu
- [PATCH v26 5/9] x86/cet/ibt: Update arch_prctl functions for Indirect Branch Tracking, Yu-cheng Yu
- [PATCH v26 6/9] x86/vdso: Insert endbr32/endbr64 to vDSO, Yu-cheng Yu
- [PATCH v26 7/9] x86/vdso: Introduce ENDBR macro, Yu-cheng Yu
- [PATCH v26 8/9] x86/vdso/32: Add ENDBR to __kernel_vsyscall entry point, Yu-cheng Yu
- [PATCH v26 9/9] x86/vdso: Add ENDBR to __vdso_sgx_enter_enclave, Yu-cheng Yu
- RE: [PATCH v26 0/9] Control-flow Enforcement: Indirect Branch Tracking, David Laight
- [PATCH v26 00/30] Control-flow Enforcement: Shadow Stack,
Yu-cheng Yu
- [PATCH v26 01/30] Documentation/x86: Add CET description, Yu-cheng Yu
- [PATCH v26 02/30] x86/cet/shstk: Add Kconfig option for Shadow Stack, Yu-cheng Yu
- [PATCH v26 03/30] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET), Yu-cheng Yu
- [PATCH v26 04/30] x86/cpufeatures: Introduce CPU setup and option parsing for CET, Yu-cheng Yu
- [PATCH v26 05/30] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states, Yu-cheng Yu
- [PATCH v26 06/30] x86/cet: Add control-protection fault handler, Yu-cheng Yu
- [PATCH v26 07/30] x86/mm: Remove _PAGE_DIRTY from kernel RO pages, Yu-cheng Yu
- [PATCH v26 08/30] x86/mm: Move pmd_write(), pud_write() up in the file, Yu-cheng Yu
- [PATCH v26 09/30] x86/mm: Introduce _PAGE_COW, Yu-cheng Yu
- [PATCH v26 10/30] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS, Yu-cheng Yu
- [PATCH v26 11/30] x86/mm: Update pte_modify for _PAGE_COW, Yu-cheng Yu
- [PATCH v26 12/30] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW, Yu-cheng Yu
- [PATCH v26 13/30] mm: Introduce VM_SHADOW_STACK for shadow stack memory, Yu-cheng Yu
- [PATCH v26 14/30] x86/mm: Shadow Stack page fault error checking, Yu-cheng Yu
- [PATCH v26 16/30] mm: Fixup places that call pte_mkwrite() directly, Yu-cheng Yu
- [PATCH v26 15/30] x86/mm: Update maybe_mkwrite() for shadow stack, Yu-cheng Yu
- [PATCH v26 17/30] mm: Add guard pages around a shadow stack., Yu-cheng Yu
- [PATCH v26 18/30] mm/mmap: Add shadow stack pages to memory accounting, Yu-cheng Yu
- [PATCH v26 20/30] mm/mprotect: Exclude shadow stack from preserve_write, Yu-cheng Yu
- [PATCH v26 19/30] mm: Update can_follow_write_pte() for shadow stack, Yu-cheng Yu
- [PATCH v26 21/30] mm: Re-introduce vm_flags to do_mmap(), Yu-cheng Yu
- [PATCH v26 22/30] x86/cet/shstk: Add user-mode shadow stack support, Yu-cheng Yu
- [PATCH v26 24/30] x86/cet/shstk: Introduce shadow stack token setup/verify routines, Yu-cheng Yu
- [PATCH v26 23/30] x86/cet/shstk: Handle thread shadow stack, Yu-cheng Yu
- [PATCH v26 25/30] x86/cet/shstk: Handle signals for shadow stack, Yu-cheng Yu
- [PATCH v26 26/30] ELF: Introduce arch_setup_elf_property(), Yu-cheng Yu
- [PATCH v26 27/30] x86/cet/shstk: Add arch_prctl functions for shadow stack, Yu-cheng Yu
- [PATCH v26 28/30] mm: Move arch_calc_vm_prot_bits() to arch/x86/include/asm/mman.h, Yu-cheng Yu
- [PATCH v26 29/30] mm: Update arch_validate_flags() to test vma anonymous, Yu-cheng Yu
- [PATCH v26 30/30] mm: Introduce PROT_SHADOW_STACK for shadow stack, Yu-cheng Yu
- Re: [PATCH v26 00/30] Control-flow Enforcement: Shadow Stack, Borislav Petkov
- [PATCH v2] ARC: Use max_high_pfn as a HIGHMEM zone border,
Vladimir Isaev
- [PATCH v2] ARC: Use 40-bit physical page mask for PAE,
Vladimir Isaev
- [PATCH] ARC: Use max_high_pfn as a HIGHMEM zone border,
Vladimir Isaev
- [PATCH] ARC: Use 40-bit physical page mask for PAE,
Vladimir Isaev
- [PATCH] tools/memory-model: Correct the name of smp_mb__after_spinlock(),
Palmer Dabbelt
- [PATCH] asm-generic: Remove asm/setup.h from the UABI.,
Palmer Dabbelt
- ARCH=hexagon unsupported?,
Nick Desaulniers
- [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
[Index of Archives]
[Kernel Announce]
[Kernel Newbies]
[Linux RAID]
[IETF Annouce]
[Security]
[Netdev]
[Linux Wireless]
[Netfilter]
[Bugtraq]