linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-26 21:09:16 to 2020-06-29 20:29:50 UTC [more...]

[PATCH v4 00/17] Warn on orphan section placement
 2020-06-29 20:29 UTC  (64+ messages)
` [PATCH v4 01/17] vmlinux.lds.h: Add .gnu.version* to DISCARDS
` [PATCH v4 02/17] vmlinux.lds.h: Avoid KASAN and KCSAN's unwanted sections
` [PATCH v4 03/17] vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUG
` [PATCH v4 04/17] vmlinux.lds.h: Add .symtab, .strtab, and .shstrtab to ELF_DETAILS
` [PATCH v4 05/17] ctype: Work around Clang -mbranch-protection=none bug
` [PATCH v4 06/17] efi/libstub: Disable -mbranch-protection
` [PATCH v4 07/17] arm64/build: Use common DISCARDS in linker script
` [PATCH v4 08/17] arm64/mm: Remove needless section quotes
` [PATCH v4 09/17] arm64/build: Remove .eh_frame* sections due to unwind tables
` [PATCH v4 10/17] arm64/kernel: Remove needless Call Frame Information annotations
` [PATCH v4 11/17] arm64/build: Warn on orphan section placement
` [PATCH v4 12/17] arm/build: Refactor linker script headers
` [PATCH v4 13/17] arm/build: Explicitly keep .ARM.attributes sections
` [PATCH v4 14/17] arm/build: Warn on orphan section placement
` [PATCH v4 15/17] arm/boot: "
` [PATCH v4 16/17] x86/build: "
` [PATCH v4 17/17] x86/boot: "

[RFC][PATCHSET] regset ->get() rework
 2020-06-29 19:23 UTC  (58+ messages)
` [PATCH 01/41] introduction of regset ->get() wrappers, switching ELF coredumps to those
  ` [PATCH 02/41] x86: copy_fpstate_to_sigframe(): have fpregs_soft_get() use kernel buffer
  ` [PATCH 03/41] x86: kill dump_fpu()
  ` [PATCH 04/41] [ia64] sanitize elf_access_gpreg()
  ` [PATCH 05/41] [ia64] teach elf_access_reg() to handle the missing range (r16..r31)
  ` [PATCH 06/41] [ia64] regularize do_gpregs_[gs]et()
  ` [PATCH 07/41] [ia64] access_uarea(): stop bothering with gpregs_[gs]et()
  ` [PATCH 08/41] [ia64] access_uarea(): don't bother with fpregs_[gs]et()
  ` [PATCH 09/41] sparc64: switch genregs32_get() to use of get_from_target()
  ` [PATCH 10/41] sparc32: get rid of odd callers of copy_regset_to_user()
  ` [PATCH 11/41] sparc64: "
  ` [PATCH 12/41] sparc32: get rid of odd callers of copy_regset_from_user()
  ` [PATCH 13/41] sparc64: "
  ` [PATCH 14/41] arm64: take fetching compat reg out of pt_regs into a new helper
  ` [PATCH 15/41] arm64: get rid of copy_regset_to_user() in compat_ptrace_read_user()
  ` [PATCH 16/41] arm64: sanitize compat_ptrace_write_user()
  ` [PATCH 17/41] copy_regset_to_user(): do all copyout at once
  ` [PATCH 18/41] regset: new method and helpers for it
  ` [PATCH 19/41] x86: switch to ->get2()
  ` [PATCH 20/41] powerpc: "
  ` [PATCH 21/41] s390: "
  ` [PATCH 22/41] sparc: "
  ` [PATCH 23/41] mips: "
  ` [PATCH 24/41] arm64: "
  ` [PATCH 25/41] sh: convert "
  ` [PATCH 26/41] arm: switch "
  ` [PATCH 27/41] arc: "
  ` [PATCH 28/41] ia64: "
  ` [PATCH 29/41] c6x: "
  ` [PATCH 30/41] riscv: "
  ` [PATCH 31/41] openrisc: "
  ` [PATCH 32/41] h8300: "
  ` [PATCH 33/41] hexagon: "
  ` [PATCH 34/41] nios2: "
  ` [PATCH 35/41] nds32: "
  ` [PATCH 36/41] parisc: "
  ` [PATCH 37/41] xtensa: "
  ` [PATCH 38/41] csky: "
  ` [PATCH 39/41] regset: kill ->get()
  ` [PATCH 40/41] regset(): kill ->get_size()
  ` [PATCH 41/41] regset: kill user_regset_copyout{,_zero}()

Hello,
 2020-06-29 19:15 UTC 

[PATCH v3 0/2] prctl.2 man page updates for Linux 5.6
 2020-06-29 11:52 UTC  (3+ messages)

[PATCH 0/8] mm: cleanup usage of <asm/pgalloc.h>
 2020-06-29 15:59 UTC  (22+ messages)
` [PATCH 1/8] mm: remove unneeded includes "
` [PATCH 2/8] opeinrisc: switch to generic version of pte allocation
` [PATCH 3/8] xtensa: "
` [PATCH 4/8] asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()
` [PATCH 5/8] asm-generic: pgalloc: provide generic pud_alloc_one() and pud_free_one()
` [PATCH 6/8] asm-generic: pgalloc: provide generic pgd_free()
` [PATCH 7/8] mm: move lib/ioremap.c to mm/
` [PATCH 8/8] mm: move p?d_alloc_track to separate header file
` [PATCH 9/8] mm: Account PMD tables like PTE tables

[PATCH V3 0/4] mm/debug_vm_pgtable: Add some more tests
 2020-06-29  8:32 UTC  (18+ messages)
` [PATCH V3 2/4] mm/debug_vm_pgtable: Add tests validating advanced arch page table helpers

Your attention to this news update
 2020-06-28 17:38 UTC 

[PATCH 00/22] add support for Clang LTO
 2020-06-28 16:56 UTC  (3+ messages)

(unknown)
 2020-06-27 21:54 UTC 

[PATCH v9 0/4] Introduce the for_each_set_clump macro
 2020-06-27  8:10 UTC  (3+ messages)
` [PATCH v9 1/4] bitops: "

properly support exec with kernel pointers v3
 2020-06-27  7:27 UTC  (12+ messages)
` [PATCH 1/5] exec: cleanup the execve wrappers
` [PATCH 2/5] exec: simplify the compat syscall handling
` [PATCH 3/5] exec: cleanup the count() function
` [PATCH 4/5] exec: split prepare_arg_pages
` [PATCH 5/5] exec: add a kernel_execveat helper

[PATCH v5 00/12] kunit: create a centralized executor to dispatch all KUnit tests
 2020-06-26 21:52 UTC  (25+ messages)
` [PATCH v5 01/12] vmlinux.lds.h: add linker section for KUnit test suites
` [PATCH v5 02/12] arch: arm64: "
` [PATCH v5 03/12] arch: microblaze: "
` [PATCH v5 05/12] arch: um: "
` [PATCH v5 06/12] arch: xtensa: "
` [PATCH v5 07/12] kunit: test: create a single centralized executor for all tests
` [PATCH v5 08/12] init: main: add KUnit to kernel init
` [PATCH v5 09/12] kunit: test: add test plan to KUnit TAP format
` [PATCH v5 10/12] kunit: Add 'kunit_shutdown' option
` [PATCH v5 11/12] Documentation: Add kunit_shutdown to kernel-parameters.txt
` [PATCH v5 12/12] Documentation: kunit: add a brief blurb about kunit_test_suite

[PATCH v4 00/11] kunit: create a centralized executor to dispatch all KUnit tests
 2020-06-26 21:10 UTC  (4+ 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).