linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-11 00:06:25 to 2019-10-15 17:03:58 UTC [more...]

[PATCH v9 00/28] New macros for assembler symbols
 2019-10-15 17:03 UTC  (71+ 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-15 16:54 UTC  (80+ 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 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 v2 00/12] arm64: ARMv8.5-A: Branch Target Identification support
 2019-10-15 16:49 UTC  (53+ messages)
` [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 08/12] arm64: BTI: Decode BYTPE bits when printing PSTATE
` [PATCH v2 09/12] arm64: traps: Fix inconsistent faulting instruction skipping
` [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-14 21:48 UTC  (19+ messages)
      ` [RFC] asm-generic/tlb: stub out pmd_free_tlb() if __PAGETABLE_PMD_FOLDED

[PATCH 1/6] sh: Move cmpxchg-xchg.h to asm-generic
 2019-10-14  7:25 UTC  (4+ messages)

[PATCH] compiler: enable CONFIG_OPTIMIZE_INLINING forcibly
 2019-10-12 14:45 UTC  (17+ messages)

[PATCH v14 0/6] open: introduce openat2(2) syscall
 2019-10-12  4:15 UTC  (7+ messages)
` [PATCH v14 2/6] namei: LOOKUP_IN_ROOT: chroot-like path resolution

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