linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-08 05:04:05 to 2019-11-14 13:33:41 UTC [more...]

[PATCH v15 0/9] open: introduce openat2(2) syscall
 2019-11-14 13:33 UTC  (47+ messages)
` [PATCH v15 2/9] namei: LOOKUP_NO_MAGICLINKS: block magic-link resolution
` [PATCH v15 3/9] namei: LOOKUP_NO_XDEV: block mountpoint crossing
` [PATCH v15 4/9] namei: LOOKUP_BENEATH: O_BENEATH-like scoped resolution
` [PATCH v15 5/9] namei: LOOKUP_IN_ROOT: chroot-like "
` [PATCH v15 6/9] namei: LOOKUP_{IN_ROOT,BENEATH}: permit limited ".." resolution
` [PATCH v15 7/9] open: introduce openat2(2) syscall

[PATCH] random: Make RANDOM_TRUST_CPU depend on ARCH_RANDOM
 2019-11-14 11:33 UTC  (2+ messages)

[PATCH v2] fs: add new O_MNT flag for opening mount root from mountpoint fd
 2019-11-14  9:04 UTC  (2+ messages)

loop nesting in alignment exception and machine check
 2019-11-14  3:46 UTC  (3+ messages)
      ` 答复: 答复: "

[PATCH 00/23] y2038 cleanups
 2019-11-13 21:40 UTC  (10+ messages)
` [PATCH 02/23] y2038: add __kernel_old_timespec and __kernel_old_time_t
` [PATCH 08/23] y2038: ipc: remove __kernel_time_t reference from headers

Question about "asm/rwonce.h: No such file or directory"
 2019-11-13 15:48 UTC  (29+ messages)

use generic DMA mapping code in powerpc V4
 2019-11-13 11:02 UTC  (28+ messages)
                ` Bug 205201 - overflow of DMA mask and bus mask

[PATCH v5 00/38] Hardened usercopy whitelisting
 2019-11-12 21:21 UTC  (6+ messages)
` [PATCH 09/38] usercopy: Mark kmalloc caches as usercopy caches
  ` [kernel-hardening] "

[PATCH] fs: add new O_MNT flag for opening mount root from mountpoint fd
 2019-11-12 20:58 UTC  (4+ messages)

[PATCH v2 00/29] vmlinux.lds.h: Refactor EXCEPTION_TABLE and NOTES
 2019-11-12 20:55 UTC  (14+ messages)
` [PATCH v2 11/29] vmlinux.lds.h: Replace RODATA with RO_DATA

generic ioremap (and lots of cleanups) v3
 2019-11-12  8:51 UTC  (39+ messages)
` [PATCH 01/21] arm: remove ioremap_cached
` [PATCH 03/21] ia64: rename ioremap_nocache to ioremap_uc
` [PATCH 10/21] asm-generic: ioremap_uc should behave the same with and without MMU
` [PATCH 11/21] asm-generic: don't provide ioremap for CONFIG_MMU
` [PATCH 12/21] arch: rely on asm-generic/io.h for default ioremap_* definitions
` [PATCH 17/21] lib: provide a simple generic ioremap implementation
` [PATCH 19/21] nds32: use generic ioremap
` generic-iomap tree for linux-next

[PATCH] mm: fixmap: convert __set_fixmap_offset() to an inline function
 2019-11-12  7:53 UTC  (8+ messages)

[PATCH v4 00/13] mm: remove __ARCH_HAS_4LEVEL_HACK
 2019-11-11 23:35 UTC  (12+ messages)
` [PATCH v4 05/13] m68k: mm: use pgtable-nopXd instead of 4level-fixup

[PATCH v2 00/10] Improvements for random.h/archrandom.h
 2019-11-11 17:20 UTC  (3+ messages)

[PATCH v6 3/5] locking/qspinlock: Introduce CNA into the slow path of qspinlock
 2019-11-10 21:30 UTC  (3+ messages)

[PATCH v8 00/27] Control-flow Enforcement: Shadow Stack
 2019-11-08 18:09 UTC  (6+ messages)
` [PATCH v8 27/27] x86/cet/shstk: Add Shadow Stack instructions to opcode map

[PATCH v3 0/9] Add Kernel Concurrency Sanitizer (KCSAN)
 2019-11-08 14:23 UTC  (5+ messages)
` [PATCH v3 1/9] kcsan: Add Kernel Concurrency Sanitizer infrastructure

[PATCH v8 00/14] Control-flow Enforcement: Branch Tracking, PTRACE
 2019-11-08 13:19 UTC  (4+ messages)
` [PATCH v8 07/14] x86/cet/ibt: Add ENDBR to op-code-map

[RFC v2 00/37] Unifying LKL into UML
 2019-11-08 11:17 UTC  (17+ messages)
  ` [RFC v2 24/37] lkl tools: virtio: add network device support
  ` [RFC v2 25/37] checkpatch: avoid showing BIT_ULL warnings for tools/ files
  ` [RFC v2 26/37] tools: Add the lkl host library to the common tools Makefile
  ` [RFC v2 27/37] lkl tools: add lklfuse
  ` [RFC v2 28/37] lkl: add system call hijack support
  ` [RFC v2 29/37] lkl: add documentation
  ` [RFC v2 30/37] scripts: revert CONFIG_HAVE_UNDERSCORE_SYMBOL_PREFIX patches
  ` [RFC v2 31/37] lkl: add support for Windows hosts
  ` [RFC v2 32/37] lkl tools: add support for Windows host
  ` [RFC v2 33/37] kallsyms: Add a config option to select section for kallsyms
  ` [RFC v2 34/37] lkl: Android ARM (arm/arm64) support
  ` [RFC v2 35/37] um lkl: add CI tests
  ` [RFC v2 36/37] um: use lkl virtio_net_tap device as UML device
  ` [RFC v2 37/37] um: add lkl virtio-blk device

[patch V2 00/17] entry: Provide generic implementation for host and guest entry/exit work
 2019-11-08 11:07 UTC  (7+ messages)
` [patch V2 06/17] x86/entry/32: Remove redundant interrupt disable
` [patch V2 07/17] x86/entry/64: "

[PATCH v3 00/13] mm: remove __ARCH_HAS_4LEVEL_HACK
 2019-11-08  8:32 UTC  (8+ messages)
` [PATCH v3 05/13] m68k: mm: use pgtable-nopXd instead of 4level-fixup

[PATCH 1/3] arch: ipcbuf.h: make uapi asm/ipcbuf.h self-contained
 2019-11-08  5:51 UTC  (4+ messages)
` [PATCH 3/3] arch: sembuf.h: make uapi asm/sembuf.h self-contained


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