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

[PATCH v2 00/29] vmlinux.lds.h: Refactor EXCEPTION_TABLE and NOTES
 2019-10-11  0:06 UTC  (60+ messages)
` [PATCH v2 01/29] powerpc: Rename "notes" PT_NOTE to "note"
` [PATCH v2 02/29] powerpc: Remove PT_NOTE workaround
` [PATCH v2 03/29] powerpc: Rename PT_LOAD identifier "kernel" to "text"
` [PATCH v2 04/29] alpha: "
` [PATCH v2 05/29] ia64: Rename PT_LOAD identifier "code" "
` [PATCH v2 06/29] s390: Move RO_DATA into "text" PT_LOAD Program Header
` [PATCH v2 07/29] x86: Restore "text" Program Header with dummy section
` [PATCH v2 08/29] vmlinux.lds.h: Provide EMIT_PT_NOTE to indicate export of .notes
` [PATCH v2 09/29] vmlinux.lds.h: Move Program Header restoration into NOTES macro
` [PATCH v2 10/29] vmlinux.lds.h: Move NOTES into RO_DATA
` [PATCH v2 11/29] vmlinux.lds.h: Replace RODATA with RO_DATA
` [PATCH v2 12/29] vmlinux.lds.h: Replace RO_DATA_SECTION "
` [PATCH v2 13/29] vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATA
` [PATCH v2 14/29] vmlinux.lds.h: Allow EXCEPTION_TABLE to live in RO_DATA
` [PATCH v2 15/29] x86: Actually use _etext for end of text segment
` [PATCH v2 16/29] x86: Move EXCEPTION_TABLE to RO_DATA segment
` [PATCH v2 17/29] alpha: "
` [PATCH v2 18/29] arm64: "
` [PATCH v2 19/29] c6x: "
` [PATCH v2 20/29] h8300: "
` [PATCH v2 21/29] ia64: "
` [PATCH v2 22/29] microblaze: "
` [PATCH v2 23/29] parisc: "
` [PATCH v2 24/29] powerpc: "
` [PATCH v2 25/29] xtensa: "
` [PATCH v2 26/29] x86/mm: Remove redundant &s on addresses
` [PATCH v2 27/29] x86/mm: Report which part of kernel image is freed
` [PATCH v2 28/29] x86/mm: Report actual image regions in /proc/iomem
` [PATCH v2 29/29] x86: Use INT3 instead of NOP for linker fill bytes

[PATCH 00/29] vmlinux.lds.h: Refactor EXCEPTION_TABLE and NOTES
 2019-10-10 23:57 UTC  (21+ messages)
` [PATCH 07/29] x86: Restore "text" Program Header with dummy section
` [PATCH 08/29] vmlinux.lds.h: Provide EMIT_PT_NOTE to indicate export of .notes
` [PATCH 14/29] vmlinux.lds.h: Allow EXCEPTION_TABLE to live in RO_DATA
` [PATCH 28/29] x86/mm: Report actual image regions in /proc/iomem

[PATCH v2 0/4] treewide: Use sizeof_member() macro
 2019-10-10 23:50 UTC  (11+ messages)
` [PATCH v2 1/4] MIPS: OCTEON: Replace SIZEOF_FIELD() macro
` [PATCH v2 2/4] linux/stddef.h: Add sizeof_member() macro
` [PATCH v2 3/4] treewide: Use "
` [PATCH v2 4/4] include: Remove FIELD_SIZEOF() and sizeof_field() macros

[RFC PATCH v2 0/2] ELF: Alternate program property parser
 2019-10-10 21:00 UTC  (7+ messages)
` [RFC PATCH v2 2/2] ELF: Add ELF program property parsing support

[PATCH 0/3] eldie generated code for folded p4d/pud
 2019-10-10 20:05 UTC  (14+ messages)
