linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-06 06:48:09 to 2020-12-16 16:49:37 UTC [more...]

[PATCH v5 00/15] An alternative series for asymmetric AArch32 systems
 2020-12-16 16:48 UTC  (21+ messages)
` [PATCH v5 01/15] arm64: cpuinfo: Split AArch32 registers out into a separate struct
` [PATCH v5 02/15] arm64: Allow mismatched 32-bit EL0 support
` [PATCH v5 03/15] KVM: arm64: Kill 32-bit vCPUs on systems with mismatched "
` [PATCH v5 04/15] arm64: Kill 32-bit applications scheduled on 64-bit-only CPUs
` [PATCH v5 05/15] arm64: Advertise CPUs capable of running 32-bit applications in sysfs
` [PATCH v5 06/15] sched: Introduce task_cpu_possible_mask() to limit fallback rq selection
` [PATCH v5 07/15] cpuset: Don't use the cpu_possible_mask as a last resort for cgroup v1
` [PATCH v5 08/15] cpuset: Honour task_cpu_possible_mask() in guarantee_online_cpus()
` [PATCH v5 09/15] sched: Reject CPU affinity changes based on task_cpu_possible_mask()
` [PATCH v5 10/15] sched: Introduce force_compatible_cpus_allowed_ptr() to limit CPU affinity
` [PATCH v5 11/15] arm64: Implement task_cpu_possible_mask()
` [PATCH v5 12/15] arm64: exec: Adjust affinity for compat tasks with mismatched 32-bit EL0
` [PATCH v5 13/15] arm64: Prevent offlining first CPU with 32-bit EL0 on mismatched system
` [PATCH v5 14/15] arm64: Hook up cmdline parameter to allow mismatched 32-bit EL0
` [PATCH v5 15/15] arm64: Remove logic to kill 32-bit tasks on 64-bit-only cores

[GIT PULL 1/3] cleanups for v5.11
 2020-12-16  8:22 UTC  (6+ messages)
` [GIT PULL 2/3] asm-generic: mmu-context cleanup
` [GIT PULL 3/3] asm-generic: cross-architecture timer cleanup

[PATCH 0/3] Add sending TX hardware timestamp for TC ETF Qdisc
 2020-12-16  2:01 UTC  (21+ messages)
` [PATCH 1/3] Add TX sending hardware timestamp
      ` [kbuild-all] "
` [PATCH 2/3] Pass TX sending hardware timestamp to a socket's buffer
` [PATCH 3/3] The TC ETF Qdisc pass the hardware timestamp to the interface driver

[PATCH 0/3] powerpc: convert to use ARCH_ATOMIC
 2020-12-15 11:01 UTC  (2+ messages)

[PATCH v2 0/5] shoot lazy tlbs
 2020-12-14  7:04 UTC  (7+ messages)
` [PATCH v2 1/5] lazy tlb: introduce lazy mm refcount helper functions
` [PATCH v2 2/5] lazy tlb: allow lazy tlb mm switching to be configurable
` [PATCH v2 3/5] lazy tlb: shoot lazies, a non-refcounting lazy tlb option
` [PATCH v2 4/5] powerpc: use lazy mm refcount helper functions
` [PATCH v2 5/5] powerpc/64s: enable MMU_LAZY_TLB_SHOOTDOWN

[PATCH 2/8] x86: use exit_lazy_tlb rather than membarrier_mm_sync_core_before_usermode
 2020-12-14  5:53 UTC  (8+ messages)

[PATCH v5 0/5] Unify NUMA implementation between ARM64 & RISC-V
 2020-12-14  1:02 UTC  (2+ messages)

[PATCH v2 0/2] Modify bitmap_set_value() to suppress compiler warning
 2020-12-13 14:55 UTC  (4+ messages)
` [PATCH v2 1/2] bitmap: Modify bitmap_set_value() to check bitmap length
` [PATCH v2 2/2] gpio: xilinx: Add extra check if sum of widths exceed 64

[PATCH v14 00/10] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-12-12 13:59 UTC  (13+ messages)
` [PATCH v14 04/10] set_memory: allow querying whether set_direct_map_*() is actually enabled
` [PATCH v14 09/10] arch, mm: wire up memfd_secret system call were relevant
` [PATCH v14 10/10] secretmem: test: add basic selftest for memfd_secret(2)

[PATCH 0/4] Modify bitmap_set_value() to suppress compiler warning
 2020-12-12  9:39 UTC  (4+ messages)
` [RESEND PATCH 3/4] gpio: xilinx: Modify bitmap_set_value() calls

Add and use a generic version of devmem_is_allowed()
 2020-12-11 20:32 UTC  (2+ messages)

[PATCH v9 00/16] Add support for Clang LTO
 2020-12-11 19:45 UTC  (21+ messages)
` [PATCH v9 01/16] tracing: move function tracer options to Kconfig
` [PATCH v9 02/16] kbuild: add support for Clang LTO
` [PATCH v9 03/16] kbuild: lto: fix module versioning
` [PATCH v9 04/16] kbuild: lto: limit inlining
` [PATCH v9 05/16] kbuild: lto: merge module sections
` [PATCH v9 06/16] kbuild: lto: add a default list of used symbols
` [PATCH v9 07/16] init: lto: ensure initcall ordering
` [PATCH v9 08/16] init: lto: fix PREL32 relocations
` [PATCH v9 09/16] PCI: Fix PREL32 relocations for LTO
` [PATCH v9 10/16] modpost: lto: strip .lto from module names
` [PATCH v9 11/16] scripts/mod: disable LTO for empty.c
` [PATCH v9 12/16] efi/libstub: disable LTO
` [PATCH v9 13/16] drivers/misc/lkdtm: disable LTO for rodata.o
` [PATCH v9 14/16] arm64: vdso: disable LTO
` [PATCH v9 15/16] arm64: disable recordmcount with DYNAMIC_FTRACE_WITH_REGS
` [PATCH v9 16/16] arm64: allow LTO to be selected

