linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-08 09:12:50 to 2021-01-20 03:54:40 UTC [more...]

[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 v14 00/10] mm: introduce memfd_secret system call to create "secret" memory areas
 2021-01-19 20:22 UTC  (3+ messages)
` [PATCH v14 05/10] "

[PATCH v17 00/26] Control-flow Enforcement: Shadow Stack
 2021-01-19 19:36 UTC  (15+ messages)
` [PATCH v17 02/26] x86/cet/shstk: Add Kconfig option for user-mode control-flow protection
` [PATCH v17 04/26] x86/cpufeatures: Introduce X86_FEATURE_CET and setup functions
` [PATCH v17 06/26] x86/cet: Add control-protection fault handler

[PATCH] init/module: split CONFIG_CONSTRUCTORS to fix module gcov on UML
 2021-01-19 11:18 UTC 

[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  (11+ messages)

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

[PATCH v5 0/3] Kbuild: DWARF v5 support
 2021-01-17 20:15 UTC  (20+ 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] 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 v4 0/4] x86: Improve Minimum Alternate Stack Size
 2021-01-15 21:10 UTC  (5+ 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 mips-next 0/9] MIPS: vmlinux.lds.S sections fixes & cleanup
 2021-01-15 14:40 UTC  (17+ messages)
` [PATCH v5 mips-next 1/9] MIPS: vmlinux.lds.S: add missing PAGE_ALIGNED_DATA() section
  ` [PATCH v5 mips-next 2/9] MIPS: CPS: don't create redundant .text.cps-vec section
  ` [PATCH v5 mips-next 3/9] MIPS: vmlinux.lds.S: add ".gnu.attributes" to DISCARDS
  ` [PATCH v5 mips-next 4/9] MIPS: properly stop .eh_frame generation
  ` [PATCH v5 mips-next 5/9] MIPS: vmlinux.lds.S: explicitly catch .rel.dyn symbols
  ` [PATCH v5 mips-next 6/9] MIPS: vmlinux.lds.S: explicitly declare .got table
  ` [PATCH v5 mips-next 7/9] vmlinux.lds.h: catch compound literals into data and BSS
  ` [PATCH v5 mips-next 8/9] vmlinux.lds.h: catch UBSAN's "unnamed data" into data
  ` [PATCH v5 mips-next 9/9] MIPS: select ARCH_WANT_LD_ORPHAN_WARN

[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  (4+ messages)
` [PATCH 2/3] um: rework userspace stubs to not hard-code stub location
` [PATCH 3/3] um: remove process stub VMA

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

[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  (4+ messages)

ARC no console output (was Re: [PATCH 1/2] init/console: Use ttynull as a fallback when there is no console)
 2021-01-13 22:07 UTC  (9+ messages)

[PATCH] arm64: make atomic helpers __always_inline
 2021-01-13 16:06 UTC  (10+ messages)

[PATCH 00/24] Fix broken file docs cross-references
 2021-01-13 15:12 UTC  (3+ messages)
` [PATCH 19/24] doc: update rcu_dereference.rst reference

[BUG mips llvm] MIPS: malformed R_MIPS_{HI16,LO16} with LLVM
 2021-01-13 10:16 UTC  (9+ messages)

[PATCH v9 00/16] Add support for Clang LTO
 2021-01-09 23:44 UTC  (13+ messages)

[PATCH v4 mips-next 0/7] MIPS: vmlinux.lds.S sections fixes & cleanup
 2021-01-09 17:22 UTC  (17+ messages)
` [PATCH v4 mips-next 1/7] MIPS: vmlinux.lds.S: add missing PAGE_ALIGNED_DATA() section
  ` [PATCH v4 mips-next 2/7] MIPS: vmlinux.lds.S: add ".gnu.attributes" to DISCARDS
  ` [PATCH v4 mips-next 3/7] MIPS: properly stop .eh_frame generation
` [PATCH v4 mips-next 4/7] MIPS: vmlinux.lds.S: catch bad .rel.dyn at link time
  ` [PATCH v4 mips-next 5/7] MIPS: vmlinux.lds.S: explicitly declare .got table
  ` [PATCH v4 mips-next 6/7] vmlinux.lds.h: catch compound literals into data and BSS
  ` [PATCH v4 mips-next 7/7] MIPS: select ARCH_WANT_LD_ORPHAN_WARN

[PATCH 1/2] syscalls: add comments show the define file for aio
 2021-01-09 11:55 UTC  (3+ messages)
` [PATCH 2/2] syscalls: fix define file comments for lookup_dcookie

[PATCH v3 0/4] x86: Improve Minimum Alternate Stack Size
 2021-01-08 18:09 UTC  (5+ messages)
` [PATCH v3 3/4] x86/signal: Prevent an alternate stack overflow before a signal delivery
` [PATCH v3 4/4] selftest/x86/signal: Include test cases for validating sigaltstack

let import_iovec deal with compat_iovecs as well v2
 2021-01-08 11:49 UTC  (3+ messages)
` [PATCH 05/11] iov_iter: merge the compat case into rw_copy_check_uvector

[RFC PATCH] selinux: ARM64: Move selinux_state to a separate page
 2021-01-08  9:09 UTC 


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