linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-10 18:03:31 to 2019-10-11 15:24:53 UTC [more...]

[PATCH v2 00/12] arm64: ARMv8.5-A: Branch Target Identification support
 2019-10-11 15:24 UTC  (47+ 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
  ` [FIXUP 0/2] Fixups to patch 5
    ` [FIXUP 1/2] squash! arm64: Basic Branch Target Identification support
    ` [FIXUP 2/2] "
` [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 0/3] eldie generated code for folded p4d/pud
 2019-10-11 12:19 UTC  (6+ messages)

[PATCH v9 00/28] New macros for assembler symbols
 2019-10-11 11:51 UTC  (58+ messages)
` [PATCH v9 01/28] linkage: Introduce new "
` [PATCH v9 02/28] x86/asm/suspend: Use SYM_DATA for data
` [PATCH v9 03/28] x86/asm: Annotate relocate_kernel_{32,64}.c
` [PATCH v9 04/28] x86/asm/entry: Annotate THUNKs
` [PATCH v9 05/28] x86/asm: Annotate local pseudo-functions
` [PATCH v9 06/28] x86/asm/crypto: Annotate local functions
` [PATCH v9 07/28] x86/boot: "
` [PATCH v9 08/28] x86/uaccess: Annotate local function
` [PATCH v9 09/28] x86/asm: Annotate aliases
` [PATCH v9 10/28] x86/asm/entry: Annotate interrupt symbols properly
` [PATCH v9 11/28] x86/asm/head: Annotate data appropriately
` [PATCH v9 12/28] x86/boot: "
` [PATCH v9 13/28] um: "
` [PATCH v9 14/28] xen/pvh: "
` [PATCH v9 15/28] x86/asm/purgatory: Start using annotations
` [PATCH v9 16/28] x86/asm: Do not annotate functions by GLOBAL
` [PATCH v9 17/28] x86/asm: Use SYM_INNER_LABEL instead of GLOBAL
` [PATCH v9 18/28] x86/asm/realmode: Use SYM_DATA_* "
` [PATCH v9 19/28] x86/asm: Kill the last GLOBAL user and remove the macro
` [PATCH v9 20/28] x86/asm: Make some functions local
` [PATCH v9 21/28] x86/asm/ftrace: Mark function_hook as function
` [PATCH v9 22/28] x86_64/asm: Add ENDs to some functions and relabel with SYM_CODE_*
` [PATCH v9 23/28] x86_64/asm: Change all ENTRY+END to SYM_CODE_*
` [PATCH v9 24/28] x86_64/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*
` [PATCH v9 25/28] x86_32/asm: Add ENDs to some functions and relabel with SYM_CODE_*
` [PATCH v9 26/28] x86_32/asm: Change all ENTRY+END to SYM_CODE_*
` [PATCH v9 27/28] x86_32/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*
` [PATCH v9 28/28] x86/asm: Replace WEAK uses by SYM_INNER_LABEL_ALIGN

[PATCH v2 00/29] vmlinux.lds.h: Refactor EXCEPTION_TABLE and NOTES
 2019-10-11  8:25 UTC  (72+ 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-11  1:38 UTC  (7+ messages)

[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


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