linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-29 21:35:02 to 2021-01-14 02:18:12 UTC [more...]

[PATCH 1/3] um: separate child and parent errors in clone stub
 2021-01-13 21:09 UTC  (3+ messages)
` [PATCH 2/3] um: rework userspace stubs to not hard-code stub location
` [PATCH 3/3] um: remove process stub VMA

ARC no console output (was Re: [PATCH 1/2] init/console: Use ttynull as a fallback when there is no console)
 2021-01-13 22:07 UTC  (13+ messages)
    ` [Buildroot] "

[PATCH v4 0/3] Kbuild: DWARF v5 support
 2021-01-13 23:27 UTC  (9+ messages)
` [PATCH v4 1/3] Remove $(cc-option,-gdwarf-4) dependency from CONFIG_DEBUG_INFO_DWARF4
` [PATCH v4 2/3] Kbuild: make DWARF version a choice
` [PATCH v4 3/3] Kbuild: implement support for DWARF v5

[PATCH] arm64: make atomic helpers __always_inline
 2021-01-13 16:06 UTC  (10+ messages)

[PATCH 00/24] Fix broken file docs cross-references
 2021-01-13 15:12 UTC  (3+ messages)
` [PATCH 19/24] doc: update rcu_dereference.rst reference

[RFC PATCH v2] selinux: security: Move selinux_state to a separate page
 2021-01-13 10:56 UTC  (10+ messages)

[BUG mips llvm] MIPS: malformed R_MIPS_{HI16,LO16} with LLVM
 2021-01-13 10:16 UTC  (9+ messages)

[PATCH v17 00/26] Control-flow Enforcement: Shadow Stack
 2021-01-13 10:04 UTC  (19+ messages)
` [PATCH v17 04/26] x86/cpufeatures: Introduce X86_FEATURE_CET and setup functions
` [PATCH v17 05/26] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v17 06/26] x86/cet: Add control-protection fault handler
` [PATCH v17 07/26] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH v17 10/26] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH v17 11/26] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
` [PATCH v17 13/26] x86/mm: Shadow Stack page fault error checking
` [PATCH v17 14/26] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH v17 16/26] mm: Add guard pages around a "
` [PATCH v17 17/26] mm/mmap: Add shadow stack pages to memory accounting

[PATCH v5 mips-next 0/9] MIPS: vmlinux.lds.S sections fixes & cleanup
 2021-01-11 22:43 UTC  (15+ messages)
` [PATCH v5 mips-next 1/9] MIPS: vmlinux.lds.S: add missing PAGE_ALIGNED_DATA() section
  ` [PATCH v5 mips-next 2/9] MIPS: CPS: don't create redundant .text.cps-vec section
  ` [PATCH v5 mips-next 3/9] MIPS: vmlinux.lds.S: add ".gnu.attributes" to DISCARDS
  ` [PATCH v5 mips-next 4/9] MIPS: properly stop .eh_frame generation
  ` [PATCH v5 mips-next 5/9] MIPS: vmlinux.lds.S: explicitly catch .rel.dyn symbols
  ` [PATCH v5 mips-next 6/9] MIPS: vmlinux.lds.S: explicitly declare .got table
  ` [PATCH v5 mips-next 7/9] vmlinux.lds.h: catch compound literals into data and BSS
  ` [PATCH v5 mips-next 8/9] vmlinux.lds.h: catch UBSAN's "unnamed data" into data
  ` [PATCH v5 mips-next 9/9] MIPS: select ARCH_WANT_LD_ORPHAN_WARN

[PATCH v5 0/5] Unify NUMA implementation between ARM64 & RISC-V
 2021-01-11 19:31 UTC  (3+ messages)

[PATCH v9 00/16] Add support for Clang LTO
 2021-01-09 23:44 UTC  (13+ messages)

[PATCH v4 mips-next 0/7] MIPS: vmlinux.lds.S sections fixes & cleanup
 2021-01-09 17:22 UTC  (22+ messages)
