linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-04 12:46:09 to 2022-05-11 12:04:44 UTC [more...]

[PATCH v4 0/3] Fix CONT-PTE/PMD size hugetlb issue when unmapping or migrating
 2022-05-11 12:04 UTC 

[PATCH V9 00/22] arch: Add basic LoongArch support
 2022-05-11  7:11 UTC  (16+ messages)
` [PATCH V9 13/24] LoongArch: Add system call support
` [PATCH V9 20/24] LoongArch: Add efistub booting support

[PATCH v3 0/3] Fix CONT-PTE/PMD size hugetlb issue when unmapping or migrating
 2022-05-11  3:59 UTC  (9+ messages)
` [PATCH v3 1/3] mm: change huge_ptep_clear_flush() to return the original pte
` [PATCH v3 2/3] mm: rmap: Fix CONT-PTE/PMD size hugetlb issue when migration
` [PATCH v3 3/3] mm: rmap: Fix CONT-PTE/PMD size hugetlb issue when unmapping

[PATCH 0/7] fork: Make init and umh ordinary tasks
 2022-05-10 15:36 UTC  (16+ messages)
                  ` [PATCH 1/7] kthread: Don't allocate kthread_struct for init and umh
                  ` [PATCH 2/7] fork: Pass struct kernel_clone_args into copy_thread
                  ` [PATCH 3/7] fork: Explicity test for idle tasks in copy_thread
                  ` [PATCH 4/7] fork: Generalize PF_IO_WORKER handling
                  ` [PATCH 5/7] init: Deal with the init process being a user mode process
                  ` [PATCH 6/7] fork: Explicitly set PF_KTHREAD
                  ` [PATCH 7/7] fork: Stop allowing kthreads to call execve

[PATCH v2] kbuild: factor out the common installation code into scripts/install.sh
 2022-05-10 13:21 UTC  (4+ messages)

[PATCH v4] locking/csd_lock: change csdlock_debug from early_param to __setup
 2022-05-10  9:46 UTC 

[PATCH 5.10 v3] locking/csd_lock: fix csdlock_debug cause arm64 boot panic
 2022-05-10  6:32 UTC  (5+ messages)

BANNED contents from you (.exe,.exe-ms,pmlyg.bat)
 2022-05-10  2:27 UTC 

[PATCH V9 02/24] Documentation/zh CN: Add basic LoongArch documentations
 2022-05-10  2:10 UTC 

[PATCH v2 0/3] Fix CONT-PTE/PMD size hugetlb issue when unmapping or migrating
 2022-05-10  1:35 UTC  (18+ messages)
` [PATCH v2 1/3] mm: change huge_ptep_clear_flush() to return the original pte
` [PATCH v2 2/3] mm: rmap: Fix CONT-PTE/PMD size hugetlb issue when migration
` [PATCH v2 3/3] mm: rmap: Fix CONT-PTE/PMD size hugetlb issue when unmapping

[PATCH 0/3] Fix CONT-PTE/PMD size hugetlb issue when unmapping or migrating
 2022-05-10  1:28 UTC  (21+ messages)
` [PATCH 1/3] mm: change huge_ptep_clear_flush() to return the original pte
` [PATCH 2/3] mm: rmap: Fix CONT-PTE/PMD size hugetlb issue when migration
` [PATCH 3/3] mm: rmap: Fix CONT-PTE/PMD size hugetlb issue when unmapping

[PATCH v5 0/7] Generic Ticket Spinlocks
 2022-05-09 22:29 UTC  (8+ messages)
` [PATCH v5 1/7] asm-generic: ticket-lock: New generic ticket-based spinlock
` [PATCH v5 2/7] asm-generic: qspinlock: Indicate the use of mixed-size atomics
` [PATCH v5 3/7] asm-generic: qrwlock: Document the spinlock fairness requirements
` [PATCH v5 4/7] openrisc: Move to ticket-spinlock
` [PATCH v5 5/7] RISC-V: Move to generic spinlocks
` [PATCH v5 6/7] RISC-V: Move to queued RW locks
` [PATCH v5 7/7] csky: Move to generic ticket-spinlock

[PATCH v3 00/46] Add KernelMemorySanitizer infrastructure
 2022-05-09 19:09 UTC  (14+ messages)
` [PATCH v3 28/46] kmsan: entry: handle register passing from uninstrumented code

