linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-28 00:59:24 to 2021-02-02 17:27:58 UTC [more...]

[PATCH v16 00/11] mm: introduce memfd_secret system call to create "secret" memory areas
 2021-02-02 14:42 UTC  (43+ messages)
` [PATCH v16 07/11] secretmem: use PMD-size pages to amortize direct map fragmentation
` [PATCH v16 08/11] secretmem: add memcg accounting

[PATCH v5 07/16] x86/hyperv: extract partition ID from Microsoft Hypervisor if necessary
 2021-02-02 17:02 UTC  (9+ messages)
` [PATCH v5 09/16] x86/hyperv: provide a bunch of helper functions
` [PATCH v5 13/16] asm-generic/hyperv: introduce hv_device_id and auxiliary structures

[PATCH v28 00/12] Landlock LSM
 2021-02-02 16:27 UTC  (12+ messages)
` [PATCH v28 01/12] landlock: Add object management
` [PATCH v28 02/12] landlock: Add ruleset and domain management
` [PATCH v28 03/12] landlock: Set up the security framework and manage credentials
` [PATCH v28 04/12] landlock: Add ptrace restrictions
` [PATCH v28 05/12] LSM: Infrastructure management of the superblock
` [PATCH v28 06/12] fs,security: Add sb_delete hook
` [PATCH v28 07/12] landlock: Support filesystem access-control
` [PATCH v28 08/12] landlock: Add syscall implementations
` [PATCH v28 09/12] arch: Wire up Landlock syscalls
` [PATCH v28 11/12] samples/landlock: Add a sandbox manager example
` [PATCH v28 12/12] landlock: Add user and kernel documentation

[PATCH v12 00/14] huge vmalloc mappings
 2021-02-02 13:48 UTC  (20+ messages)
` [PATCH v12 01/14] ARM: mm: add missing pud_page define to 2-level page tables
` [PATCH v12 02/14] mm/vmalloc: fix HUGE_VMAP regression by enabling huge pages in vmalloc_to_page
` [PATCH v12 03/14] mm: apply_to_pte_range warn and fail if a large pte is encountered
` [PATCH v12 04/14] mm/vmalloc: rename vmap_*_range vmap_pages_*_range
` [PATCH v12 05/14] mm/ioremap: rename ioremap_*_range to vmap_*_range
` [PATCH v12 06/14] mm: HUGE_VMAP arch support cleanup
` [PATCH v12 07/14] powerpc: inline huge vmap supported functions
` [PATCH v12 08/14] arm64: "
` [PATCH v12 09/14] x86: "
` [PATCH v12 10/14] mm/vmalloc: provide fallback arch huge vmap support functions
` [PATCH v12 11/14] mm: Move vmap_range from mm/ioremap.c to mm/vmalloc.c
` [PATCH v12 12/14] mm/vmalloc: add vmap_range_noflush variant
` [PATCH v12 13/14] mm/vmalloc: Hugepage vmalloc mappings
` [PATCH v12 14/14] powerpc/64s/radix: Enable huge "

[PATCH v11 00/13] huge vmalloc mappings
 2021-02-02 10:22 UTC  (6+ messages)
` [PATCH v11 01/13] mm/vmalloc: fix HUGE_VMAP regression by enabling huge pages in vmalloc_to_page
` [PATCH v11 04/13] mm/ioremap: rename ioremap_*_range to vmap_*_range

[RESEND PATCH v2 0/6] lib/find_bit: fast path for small bitmaps
 2021-02-02  7:13 UTC  (19+ messages)
` [PATCH 1/8] tools: disable -Wno-type-limits
` [PATCH 2/8] tools: bitmap: sync function declarations with linux kernel
` [PATCH 3/8] arch: rearrange headers inclusion order in asm/bitops for m68k and sh
` [PATCH 4/8] lib: introduce BITS_{FIRST,LAST} macro
` [PATCH 5/8] bitsperlong.h: introduce SMALL_CONST() macro
` [PATCH 6/8] lib: inline _find_next_bit() wrappers
` [PATCH 7/8] lib: add fast path for find_next_*_bit()
` [PATCH 8/8] lib: add fast path for find_first_*_bit() and find_last_bit()

[PATCH] MIPS: fix kernel_stack_pointer()
 2021-02-02  1:32 UTC  (3+ messages)

[PATCH v18 00/25] Control-flow Enforcement: Shadow Stack
 2021-02-01 23:14 UTC  (25+ messages)
` [PATCH v18 02/25] x86/cet/shstk: Add Kconfig option for user-mode control-flow protection
` [PATCH v18 05/25] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
  ` [NEEDS-REVIEW] "
