linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-28 14:58:45 to 2021-02-03 15:29:11 UTC [more...]

[PATCH v28 00/12] Landlock LSM
 2021-02-03 15:27 UTC  (15+ 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 0/2] KVM: arm64: Stub exports in nvhe code
 2021-02-03 15:24 UTC  (4+ messages)
` [PATCH 1/2] asm-generic: export: Stub EXPORT_SYMBOL with __DISABLE_EXPORTS
` [PATCH 2/2] KVM: arm64: Stub EXPORT_SYMBOL for nVHE EL2 code

[PATCH v6 01/16] asm-generic/hyperv: change HV_CPU_POWER_MANAGEMENT to HV_CPU_MANAGEMENT
 2021-02-03 15:04 UTC  (7+ messages)
` [PATCH v6 06/16] x86/hyperv: extract partition ID from Microsoft Hypervisor if necessary
` [PATCH v6 09/16] x86/hyperv: provide a bunch of helper functions
` [PATCH v6 11/16] asm-generic/hyperv: update hv_msi_entry
` [PATCH v6 12/16] asm-generic/hyperv: update hv_interrupt_entry
` [PATCH v6 13/16] asm-generic/hyperv: introduce hv_device_id and auxiliary structures
` [PATCH v6 14/16] asm-generic/hyperv: import data structures for mapping device interrupts

[PATCH v5 07/16] x86/hyperv: extract partition ID from Microsoft Hypervisor if necessary
 2021-02-03 14:09 UTC  (12+ 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 v16 00/11] mm: introduce memfd_secret system call to create "secret" memory areas
 2021-02-03 12:15 UTC  (50+ messages)
` [PATCH v16 06/11] "
` [PATCH v16 07/11] secretmem: use PMD-size pages to amortize direct map fragmentation
` [PATCH v16 08/11] secretmem: add memcg accounting

[PATCH] MIPS: fix kernel_stack_pointer()
 2021-02-03 10:36 UTC  (4+ messages)

[PATCH] mm/memory.c: Remove pte_sw_mkyoung()
 2021-02-03 10:19 UTC 

[PATCH v6 0/2] Kbuild: DWARF v5 support
 2021-02-03  7:56 UTC  (37+ messages)
` [PATCH v6 1/2] Kbuild: make DWARF version a choice
` [PATCH v6 2/2] Kbuild: implement support for DWARF v5

[PATCH v12 00/14] huge vmalloc mappings
 2021-02-03  3:01 UTC  (22+ 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 "

[RFC PATCH 00/12] Introduce sv48 support without relocable kernel
 2021-02-03  3:04 UTC  (3+ messages)

[PATCH v11 00/13] huge vmalloc mappings
 2021-02-02 10:22 UTC  (4+ messages)
` [PATCH v11 01/13] mm/vmalloc: fix HUGE_VMAP regression by enabling huge pages in vmalloc_to_page

[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 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 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)


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).