` [PATCH v4 mips-next 1/7] MIPS: vmlinux.lds.S: add missing PAGE_ALIGNED_DATA() section
  ` [PATCH v4 mips-next 2/7] MIPS: vmlinux.lds.S: add ".gnu.attributes" to DISCARDS
  ` [PATCH v4 mips-next 3/7] MIPS: properly stop .eh_frame generation
` [PATCH v4 mips-next 4/7] MIPS: vmlinux.lds.S: catch bad .rel.dyn at link time
  ` [PATCH v4 mips-next 5/7] MIPS: vmlinux.lds.S: explicitly declare .got table
  ` [PATCH v4 mips-next 6/7] vmlinux.lds.h: catch compound literals into data and BSS
  ` [PATCH v4 mips-next 7/7] MIPS: select ARCH_WANT_LD_ORPHAN_WARN

[PATCH 1/2] syscalls: add comments show the define file for aio
 2021-01-09 11:55 UTC  (3+ messages)
` [PATCH 2/2] syscalls: fix define file comments for lookup_dcookie

[PATCH v3 0/4] x86: Improve Minimum Alternate Stack Size
 2021-01-08 18:09 UTC  (5+ messages)
` [PATCH v3 3/4] x86/signal: Prevent an alternate stack overflow before a signal delivery
` [PATCH v3 4/4] selftest/x86/signal: Include test cases for validating sigaltstack

let import_iovec deal with compat_iovecs as well v2
 2021-01-08 11:49 UTC  (3+ messages)
` [PATCH 05/11] iov_iter: merge the compat case into rw_copy_check_uvector

[RFC PATCH] selinux: ARM64: Move selinux_state to a separate page
 2021-01-08  9:09 UTC 

[PATCH v2 1/5] csky: Remove custom asm/atomic.h implementation
 2021-01-07 12:45 UTC  (6+ messages)
` [PATCH v2 4/5] csky: Fixup asm/cmpxchg.h with correct ordering barrier
` [PATCH v2 5/5] csky: Cleanup asm/spinlock.h

[PATCH v3 mips-next 0/7] MIPS: vmlinux.lds.S sections fixes & cleanup
 2021-01-07 12:30 UTC  (9+ messages)
` [PATCH v3 mips-next 1/7] MIPS: vmlinux.lds.S: add missing PAGE_ALIGNED_DATA() section
  ` [PATCH v3 mips-next 2/7] MIPS: vmlinux.lds.S: add ".gnu.attributes" to DISCARDS
  ` [PATCH v3 mips-next 3/7] MIPS: properly stop .eh_frame generation
  ` [PATCH v3 mips-next 4/7] MIPS: vmlinux.lds.S: catch bad .rel.dyn at link time
  ` [PATCH v3 mips-next 5/7] MIPS: vmlinux.lds.S: explicitly declare .got table
  ` [PATCH v3 mips-next 6/7] vmlinux.lds.h: catch compound literals into data and BSS
  ` [PATCH v3 mips-next 7/7] MIPS: select ARCH_WANT_LD_ORPHAN_WARN

[PATCH] Adds a new ioctl32 syscall for backwards compatibility layers
 2021-01-06 22:57 UTC  (3+ messages)

[PATCH v4 01/17] asm-generic/hyperv: change HV_CPU_POWER_MANAGEMENT to HV_CPU_MANAGEMENT
 2021-01-06 20:33 UTC  (7+ messages)
` [PATCH v4 07/17] x86/hyperv: extract partition ID from Microsoft Hypervisor if necessary
` [PATCH v4 09/17] x86/hyperv: provide a bunch of helper functions
` [PATCH v4 11/17] asm-generic/hyperv: update hv_msi_entry
` [PATCH v4 12/17] asm-generic/hyperv: update hv_interrupt_entry
` [PATCH v4 13/17] asm-generic/hyperv: introduce hv_device_id and auxiliary structures
` [PATCH v4 14/17] asm-generic/hyperv: import data structures for mapping device interrupts