` [PATCH v18 21/25] x86/cet/shstk: Handle signals for shadow stack
` [PATCH v18 24/25] x86/cet/shstk: Add arch_prctl functions "

[PATCH 00/10] Refactor arch specific Hyper-V code
 2021-02-01 19:53 UTC  (5+ messages)
` [PATCH 08/10] clocksource/drivers/hyper-v: Handle sched_clock differences inline
` [PATCH 10/10] clocksource/drivers/hyper-v: Move handling of STIMER0 interrupts

[PATCH v3 hyperv-next 0/4] Drivers: hv: vmbus: Restrict devices and configurations on 'isolated' guests
 2021-02-01 18:11 UTC  (4+ messages)
` [PATCH v3 hyperv-next 1/4] x86/hyperv: Load/save the Isolation Configuration leaf

[PATCH v7 0/2] Kbuild: DWARF v5 support
 2021-01-31  0:39 UTC  (10+ messages)
` [PATCH v7 1/2] Kbuild: make DWARF version a choice
` [PATCH v7 2/2] Kbuild: implement support for DWARF v5

[PATCH v6 0/2] Kbuild: DWARF v5 support
 2021-01-30  0:58 UTC  (36+ messages)
` [PATCH v6 1/2] Kbuild: make DWARF version a choice
` [PATCH v6 2/2] Kbuild: implement support for DWARF v5

[RFC PATCH 00/12] Introduce sv48 support without relocable kernel
 2021-01-30  9:33 UTC  (2+ messages)

[PATCH 0/6] lib/find_bit: fast path for small bitmaps
 2021-01-29 22:25 UTC  (13+ messages)
` [PATCH 1/6] arch: rearrange headers inclusion order in asm/bitops for m68k and sh
` [PATCH 2/6] lib: inttroduce BITS_{FIRST,LAST}() macro
` [PATCH 2/5] bits_per_long.h: introduce SMALL_CONST() macro
` [PATCH 3/5] lib: inline _find_next_bit() wrappers
` [PATCH 4/5] lib: add fast path for find_next_*_bit()
` [PATCH 6/6] lib: add fast path for find_first_*_bit() and find_last_bit()

[PATCH 0/6] lib/find_bit: fast path for small bitmaps
 2021-01-29  6:41 UTC  (4+ messages)
` [PATCH 4/6] lib: inline _find_next_bit() wrappers

[PATCH v2 0/4] Drivers: hv: vmbus: Restrict devices and configurations on 'isolated' guests
 2021-01-29  0:35 UTC  (3+ messages)
` [PATCH v2 1/4] x86/hyperv: Load/save the Isolation Configuration leaf

[PATCH] ptrace: restore the previous single step reporting behavior
 2021-01-28 20:15 UTC  (2+ messages)

[GIT PULL] asm-generic/ia64 fixes, mark as orphaned
 2021-01-28 18:16 UTC  (2+ messages)

[PATCH] ptrace: restore the previous single step reporting behavior
 2021-01-28 12:40 UTC  (3+ messages)

[PATCH 00/27] arch: syscalls: unifiy all syscalltbl.sh into scripts/syscalltbl.sh
 2021-01-28  8:17 UTC  (23+ messages)
` [PATCH 01/27] scripts: add generic syscalltbl.sh
` [PATCH 02/27] x86/syscalls: fix -Wmissing-prototypes warnings from COND_SYSCALL()
` [PATCH 11/27] m68k: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 12/27] m68k: syscalls: switch to generic syscalltbl.sh
` [PATCH 13/27] microblaze: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 14/27] microblaze: syscalls: switch to generic syscalltbl.sh
` [PATCH 15/27] mips: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 16/27] mips: syscalls: switch to generic syscalltbl.sh
` [PATCH 18/27] parisc: "
` [PATCH 19/27] sh: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 20/27] sh: syscalls: switch to generic syscalltbl.sh
` [PATCH 21/27] sparc: remove wrong comment from arch/sparc/include/asm/Kbuild
` [PATCH 22/27] sparc: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 24/27] powerpc: "
` [PATCH 25/27] powerpc: syscalls: switch to generic syscalltbl.sh
` [PATCH 26/27] xtensa: add missing FORCE and fix 'targets' to make if_changed work


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).