` [PATCH 1/3] asm-generic/tlb: stub out pud_free_tlb() if __PAGETABLE_PUD_FOLDED
` [PATCH 2/3] asm-generic/tlb: stub out p4d_free_tlb() if __PAGETABLE_P4D_FOLDED
` [PATCH 3/3] asm-generic/mm: stub out p{4, d}d_clear_bad() if __PAGETABLE_P{4, u}D_FOLDED
  ` [PATCH 3/3] asm-generic/mm: stub out p{4,d}d_clear_bad() if __PAGETABLE_P{4,u}D_FOLDED

[PATCH v2 00/12] arm64: ARMv8.5-A: Branch Target Identification support
 2019-10-10 18:44 UTC  (26+ messages)
` [PATCH v2 01/12] ELF: UAPI and Kconfig additions for ELF program properties
` [PATCH v2 02/12] ELF: Add ELF program property parsing support
` [PATCH v2 03/12] mm: Reserve asm-generic prot flag 0x10 for arch use
` [PATCH v2 04/12] arm64: docs: cpu-feature-registers: Document ID_AA64PFR1_EL1
` [PATCH v2 05/12] arm64: Basic Branch Target Identification support
` [PATCH v2 06/12] elf: Allow arch to tweak initial mmap prot flags
` [PATCH v2 07/12] arm64: elf: Enable BTI at exec based on ELF program properties
` [PATCH v2 08/12] arm64: BTI: Decode BYTPE bits when printing PSTATE
` [PATCH v2 09/12] arm64: traps: Fix inconsistent faulting instruction skipping
` [PATCH v2 10/12] arm64: traps: Shuffle code to eliminate forward declarations
` [PATCH v2 11/12] arm64: BTI: Reset BTYPE when skipping emulated instructions
` [PATCH v2 12/12] KVM: "

[PATCH v14 0/6] open: introduce openat2(2) syscall
 2019-10-10 17:07 UTC  (16+ messages)
` [PATCH v14 1/6] namei: O_BENEATH-style resolution restriction flags
` [PATCH v14 2/6] namei: LOOKUP_IN_ROOT: chroot-like path resolution
` [PATCH v14 3/6] namei: permit ".." resolution with LOOKUP_{IN_ROOT,BENEATH}
` [PATCH v14 4/6] open: introduce openat2(2) syscall
` [PATCH v14 5/6] selftests: add openat2(2) selftests
` [PATCH v14 6/6] Documentation: path-lookup: mention LOOKUP_MAGICLINK_JUMPED

[PATCH v18 00/14] Introduce the for_each_set_clump8 macro
 2019-10-10 13:18 UTC  (40+ messages)
` [PATCH v18 01/14] bitops: "
` [PATCH v18 02/14] lib/test_bitmap.c: Add for_each_set_clump8 test cases
` [PATCH v18 03/14] gpio: 104-dio-48e: Utilize for_each_set_clump8 macro
` [PATCH v18 04/14] gpio: 104-idi-48: "
` [PATCH v18 05/14] gpio: gpio-mm: "
` [PATCH v18 06/14] gpio: ws16c48: "
` [PATCH v18 07/14] gpio: pci-idio-16: "
` [PATCH v18 08/14] gpio: pcie-idio-24: "
` [PATCH v18 09/14] gpio: uniphier: "
` [PATCH v18 10/14] gpio: 74x164: Utilize the "
` [PATCH v18 11/14] thermal: intel: intel_soc_dts_iosf: Utilize "
` [PATCH v18 12/14] gpio: pisosr: Utilize the "
` [PATCH v18 13/14] gpio: max3191x: "
` [PATCH v18 14/14] gpio: pca953x: "

[PATCH v17 00/14] Introduce the for_each_set_clump8 macro
 2019-10-10 13:12 UTC  (22+ messages)
` [PATCH v17 01/14] bitops: "

[PATCH v5 00/11] Introduces new count-based method for tracking lockless pagetable walks
 2019-10-09 18:09 UTC  (8+ messages)
` [PATCH v5 01/11] asm-generic/pgtable: Adds generic functions to monitor lockless pgtable walks


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