messages from 2019-10-24 21:21:05 to 2019-10-29 21:20:41 UTC [more...]
[PATCH v3 00/29] vmlinux.lds.h: Refactor EXCEPTION_TABLE and NOTES
2019-10-29 21:13 UTC (56+ messages)
` [PATCH v3 01/29] powerpc: Rename "notes" PT_NOTE to "note"
` [PATCH v3 02/29] powerpc: Remove PT_NOTE workaround
` [PATCH v3 03/29] powerpc: Rename PT_LOAD identifier "kernel" to "text"
` [PATCH v3 04/29] alpha: "
` [PATCH v3 05/29] ia64: Rename PT_LOAD identifier "code" "
` [PATCH v3 06/29] s390: Move RO_DATA into "text" PT_LOAD Program Header
` [PATCH v3 07/29] x86: Restore "text" Program Header with dummy section
` [PATCH v3 08/29] vmlinux.lds.h: Provide EMIT_PT_NOTE to indicate export of .notes
` [PATCH v3 09/29] vmlinux.lds.h: Move Program Header restoration into NOTES macro
` [PATCH v3 10/29] vmlinux.lds.h: Move NOTES into RO_DATA
` [PATCH v3 11/29] vmlinux.lds.h: Replace RODATA with RO_DATA
` [PATCH v3 12/29] vmlinux.lds.h: Replace RO_DATA_SECTION "
` [PATCH v3 13/29] vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATA
` [PATCH v3 14/29] vmlinux.lds.h: Allow EXCEPTION_TABLE to live in RO_DATA
` [PATCH v3 15/29] x86: Actually use _etext for end of text segment
` [PATCH v3 16/29] x86: Move EXCEPTION_TABLE to RO_DATA segment
` [PATCH v3 17/29] alpha: "
` [PATCH v3 18/29] arm64: "
` [PATCH v3 19/29] c6x: "
` [PATCH v3 20/29] h8300: "
` [PATCH v3 21/29] ia64: "
` [PATCH v3 22/29] microblaze: "
` [PATCH v3 23/29] parisc: "
` [PATCH v3 24/29] powerpc: "
` [PATCH v3 25/29] xtensa: "
` [PATCH v3 26/29] x86/mm: Remove redundant &s on addresses
` [PATCH v3 27/29] x86/mm: Report which part of kernel image is freed
` [PATCH v3 28/29] x86/mm: Report actual image regions in /proc/iomem
` [PATCH v3 29/29] x86: Use INT3 instead of NOP for linker fill bytes
[PATCH v2 00/29] vmlinux.lds.h: Refactor EXCEPTION_TABLE and NOTES
2019-10-29 21:15 UTC (8+ messages)
` [PATCH v2 01/29] powerpc: Rename "notes" PT_NOTE to "note"
[PATCH 04/16] dyndbg: rename __verbose section to __dyndbg
2019-10-29 20:37 UTC (4+ messages)
[PATCH v2 0/1] arm64: Implement archrandom.h for ARMv8.5-RNG
2019-10-29 13:24 UTC (6+ messages)
` [PATCH v2 1/1] "
[PATCH 0/6] Improvements for random.h/archrandom.h
2019-10-29 13:18 UTC (22+ messages)
` [PATCH 1/6] random: Mark CONFIG_ARCH_RANDOM functions __must_check
` [PATCH 2/6] x86: Move arch_has_random* inside CONFIG_ARCH_RANDOM
` [PATCH 3/6] x86: Mark archrandom.h functions __must_check
` [PATCH 4/6] powerpc: Use bool in archrandom.h
` [PATCH 5/6] powerpc: Mark archrandom.h functions __must_check
` [PATCH 6/6] s390x: "
[patch V2 00/17] entry: Provide generic implementation for host and guest entry/exit work
2019-10-29 11:28 UTC (14+ messages)
` [patch V2 07/17] x86/entry/64: Remove redundant interrupt disable
generic ioremap (and lots of cleanups) v3
2019-10-29 6:48 UTC (44+ messages)
` [PATCH 01/21] arm: remove ioremap_cached
` [PATCH 02/21] unicore32: "
` [PATCH 03/21] ia64: rename ioremap_nocache to ioremap_uc
` [PATCH 04/21] hexagon: clean up ioremap
` [PATCH 05/21] alpha: remove the unused __ioremap wrapper
` [PATCH 06/21] nios2: remove __ioremap
` [PATCH 07/21] parisc: "
` [PATCH 08/21] x86: Clean up ioremap()
` [PATCH 09/21] xtensa: clean up ioremap
` [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 13/21] m68k: rename __iounmap and mark it static
` [PATCH 14/21] hexagon: remove __iounmap
` [PATCH 15/21] nios2: "
` [PATCH 16/21] sh: "
` [PATCH 17/21] lib: provide a simple generic ioremap implementation
` [PATCH 18/21] riscv: use the generic ioremap code
` [PATCH 19/21] nds32: use generic ioremap
` [PATCH 20/21] csky: remove ioremap_cache
` [PATCH 21/21] csky: use generic ioremap
generic ioremap (and lots of cleanups) v2
2019-10-28 15:29 UTC (5+ messages)
` [PATCH 08/21] x86: clean up ioremap
[PATCH v2 1/2] kasan: support instrumented bitops combined with generic bitops
2019-10-28 13:56 UTC (4+ messages)
[PATCH 0/1] arm64: Implement archrandom.h for ARMv8.5-RNG
2019-10-28 12:29 UTC (14+ messages)
` [PATCH 1/1] "
[PATCH RESEND v14 0/6] open: introduce openat2(2) syscall
2019-10-27 15:41 UTC (18+ messages)
` [PATCH RESEND v14 1/6] namei: O_BENEATH-style resolution restriction flags
` [PATCH RESEND v14 2/6] namei: LOOKUP_IN_ROOT: chroot-like path resolution
` [PATCH RESEND v14 3/6] namei: permit ".." resolution with LOOKUP_{IN_ROOT,BENEATH}
` [PATCH RESEND v14 4/6] open: introduce openat2(2) syscall
` [PATCH RESEND v14 5/6] selftests: add openat2(2) selftests
` [PATCH RESEND v14 6/6] Documentation: path-lookup: mention LOOKUP_MAGICLINK_JUMPED
[RFC PATCH 00/47] Unifying LKL into UML
2019-10-27 2:34 UTC (2+ messages)
loop nesting in alignment exception and machine check
2019-10-26 11:20 UTC (3+ messages)
[PATCH v2 0/2] Enabling MSI for Microblaze
2019-10-25 20:45 UTC (6+ messages)
` [PATCH v2 1/2] asm-generic: Make msi.h a mandatory include/asm header
[PATCH 00/12] mm: remove __ARCH_HAS_4LEVEL_HACK
2019-10-25 20:33 UTC (8+ messages)
` [PATCH 06/12] microblaze: use pgtable-nopmd instead of 4level-fixup
[PATCH 3.16 45/47] padata: use smp_mb in padata_reorder to avoid orphaned padata jobs
2019-10-25 18:03 UTC
[REVIEW PATCH v5 2/3] arch: wire-up close_range()
2019-10-25 12:28 UTC (2+ messages)
[PATCH v7 00/25] Unify vDSOs across more architectures
2019-10-25 11:42 UTC (7+ messages)
[PATCH 0/2] Enabling MSI for Microblaze
2019-10-25 6:12 UTC (5+ messages)
` [PATCH 1/2] asm-generic: Make msi.h a mandatory include/asm header
[PATCH 05/12] m68k: mm: use pgtable-nopXd instead of 4level-fixup
2019-10-25 5:52 UTC (3+ messages)
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;
as well as URLs for NNTP newsgroup(s).