[PATCH memory-model 0/3] LKMM updates for v5.12
 2021-01-06 17:36 UTC  (4+ messages)
` [PATCH tip/core/rcu 1/3] tools/memory-model: Tie acquire loads to reads-from
` [PATCH tip/core/rcu 2/3] tools/memory-model: Remove redundant initialization in litmus tests
` [PATCH tip/core/rcu 3/3] tools/memory-model: Fix typo in klitmus7 compatibility table

[PATCH v3 01/17] asm-generic/hyperv: change HV_CPU_POWER_MANAGEMENT to HV_CPU_MANAGEMENT
 2021-01-06 15:45 UTC  (2+ messages)

[PATCH 0/5] Introduce the for_each_set_clump macro
 2021-01-06  8:19 UTC  (12+ messages)
` [PATCH 4/5] gpio: xilinx: Utilize generic bitmap_get_value and _set_value
` [PATCH 5/5] gpio: xilinx: Add extra check if sum of widths exceed 64

[RFC PATCH 00/12] Introduce sv48 support without relocable kernel
 2021-01-06  8:16 UTC  (20+ messages)
` [RFC PATCH 01/12] riscv: Move kernel mapping outside of linear mapping
` [RFC PATCH 02/12] riscv: Protect the kernel "
` [RFC PATCH 03/12] riscv: Get rid of compile time logic with MAX_EARLY_MAPPING_SIZE
` [RFC PATCH 04/12] riscv: Allow to dynamically define VA_BITS
` [RFC PATCH 05/12] riscv: Simplify MAXPHYSMEM config
` [RFC PATCH 06/12] riscv: Prepare ptdump for vm layout dynamic addresses
` [RFC PATCH 07/12] asm-generic: Prepare for riscv use of pud_alloc_one and pud_free
` [RFC PATCH 08/12] riscv: Implement sv48 support
` [RFC PATCH 09/12] riscv: Allow user to downgrade to sv39 when hw supports sv48
` [RFC PATCH 10/12] riscv: Use pgtable_l4_enabled to output mmu type in cpuinfo
` [RFC PATCH 11/12] riscv: Explicit comment about user virtual address space size
` [RFC PATCH 12/12] riscv: Improve virtual kernel memory layout dump

[PATCH] firmware_loader: Align .builtin_fw to 8
 2021-01-05 19:20 UTC  (4+ messages)
` [PATCH v2] "

[PATCH AUTOSEL 5.10 13/17] local64.h: make <asm/local64.h> mandatory
 2021-01-05  0:59 UTC 

[PATCH v3 2/2] Kbuild: implement support for DWARF v5
 2021-01-04 22:12 UTC  (2+ messages)

[PATCH v9 00/12] huge vmalloc mappings
 2021-01-04 12:33 UTC  (3+ messages)
` [PATCH v9 05/12] mm: HUGE_VMAP arch support cleanup

[PATCH v17 0/7] Control-flow Enforcement: Indirect Branch Tracking
 2020-12-29 21:33 UTC  (8+ messages)
` [PATCH v17 1/7] x86/cet/ibt: Update Kconfig for user-mode "
` [PATCH v17 2/7] x86/cet/ibt: User-mode Indirect Branch Tracking support
` [PATCH v17 3/7] x86/cet/ibt: Handle signals for Indirect Branch Tracking
` [PATCH v17 4/7] x86/cet/ibt: Update ELF header parsing "
` [PATCH v17 5/7] x86/cet/ibt: Update arch_prctl functions "
` [PATCH v17 6/7] x86/vdso/32: Add ENDBR32 to __kernel_vsyscall entry point
` [PATCH v17 7/7] x86/vdso: Insert endbr32/endbr64 to vDSO


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