linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-28 13:23:31 to 2020-08-01 17:27:50 UTC [more...]

[PATCH v5 00/36] Warn on orphan section placement
 2020-08-01 17:27 UTC  (76+ messages)
` [PATCH v5 01/36] x86/boot/compressed: Move .got.plt entries out of the .got section
` [PATCH v5 02/36] x86/boot/compressed: Force hidden visibility for all symbol references
` [PATCH v5 03/36] x86/boot/compressed: Get rid of GOT fixup code
` [PATCH v5 04/36] x86/boot: Add .text.* to setup.ld
` [PATCH v5 05/36] x86/boot: Remove run-time relocations from .head.text code
` [PATCH v5 06/36] x86/boot: Remove run-time relocations from head_{32,64}.S
` [PATCH v5 07/36] x86/boot: Check that there are no run-time relocations
` [PATCH v5 08/36] vmlinux.lds.h: Create COMMON_DISCARDS
` [PATCH v5 09/36] vmlinux.lds.h: Add .gnu.version* to COMMON_DISCARDS
` [PATCH v5 10/36] vmlinux.lds.h: Avoid KASAN and KCSAN's unwanted sections
` [PATCH v5 11/36] vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUG
` [PATCH v5 12/36] vmlinux.lds.h: Add .symtab, .strtab, and .shstrtab to ELF_DETAILS
` [PATCH v5 13/36] vmlinux.lds.h: add PGO and AutoFDO input sections
` [PATCH v5 14/36] efi/libstub: Disable -mbranch-protection
` [PATCH v5 15/36] arm64/mm: Remove needless section quotes
` [PATCH v5 16/36] arm64/kernel: Remove needless Call Frame Information annotations
` [PATCH v5 17/36] arm64/build: Remove .eh_frame* sections due to unwind tables
` [PATCH v5 18/36] arm64/build: Use common DISCARDS in linker script
` [PATCH v5 19/36] arm64/build: Add missing DWARF sections
` [PATCH v5 20/36] arm64/build: Assert for unwanted sections
` [PATCH v5 21/36] arm64/build: Warn on orphan section placement
` [PATCH v5 22/36] arm/build: Refactor linker script headers
` [PATCH v5 23/36] arm/build: Explicitly keep .ARM.attributes sections
` [PATCH v5 24/36] arm/build: Add missing sections
` [PATCH v5 25/36] arm/build: Warn on orphan section placement
` [PATCH v5 26/36] arm/boot: Handle all sections explicitly
` [PATCH v5 27/36] arm/boot: Warn on orphan section placement
` [PATCH v5 28/36] x86/asm: Avoid generating unused kprobe sections
` [PATCH v5 29/36] x86/build: Enforce an empty .got.plt section
` [PATCH v5 30/36] x86/build: Assert for unwanted sections
` [PATCH v5 31/36] x86/build: Warn on orphan section placement
` [PATCH v5 32/36] x86/boot/compressed: Reorganize zero-size section asserts
` [PATCH v5 33/36] x86/boot/compressed: Remove, discard, or assert for unwanted sections
` [PATCH v5 34/36] x86/boot/compressed: Add missing debugging sections to output
` [PATCH v5 35/36] x86/boot/compressed: Warn on orphan section placement
` [PATCH v5 36/36] arm/build: Assert for unwanted sections

[PATCH 00/13] Update csky subsystem for linux-5.9-rc1
 2020-08-01  1:14 UTC  (23+ messages)
` [PATCH 01/13] csky: remove unusued thread_saved_pc and *_segments functions/macros
` [PATCH 02/13] csky: Add SECCOMP_FILTER supported
` [PATCH 03/13] csky: Add cpu feature register hint for smp
` [PATCH 04/13] csky: Fixup duplicated restore sp in RESTORE_REGS_FTRACE
` [PATCH 05/13] csky: Fixup kprobes handler couldn't change pc
` [PATCH 06/13] csky: Add support for function error injection
` [PATCH 07/13] csky: Optimize the trap processing flow
` [PATCH 08/13] csky: Use top-down mmap layout
` [PATCH 09/13] csky: Set CONFIG_NR_CPU 4 as default
` [PATCH 10/13] csky: Fixup warning by EXPORT_SYMBOL(kmap)
` [PATCH 11/13] csky: Add irq_work support
` [PATCH 12/13] csky: Add arch_show_interrupts for IPI interrupts
` [PATCH 13/13] csky: Add context tracking support

[TECH TOPIC] Planning code obsolescence
 2020-07-31 22:47 UTC  (5+ messages)
` [Ksummit-discuss] "

