linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-05 07:15:27 to 2019-11-06 20:35:56 UTC [more...]

[PATCH v3 0/9] Add Kernel Concurrency Sanitizer (KCSAN)
 2019-11-06 20:34 UTC  (21+ messages)
` [PATCH v3 1/9] kcsan: Add Kernel Concurrency Sanitizer infrastructure

[PATCH 11/21] asm-generic: don't provide ioremap for CONFIG_MMU
 2019-11-06 18:28 UTC  (7+ messages)

[PATCH 10/21] asm-generic: ioremap_uc should behave the same with and without MMU
 2019-11-06 17:56 UTC  (3+ messages)

[PATCH 1/1] syscalls: Fix references to filenames containing syscall defs
 2019-11-06 17:02 UTC  (9+ messages)

[patch V2 00/17] entry: Provide generic implementation for host and guest entry/exit work
 2019-11-06 16:19 UTC  (16+ messages)
` [patch V2 01/17] x86/entry/32: Remove unused resume_userspace label
` [patch V2 02/17] x86/entry/64: Remove pointless jump in paranoid_exit
` [patch V2 03/17] x86/traps: Remove pointless irq enable from do_spurious_interrupt_bug()
` [patch V2 04/17] x86/entry: Make DEBUG_ENTRY_ASSERT_IRQS_OFF available for 32bit
` [patch V2 05/17] x86/traps: Make interrupt enable/disable symmetric in C code

[PATCH 1/2] asm-generic/export.h: make __ksymtab_* local symbols
 2019-11-06 15:41 UTC  (6+ messages)
` [PATCH 2/2] asm-generic/export.h: remove unneeded __kcrctab_* symbols

[PATCH v2 00/10] Improvements for random.h/archrandom.h
 2019-11-06 14:13 UTC  (22+ messages)
` [PATCH v2 01/10] x86: Remove arch_has_random, arch_has_random_seed
` [PATCH v2 02/10] powerpc: "
` [PATCH v2 03/10] s390: "
` [PATCH v2 04/10] linux/random.h: "
` [PATCH v2 05/10] linux/random.h: Use false with bool
` [PATCH v2 06/10] linux/random.h: Mark CONFIG_ARCH_RANDOM functions __must_check
` [PATCH v2 07/10] x86: Mark archrandom.h "
` [PATCH v2 08/10] powerpc: Use bool in archrandom.h
` [PATCH v2 09/10] powerpc: Mark archrandom.h functions __must_check
` [PATCH v2 10/10] s390x: "

use generic DMA mapping code in powerpc V4
 2019-11-06 14:09 UTC  (20+ messages)
                            ` Bug 205201 - overflow of DMA mask and bus mask

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

[RFC] errno.h: Provide EFSCORRUPTED for everybody
 2019-11-06  6:39 UTC  (7+ messages)

[PATCH v4 00/13] mm: remove __ARCH_HAS_4LEVEL_HACK
 2019-11-06  1:13 UTC  (23+ messages)
` [PATCH v4 05/13] m68k: mm: use pgtable-nopXd instead of 4level-fixup
` [PATCH v4 06/13] microblaze: use pgtable-nopmd "
` [PATCH v4 07/13] nds32: "
` [PATCH v4 08/13] parisc: use pgtable-nopXd "
` [PATCH v4 09/13] parisc/hugetlb: "
` [PATCH v4 10/13] sparc32: use pgtable-nopud "
` [PATCH v4 11/13] um: remove unused pxx_offset_proc() and addr_pte() functions
` [PATCH v4 12/13] um: add support for folded p4d page tables
` [PATCH v4 13/13] mm: remove __ARCH_HAS_4LEVEL_HACK and include/asm-generic/4level-fixup.h

[PATCH 1/1] errno.h: Provide EFSBADCRC for everybody
 2019-11-05 20:58 UTC  (13+ messages)

[PATCH v3 5/9] seqlock, kcsan: Add annotations for KCSAN
 2019-11-05 15:22 UTC  (5+ messages)

generic ioremap (and lots of cleanups) v3
 2019-11-05 14:29 UTC  (4+ messages)
` [PATCH 07/21] parisc: remove __ioremap

[PATCH v3 28/29] x86/mm: Report actual image regions in /proc/iomem
 2019-11-05  9:27 UTC  (3+ messages)
` [tip: x86/build] "

[PATCH v3 08/29] vmlinux.lds.h: Provide EMIT_PT_NOTE to indicate export of .notes
 2019-11-05  9:27 UTC  (3+ messages)
` [tip: x86/build] "

[PATCH v3 09/29] vmlinux.lds.h: Move Program Header restoration into NOTES macro
 2019-11-05  9:27 UTC  (3+ messages)
` [tip: x86/build] "

[PATCH v3 05/29] ia64: Rename PT_LOAD identifier "code" to "text"
 2019-11-05  9:27 UTC  (3+ messages)
` [tip: x86/build] "

[PATCH v3 13/29] vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATA
 2019-11-05  9:27 UTC  (3+ messages)
