linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-08 18:27:29 to 2019-10-10 23:57:36 UTC [more...]

[PATCH 00/29] vmlinux.lds.h: Refactor EXCEPTION_TABLE and NOTES
 2019-10-10 23:57 UTC  (20+ 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  (8+ 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  (68+ messages)
` [PATCH v17 01/14] bitops: "
` [PATCH v17 02/14] lib/test_bitmap.c: Add for_each_set_clump8 test cases
` [PATCH v17 03/14] gpio: 104-dio-48e: Utilize for_each_set_clump8 macro
` [PATCH v17 04/14] gpio: 104-idi-48: "
` [PATCH v17 05/14] gpio: gpio-mm: "
` [PATCH v17 06/14] gpio: ws16c48: "
` [PATCH v17 07/14] gpio: pci-idio-16: "
` [PATCH v17 08/14] gpio: pcie-idio-24: "
` [PATCH v17 09/14] gpio: uniphier: "
` [PATCH v17 10/14] gpio: 74x164: Utilize the "
` [PATCH v17 11/14] thermal: intel: intel_soc_dts_iosf: Utilize "
` [PATCH v17 12/14] gpio: pisosr: Utilize the "
` [PATCH v17 13/14] gpio: max3191x: "
` [PATCH v17 14/14] gpio: pca953x: "

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

[PATCH v17 00/14] Introduce the for_each_set_clump8 macro
 2019-10-09 15:26 UTC 

[PATCH v15 00/14] Introduce the for_each_set_clump8 macro
 2019-10-09  9:25 UTC  (4+ messages)
` [PATCH v15 01/14] bitops: "


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