Linux Arch
[Prev Page][Next Page]
- Re: [PATCH v10 01/15] modpost: fix removing numeric suffixes, (continued)
- [PATCH v10 05/15] x86: support asm function sections, Alexander Lobakin
- [PATCH v10 12/15] module: add arch-indep FG-KASLR for randomizing function layout, Alexander Lobakin
- [PATCH v10 15/15] maintainers: add MAINTAINERS entry for FG-KASLR, Alexander Lobakin
- [PATCH v10 04/15] arch: introduce asm function sections, Alexander Lobakin
- [PATCH v10 03/15] kallsyms: randomize /proc/kallsyms output order, Alexander Lobakin
- [PATCH v10 09/15] x86: Add support for function granular KASLR, Alexander Lobakin
- [PATCH v10 10/15] FG-KASLR: use a scripted approach to handle .text.* sections, Alexander Lobakin
- [PATCH v10 07/15] Makefile: add config options and build scripts for FG-KASLR, Alexander Lobakin
- [PATCH v10 06/15] x86: decouple ORC table sorting into a separate file, Alexander Lobakin
- [PATCH v10 02/15] livepatch: avoid position-based search if `-z unique-symbol` is available, Alexander Lobakin
- [PATCH v10 11/15] x86/boot: allow FG-KASLR to be selected, Alexander Lobakin
- [PATCH v10 08/15] x86/tools: Add relative relocs for randomized functions, Alexander Lobakin
- [PATCH v10 13/15] module: use a scripted approach for FG-KASLR, Alexander Lobakin
- [no subject], Unknown
- [no subject], Unknown
- [PATCH] ilog2: Force inlining of __ilog2_u32() and __ilog2_u64(), Christophe Leroy
- [PATCH v2 0/3] vstatus: TTY status message request,
Walt Drummond
- [PATCH V5 00/21] riscv: compat: Add COMPAT mode support for rv64,
guoren
- [PATCH V5 01/21] uapi: simplify __ARCH_FLOCK{,64}_PAD a little, guoren
- [PATCH V5 02/21] uapi: always define F_GETLK64/F_SETLK64/F_SETLKW64 in fcntl.h, guoren
- [PATCH V5 03/21] compat: consolidate the compat_flock{,64} definition, guoren
- [PATCH V5 04/21] kconfig: Add SYSVIPC_COMPAT for all architectures, guoren
- [PATCH V5 05/21] fs: stat: compat: Add __ARCH_WANT_COMPAT_STAT, guoren
- [PATCH V5 06/21] asm-generic: compat: Cleanup duplicate definitions, guoren
- [PATCH V5 07/21] syscalls: compat: Fix the missing part for __SYSCALL_COMPAT, guoren
- [PATCH V5 08/21] riscv: Fixup difference with defconfig, guoren
- [PATCH V5 09/21] riscv: compat: Add basic compat data type implementation, guoren
- [PATCH V5 10/21] riscv: compat: Re-implement TASK_SIZE for COMPAT_32BIT, guoren
- [PATCH V5 11/21] riscv: compat: syscall: Add compat_sys_call_table implementation, guoren
- [PATCH V5 12/21] riscv: compat: syscall: Add entry.S implementation, guoren
- [PATCH V5 13/21] riscv: compat: process: Add UXL_32 support in start_thread, guoren
- [PATCH V5 14/21] riscv: compat: Add elf.h implementation, guoren
- [PATCH V5 15/21] riscv: compat: Add hw capability check for elf, guoren
- [PATCH V5 16/21] riscv: compat: vdso: Add rv32 VDSO base code implementation, guoren
- [PATCH V5 18/21] riscv: compat: signal: Add rt_frame implementation, guoren
- [PATCH V5 17/21] riscv: compat: vdso: Add setup additional pages implementation, guoren
- [PATCH V5 19/21] riscv: compat: ptrace: Add compat_arch_ptrace implement, guoren
- [PATCH V5 20/21] riscv: compat: Add COMPAT Kbuild skeletal support, guoren
- [PATCH V5 21/21] KVM: compat: riscv: Prevent KVM_COMPAT from being selected, guoren
- Re: [PATCH V5 00/21] riscv: compat: Add COMPAT mode support for rv64, Guo Ren
- Re: [PATCH V5 00/21] riscv: compat: Add COMPAT mode support for rv64, Palmer Dabbelt
- [PATCH] docs/memory-barriers.txt: volatile is not a barrier() substitute,
Nick Desaulniers
- consolidate the compat fcntl definitions v2,
Christoph Hellwig
- [PATCH 00/35] Shadow stacks for userspace,
Rick Edgecombe
- [PATCH 01/35] Documentation/x86: Add CET description, Rick Edgecombe
- [PATCH 02/35] x86/cet/shstk: Add Kconfig option for Shadow Stack, Rick Edgecombe
- [PATCH 03/35] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET), Rick Edgecombe
- [PATCH 04/35] x86/cpufeatures: Introduce CPU setup and option parsing for CET, Rick Edgecombe
- [PATCH 14/35] mm: Introduce VM_SHADOW_STACK for shadow stack memory, Rick Edgecombe
- [PATCH 05/35] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states, Rick Edgecombe
- [PATCH 13/35] mm: Move VM_UFFD_MINOR_BIT from 37 to 38, Rick Edgecombe
- [PATCH 07/35] x86/mm: Remove _PAGE_DIRTY from kernel RO pages, Rick Edgecombe
- [PATCH 08/35] x86/mm: Move pmd_write(), pud_write() up in the file, Rick Edgecombe
- [PATCH 12/35] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW, Rick Edgecombe
- [PATCH 11/35] x86/mm: Update pte_modify for _PAGE_COW, Rick Edgecombe
- [PATCH 09/35] x86/mm: Introduce _PAGE_COW, Rick Edgecombe
- [PATCH 10/35] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS, Rick Edgecombe
- [PATCH 06/35] x86/cet: Add control-protection fault handler, Rick Edgecombe
- [PATCH 15/35] x86/mm: Check Shadow Stack page fault errors, Rick Edgecombe
- [PATCH 16/35] x86/mm: Update maybe_mkwrite() for shadow stack, Rick Edgecombe
- [PATCH 17/35] mm: Fixup places that call pte_mkwrite() directly, Rick Edgecombe
- [PATCH 18/35] mm: Add guard pages around a shadow stack., Rick Edgecombe
- [PATCH 19/35] mm/mmap: Add shadow stack pages to memory accounting, Rick Edgecombe
- [PATCH 22/35] x86/mm: Prevent VM_WRITE shadow stacks, Rick Edgecombe
- [PATCH 20/35] mm: Update can_follow_write_pte() for shadow stack, Rick Edgecombe
- [PATCH 21/35] mm/mprotect: Exclude shadow stack from preserve_write, Rick Edgecombe
- [PATCH 29/35] x86/cet/shstk: Introduce shadow stack token setup/verify routines, Rick Edgecombe
- [PATCH 31/35] x86/cet/shstk: Add arch_prctl elf feature functions, Rick Edgecombe
- [PATCH 30/35] x86/cet/shstk: Handle signals for shadow stack, Rick Edgecombe
- [PATCH 23/35] x86/fpu: Add helpers for modifying supervisor xstate, Rick Edgecombe
- [PATCH 25/35] x86/cet/shstk: Add user-mode shadow stack support, Rick Edgecombe
- [PATCH 33/35] selftests/x86: Add map_shadow_stack syscall test, Rick Edgecombe
- [PATCH 26/35] x86/process: Change copy_thread() argument 'arg' to 'stack_size', Rick Edgecombe
- [PATCH 34/35] x86/cet/shstk: Support wrss for userspace, Rick Edgecombe
- [PATCH 32/35] x86/cet/shstk: Introduce map_shadow_stack syscall, Rick Edgecombe
- [PATCH 35/35] x86/cpufeatures: Limit shadow stack to Intel CPUs, Rick Edgecombe
- [PATCH 27/35] x86/fpu: Add unsafe xsave buffer helpers, Rick Edgecombe
- [PATCH 24/35] mm: Re-introduce vm_flags to do_mmap(), Rick Edgecombe
- [PATCH 28/35] x86/cet/shstk: Handle thread shadow stack, Rick Edgecombe
- Re: [PATCH 00/35] Shadow stacks for userspace, Thomas Gleixner
- Re: [PATCH 00/35] Shadow stacks for userspace, Mike Rapoport
- [PATCH v3 0/6] Allocate module text and data separately,
Christophe Leroy
- [PATCH V4 00/17] riscv: compat: Add COMPAT mode support for rv64,
guoren
- [PATCH V4 01/17] kconfig: Add SYSVIPC_COMPAT for all architectures, guoren
- [PATCH V4 02/17] fs: stat: compat: Add __ARCH_WANT_COMPAT_STAT, guoren
- [PATCH V4 03/17] asm-generic: compat: Cleanup duplicate definitions, guoren
- [PATCH V4 04/17] syscalls: compat: Fix the missing part for __SYSCALL_COMPAT, guoren
- [PATCH V4 05/17] riscv: Fixup difference with defconfig, guoren
- [PATCH V4 06/17] riscv: compat: Add basic compat date type implementation, guoren
- [PATCH V4 07/17] riscv: compat: Re-implement TASK_SIZE for COMPAT_32BIT, guoren
- [PATCH V4 11/17] riscv: compat: Add elf.h implementation, guoren
- [PATCH V4 10/17] riscv: compat: process: Add UXL_32 support in start_thread, guoren
- [PATCH V4 09/17] riscv: compat: syscall: Add entry.S implementation, guoren
- [PATCH V4 08/17] riscv: compat: syscall: Add compat_sys_call_table implementation, guoren
- [PATCH V4 12/17] riscv: compat: vdso: Add rv32 VDSO base code implementation, guoren
- [PATCH V4 13/17] riscv: compat: vdso: Add setup additional pages implementation, guoren
- [PATCH V4 14/17] riscv: compat: signal: Add rt_frame implementation, guoren
- [PATCH V4 16/17] riscv: compat: Add COMPAT Kbuild skeletal support, guoren
- [PATCH V4 17/17] KVM: compat: riscv: Prevent KVM_COMPAT from being selected, guoren
- [PATCH V4 15/17] riscv: compat: ptrace: Add compat_arch_ptrace implement, guoren
- [PATCH v8 1/5] powercap/drivers/dtpm: Convert the init table section to a simple array, Daniel Lezcano
- [PATCH v2 0/5] Allocate module text and data separately,
Christophe Leroy
- [PATCH] tools/memory-model: Clarify syntactic and semantic dependencies,
Paul Heidekrüger
- [PATCH v7 1/5] powercap/drivers/dtpm: Convert the init table section to a simple array, Daniel Lezcano
- [PATCH v8 0/4] arm64: Enable BTI for the executable as well as the interpreter,
Mark Brown
- [PATCH 0/7] Allocate module text and data separately,
Christophe Leroy
- [PATCH] Revert "Makefile: Do not quote value for CONFIG_CC_IMPLICIT_FALLTHROUGH",
Masahiro Yamada
- [PATCH v6 1/5] powercap/drivers/dtpm: Convert the init table section to a simple array,
Daniel Lezcano
- [PATCH 2/3] vstatus: Add user space API definitions for VSTATUS, NOKERNINFO and TIOCSTAT,
Walt Drummond
- [PATCH 0/3] status: TTY status message request,
Walt Drummond
- [PATCH] asm-generic: Add missing brackets for io_stop_wc macro,
Xiongfeng Wang
- consolidate the compat fcntl definitions,
Christoph Hellwig
- [GIT PULL] LKMM changes for v5.17,
Paul E. McKenney
- [PATCH 1/5] sh: rename suffix-y to suffix_y,
Masahiro Yamada
- [PATCH 2/5] kbuild: drop $(size_append) from cmd_zstd, Masahiro Yamada
- [PATCH 4/5] arch: decompressor: remove useless vmlinux.bin.all-y, Masahiro Yamada
- [PATCH 3/5] kbuild: rename cmd_{bzip2,lzma,lzo,lz4,xzkern,zstd22}, Masahiro Yamada
- [PATCH 5/5] kbuild: add cmd_file_size, Masahiro Yamada
- Re: [PATCH 1/5] sh: rename suffix-y to suffix_y, Nicolas Schier
- [PATCH 00/23] mm, sched: Rework lazy mm handling,
Andy Lutomirski
- [PATCH 01/23] membarrier: Document why membarrier() works, Andy Lutomirski
- [PATCH 02/23] x86/mm: Handle unlazying membarrier core sync in the arch code, Andy Lutomirski
- [PATCH 04/23] membarrier: Make the post-switch-mm barrier explicit, Andy Lutomirski
- [PATCH 03/23] membarrier: Remove membarrier_arch_switch_mm() prototype in core code, Andy Lutomirski
- [PATCH 06/23] powerpc/membarrier: Remove special barrier on mm switch, Andy Lutomirski
- [PATCH 05/23] membarrier, kthread: Use _ONCE accessors for task->mm, Andy Lutomirski
- [PATCH 07/23] membarrier: Rewrite sync_core_before_usermode() and improve documentation, Andy Lutomirski
- [PATCH 09/23] membarrier: Fix incorrect barrier positions during exec and kthread_use_mm(), Andy Lutomirski
- [PATCH 12/23] Rework "sched/core: Fix illegal RCU from offline CPUs", Andy Lutomirski
- [PATCH 08/23] membarrier: Remove redundant clear of mm->membarrier_state in exec_mmap(), Andy Lutomirski
- [PATCH 10/23] x86/events, x86/insn-eval: Remove incorrect active_mm references, Andy Lutomirski
- [PATCH 11/23] sched/scs: Initialize shadow stack on idle thread bringup, not shutdown, Andy Lutomirski
- [PATCH 14/23] sched, exec: Factor current mm changes out from exec, Andy Lutomirski
- [PATCH 13/23] exec: Remove unnecessary vmacache_seqnum clear in exec_mmap(), Andy Lutomirski
- [PATCH 15/23] kthread: Switch to __change_current_mm(), Andy Lutomirski
- [PATCH 16/23] sched: Use lightweight hazard pointers to grab lazy mms, Andy Lutomirski
- [PATCH 17/23] x86/mm: Make use/unuse_temporary_mm() non-static, Andy Lutomirski
- [PATCH 19/23] x86/efi: Make efi_enter/leave_mm use the temporary_mm machinery, Andy Lutomirski
- [PATCH 18/23] x86/mm: Allow temporary mms when IRQs are on, Andy Lutomirski
- [PATCH 20/23] x86/mm: Remove leave_mm() in favor of unlazy_mm_irqs_off(), Andy Lutomirski
- [PATCH 22/23] x86/mm: Optimize for_each_possible_lazymm_cpu(), Andy Lutomirski
- [PATCH 21/23] x86/mm: Use unlazy_mm_irqs_off() in TLB flush IPIs, Andy Lutomirski
- [PATCH 23/23] x86/mm: Opt in to IRQs-off activate_mm(), Andy Lutomirski
- [ANNOUNCE] "Fast Kernel Headers" Tree -v2,
Ingo Molnar
- [PATCH] sections: Fix __is_kernel() to include init ranges, Helge Deller
- [PATCH v8 0/2] PCI: hv: Hyper-V vPCI for arm64,
Sunil Muthuswamy
- [PATCH v3 1/3] x86: Implement arch_prctl(ARCH_VSYSCALL_CONTROL) to disable vsyscall,
Florian Weimer
- [RFC PATCH 0/8] signals: Support more than 64 signals,
Walt Drummond
- Re: [PATCH 0000/2297] [ANNOUNCE, RFC] "Fast Kernel Headers" Tree -v1: Eliminate the Linux kernel's "Dependency Hell",
Greg Kroah-Hartman
- Re: [PATCH 0000/2297] [ANNOUNCE, RFC] "Fast Kernel Headers" Tree -v1: Eliminate the Linux kernel's "Dependency Hell", Ingo Molnar
- [PATCH] per_task: Implement single template to define 'struct task_struct_per_task' fields and offsets, Ingo Molnar
- <Possible follow-ups>
- Re: [PATCH 0000/2297] [ANNOUNCE, RFC] "Fast Kernel Headers" Tree -v1: Eliminate the Linux kernel's "Dependency Hell", Kirill A. Shutemov
- Re: [PATCH 0000/2297] [ANNOUNCE, RFC] "Fast Kernel Headers" Tree -v1: Eliminate the Linux kernel's "Dependency Hell", Nathan Chancellor
- Re: [PATCH 0000/2297] [ANNOUNCE, RFC] "Fast Kernel Headers" Tree -v1: Eliminate the Linux kernel's "Dependency Hell", Ingo Molnar
- [DEBUG PATCH] DO NOT MERGE: Enable SHADOW_CALL_STACK on GCC builds, for build testing, Ingo Molnar
- [PATCH] headers/deps: dcache: Move the ____cacheline_aligned attribute to the head of the definition, Ingo Molnar
- [TREE] "Fast Kernel Headers" Tree WIP/development branch, Ingo Molnar
- Re: [PATCH 0000/2297] [ANNOUNCE, RFC] "Fast Kernel Headers" Tree -v1: Eliminate the Linux kernel's "Dependency Hell", Nick Desaulniers
- Re: [PATCH 0000/2297] [ANNOUNCE, RFC] "Fast Kernel Headers" Tree -v1: Eliminate the Linux kernel's "Dependency Hell", Nathan Chancellor
- Re: [PATCH 0000/2297] [ANNOUNCE, RFC] "Fast Kernel Headers" Tree -v1: Eliminate the Linux kernel's "Dependency Hell", Nathan Chancellor
- Re: [PATCH 0000/2297] [ANNOUNCE, RFC] "Fast Kernel Headers" Tree -v1: Eliminate the Linux kernel's "Dependency Hell", Willy Tarreau
- Re: [PATCH 0000/2297] [ANNOUNCE, RFC] "Fast Kernel Headers" Tree -v1: Eliminate the Linux kernel's "Dependency Hell", Andy Shevchenko
- Re: [PATCH 0000/2297] [ANNOUNCE, RFC] "Fast Kernel Headers" Tree -v1: Eliminate the Linux kernel's "Dependency Hell", Andy Shevchenko
- Re: [PATCH 0000/2297] [ANNOUNCE, RFC] "Fast Kernel Headers" Tree -v1: Eliminate the Linux kernel's "Dependency Hell", Paul E. McKenney
- [PATCH v3] uapi: fix asm/signal.h userspace compilation errors, Dmitry V. Levin
- [PATCH 1/2] Drivers: hv: Fix definition of hypercall input & output arg variables,
Michael Kelley
- [RFC 00/32] Kconfig: Introduce HAS_IOPORT and LEGACY_PCI options,
Niklas Schnelle
- [RFC 03/32] ACPI: Kconfig: add HAS_IOPORT dependencies, Niklas Schnelle
- [RFC 08/32] comedi: Kconfig: add HAS_IOPORT dependencies, Niklas Schnelle
- [RFC 10/32] i2c: Kconfig: add HAS_IOPORT dependencies, Niklas Schnelle
- [RFC 14/32] leds: Kconfig: add HAS_IOPORT dependencies, Niklas Schnelle
- [RFC 04/32] parport: PC style parport depends on HAS_IOPORT, Niklas Schnelle
- [RFC 07/32] Input: gameport: add ISA and HAS_IOPORT dependencies, Niklas Schnelle
- [RFC 11/32] Input: Kconfig: add HAS_IOPORT dependencies, Niklas Schnelle
- [RFC 24/32] scsi: Kconfig: add HAS_IOPORT dependencies, Niklas Schnelle
- [RFC 19/32] platform: Kconfig: add HAS_IOPORT dependencies, Niklas Schnelle
- [RFC 29/32] firmware: dmi-sysfs: handle HAS_IOPORT dependencies, Niklas Schnelle
- [RFC 26/32] drm: handle HAS_IOPORT dependencies, Niklas Schnelle
- [RFC 28/32] PCI: make quirk using inw() depend on HAS_IOPORT, Niklas Schnelle
[Index of Archives]
[Kernel Announce]
[Kernel Newbies]
[Linux RAID]
[IETF Annouce]
[Security]
[Netdev]
[Linux Wireless]
[Netfilter]
[Bugtraq]