[PATCH v5 0/9] "Task_isolation" mode
 2020-12-11 18:08 UTC  (12+ messages)
` [PATCH v5 6/9] task_isolation: arch/arm64: enable task isolation functionality
    ` [EXT] "
` [PATCH v5 7/9] task_isolation: don't interrupt CPUs with tick_nohz_full_kick_cpu()
    ` [EXT] "

RFC: arch: shall we have generic readl_be()/writel_be()/... or in_be32()/out_be32() ?
 2020-12-11 13:20 UTC  (3+ messages)

[PATCH v15 00/26] Control-flow Enforcement: Shadow Stack
 2020-12-10 18:10 UTC  (11+ messages)
` [PATCH v15 07/26] x86/mm: Remove _PAGE_DIRTY_HW from kernel RO pages
` [PATCH v15 08/26] x86/mm: Introduce _PAGE_COW

[PATCH v26 00/12] Landlock LSM
 2020-12-10 10:38 UTC  (14+ messages)
` [PATCH v26 01/12] landlock: Add object management
` [PATCH v26 02/12] landlock: Add ruleset and domain management
` [PATCH v26 03/12] landlock: Set up the security framework and manage credentials
` [PATCH v26 04/12] landlock: Add ptrace restrictions
` [PATCH v26 05/12] LSM: Infrastructure management of the superblock
` [PATCH v26 06/12] fs,security: Add sb_delete hook
` [PATCH v26 07/12] landlock: Support filesystem access-control
` [PATCH v26 08/12] landlock: Add syscall implementations
` [PATCH v26 09/12] arch: Wire up Landlock syscalls
` [PATCH v26 10/12] selftests/landlock: Add user space tests
` [PATCH v26 11/12] samples/landlock: Add a sandbox manager example
` [PATCH v26 12/12] landlock: Add user and kernel documentation

[PATCH v16 00/26] Control-flow Enforcement: Shadow Stack
 2020-12-09 22:23 UTC  (27+ messages)
` [PATCH v16 01/26] Documentation/x86: Add CET description
` [PATCH v16 02/26] x86/cet/shstk: Add Kconfig option for user-mode control-flow protection
` [PATCH v16 03/26] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)
` [PATCH v16 04/26] x86/cpufeatures: Introduce X86_FEATURE_CET and setup functions
` [PATCH v16 05/26] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v16 06/26] x86/cet: Add control-protection fault handler
` [PATCH v16 07/26] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH v16 08/26] x86/mm: Introduce _PAGE_COW
` [PATCH v16 09/26] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [PATCH v16 10/26] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH v16 11/26] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
` [PATCH v16 12/26] mm: Introduce VM_SHSTK for shadow stack memory
` [PATCH v16 13/26] x86/mm: Shadow Stack page fault error checking
` [PATCH v16 14/26] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH v16 15/26] mm: Fixup places that call pte_mkwrite() directly
` [PATCH v16 16/26] mm: Add guard pages around a shadow stack
` [PATCH v16 17/26] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v16 18/26] mm: Update can_follow_write_pte() for shadow stack
` [PATCH v16 19/26] mm: Re-introduce vm_flags to do_mmap()
` [PATCH v16 20/26] x86/cet/shstk: User-mode shadow stack support
` [PATCH v16 21/26] x86/cet/shstk: Handle signals for shadow stack
` [PATCH v16 22/26] binfmt_elf: Define GNU_PROPERTY_X86_FEATURE_1_AND properties
` [PATCH v16 23/26] ELF: Introduce arch_setup_elf_property()
` [PATCH v16 24/26] x86/cet/shstk: Handle thread shadow stack
` [PATCH v16 25/26] x86/cet/shstk: Add arch_prctl functions for "
` [PATCH v16 26/26] mm: Introduce PROT_SHSTK "

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

[PATCH v8 00/16] Add support for Clang LTO
 2020-12-09 19:24 UTC  (26+ messages)

[PATCH v2 1/8] lib/find_bit.c: Add find_last_zero_bit
 2020-12-08 22:54 UTC  (11+ messages)

[PATCH] firmware_loader: Align .builtin_fw to 8
 2020-12-08 17:59 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2 0/4] syscalls: remove compat_alloc_user_space callers
 2020-12-08 15:06 UTC  (5+ messages)
` [PATCH v2 4/4] compat: remove some compat entry points

[PATCH] arm64: enable GENERIC_FIND_FIRST_BIT
 2020-12-08 10:35 UTC  (4+ messages)

[PATCH v2 8/8] ufs/util.h: Apply new find_last_zero_bit
 2020-12-06  6:50 UTC 

[PATCH v2 7/8] btrfs/free-space-cache.c: Apply find_last_zero_bit
 2020-12-06  6:50 UTC 

[PATCH v2 6/8] lib/find_bit: Add test-module,find_last_zero_bit
 2020-12-06  6:49 UTC 

[PATCH v2 5/8] lib/find_bit_bench.c: Add find_last_zero_bit
 2020-12-06  6:49 UTC 

[PATCH v2 4/8] bitops/le.h: Add le support for find_last_bit
 2020-12-06  6:48 UTC 

[PATCH v2 3/8] bitops/find.h: Add declaration find_last_zero_bit
 2020-12-06  6:47 UTC 

[PATCH v2 2/8] linux/bitops.h: Add find_each_*_bit_reverse macros
 2020-12-06  6:47 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).