linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-30 15:37:56 to 2022-05-08 08:59:17 UTC [more...]

[RFC PATCH 0/3] Introduce new huge_ptep_get_access_flags() interface
 2022-05-08  8:58 UTC  (3+ messages)
` [RFC PATCH 1/3] arm64/hugetlb: "
` [RFC PATCH 2/3] fs/proc/task_mmu: Change to use huge_ptep_get_access_flags()

[RFC v2 00/39] Kconfig: Introduce HAS_IOPORT config option
 2022-05-08  0:15 UTC  (71+ messages)
` [RFC v2 01/39] Kconfig: introduce HAS_IOPORT option and select it as necessary
` [RFC v2 02/39] ACPI: add dependency on HAS_IOPORT
` [RFC v2 04/39] char: impi, tpm: depend "
` [RFC v2 10/39] gpio: add HAS_IOPORT dependencies
` [RFC v2 13/39] iio: adc: Kconfig: "
` [RFC v2 16/39] leds: "
` [RFC v2 21/39] net: "
` [RFC v2 34/39] tty: serial: "
` [RFC v2 35/39] usb: handle "

[PATCH V9 00/22] arch: Add basic LoongArch support
 2022-05-07 12:11 UTC  (53+ messages)
` [PATCH V9 01/24] Documentation: LoongArch: Add basic documentations
` [PATCH V9 02/24] Documentation/zh_CN: Add basic LoongArch documentations
` [PATCH V9 03/24] LoongArch: Add elf-related definitions
` [PATCH V9 05/24] LoongArch: Add build infrastructure
` [PATCH V9 06/24] LoongArch: Add CPU definition headers
` [PATCH V9 07/24] LoongArch: Add atomic/locking headers
` [PATCH V9 08/24] LoongArch: Add other common headers
` [PATCH V9 10/24] LoongArch: Add exception/interrupt handling
` [PATCH V9 13/24] LoongArch: Add system call support
` [PATCH V9 17/24] LoongArch: Add some library functions
` [PATCH V9 20/24] LoongArch: Add efistub booting support
` [PATCH V9 21/24] LoongArch: Add zboot (compressed kernel) support

[PATCH 5.10 v3] locking/csd_lock: fix csdlock_debug cause arm64 boot panic
 2022-05-07  9:47 UTC  (2+ 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

[PATCH 0/3] Fix CONT-PTE/PMD size hugetlb issue when unmapping or migrating
 2022-05-07  2:33 UTC  (19+ 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 0/7] fork: Make init and umh ordinary tasks
 2022-05-06 21:52 UTC  (11+ 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 v3 00/46] Add KernelMemorySanitizer infrastructure
 2022-05-06 18:41 UTC  (11+ messages)
` [PATCH v3 28/46] kmsan: entry: handle register passing from uninstrumented code

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

[PATCH v4 0/7] Generic Ticket Spinlocks
 2022-05-06 14:34 UTC  (20+ 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 3/7] asm-generic: qrwlock: Document the spinlock fairness requirements
` [PATCH v4 4/7] openrisc: Move to ticket-spinlock
` [PATCH v4 5/7] RISC-V: Move to generic spinlocks
` [PATCH v4 6/7] RISC-V: Move to queued RW locks
` [PATCH v4 7/7] csky: Move to generic ticket-spinlock

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

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

[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  (7+ 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

2nd Quater puchase request
 2022-05-03 14:48 UTC 

[PATCH v10 00/15] Function Granular KASLR
 2022-05-03  7:31 UTC  (4+ messages)
` [PATCH v10 01/15] modpost: fix removing numeric suffixes

[PATCH v2] kbuild: factor out the common installation code into scripts/install.sh
 2022-05-03  2:47 UTC 

[RFC PATCH 0/4] efi: implement generic compressed boot support
 2022-05-02 11:17 UTC  (5+ messages)
` [RFC PATCH 1/4] efi: stub: add prototypes for load_image and start_image
` [RFC PATCH 2/4] efi: stub: split off printk() routines
` [RFC PATCH 3/4] efi: stub: implement generic EFI zboot
` [RFC PATCH 4/4] arm64: efi: enable generic EFI compressed boot

[PATCH V9 16/24] LoongArch: Add misc common routines
 2022-05-01  5:12 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).