` [tip: x86/build] "

[PATCH v3 10/29] vmlinux.lds.h: Move NOTES into RO_DATA
 2019-11-05  9:27 UTC  (3+ messages)
` [tip: x86/build] "

[PATCH v3 04/29] alpha: Rename PT_LOAD identifier "kernel" to "text"
 2019-11-05  9:27 UTC  (3+ messages)
` [tip: x86/build] "

[PATCH v3 15/29] x86: Actually use _etext for end of text segment
 2019-11-05  9:27 UTC  (3+ messages)
` [tip: x86/build] x86/vmlinux: Actually use _etext for the end of the "

[PATCH v3 16/29] x86: Move EXCEPTION_TABLE to RO_DATA segment
 2019-11-05  9:27 UTC  (3+ messages)
` [tip: x86/build] x86/vmlinux: "

[PATCH v3 14/29] vmlinux.lds.h: Allow EXCEPTION_TABLE to live in RO_DATA
 2019-11-05  9:27 UTC  (3+ messages)
` [tip: x86/build] "

[PATCH v3 22/29] microblaze: Move EXCEPTION_TABLE to RO_DATA segment
 2019-11-05  9:27 UTC  (3+ messages)
` [tip: x86/build] "

[PATCH v3 19/29] c6x: Move EXCEPTION_TABLE to RO_DATA segment
 2019-11-05  9:27 UTC  (3+ messages)
` [tip: x86/build] "

[PATCH v3 26/29] x86/mm: Remove redundant &s on addresses
 2019-11-05  9:27 UTC  (3+ messages)
` [tip: x86/build] x86/mm: Remove redundant address-of operators "

[PATCH v3 27/29] x86/mm: Report which part of kernel image is freed
 2019-11-05  9:27 UTC  (3+ messages)
` [tip: x86/build] "

[PATCH v3 29/29] x86: Use INT3 instead of NOP for linker fill bytes
 2019-11-05  9:27 UTC  (3+ messages)
` [tip: x86/build] x86/vmlinux: "

[PATCH v3 17/29] alpha: Move EXCEPTION_TABLE to RO_DATA segment
 2019-11-05  9:27 UTC  (3+ messages)
` [tip: x86/build] "

[PATCH v3 02/29] powerpc: Remove PT_NOTE workaround
 2019-11-05  9:27 UTC  (3+ messages)
` [tip: x86/build] "

[PATCH v3 11/29] vmlinux.lds.h: Replace RODATA with RO_DATA
 2019-11-05  9:27 UTC  (3+ messages)
` [tip: x86/build] "

[PATCH v3 21/29] ia64: Move EXCEPTION_TABLE to RO_DATA segment
 2019-11-05  9:27 UTC  (3+ messages)
` [tip: x86/build] "

[PATCH v3 23/29] parisc: Move EXCEPTION_TABLE to RO_DATA segment
 2019-11-05  9:27 UTC  (3+ messages)
` [tip: x86/build] "

[PATCH v3 25/29] xtensa: Move EXCEPTION_TABLE to RO_DATA segment
 2019-11-05  9:27 UTC  (3+ messages)
` [tip: x86/build] "

[PATCH v3 01/29] powerpc: Rename "notes" PT_NOTE to "note"
 2019-11-05  9:27 UTC  (3+ messages)
` [tip: x86/build] "

[PATCH v3 03/29] powerpc: Rename PT_LOAD identifier "kernel" to "text"
 2019-11-05  9:27 UTC  (3+ messages)
` [tip: x86/build] "

[PATCH v3 06/29] s390: Move RO_DATA into "text" PT_LOAD Program Header
 2019-11-05  9:27 UTC  (3+ messages)
` [tip: x86/build] "

[PATCH v3 07/29] x86: Restore "text" Program Header with dummy section
 2019-11-05  9:27 UTC  (3+ messages)
` [tip: x86/build] x86/vmlinux: "

[PATCH v3 12/29] vmlinux.lds.h: Replace RO_DATA_SECTION with RO_DATA
 2019-11-05  9:27 UTC  (3+ messages)
` [tip: x86/build] "

[PATCH v3 18/29] arm64: Move EXCEPTION_TABLE to RO_DATA segment
 2019-11-05  9:27 UTC  (3+ messages)
` [tip: x86/build] "

[PATCH v3 20/29] h8300: Move EXCEPTION_TABLE to RO_DATA segment
 2019-11-05  9:27 UTC  (3+ messages)
` [tip: x86/build] "

[PATCH v3 24/29] powerpc: Move EXCEPTION_TABLE to RO_DATA segment
 2019-11-05  9:27 UTC  (3+ messages)
` [tip: x86/build] "

[PATCH v15 0/9] open: introduce openat2(2) syscall
 2019-11-05  9:05 UTC  (20+ messages)
` [PATCH v15 1/9] namei: LOOKUP_NO_SYMLINKS: block symlink resolution
` [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 v15 8/9] selftests: add openat2(2) selftests
` [PATCH v15 9/9] Documentation: path-lookup: mention LOOKUP_MAGICLINK_JUMPED

de-reference of rcu pointers (sparse warnings)
 2019-11-05  8:13 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).