messages from 2019-11-07 17:52:38 to 2019-11-13 05:28:54 UTC [more...]
Question about "asm/rwonce.h: No such file or directory"
2019-11-13 5:28 UTC (13+ messages)
[PATCH v15 0/9] open: introduce openat2(2) syscall
2019-11-13 3:55 UTC (35+ 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
use generic DMA mapping code in powerpc V4
2019-11-12 22:58 UTC (24+ 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 (42+ 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 0/5] Add NUMA-awareness to qspinlock
2019-11-10 21:30 UTC (8+ messages)
` [PATCH v6 3/5] locking/qspinlock: Introduce CNA into the slow path of qspinlock
` [PATCH v6 5/5] locking/qspinlock: Introduce the shuffle reduction optimization into CNA
[PATCH 00/23] y2038 cleanups
2019-11-09 19:02 UTC (8+ 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
[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 (9+ 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 (40+ messages)
` [RFC v2 01/37] asm-generic: atomic64: allow using generic atomic64 on 64bit platforms
` [RFC v2 02/37] arch: add __SYSCALL_DEFINE_ARCH
` [RFC v2 03/37] lkl: architecture skeleton for Linux kernel library
` [RFC v2 04/37] lkl: host interface
` [RFC v2 05/37] lkl: memory handling
` [RFC v2 06/37] lkl: kernel threads support
` [RFC v2 07/37] lkl: interrupt support
` [RFC v2 08/37] lkl: system call interface and application API
` [RFC v2 09/37] lkl: timers, time and delay support
` [RFC v2 10/37] lkl: memory mapped I/O support
` [RFC v2 11/37] lkl: basic kernel console support
` [RFC v2 12/37] lkl: initialization and cleanup
` [RFC v2 13/37] lkl: plug in the build system
` [RFC v2 14/37] lkl tools: skeleton for host side library, tests and tools
` [RFC v2 15/37] lkl tools: host lib: add utilities functions
` [RFC v2 16/37] lkl tools: host lib: memory mapped I/O helpers
` [RFC v2 17/37] lkl tools: host lib: virtio devices
` [RFC v2 18/37] lkl tools: host lib: virtio block device
` [RFC v2 19/37] lkl tools: host lib: filesystem helpers
` [RFC v2 20/37] lkl tools: host lib: posix host operations
` [RFC v2 21/37] lkl tools: "boot" test
` [RFC v2 22/37] lkl tools: tool that reads/writes to/from a filesystem image
` [RFC v2 23/37] lkl tools: tool that converts a filesystem image to tar
` [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 (9+ 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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox