Linux Arch
[Prev Page][Next Page]
- [PATCH] mm: Remove arch_remap() and mm-arch-hooks.h, Christophe Leroy
- [GIT PULL 1/3] cleanups for v5.11,
Arnd Bergmann
- [PATCH v2 0/5] shoot lazy tlbs,
Nicholas Piggin
- [PATCH v2 0/2] Modify bitmap_set_value() to suppress compiler warning,
Syed Nayyar Waris
- [PATCH v9 00/16] Add support for Clang LTO,
Sami Tolvanen
- [PATCH v9 01/16] tracing: move function tracer options to Kconfig, Sami Tolvanen
- [PATCH v9 04/16] kbuild: lto: limit inlining, Sami Tolvanen
- [PATCH v9 11/16] scripts/mod: disable LTO for empty.c, Sami Tolvanen
- [PATCH v9 10/16] modpost: lto: strip .lto from module names, Sami Tolvanen
- [PATCH v9 09/16] PCI: Fix PREL32 relocations for LTO, Sami Tolvanen
- [PATCH v9 08/16] init: lto: fix PREL32 relocations, Sami Tolvanen
- [PATCH v9 05/16] kbuild: lto: merge module sections, Sami Tolvanen
- [PATCH v9 07/16] init: lto: ensure initcall ordering, Sami Tolvanen
- [PATCH v9 12/16] efi/libstub: disable LTO, Sami Tolvanen
- [PATCH v9 15/16] arm64: disable recordmcount with DYNAMIC_FTRACE_WITH_REGS, Sami Tolvanen
- [PATCH v9 02/16] kbuild: add support for Clang LTO, Sami Tolvanen
- [PATCH v9 03/16] kbuild: lto: fix module versioning, Sami Tolvanen
- [PATCH v9 16/16] arm64: allow LTO to be selected, Sami Tolvanen
- [PATCH v9 14/16] arm64: vdso: disable LTO, Sami Tolvanen
- [PATCH v9 13/16] drivers/misc/lkdtm: disable LTO for rodata.o, Sami Tolvanen
- [PATCH v9 06/16] kbuild: lto: add a default list of used symbols, Sami Tolvanen
- Re: [PATCH v9 00/16] Add support for Clang LTO, Kees Cook
- Re: [PATCH v9 00/16] Add support for Clang LTO, Kees Cook
- Re: [PATCH v9 00/16] Add support for Clang LTO, Sedat Dilek
- [PATCH v16 0/7] Control-flow Enforcement: Indirect Branch Tracking,
Yu-cheng Yu
- [PATCH v16 00/26] Control-flow Enforcement: Shadow Stack,
Yu-cheng Yu
- [PATCH v16 07/26] x86/mm: Remove _PAGE_DIRTY from kernel RO pages, Yu-cheng Yu
- [PATCH v16 12/26] mm: Introduce VM_SHSTK for shadow stack memory, Yu-cheng Yu
- [PATCH v16 26/26] mm: Introduce PROT_SHSTK for shadow stack, Yu-cheng Yu
- [PATCH v16 24/26] x86/cet/shstk: Handle thread shadow stack, Yu-cheng Yu
- [PATCH v16 25/26] x86/cet/shstk: Add arch_prctl functions for shadow stack, Yu-cheng Yu
- [PATCH v16 21/26] x86/cet/shstk: Handle signals for shadow stack, Yu-cheng Yu
- [PATCH v16 22/26] binfmt_elf: Define GNU_PROPERTY_X86_FEATURE_1_AND properties, Yu-cheng Yu
- [PATCH v16 17/26] mm/mmap: Add shadow stack pages to memory accounting, Yu-cheng Yu
- [PATCH v16 23/26] ELF: Introduce arch_setup_elf_property(), Yu-cheng Yu
- [PATCH v16 20/26] x86/cet/shstk: User-mode shadow stack support, Yu-cheng Yu
- [PATCH v16 16/26] mm: Add guard pages around a shadow stack., Yu-cheng Yu
- [PATCH v16 19/26] mm: Re-introduce vm_flags to do_mmap(), Yu-cheng Yu
- [PATCH v16 15/26] mm: Fixup places that call pte_mkwrite() directly, Yu-cheng Yu
- [PATCH v16 18/26] mm: Update can_follow_write_pte() for shadow stack, Yu-cheng Yu
- [PATCH v16 04/26] x86/cpufeatures: Introduce X86_FEATURE_CET and setup functions, Yu-cheng Yu
- [PATCH v16 09/26] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS, Yu-cheng Yu
- [PATCH v16 06/26] x86/cet: Add control-protection fault handler, Yu-cheng Yu
- [PATCH v16 10/26] x86/mm: Update pte_modify for _PAGE_COW, Yu-cheng Yu
- [PATCH v16 13/26] x86/mm: Shadow Stack page fault error checking, Yu-cheng Yu
- [PATCH v16 14/26] x86/mm: Update maybe_mkwrite() for shadow stack, Yu-cheng Yu
- [PATCH v16 11/26] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW, Yu-cheng Yu
- [PATCH v16 08/26] x86/mm: Introduce _PAGE_COW, Yu-cheng Yu
- [PATCH v16 01/26] Documentation/x86: Add CET description, Yu-cheng Yu
- [PATCH v16 02/26] x86/cet/shstk: Add Kconfig option for user-mode control-flow protection, Yu-cheng Yu
- [PATCH v16 03/26] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET), Yu-cheng Yu
- [PATCH v16 05/26] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states, Yu-cheng Yu
- [PATCH v26 00/12] Landlock LSM,
Mickaël Salaün
- [PATCH v26 08/12] landlock: Add syscall implementations, Mickaël Salaün
- [PATCH v26 10/12] selftests/landlock: Add user space tests, Mickaël Salaün
- [PATCH v26 11/12] samples/landlock: Add a sandbox manager example, Mickaël Salaün
- [PATCH v26 05/12] LSM: Infrastructure management of the superblock, Mickaël Salaün
- [PATCH v26 09/12] arch: Wire up Landlock syscalls, Mickaël Salaün
- [PATCH v26 07/12] landlock: Support filesystem access-control, Mickaël Salaün
- [PATCH v26 02/12] landlock: Add ruleset and domain management, Mickaël Salaün
- [PATCH v26 04/12] landlock: Add ptrace restrictions, Mickaël Salaün
- [PATCH v26 12/12] landlock: Add user and kernel documentation, Mickaël Salaün
- [PATCH v26 06/12] fs,security: Add sb_delete hook, Mickaël Salaün
- [PATCH v26 03/12] landlock: Set up the security framework and manage credentials, Mickaël Salaün
- [PATCH v26 01/12] landlock: Add object management, Mickaël Salaün
- Re: [PATCH v26 00/12] Landlock LSM, Jann Horn
- [PATCH 0/3] Add sending TX hardware timestamp for TC ETF Qdisc,
Erez Geva
- RFC: arch: shall we have generic readl_be()/writel_be()/... or in_be32()/out_be32() ?,
Enrico Weigelt, metux IT consult
- [PATCH v5 00/15] An alternative series for asymmetric AArch32 systems,
Will Deacon
- [PATCH v5 01/15] arm64: cpuinfo: Split AArch32 registers out into a separate struct, Will Deacon
- [PATCH v5 02/15] arm64: Allow mismatched 32-bit EL0 support, Will Deacon
- [PATCH v5 03/15] KVM: arm64: Kill 32-bit vCPUs on systems with mismatched EL0 support, Will Deacon
- [PATCH v5 04/15] arm64: Kill 32-bit applications scheduled on 64-bit-only CPUs, Will Deacon
- [PATCH v5 06/15] sched: Introduce task_cpu_possible_mask() to limit fallback rq selection, Will Deacon
- [PATCH v5 07/15] cpuset: Don't use the cpu_possible_mask as a last resort for cgroup v1, Will Deacon
- [PATCH v5 12/15] arm64: exec: Adjust affinity for compat tasks with mismatched 32-bit EL0, Will Deacon
- [PATCH v5 15/15] arm64: Remove logic to kill 32-bit tasks on 64-bit-only cores, Will Deacon
- [PATCH v5 13/15] arm64: Prevent offlining first CPU with 32-bit EL0 on mismatched system, Will Deacon
- [PATCH v5 14/15] arm64: Hook up cmdline parameter to allow mismatched 32-bit EL0, Will Deacon
- [PATCH v5 09/15] sched: Reject CPU affinity changes based on task_cpu_possible_mask(), Will Deacon
- [PATCH v5 10/15] sched: Introduce force_compatible_cpus_allowed_ptr() to limit CPU affinity, Will Deacon
- [PATCH v5 11/15] arm64: Implement task_cpu_possible_mask(), Will Deacon
- [PATCH v5 08/15] cpuset: Honour task_cpu_possible_mask() in guarantee_online_cpus(), Will Deacon
- [PATCH v5 05/15] arm64: Advertise CPUs capable of running 32-bit applications in sysfs, Will Deacon
- Re: [PATCH v5 00/15] An alternative series for asymmetric AArch32 systems, Peter Zijlstra
- Re: [PATCH v5 00/15] An alternative series for asymmetric AArch32 systems, Qais Yousef
- [PATCH v2 8/8] ufs/util.h: Apply new find_last_zero_bit., Levi Yun
- [PATCH v2 7/8] btrfs/free-space-cache.c: Apply find_last_zero_bit, Levi Yun
- [PATCH v2 6/8] lib/find_bit: Add test-module,find_last_zero_bit, Levi Yun
- [PATCH v2 5/8] lib/find_bit_bench.c: Add find_last_zero_bit., Levi Yun
- [PATCH v2 4/8] bitops/le.h: Add le support for find_last_bit, Levi Yun
- [PATCH v2 3/8] bitops/find.h: Add declaration find_last_zero_bit, Levi Yun
- [PATCH v2 2/8] linux/bitops.h: Add find_each_*_bit_reverse macros, Levi Yun
- [PATCH v2 1/8] lib/find_bit.c: Add find_last_zero_bit,
Levi Yun
- [PATCH] arm64: enable GENERIC_FIND_FIRST_BIT,
Yury Norov
- [PATCH v9 00/12] huge vmalloc mappings,
Nicholas Piggin
- [PATCH v9 02/12] mm: apply_to_pte_range warn and fail if a large pte is encountered, Nicholas Piggin
- [PATCH v9 01/12] mm/vmalloc: fix vmalloc_to_page for huge vmap mappings, Nicholas Piggin
- [PATCH v9 03/12] mm/vmalloc: rename vmap_*_range vmap_pages_*_range, Nicholas Piggin
- [PATCH v9 04/12] mm/ioremap: rename ioremap_*_range to vmap_*_range, Nicholas Piggin
- [PATCH v9 06/12] powerpc: inline huge vmap supported functions, Nicholas Piggin
- [PATCH v9 08/12] x86: inline huge vmap supported functions, Nicholas Piggin
- [PATCH v9 05/12] mm: HUGE_VMAP arch support cleanup, Nicholas Piggin
- [PATCH v9 07/12] arm64: inline huge vmap supported functions, Nicholas Piggin
- [PATCH v9 09/12] mm: Move vmap_range from mm/ioremap.c to mm/vmalloc.c, Nicholas Piggin
- [PATCH v9 10/12] mm/vmalloc: add vmap_range_noflush variant, Nicholas Piggin
- [PATCH v9 11/12] mm/vmalloc: Hugepage vmalloc mappings, Nicholas Piggin
- [PATCH v9 12/12] powerpc/64s/radix: Enable huge vmalloc mappings, Nicholas Piggin
- [RFC v2 0/2] lazy mm refcounting,
Andy Lutomirski
- [PATCH v3 2/2] Kbuild: implement support for DWARF v5,
Nick Desaulniers
- [PATCH] firmware_loader: Align .builtin_fw to 8,
Fangrui Song
- [PATCH v14 00/10] mm: introduce memfd_secret system call to create "secret" memory areas,
Mike Rapoport
- [PATCH v14 01/10] mm: add definition of PMD_PAGE_ORDER, Mike Rapoport
- [PATCH v14 02/10] mmap: make mlock_future_check() global, Mike Rapoport
- [PATCH v14 03/10] set_memory: allow set_direct_map_*_noflush() for multiple pages, Mike Rapoport
- [PATCH v14 04/10] set_memory: allow querying whether set_direct_map_*() is actually enabled, Mike Rapoport
- [PATCH v14 05/10] mm: introduce memfd_secret system call to create "secret" memory areas, Mike Rapoport
- [PATCH v14 06/10] secretmem: use PMD-size pages to amortize direct map fragmentation, Mike Rapoport
- [PATCH v14 07/10] secretmem: add memcg accounting, Mike Rapoport
- [PATCH v14 08/10] PM: hibernate: disable when there are active secretmem users, Mike Rapoport
- [PATCH v14 09/10] arch, mm: wire up memfd_secret system call were relevant, Mike Rapoport
- [PATCH v14 10/10] secretmem: test: add basic selftest for memfd_secret(2), Mike Rapoport
- [MOCKUP] x86/mm: Lightweight lazy mm refcounting,
Andy Lutomirski
- [PATCH] lib/find_bit: Add find_prev_*_bit functions.,
Yun Levi
[PATCH v8 00/16] Add support for Clang LTO,
Sami Tolvanen
- [PATCH v8 01/16] tracing: move function tracer options to Kconfig, Sami Tolvanen
- [PATCH v8 02/16] kbuild: add support for Clang LTO, Sami Tolvanen
- [PATCH v8 05/16] kbuild: lto: merge module sections, Sami Tolvanen
- [PATCH v8 07/16] init: lto: ensure initcall ordering, Sami Tolvanen
- [PATCH v8 08/16] init: lto: fix PREL32 relocations, Sami Tolvanen
- [PATCH v8 03/16] kbuild: lto: fix module versioning, Sami Tolvanen
- [PATCH v8 10/16] modpost: lto: strip .lto from module names, Sami Tolvanen
- [PATCH v8 09/16] PCI: Fix PREL32 relocations for LTO, Sami Tolvanen
- [PATCH v8 04/16] kbuild: lto: limit inlining, Sami Tolvanen
- [PATCH v8 06/16] kbuild: lto: remove duplicate dependencies from .mod files, Sami Tolvanen
- [PATCH v8 11/16] scripts/mod: disable LTO for empty.c, Sami Tolvanen
- [PATCH v8 14/16] arm64: vdso: disable LTO, Sami Tolvanen
- [PATCH v8 16/16] arm64: allow LTO to be selected, Sami Tolvanen
- [PATCH v8 15/16] arm64: disable recordmcount with DYNAMIC_FTRACE_WITH_REGS, Sami Tolvanen
- [PATCH v8 13/16] drivers/misc/lkdtm: disable LTO for rodata.o, Sami Tolvanen
- [PATCH v8 12/16] efi/libstub: disable LTO, Sami Tolvanen
- Re: [PATCH v8 00/16] Add support for Clang LTO, Nick Desaulniers
- Re: [PATCH v8 00/16] Add support for Clang LTO, Will Deacon
- Re: [PATCH v8 00/16] Add support for Clang LTO, Arnd Bergmann
- Message not available
Re: [PATCH v8 00/16] Add support for Clang LTO, Arnd Bergmann
[PATCH v4 3/4] powercap/drivers/dtpm: Add API for dynamic thermal power management,
Daniel Lezcano
[PATCH v25 00/12] Landlock LSM,
Mickaël Salaün
- [PATCH v25 02/12] landlock: Add ruleset and domain management, Mickaël Salaün
- [PATCH v25 03/12] landlock: Set up the security framework and manage credentials, Mickaël Salaün
- [PATCH v25 09/12] arch: Wire up Landlock syscalls, Mickaël Salaün
- [PATCH v25 07/12] landlock: Support filesystem access-control, Mickaël Salaün
- [PATCH v25 04/12] landlock: Add ptrace restrictions, Mickaël Salaün
- [PATCH v25 01/12] landlock: Add object management, Mickaël Salaün
- [PATCH v25 05/12] LSM: Infrastructure management of the superblock, Mickaël Salaün
- [PATCH v25 12/12] landlock: Add user and kernel documentation, Mickaël Salaün
- [PATCH v25 06/12] fs,security: Add sb_delete hook, Mickaël Salaün
- [PATCH v25 08/12] landlock: Add syscall implementations, Mickaël Salaün
- [PATCH v25 11/12] samples/landlock: Add a sandbox manager example, Mickaël Salaün
- [PATCH v25 10/12] selftests/landlock: Add user space tests, Mickaël Salaün
Re: [PATCH] fanotify: Fix sys_fanotify_mark() on native x86-32,
Andy Lutomirski
[PATCH v13 00/10] mm: introduce memfd_secret system call to create "secret" memory areas,
Mike Rapoport
- [PATCH v13 01/10] mm: add definition of PMD_PAGE_ORDER, Mike Rapoport
- [PATCH v13 02/10] mmap: make mlock_future_check() global, Mike Rapoport
- [PATCH v13 03/10] set_memory: allow set_direct_map_*_noflush() for multiple pages, Mike Rapoport
- [PATCH v13 04/10] set_memory: allow querying whether set_direct_map_*() is actually enabled, Mike Rapoport
- [PATCH v13 05/10] mm: introduce memfd_secret system call to create "secret" memory areas, Mike Rapoport
- [PATCH v13 06/10] secretmem: use PMD-size pages to amortize direct map fragmentation, Mike Rapoport
- [PATCH v13 07/10] secretmem: add memcg accounting, Mike Rapoport
- [PATCH v13 08/10] PM: hibernate: disable when there are active secretmem users, Mike Rapoport
- [PATCH v13 09/10] arch, mm: wire up memfd_secret system call were relevant, Mike Rapoport
- [PATCH v13 10/10] secretmem: test: add basic selftest for memfd_secret(2), Mike Rapoport
[PATCH v8 00/12] huge vmalloc mappings,
Nicholas Piggin
- [PATCH v8 02/12] mm: apply_to_pte_range warn and fail if a large pte is encountered, Nicholas Piggin
- [PATCH v8 07/12] arm64: inline huge vmap supported functions, Nicholas Piggin
- [PATCH v8 09/12] mm: Move vmap_range from mm/ioremap.c to mm/vmalloc.c, Nicholas Piggin
- [PATCH v8 03/12] mm/vmalloc: rename vmap_*_range vmap_pages_*_range, Nicholas Piggin
- [PATCH v8 01/12] mm/vmalloc: fix vmalloc_to_page for huge vmap mappings, Nicholas Piggin
- [PATCH v8 11/12] mm/vmalloc: Hugepage vmalloc mappings, Nicholas Piggin
- [PATCH v8 08/12] x86: inline huge vmap supported functions, Nicholas Piggin
- [PATCH v8 05/12] mm: HUGE_VMAP arch support cleanup, Nicholas Piggin
- [PATCH v8 10/12] mm/vmalloc: add vmap_range_noflush variant, Nicholas Piggin
- [PATCH v8 12/12] powerpc/64s/radix: Enable huge vmalloc mappings, Nicholas Piggin
- [PATCH v8 04/12] mm/ioremap: rename ioremap_*_range to vmap_*_range, Nicholas Piggin
- [PATCH v8 06/12] powerpc: inline huge vmap supported functions, Nicholas Piggin
[PATCH 0/8] shoot lazy tlbs,
Nicholas Piggin
[GIT PULL] asm-generic: add correct MAX_POSSIBLE_PHYSMEM_BITS setting,
Arnd Bergmann
Re: [PATCH] fanotify: Fix fanotify_mark() on 32-bit x86,
Andy Lutomirski
[PATCH v2 0/6] perf/mm: Fix PERF_SAMPLE_*_PAGE_SIZE,
Peter Zijlstra
[PATCH 1/7] dyndbg: move struct _ddebug's display fields to new _ddebug_callsite, Jim Cromie
Re: [locking/qspinlock] 6f9a39a437: unixbench.score -17.3% regression, Alex Kogan
[PATCH v12 00/10] mm: introduce memfd_secret system call to create "secret" memory areas,
Mike Rapoport
- [PATCH v12 01/10] mm: add definition of PMD_PAGE_ORDER, Mike Rapoport
- [PATCH v12 02/10] mmap: make mlock_future_check() global, Mike Rapoport
- [PATCH v12 03/10] set_memory: allow set_direct_map_*_noflush() for multiple pages, Mike Rapoport
- [PATCH v12 04/10] set_memory: allow querying whether set_direct_map_*() is actually enabled, Mike Rapoport
- [PATCH v12 05/10] mm: introduce memfd_secret system call to create "secret" memory areas, Mike Rapoport
- [PATCH v12 06/10] secretmem: use PMD-size pages to amortize direct map fragmentation, Mike Rapoport
- [PATCH v12 07/10] secretmem: add memcg accounting, Mike Rapoport
- [PATCH v12 08/10] PM: hibernate: disable when there are active secretmem users, Mike Rapoport
- [PATCH v12 09/10] arch, mm: wire up memfd_secret system call were relevant, Mike Rapoport
- [PATCH v12 10/10] secretmem: test: add basic selftest for memfd_secret(2), Mike Rapoport
[PATCH v3 07/17] x86/hyperv: extract partition ID from Microsoft Hypervisor if necessary, Wei Liu
[PATCH v3 09/17] x86/hyperv: provide a bunch of helper functions, Wei Liu
[PATCH v3 13/17] asm-generic/hyperv: introduce hv_device_id and auxiliary structures, Wei Liu
[PATCH v3 14/17] asm-generic/hyperv: import data structures for mapping device interrupts, Wei Liu
[PATCH v3 12/17] asm-generic/hyperv: update hv_interrupt_entry,
Wei Liu
[PATCH v3 11/17] asm-generic/hyperv: update hv_msi_entry, Wei Liu
[PATCH v3 01/17] asm-generic/hyperv: change HV_CPU_POWER_MANAGEMENT to HV_CPU_MANAGEMENT,
Wei Liu
[PATCH v4 00/14] An alternative series for asymmetric AArch32 systems,
Will Deacon
- [PATCH v4 01/14] arm64: cpuinfo: Split AArch32 registers out into a separate struct, Will Deacon
- [PATCH v4 02/14] arm64: Allow mismatched 32-bit EL0 support, Will Deacon
- [PATCH v4 03/14] KVM: arm64: Kill 32-bit vCPUs on systems with mismatched EL0 support, Will Deacon
- [PATCH v4 04/14] arm64: Kill 32-bit applications scheduled on 64-bit-only CPUs, Will Deacon
- [PATCH v4 05/14] arm64: Advertise CPUs capable of running 32-bit applications in sysfs, Will Deacon
- [PATCH v4 06/14] arm64: Hook up cmdline parameter to allow mismatched 32-bit EL0, Will Deacon
- [PATCH v4 07/14] sched: Introduce restrict_cpus_allowed_ptr() to limit task CPU affinity, Will Deacon
- [PATCH v4 08/14] arm64: exec: Adjust affinity for compat tasks with mismatched 32-bit EL0, Will Deacon
- [PATCH v4 09/14] cpuset: Don't use the cpu_possible_mask as a last resort for cgroup v1, Will Deacon
- [PATCH v4 10/14] sched: Introduce arch_task_cpu_possible_mask() to limit fallback rq selection, Will Deacon
- [PATCH v4 11/14] sched: Reject CPU affinity changes based on arch_task_cpu_possible_mask(), Will Deacon
- [PATCH v4 12/14] arm64: Prevent offlining first CPU with 32-bit EL0 on mismatched system, Will Deacon
- [PATCH v4 13/14] arm64: Implement arch_task_cpu_possible_mask(), Will Deacon
- [PATCH v4 14/14] arm64: Remove logic to kill 32-bit tasks on 64-bit-only cores, Will Deacon
- Re: [PATCH v4 00/14] An alternative series for asymmetric AArch32 systems, Qais Yousef
- Re: [PATCH v4 00/14] An alternative series for asymmetric AArch32 systems, Pavel Machek
[PATCH v11 0/9] mm: introduce memfd_secret system call to create "secret" memory areas,
Mike Rapoport
- [PATCH v11 1/9] mm: add definition of PMD_PAGE_ORDER, Mike Rapoport
- [PATCH v11 2/9] mmap: make mlock_future_check() global, Mike Rapoport
- [PATCH v11 3/9] set_memory: allow set_direct_map_*_noflush() for multiple pages, Mike Rapoport
- [PATCH v11 4/9] mm: introduce memfd_secret system call to create "secret" memory areas, Mike Rapoport
- [PATCH v11 5/9] secretmem: use PMD-size pages to amortize direct map fragmentation, Mike Rapoport
- [PATCH v11 6/9] secretmem: add memcg accounting, Mike Rapoport
- [PATCH v11 7/9] PM: hibernate: disable when there are active secretmem users, Mike Rapoport
- [PATCH v11 8/9] arch, mm: wire up memfd_secret system call were relevant, Mike Rapoport
- [PATCH v11 9/9] secretmem: test: add basic selftest for memfd_secret(2), Mike Rapoport
[PATCH v5 0/9] "Task_isolation" mode,
Alex Belits
- [PATCH v5 1/9] task_isolation: vmstat: add quiet_vmstat_sync function, Alex Belits
- [PATCH v5 2/9] task_isolation: vmstat: add vmstat_idle function, Alex Belits
- [PATCH v5 3/9] task_isolation: userspace hard isolation from kernel, Alex Belits
- [PATCH v5 4/9] task_isolation: Add task isolation hooks to arch-independent code, Alex Belits
- [PATCH v5 5/9] task_isolation: Add driver-specific hooks, Alex Belits
- [PATCH v5 6/9] task_isolation: arch/arm64: enable task isolation functionality, Alex Belits
- [PATCH v5 7/9] task_isolation: don't interrupt CPUs with tick_nohz_full_kick_cpu(), Alex Belits
- [PATCH v5 9/9] task_isolation: kick_all_cpus_sync: don't kick isolated cpus, Alex Belits
- [PATCH v5 8/9] task_isolation: ringbuffer: don't interrupt CPUs running isolated tasks on buffer resize, Alex Belits
- Re: [PATCH v5 0/9] "Task_isolation" mode, Tom Rix
- Re: [PATCH v5 0/9] "Task_isolation" mode, Pavel Machek
[PATCH v2 0/8] linker-section array fix and clean ups,
Johan Hovold
[PATCH v10 0/9] mm: introduce memfd_secret system call to create "secret" memory areas,
Mike Rapoport
- [PATCH v10 1/9] mm: add definition of PMD_PAGE_ORDER, Mike Rapoport
- [PATCH v10 3/9] set_memory: allow set_direct_map_*_noflush() for multiple pages, Mike Rapoport
- [PATCH v10 2/9] mmap: make mlock_future_check() global, Mike Rapoport
- [PATCH v10 4/9] mm: introduce memfd_secret system call to create "secret" memory areas, Mike Rapoport
- [PATCH v10 5/9] secretmem: use PMD-size pages to amortize direct map fragmentation, Mike Rapoport
- [PATCH v10 6/9] secretmem: add memcg accounting, Mike Rapoport
- [PATCH v10 7/9] PM: hibernate: disable when there are active secretmem users, Mike Rapoport
- [PATCH v10 8/9] arch, mm: wire up memfd_secret system call were relevant, Mike Rapoport
- [PATCH v10 9/9] secretmem: test: add basic selftest for memfd_secret(2), Mike Rapoport
- Re: [PATCH v10 0/9] mm: introduce memfd_secret system call to create "secret" memory areas, Andy Lutomirski
[PATCH] asm-generic/io.h: terser readsb() and friends, Alexey Dobriyan
[PATCH 0/4] Modify bitmap_set_value() to suppress compiler warning,
Syed Nayyar Waris
[PATCH v2 0/4] x86: Improve Minimum Alternate Stack Size,
Chang S. Bae
[PATCH v5 0/5] Unify NUMA implementation between ARM64 & RISC-V,
Atish Patra
[Index of Archives]
[Kernel Announce]
[Kernel Newbies]
[Linux RAID]
[IETF Annouce]
[Security]
[Netdev]
[Linux Wireless]
[Netfilter]
[Bugtraq]