[RFC v2 00/39] Kconfig: Introduce HAS_IOPORT config option
 2022-05-09 12:14 UTC  (21+ messages)
` [RFC v2 02/39] ACPI: add dependency on HAS_IOPORT
` [RFC v2 10/39] gpio: add HAS_IOPORT dependencies
` [RFC v2 31/39] sound: "

[PATCH v3 0/2] kernel: add new infrastructure for platform_has() support
 2022-05-09 11:59 UTC  (8+ messages)
` [PATCH v3 1/2] kernel: add platform_has() infrastructure
` [PATCH v3 2/2] virtio: replace arch_has_restricted_virtio_memory_access()

[PATCH 0/3] termbits.h: Further improvements
 2022-05-09 11:42 UTC  (6+ messages)
` [PATCH 1/3] termbits.h: create termbits-common.h for identical bits
` [PATCH 2/3] termbits.h: Align lines & format
` [PATCH 3/3] termbits.h: Remove posix_types.h include

[RFC PATCH 0/3] Introduce new huge_ptep_get_access_flags() interface
 2022-05-09  4:19 UTC  (11+ messages)
` [RFC PATCH 1/3] arm64/hugetlb: "
` [RFC PATCH 2/3] fs/proc/task_mmu: Change to use huge_ptep_get_access_flags()
` [RFC PATCH 3/3] mm/damon/vaddr: "

[RFC v2 01/39] Kconfig: introduce HAS_IOPORT option and select it as necessary
 2022-05-08  0:15 UTC  (33+ messages)

[RFC PATCH v4 00/37] objtool: add base support for arm64
 2022-05-07  6:35 UTC  (10+ messages)
` [RFC PATCH v4 22/37] arm64: kernel: Skip validation of kuser32.o

Linux-Arch
 2022-05-06 18:37 UTC 

[PATCH v4 0/7] Generic Ticket Spinlocks
 2022-05-06 14:34 UTC  (17+ messages)
` [PATCH v4 1/7] asm-generic: ticket-lock: New generic ticket-based spinlock
` [PATCH v4 2/7] asm-generic: qspinlock: Indicate the use of mixed-size atomics
` [PATCH v4 5/7] RISC-V: Move to generic spinlocks
` [PATCH v4 6/7] RISC-V: Move to queued RW locks

[RFC PULL] remove arch/h8300
 2022-05-06 14:07 UTC  (2+ messages)

[PATCH 33/37] PCI: make quirk using inw() depend on HAS_IOPORT
 2022-05-05 21:44 UTC  (2+ messages)

[PATCH 32/37] PCI/sysfs: make I/O resource depend on HAS_IOPORT
 2022-05-05 21:41 UTC  (2+ messages)

[RFC v2 25/39] pcmcia: add HAS_IOPORT dependencies
 2022-05-05 19:38 UTC  (12+ messages)

[RFC v2 30/39] scsi: add HAS_IOPORT dependencies
 2022-05-05 16:06 UTC  (4+ messages)

[PATCH 1/1] termbits: Convert octal defines to hex
 2022-05-05 10:46 UTC  (6+ messages)

[PATCH] riscv: Wire up memfd_secret in UAPI header
 2022-05-05  8:46 UTC  (2+ messages)

[PATCH V4 0/5] riscv: Optimize atomic implementation
 2022-05-05  3:55 UTC  (6+ messages)
` [PATCH V4 1/5] riscv: atomic: Cleanup unnecessary definition
` [PATCH V4 2/5] riscv: atomic: Optimize dec_if_positive functions
` [PATCH V4 3/5] riscv: atomic: Add custom conditional atomic operation implementation
` [PATCH V4 4/5] riscv: atomic: Optimize atomic_ops & xchg with .aq/rl annotation
` [PATCH V4 5/5] riscv: atomic: Optimize LRSC-pairs atomic ops with .aqrl annotation


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