Linux-arch Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-07 10:52:25 to 2021-06-12 12:37:45 UTC [more...]

[PATCH 0/8] all: use find_next_*_bit() instead of find_first_*_bit() where possible
 2021-06-12 12:36 UTC  (6+ messages)
` [PATCH 1/8] bitops: protect find_first_{,zero}_bit properly
` [PATCH 2/8] bitops: move find_bit_*_le functions from le.h to find.h
` [PATCH 3/8] include: move find.h from asm_generic to linux
` [PATCH RESEND 4/8] arch: remove GENERIC_FIND_FIRST_BIT entirely
` [PATCH 8/8] tools: sync tools/bitmap with mother linux

[PATCH v3 0/9] Remove DISCONTIGMEM memory model
 2021-06-12  5:43 UTC  (14+ messages)
` [PATCH v3 1/9] alpha: remove DISCONTIGMEM and NUMA
` [PATCH v3 2/9] arc: update comment about HIGHMEM implementation
` [PATCH v3 3/9] arc: remove support for DISCONTIGMEM
` [PATCH v3 4/9] m68k: "
` [PATCH v3 5/9] mm: remove CONFIG_DISCONTIGMEM
` [PATCH v3 6/9] arch, mm: remove stale mentions of DISCONIGMEM
` [PATCH v3 7/9] docs: remove description of DISCONTIGMEM
` [PATCH v3 8/9] mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMA
` [PATCH v3 9/9] mm: replace CONFIG_FLAT_NODE_MEM_MAP with CONFIG_FLATMEM

[PATCH 09/16] ps3disk: use memcpy_{from,to}_bvec
 2021-06-12  4:07 UTC  (2+ messages)

Kernel stack read with PTRACE_EVENT_EXIT and io_uring threads
 2021-06-11 23:26 UTC  (4+ messages)

[PATCH v9 00/20] Add support for 32-bit tasks on asymmetric AArch32 systems
 2021-06-11 16:15 UTC  (25+ messages)
` [PATCH v9 01/20] arm64: cpuinfo: Split AArch32 registers out into a separate struct
` [PATCH v9 02/20] arm64: Allow mismatched 32-bit EL0 support
` [PATCH v9 03/20] KVM: arm64: Kill 32-bit vCPUs on systems with mismatched "
` [PATCH v9 04/20] arm64: Kill 32-bit applications scheduled on 64-bit-only CPUs
` [PATCH v9 05/20] sched: Introduce task_cpu_possible_mask() to limit fallback rq selection
` [PATCH v9 06/20] cpuset: Don't use the cpu_possible_mask as a last resort for cgroup v1
` [PATCH v9 07/20] cpuset: Honour task_cpu_possible_mask() in guarantee_online_cpus()
` [PATCH v9 08/20] cpuset: Cleanup cpuset_cpus_allowed_fallback() use in select_fallback_rq()
` [PATCH v9 09/20] sched: Reject CPU affinity changes based on task_cpu_possible_mask()
` [PATCH v9 10/20] sched: Introduce task_struct::user_cpus_ptr to track requested affinity
` [PATCH v9 11/20] sched: Split the guts of sched_setaffinity() into a helper function
` [PATCH v9 12/20] sched: Allow task CPU affinity to be restricted on asymmetric systems
` [PATCH v9 13/20] sched: Introduce dl_task_check_affinity() to check proposed affinity
` [PATCH v9 14/20] arm64: Implement task_cpu_possible_mask()
` [PATCH v9 15/20] arm64: exec: Adjust affinity for compat tasks with mismatched 32-bit EL0
` [PATCH v9 16/20] arm64: Prevent offlining first CPU with 32-bit EL0 on mismatched system
` [PATCH v9 17/20] arm64: Advertise CPUs capable of running 32-bit applications in sysfs
` [PATCH v9 18/20] arm64: Hook up cmdline parameter to allow mismatched 32-bit EL0
` [PATCH v9 19/20] arm64: Remove logic to kill 32-bit tasks on 64-bit-only cores
` [PATCH v9 20/20] Documentation: arm64: describe asymmetric 32-bit support

[PATCH v8 0/8] Fork brute force attack mitigation
 2021-06-11 15:41 UTC  (5+ messages)

Maintainers / Kernel Summit 2021 planning kick-off
 2021-06-11 11:10 UTC  (24+ messages)

[PATCH v5 1/3] riscv: Move kernel mapping outside of linear mapping
 2021-06-11 11:00 UTC  (10+ messages)

[PATCH v2 0/7] Cleanup task_struct::state
 2021-06-11 10:26 UTC  (11+ messages)
` [PATCH v2 1/7] sched: Unbreak wakeups
` [PATCH v2 2/7] sched: Introduce task_is_running()
` [PATCH v2 3/7] sched,perf,kvm: Fix preemption condition
` [PATCH v2 4/7] sched: Add get_current_state()
` [PATCH v2 5/7] sched,timer: Use __set_current_state()
` [PATCH v2 6/7] sched,arch: Remove unused TASK_STATE offsets
` [PATCH v2 7/7] sched: Change task_struct::state

[PATCH v2 0/3] arm64: Enable BTI for the executable as well as the interpreter
 2021-06-10 18:17 UTC  (16+ messages)
` [PATCH v2 1/3] elf: Allow architectures to parse properties on the main executable
` [PATCH v2 2/3] arm64: Enable BTI for main executable as well as the interpreter
` [PATCH v2 3/3] elf: Remove has_interp property from arch_adjust_elf_prot()

