linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-14 02:18:12 to 2021-01-22 16:19:13 UTC [more...]

[PATCH v4 00/13] "Task_isolation" mode
 2021-01-22 16:13 UTC  (5+ messages)
` [PATCH v4 11/13] task_isolation: net: don't flush backlog on CPUs running isolated tasks

[PATCH v5 0/9] "Task_isolation" mode
 2021-01-22 15:00 UTC  (6+ messages)
` [PATCH v5 9/9] task_isolation: kick_all_cpus_sync: don't kick isolated cpus
    ` [EXT] "

[PATCH v4 00/26] arm64: Memory Tagging Extension user-space support
 2021-01-22 14:41 UTC  (5+ messages)
` [PATCH v4 24/26] arm64: mte: Introduce early param to disable MTE support

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

[PATCH v17 00/26] Control-flow Enforcement: Shadow Stack
 2021-01-21 22:32 UTC  (18+ messages)
` [PATCH v17 02/26] x86/cet/shstk: Add Kconfig option for user-mode control-flow protection
` [PATCH v17 06/26] x86/cet: Add control-protection fault handler
` [PATCH v17 08/26] x86/mm: Introduce _PAGE_COW

[PATCH v16 00/11] mm: introduce memfd_secret system call to create "secret" memory areas
 2021-01-21 22:18 UTC  (13+ messages)
` [PATCH v16 01/11] mm: add definition of PMD_PAGE_ORDER
` [PATCH v16 02/11] mmap: make mlock_future_check() global
` [PATCH v16 03/11] riscv/Kconfig: make direct map manipulation options depend on MMU
` [PATCH v16 04/11] set_memory: allow set_direct_map_*_noflush() for multiple pages
` [PATCH v16 05/11] set_memory: allow querying whether set_direct_map_*() is actually enabled
` [PATCH v16 06/11] mm: introduce memfd_secret system call to create "secret" memory areas
` [PATCH v16 07/11] secretmem: use PMD-size pages to amortize direct map fragmentation
` [PATCH v16 08/11] secretmem: add memcg accounting
` [PATCH v16 09/11] PM: hibernate: disable when there are active secretmem users
` [PATCH v16 10/11] arch, mm: wire up memfd_secret system call where relevant
` [PATCH v16 11/11] secretmem: test: add basic selftest for memfd_secret(2)

[PATCH 0/6] lib/find_bit: fast path for small bitmaps
 2021-01-21 20:38 UTC  (15+ messages)
` [PATCH 1/6] arch: rearrahge headers inclusion order in asm/bitops for m68k and sh
` [PATCH 2/6] bitmap: move some macros from linux/bitmap.h to linux/bitops.h
` [PATCH 3/6] tools: sync bitops macro definitions with the kernel
` [PATCH 4/6] lib: inline _find_next_bit() wrappers
` [PATCH 5/6] lib: add fast path for find_next_*_bit()
` [PATCH 6/6] lib: add fast path for find_first_*_bit() and find_last_bit()

Fatal signal handling within uaccess faults
 2021-01-21 12:31 UTC 

[PATCH v2 1/5] csky: Remove custom asm/atomic.h implementation
 2021-01-21  7:10 UTC  (6+ messages)
` [PATCH v2 4/5] csky: Fixup asm/cmpxchg.h with correct ordering barrier

[PATCH v5 0/3] Kbuild: DWARF v5 support
 2021-01-21  2:35 UTC  (23+ messages)
` [PATCH v5 1/3] Remove $(cc-option,-gdwarf-4) dependency from CONFIG_DEBUG_INFO_DWARF4
` [PATCH v5 2/3] Kbuild: make DWARF version a choice
` [PATCH v5 3/3] Kbuild: implement support for DWARF v5

[PATCH v15 00/11] mm: introduce memfd_secret system call to create "secret" memory areas
 2021-01-21  0:12 UTC  (15+ messages)
` [PATCH v15 01/11] mm: add definition of PMD_PAGE_ORDER
` [PATCH v15 02/11] mmap: make mlock_future_check() global
` [PATCH v15 03/11] riscv/Kconfig: make direct map manipulation options depend on MMU
` [PATCH v15 04/11] set_memory: allow set_direct_map_*_noflush() for multiple pages
` [PATCH v15 05/11] set_memory: allow querying whether set_direct_map_*() is actually enabled
` [PATCH v15 06/11] mm: introduce memfd_secret system call to create "secret" memory areas
` [PATCH v15 07/11] secretmem: use PMD-size pages to amortize direct map fragmentation
` [PATCH v15 08/11] secretmem: add memcg accounting
` [PATCH v15 09/11] PM: hibernate: disable when there are active secretmem users
` [PATCH v15 10/11] arch, mm: wire up memfd_secret system call where relevant
` [PATCH v15 11/11] secretmem: test: add basic selftest for memfd_secret(2)

[PATCH] init/module: split CONFIG_CONSTRUCTORS to fix module gcov on UML
 2021-01-20 17:38 UTC  (7+ messages)
    ` [PATCH v2] init/gcov: allow CONFIG_CONSTRUCTORS on UML to fix module gcov

[PATCH v14 00/10] mm: introduce memfd_secret system call to create "secret" memory areas
 2021-01-20 17:04 UTC  (6+ messages)
