Linux-arch Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-11 08:30:48 to 2021-06-17 21:44:01 UTC [more...]

[PATCH 0/1] bug: mark generic BUG() as unreachable
 2021-06-17 21:43 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH 0/3] riscv: optimized mem* functions
 2021-06-17 21:30 UTC  (19+ messages)
` [PATCH 1/3] riscv: optimized memcpy
` [PATCH 2/3] riscv: optimized memmove
` [PATCH 3/3] riscv: optimized memset

[PATCH v3 0/4] arm64: Enable BTI for the executable as well as the interpreter
 2021-06-17 19:05 UTC  (6+ 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()

[PATCH v3 0/3] riscv: optimized mem* functions
 2021-06-17 15:27 UTC  (4+ messages)
` [PATCH v3 1/3] riscv: optimized memcpy
` [PATCH v3 2/3] riscv: optimized memmove
` [PATCH v3 3/3] riscv: optimized memset

+ mm-rename-pud_page_vaddr-to-pud_pgtable-and-make-it-return-pmd_t.patch added to -mm tree
 2021-06-17  9:56 UTC  (6+ messages)

[PATCH v5 1/3] riscv: Move kernel mapping outside of linear mapping
 2021-06-17  9:14 UTC  (12+ messages)

[PATCH v2 0/3] riscv: optimized mem* functions
 2021-06-17  1:25 UTC  (4+ messages)
` [PATCH v2 1/3] riscv: optimized memcpy
` [PATCH v2 2/3] riscv: optimized memmove
` [PATCH v2 3/3] riscv: optimized memset

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

[to-be-updated] mm-rename-p4d_page_vaddr-to-p4d_pgtable-and-make-it-return-pud_t.patch removed from -mm tree
 2021-06-16 23:08 UTC 

[to-be-updated] mm-rename-pud_page_vaddr-to-pud_pgtable-and-make-it-return-pmd_t.patch removed from -mm tree
 2021-06-16 23:08 UTC 

Kernel stack read with PTRACE_EVENT_EXIT and io_uring threads
 2021-06-16 21:08 UTC  (43+ messages)
                    ` [PATCH] alpha: Add extra switch_stack frames in exit, exec, and kernel threads
                          ` [PATCH 0/2] alpha/ptrace: Improved switch_stack handling
                            ` [PATCH 1/2] alpha/ptrace: Record and handle the absence of switch_stack
                            ` [PATCH 2/2] alpha/ptrace: Add missing switch_stack frames
` [PATCH v1] m68k: save extra registers on sys_exit and sys_exit_group syscall entry

switch the block layer to use kmap_local_page v2
 2021-06-16 16:52 UTC  (22+ 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
  ` [dm-devel] "
` [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 0/7] Cleanup task_struct::state
 2021-06-16 13:24 UTC  (12+ 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-16  5:12 UTC  (7+ messages)

+ 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 

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

[RFC PATCH V3 00/11] x86/Hyper-V: Add Hyper-V Isolation VM support
 2021-06-15 15:24 UTC  (18+ messages)
` [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

[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

[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  (2+ messages)

[PATCH v8 0/8] Fork brute force attack mitigation
 2021-06-11 15:41 UTC  (5+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).