[RFC PATCH 0/5] madvise MADV_DOEXEC
 2020-07-31 19:41 UTC  (55+ messages)
` [RFC PATCH 3/5] mm: introduce VM_EXEC_KEEP
` [RFC PATCH 5/5] mm: introduce MADV_DOEXEC

[PATCH v2 0/7] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-07-31 16:22 UTC  (8+ messages)
` [PATCH v2 3/7] "

improve compat handling for the i386 u64 alignment quirk v2
 2020-07-31 12:22 UTC  (8+ messages)
` [PATCH 1/3] compat: lift compat_s64 and compat_u64 to <asm-generic/compat.h>
` [PATCH 2/3] compat: add a compat_need_64bit_alignment_fixup() helper
` [PATCH 3/3] quota: simplify the quotactl compat handling

improve compat handling for the i386 u64 alignment quirk
 2020-07-31  8:41 UTC  (8+ messages)
` [PATCH 1/4] arm64: stop using <asm/compat.h> directly
` [PATCH 2/4] compat: lift compat_s64 and compat_u64 to <linux/compat.h>
  ` [PATCH 2/4 v2] "

[PATCH 17/24] riscv: use asm-generic/mmu_context.h for no-op implementations
 2020-07-30 21:20 UTC  (3+ messages)

[PATCH 09/24] m68k: use asm-generic/mmu_context.h for no-op implementations
 2020-07-30  8:11 UTC  (3+ messages)

[patch V5 00/15] entry, x86, kvm: Generic entry/exit functionality for host and guest
 2020-07-30  7:19 UTC  (8+ messages)
` [patch V5 05/15] entry: Provide infrastructure for work before transitioning to guest mode

[PATCH v3 0/2] prctl.2 man page updates for Linux 5.6
 2020-07-29 14:56 UTC  (5+ messages)

[patch 01/15] mm/memory.c: avoid access flag update TLB flush for retried page fault
 2020-07-29 13:58 UTC  (5+ messages)

[patch V4 00/15] entry, x86, kvm: Generic entry/exit functionality for host and guest
 2020-07-29 12:18 UTC  (4+ messages)
` [patch V4 04/15] entry: Provide generic interrupt entry/exit code

[PATCH 00/24] Use asm-generic for mmu_context no-op functions
 2020-07-29 11:45 UTC  (3+ messages)
` [PATCH 14/24] openrisc: use asm-generic/mmu_context.h for no-op implementations

Schönen Tag,
 2020-07-29  9:27 UTC 

Add and use a generic version of devmem_is_allowed()
 2020-07-29  0:00 UTC  (3+ messages)

[PATCH 01/24] asm-generic: add generic versions of mmu context functions
 2020-07-28 23:52 UTC  (3+ messages)

[PATCH v10 0/5] Add NUMA-awareness to qspinlock
 2020-07-28 20:00 UTC  (8+ messages)
` [PATCH v10 3/5] locking/qspinlock: Introduce CNA into the slow path of qspinlock
` [PATCH v10 4/5] locking/qspinlock: Introduce starvation avoidance into CNA
` [PATCH v10 5/5] locking/qspinlock: Avoid moving certain threads between waiting queues in CNA

[PATCH v7 00/26] arm64: Memory Tagging Extension user-space support
 2020-07-28 19:59 UTC  (6+ messages)
` [PATCH v7 29/29] arm64: mte: Add Memory Tagging Extension documentation

[GIT PULL] asm-generic: bugfix for v5.8
 2020-07-28 19:05 UTC  (2+ messages)

[asm-generic:asm-generic] BUILD SUCCESS 214ba3584b2e2c57536fa8aed52521ac59c5b448
 2020-07-28 16:59 UTC 


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