linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-09 16:14:26 to 2021-06-16 10:48:38 UTC [more...]

[PATCH 0/3] riscv: optimized mem* functions
 2021-06-16 10:48 UTC  (15+ messages)
` [PATCH 1/3] riscv: optimized memcpy
` [PATCH 2/3] riscv: optimized memmove
` [PATCH 3/3] riscv: optimized memset

Kernel stack read with PTRACE_EVENT_EXIT and io_uring threads
 2021-06-16  7:38 UTC  (23+ messages)
                    ` [PATCH] alpha: Add extra switch_stack frames in exit, exec, and kernel threads
` [PATCH v1] m68k: save extra registers on sys_exit and sys_exit_group syscall entry

[PATCH v2 0/3] arm64: Enable BTI for the executable as well as the interpreter
 2021-06-16  5:12 UTC  (21+ 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()

[PATCH v4 0/4] shoot lazy tlbs
 2021-06-16  1:02 UTC  (12+ messages)
` [PATCH v4 2/4] lazy tlb: allow lazy tlb mm refcounting to be configurable

+ mm-rename-p4d_page_vaddr-to-p4d_pgtable-and-make-it-return-pud_t.patch added to -mm tree
 2021-06-15 23:38 UTC 

+ mm-rename-pud_page_vaddr-to-pud_pgtable-and-make-it-return-pmd_t.patch added to -mm tree
 2021-06-15 23:38 UTC 

Maintainers / Kernel Summit 2021 planning kick-off
 2021-06-15 18:40 UTC  (28+ messages)

[RFC PATCH V3 00/11] x86/Hyper-V: Add Hyper-V Isolation VM support
 2021-06-15 15:24 UTC  (29+ 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 08/11] swiotlb: Add bounce buffer remap address setting function
` [RFC PATCH V3 10/11] HV/Netvsc: Add Isolation VM support for netvsc driver

switch the block layer to use kmap_local_page v2
 2021-06-15 13:24 UTC  (19+ messages)
` [PATCH 01/18] mm: add a kunmap_local_dirty helper
` [PATCH 02/18] mm: use kunmap_local_dirty in memcpy_to_page
` [PATCH 03/18] mm: use kmap_local_page in memzero_page
` [PATCH 04/18] MIPS: don't include <linux/genhd.h> in <asm/mach-rc32434/rb.h>
` [PATCH 05/18] bvec: fix the include guards for bvec.h
` [PATCH 06/18] bvec: add a bvec_kmap_local helper
` [PATCH 07/18] bvec: add memcpy_{from,to}_bvec and memzero_bvec helper
` [PATCH 08/18] block: use memzero_page in zero_fill_bio
` [PATCH 09/18] rbd: use memzero_bvec
` [PATCH 10/18] dm-writecache: use bvec_kmap_local instead of bvec_kmap_irq
` [PATCH 11/18] ps3disk: use memcpy_{from,to}_bvec
` [PATCH 12/18] block: remove bvec_kmap_irq and bvec_kunmap_irq
` [PATCH 13/18] block: rewrite bio_copy_data_iter to use bvec_kmap_local and memcpy_to_bvec
` [PATCH 14/18] block: use memcpy_to_bvec in copy_to_high_bio_irq
` [PATCH 15/18] block: use memcpy_from_bvec in bio_copy_kern_endio_read
` [PATCH 16/18] block: use memcpy_from_bvec in __blk_queue_bounce
` [PATCH 17/18] block: use bvec_kmap_local in t10_pi_type1_{prepare,complete}
` [PATCH 18/18] block: use bvec_kmap_local in bio_integrity_process

[PATCH v2 1/2] mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *
 2021-06-15 11:41 UTC  (3+ messages)
` [PATCH v2 2/2] mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t *

[RFC PATCH v3 0/2] riscv: pgtable: Add "PBMT" extension supported
 2021-06-15  9:28 UTC  (5+ messages)
` [RFC PATCH v3 1/2] riscv: pgtable: Add custom protection_map init
` [RFC PATCH v3 2/2] riscv: pgtable: Add "PBMT" extension supported

[PATCH] quota: finish disable quotactl_path syscall
 2021-06-15  9:16 UTC  (6+ messages)

[PATCH 5/7] signal: Add unsafe_copy_siginfo_to_user()
 2021-06-15  7:28 UTC  (5+ messages)

[PATCH 09/16] ps3disk: use memcpy_{from,to}_bvec
 2021-06-15  5:02 UTC  (3+ messages)

[PATCH 0/8] all: use find_next_*_bit() instead of find_first_*_bit() where possible
 2021-06-15  1:07 UTC  (15+ 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 5/8] lib: add find_first_and_bit()
` [PATCH 6/8] cpumask: use find_first_and_bit()
` [PATCH 7/8] all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriate
` [PATCH 8/8] tools: sync tools/bitmap with mother linux
` [PATCH] cpumask: replace cpumask_next_* with cpumask_first_* where appropriate

[PATCH v3 0/4] arm64: Enable BTI for the executable as well as the interpreter
 2021-06-14 22:32 UTC  (5+ messages)
` [PATCH v3 1/4] elf: Allow architectures to parse properties on the main executable
` [PATCH v3 2/4] arm64: Enable BTI for main executable as well as the interpreter
` [PATCH v3 3/4] elf: Remove has_interp property from arch_adjust_elf_prot()
` [PATCH v3 4/4] elf: Remove has_interp property from arch_parse_elf_property()

[RFC PATCH v2 00/11] riscv: Add DMA_COHERENT support for Allwinner D1
 2021-06-14 16:31 UTC  (7+ messages)
` [RFC PATCH v2 09/11] riscv: soc: Initial DTS for Allwinner D1 NeZha board
          `  "

[PATCH V3] mm/thp: Define default pmd_pgtable()
 2021-06-14  4:48 UTC 

[PATCH v3 0/9] Remove DISCONTIGMEM memory model
 2021-06-12  5:43 UTC  (4+ messages)
` [PATCH v3 5/9] mm: remove CONFIG_DISCONTIGMEM

[PATCH v9 00/20] Add support for 32-bit tasks on asymmetric AArch32 systems
 2021-06-11 16:15 UTC  (8+ messages)
` [PATCH v9 06/20] cpuset: Don't use the cpu_possible_mask as a last resort for cgroup v1
` [PATCH v9 08/20] cpuset: Cleanup cpuset_cpus_allowed_fallback() use in select_fallback_rq()
` [PATCH v9 12/20] sched: Allow task CPU affinity to be restricted on asymmetric systems

[PATCH v8 0/8] Fork brute force attack mitigation
 2021-06-11 15:41 UTC  (5+ 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 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  (9+ messages)
` [PATCH v8 06/19] cpuset: Don't use the cpu_possible_mask as a last resort for cgroup v1
` [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  (3+ messages)

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

[PATCH] all: remove GENERIC_FIND_FIRST_BIT
 2021-06-09 17:27 UTC  (3+ 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).