[RFC PATCH V3 00/11] x86/Hyper-V: Add Hyper-V Isolation VM support
 2021-06-10 14:25 UTC  (23+ messages)
` [RFC PATCH V3 01/11] x86/HV: Initialize GHCB page in Isolation VM
` [RFC PATCH V3 03/11] x86/Hyper-V: Add new hvcall guest address host visibility support
` [RFC PATCH V3 04/11] HV: Add Write/Read MSR registers via ghcb
` [RFC PATCH V3 05/11] HV: Add ghcb hvcall support for SNP VM
` [RFC PATCH V3 08/11] swiotlb: Add bounce buffer remap address setting function
` [RFC PATCH V3 10/11] HV/Netvsc: Add Isolation VM support for netvsc driver
` [RFC PATCH V3 11/11] HV/Storvsc: Add Isolation VM support for storvsc driver

[PATCH v1 0/2] arm64: Enable BTI for the executable as well as the interpreter
 2021-06-10 10:33 UTC  (11+ messages)
` [PATCH v1 2/2] arm64: Enable BTI for main "

[PATCH v8 00/19] Add support for 32-bit tasks on asymmetric AArch32 systems
 2021-06-10 10:20 UTC  (15+ messages)
` [PATCH v8 05/19] sched: Introduce task_cpu_possible_mask() to limit fallback rq selection
` [PATCH v8 06/19] cpuset: Don't use the cpu_possible_mask as a last resort for cgroup v1
` [PATCH v8 08/19] sched: Reject CPU affinity changes based on task_cpu_possible_mask()
` [PATCH v8 11/19] sched: Allow task CPU affinity to be restricted on asymmetric systems

[PATCH V2] mm/thp: Define default pmd_pgtable()
 2021-06-10  4:16 UTC  (4+ messages)

[RFC] LKMM: Add volatile_if()
 2021-06-09 20:24 UTC  (54+ messages)

[PATCH] all: remove GENERIC_FIND_FIRST_BIT
 2021-06-09 17:27 UTC  (3+ messages)

Proposal
 2021-06-09 12:10 UTC 

[PATCH v2 0/9] Remove DISCINTIGMEM memory model
 2021-06-09 14:50 UTC  (6+ messages)
` [PATCH v2 8/9] mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMA

[PATCH RFC 0/3] riscv: Add DMA_COHERENT support
 2021-06-09 12:43 UTC  (18+ messages)

[PATCH 0/9] Remove DISCINTIGMEM memory model
 2021-06-09 10:58 UTC  (17+ messages)
` [PATCH 1/9] alpha: remove DISCONTIGMEM and NUMA
` [PATCH 2/9] arc: update comment about HIGHMEM implementation
` [PATCH 3/9] arc: remove support for DISCONTIGMEM
` [PATCH 5/9] mm: remove CONFIG_DISCONTIGMEM
` [PATCH 6/9] arch, mm: remove stale mentions of DISCONIGMEM
` [PATCH 7/9] docs: remove description of DISCONTIGMEM
` [PATCH 8/9] mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMA
` [PATCH 9/9] mm: replace CONFIG_FLAT_NODE_MEM_MAP with CONFIG_FLATMEM

[asm-generic:clkdev] BUILD SUCCESS 5617c9125bb66a923f3560d5739eb7f3a21c00b5
 2021-06-09  3:12 UTC 

[PATCH V2 1/2] riscv: Cleanup unused functions
 2021-06-09  0:18 UTC  (2+ messages)

[PATCH v4 0/4] shoot lazy tlbs
 2021-06-08 16:20 UTC  (14+ messages)
` [PATCH v4 1/4] lazy tlb: introduce lazy mm refcount helper functions
` [PATCH v4 2/4] lazy tlb: allow lazy tlb mm refcounting to be configurable
` [PATCH v4 3/4] lazy tlb: shoot lazies, a non-refcounting lazy tlb option
` [PATCH v4 4/4] powerpc/64s: enable MMU_LAZY_TLB_SHOOTDOWN

[PATCH] madvise.2: Document MADV_POPULATE_READ and MADV_POPULATE_WRITE
 2021-06-08 16:00 UTC 

[RFC] LKMM: Add volatile_if()
 2021-06-08 12:48 UTC  (2+ messages)

[PATCH RFC 0/3] riscv: Add DMA_COHERENT support
 2021-06-08 12:26 UTC  (3+ messages)

[PATCH] mm/thp: Define default pmd_pgtable()
 2021-06-08  7:48 UTC  (3+ messages)

[RFC PATCH v2 00/11] riscv: Add DMA_COHERENT support for Allwinner D1
 2021-06-07 12:39 UTC  (6+ messages)
` [RFC PATCH v2 10/11] riscv: soc: Add Allwinner SoC kconfig option


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 read-only IMAP folder(s) and NNTP newsgroup(s).