linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-18 14:36:37 to 2021-01-08 17:13:25 UTC [more...]

[RFC PATCH v2] selinux: security: Move selinux_state to a separate page
 2021-01-08 17:11 UTC  (4+ messages)

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

[PATCH] arm64: make atomic helpers __always_inline
 2021-01-08 10:26 UTC  (3+ messages)

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

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

[PATCH v4 mips-next 0/7] MIPS: vmlinux.lds.S sections fixes & cleanup
 2021-01-07 21:51 UTC  (13+ 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 v2 1/5] csky: Remove custom asm/atomic.h implementation
 2021-01-07 12:45 UTC  (8+ messages)
` [PATCH v2 2/5] csky: Fixup barrier design
` [PATCH v2 3/5] csky: Fixup futex SMP implementation
` [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  (18+ messages)
` [PATCH 1/5] clump_bits: "
` [PATCH 2/5] lib/test_bitmap.c: Add for_each_set_clump test cases
` [PATCH 3/5] gpio: thunderx: Utilize for_each_set_clump macro
` [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 v17 00/26] Control-flow Enforcement: Shadow Stack
 2021-01-04 20:08 UTC  (28+ messages)
` [PATCH v17 01/26] Documentation/x86: Add CET description
` [PATCH v17 02/26] x86/cet/shstk: Add Kconfig option for user-mode control-flow protection
` [PATCH v17 03/26] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)
` [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 08/26] x86/mm: Introduce _PAGE_COW
` [PATCH v17 09/26] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [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 12/26] mm: Introduce VM_SHSTK for shadow stack memory
` [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 15/26] mm: Fixup places that call pte_mkwrite() directly
` [PATCH v17 16/26] mm: Add guard pages around a shadow stack
` [PATCH v17 17/26] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v17 18/26] mm: Update can_follow_write_pte() for shadow stack
` [PATCH v17 19/26] mm: Re-introduce vm_flags to do_mmap()
` [PATCH v17 20/26] x86/cet/shstk: User-mode shadow stack support
` [PATCH v17 21/26] x86/cet/shstk: Handle signals for shadow stack
` [PATCH v17 22/26] binfmt_elf: Define GNU_PROPERTY_X86_FEATURE_1_AND properties
` [PATCH v17 23/26] ELF: Introduce arch_setup_elf_property()
` [PATCH v17 24/26] x86/cet/shstk: Handle thread shadow stack
` [PATCH v17 25/26] x86/cet/shstk: Add arch_prctl functions for "
` [PATCH v17 26/26] mm: Introduce PROT_SHSTK "

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

[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

[PATCH v16 00/26] Control-flow Enforcement: Shadow Stack
 2020-12-29 19:45 UTC  (6+ messages)
` [PATCH v16 02/26] x86/cet/shstk: Add Kconfig option for user-mode control-flow protection

[PATCH v5 00/15] An alternative series for asymmetric AArch32 systems
 2020-12-28  4:29 UTC  (5+ messages)
` [PATCH v5 08/15] cpuset: Honour task_cpu_possible_mask() in guarantee_online_cpus()
` [PATCH v5 10/15] sched: Introduce force_compatible_cpus_allowed_ptr() to limit CPU affinity

[PATCH v3 0/4] x86: Improve Minimum Alternate Stack Size
 2020-12-23  6:55 UTC  (6+ messages)
` [PATCH v3 1/4] x86/signal: Introduce helpers to get the maximum signal frame size
` [PATCH v3 2/4] x86/elf: Support a new ELF aux vector AT_MINSIGSTKSZ
` [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

[PATCH v13 0/6] Add NUMA-awareness to qspinlock
 2020-12-23  5:44 UTC  (7+ messages)
` [PATCH v13 1/6] locking/qspinlock: Rename mcs lock/unlock macros and make them more generic
` [PATCH v13 2/6] locking/qspinlock: Refactor the qspinlock slow path
` [PATCH v13 3/6] locking/qspinlock: Introduce CNA into the slow path of qspinlock
` [PATCH v13 4/6] locking/qspinlock: Introduce starvation avoidance into CNA
` [PATCH v13 5/6] locking/qspinlock: Avoid moving certain threads between waiting queues in CNA
` [PATCH v13 6/6] locking/qspinlock: Introduce the shuffle reduction optimization into CNA

[PATCH 0/3] powerpc: convert to use ARCH_ATOMIC
 2020-12-23  2:45 UTC  (5+ messages)
` [PATCH 3/3] powerpc: rewrite atomics "

[PATCH v3 3/3] mm: optimise pte dirty/accessed bit setting by demand based pte insertion
 2020-12-23  0:56 UTC  (2+ messages)

cleanup handling of bad IRQs
 2020-12-21  9:27 UTC  (10+ messages)
` [PATCH 01/23] kernel: irq: irqdescs: warn on spurious IRQ
` [PATCH 06/23] arch: mips: drop misleading warning "
` [PATCH 07/23] arch: parisc: "
` [PATCH 09/23] arch: s390: "
` [PATCH 11/23] arch: sparc: "
` [PATCH 13/23] arch: generic: "

[PATCH v2 1/5] csky: Remove custom asm/atomic.h implementation
 2020-12-20 15:12 UTC 

(repost) cleaning up handling of bad IRQs
 2020-12-18 14:57 UTC  (20+ messages)
` [PATCH 01/23] kernel: irq: irqdescs: warn on spurious IRQ
` [PATCH 02/23] arch: alpha: drop misleading warning "
` [PATCH 03/23] arch: arm: "
` [PATCH 04/23] arch: c6x: "
` [PATCH 05/23] arch: ia64: "
` [PATCH 06/23] arch: mips: "
` [PATCH 07/23] arch: parisc: "
` [PATCH 08/23] arch: powerpc: "
` [PATCH 09/23] arch: s390: "
` [PATCH 10/23] arch: sh: "
` [PATCH 11/23] arch: sparc: "
` [PATCH 12/23] arch: x86: "
` [PATCH 13/23] arch: generic: "
` [PATCH 14/23] kernel: generic counter for interrupt errors
` [PATCH 15/23] arch: mips: use generic irq error counter
` [PATCH 16/23] arch: alpha: "
` [PATCH 17/23] arch: arm: "
` [PATCH 18/23] arch: arm64: "
` [PATCH 19/23] arch: c6x: "


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