` [PATCH v14 05/10] "

[PATCH v4 0/4] x86: Improve Minimum Alternate Stack Size
 2021-01-20 16:14 UTC  (6+ messages)
` [PATCH v4 1/4] x86/signal: Introduce helpers to get the maximum signal frame size
` [PATCH v4 2/4] x86/elf: Support a new ELF aux vector AT_MINSIGSTKSZ
` [PATCH v4 3/4] x86/signal: Detect and prevent an alternate signal stack overflow
` [PATCH v4 4/4] selftest/x86/signal: Include test cases for validating sigaltstack

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

[RFC v7 00/21] Unifying LKL into UML
 2021-01-20  2:27 UTC  (22+ messages)
` [RFC v8 00/20] "
  ` [RFC v8 01/20] um: split build in kernel and host parts
  ` [RFC v8 02/20] um: move arch/um/os-Linux dir to tools/um/uml
  ` [RFC v8 03/20] um: move arch/x86/um/os-Linux to tools/um/uml/
  ` [RFC v8 04/20] um: implement os_initcalls and os_exitcalls
  ` [RFC v8 05/20] um: extend arch_switch_to for alternate SUBARCH
  ` [RFC v8 06/20] um: add UML library mode
  ` [RFC v8 07/20] um: lkl: host interface
  ` [RFC v8 08/20] um: lkl: memory handling
  ` [RFC v8 09/20] um: lkl: kernel thread support
  ` [RFC v8 10/20] um: lkl: system call interface and application API
  ` [RFC v8 11/20] um: lkl: basic console support
  ` [RFC v8 12/20] um: lkl: initialization and cleanup
  ` [RFC v8 13/20] um: lkl: integrate with irq infrastructure of UML
  ` [RFC v8 14/20] um: lkl: plug in the build system
  ` [RFC v8 15/20] um: host: add library mode build for ARCH=um
  ` [RFC v8 16/20] um: host: add utilities functions
  ` [RFC v8 17/20] um: host: posix host operations
  ` [RFC v8 18/20] selftests/um: lkl: add test programs for library mode of UML
  ` [RFC v8 19/20] um: lkl: add block device support "
  ` [RFC v8 20/20] um: lkl: add documentation

[PATCH AUTOSEL 5.4 13/26] arm64: make atomic helpers __always_inline
 2021-01-20  1:26 UTC 

[PATCH AUTOSEL 5.10 23/45] arm64: make atomic helpers __always_inline
 2021-01-20  1:25 UTC 

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

[PATCH RFC 0/4] Fix arm64 crash for accessing unmapped IO port regions (reboot)
 2021-01-18  9:42 UTC  (7+ messages)
` [PATCH RFC 1/4] arm64: io: Introduce IO_SPACE_BASE
` [PATCH RFC 2/4] asm-generic/io.h: Add IO_SPACE_BASE
` [PATCH RFC 3/4] kernel/resource: Make ioport_resource.start configurable
` [PATCH RFC 4/4] logic_pio: Warn on and discard accesses to addresses below IO_SPACE_BASE

[RFC PATCH v2] selinux: security: Move selinux_state to a separate page
 2021-01-18  6:15 UTC  (6+ messages)

[RFC PATCH v2] selinux: security: Move selinux_state to a separate page
 2021-01-18  5:56 UTC 

[PATCH] Adds a new ioctl32 syscall for backwards compatibility layers
 2021-01-17 18:31 UTC  (13+ messages)
  ` [PATCH v2] "

[PATCH v26 00/12] Landlock LSM
 2021-01-16 17:16 UTC  (15+ messages)
` [PATCH v26 02/12] landlock: Add ruleset and domain management
` [PATCH v26 07/12] landlock: Support filesystem access-control
` [PATCH v26 11/12] samples/landlock: Add a sandbox manager example

[PATCH v5 mips-next 0/9] MIPS: vmlinux.lds.S sections fixes & cleanup
 2021-01-15 14:40 UTC  (6+ messages)

[PATCH 4.4 10/18] vmlinux.lds.h: Add PGO and AutoFDO input sections
 2021-01-15 12:27 UTC 

[PATCH 4.9 10/25] vmlinux.lds.h: Add PGO and AutoFDO input sections
 2021-01-15 12:27 UTC 

[PATCH 4.14 08/28] vmlinux.lds.h: Add PGO and AutoFDO input sections
 2021-01-15 12:27 UTC 

[PATCH 4.19 18/43] vmlinux.lds.h: Add PGO and AutoFDO input sections
 2021-01-15 12:27 UTC 

[PATCH 5.4 01/62] x86/asm/32: Add ENDs to some functions and relabel with SYM_CODE_*
 2021-01-15 12:27 UTC  (2+ messages)
` [PATCH 5.4 30/62] vmlinux.lds.h: Add PGO and AutoFDO input sections

[PATCH 1/3] um: separate child and parent errors in clone stub
 2021-01-15 12:08 UTC  (3+ messages)
` [PATCH 3/3] um: remove process stub VMA

[PATCH v4 0/3] Kbuild: DWARF v5 support
 2021-01-15  3:54 UTC  (7+ messages)
` [PATCH v4 2/3] Kbuild: make DWARF version a choice

[PATCH -rcu] tools/memory-model: Remove reference to atomic_ops.rst
 2021-01-14 15:15 UTC  (2+ messages)

[PATCH v5 0/5] Unify NUMA implementation between ARM64 & RISC-V
 2021-01-14  5:21 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).