loongarch.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-21 02:56:31 to 2023-03-02 10:56:02 UTC [more...]

[PATCH v2 00/24] cpu,sched: Mark arch_cpu_idle_dead() __noreturn
 2023-03-02 10:55 UTC  (14+ messages)
` [PATCH v2 04/24] arm64/cpu: Mark cpu_die() __noreturn
        ` [PATCH v2.1 "
` [PATCH v2 09/24] mips/cpu: Expose play_dead()'s prototype definition
        ` [PATCH v2.1 "

[PATCH v4 00/24] Remove COMMAND_LINE_SIZE from uapi
 2023-03-02 10:45 UTC  (30+ messages)
` [PATCH v4 01/24] alpha: "
` [PATCH v4 02/24] arm64: "
` [PATCH v4 03/24] arm: "
` [PATCH v4 04/24] ia64: "
` [PATCH v4 05/24] m68k: "
` [PATCH v4 06/24] microblaze: "
` [PATCH v4 07/24] mips: "
` [PATCH v4 08/24] parisc: "
` [PATCH v4 09/24] powerpc: "
` [PATCH v4 10/24] sparc: "
` [PATCH v4 11/24] xtensa: "
` [PATCH v4 12/24] asm-generic: "
` [PATCH v4 13/24] alpha: Remove empty <uapi/asm/setup.h>
` [PATCH v4 14/24] arc: "
` [PATCH v4 15/24] m68k: "
` [PATCH v4 16/24] arm64: "
` [PATCH v4 17/24] microblaze: "
` [PATCH v4 18/24] sparc: "
` [PATCH v4 19/24] parisc: "
` [PATCH v4 20/24] x86: "
` [PATCH v4 21/24] xtensa: "
` [PATCH v4 22/24] powerpc: "
` [PATCH v4 23/24] mips: "
` [PATCH v4 24/24] s390: "

[PATCH v3 00/24] Remove COMMAND_LINE_SIZE from uapi
 2023-03-02  7:57 UTC  (3+ messages)

[PATCH v3] LoongArch: add checksum optimization for 64-bit system
 2023-03-02  4:54 UTC  (4+ messages)

[PATCH v3 00/24] Remove COMMAND_LINE_SIZE from uapi
 2023-03-02  3:17 UTC  (8+ messages)
` [PATCH v3 03/24] arm: "

[PATCH] soc: loongson: use resource_size() helper function
 2023-03-01 19:38 UTC  (3+ messages)

[GIT PULL] LoongArch changes for v6.3
 2023-03-01 18:02 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 1716a175592aff9549a0c07aac8f9cadd03003f5
 2023-03-01 15:44 UTC 

[PATCH v6 13/41] mm: Make pte_mkwrite() take a VMA
 2023-03-01 15:41 UTC  (2+ messages)

[PATCH V2] LoongArch: Mark 3 symbol exports as non-GPL
 2023-03-01 12:30 UTC 

[PATCH] LoongArch: Export some symbols without GPL
 2023-03-01 12:08 UTC  (3+ messages)

[PATCH] efi/loongarch: Reintroduce efi_relocate_kernel() to relocate kernel
 2023-03-01 12:06 UTC  (7+ messages)

[PATCH v5 01/17] asm-generic/iomap.h: remove ARCH_HAS_IOREMAP_xx macros
 2023-03-01  9:24 UTC  (4+ messages)

[PATCH v7 13/41] mm: Make pte_mkwrite() take a VMA
 2023-03-01  8:16 UTC  (3+ messages)

[PATCH v3 12/34] loongarch: Implement the new page table range API
 2023-03-01  2:04 UTC  (2+ messages)

[PATCH v3 00/29] Add KVM LoongArch support
 2023-03-01  0:23 UTC  (31+ messages)
` [PATCH v3 01/29] LoongArch: KVM: Add kvm related header files
` [PATCH v3 02/29] LoongArch: KVM: Implement kvm module related interface
` [PATCH v3 03/29] LoongArch: KVM: Implement kvm hardware enable, disable interface
` [PATCH v3 04/29] LoongArch: KVM: Implement VM related functions
` [PATCH v3 05/29] LoongArch: KVM: Add vcpu related header files
` [PATCH v3 06/29] LoongArch: KVM: Implement vcpu create and destroy interface
` [PATCH v3 07/29] LoongArch: KVM: Implement vcpu run interface
` [PATCH v3 08/29] LoongArch: KVM: Implement vcpu handle exit interface
` [PATCH v3 09/29] LoongArch: KVM: Implement vcpu get, vcpu set registers
` [PATCH v3 10/29] LoongArch: KVM: Implement vcpu ENABLE_CAP ioctl interface
` [PATCH v3 11/29] LoongArch: KVM: Implement fpu related operations for vcpu
` [PATCH v3 12/29] LoongArch: KVM: Implement vcpu interrupt operations
` [PATCH v3 13/29] LoongArch: KVM: Implement misc vcpu related interfaces
` [PATCH v3 14/29] LoongArch: KVM: Implement vcpu load and vcpu put operations
` [PATCH v3 15/29] LoongArch: KVM: Implement vcpu status description
` [PATCH v3 16/29] LoongArch: KVM: Implement update VM id function
` [PATCH v3 17/29] LoongArch: KVM: Implement virtual machine tlb operations
` [PATCH v3 18/29] LoongArch: KVM: Implement vcpu timer operations
` [PATCH v3 19/29] LoongArch: KVM: Implement kvm mmu operations
` [PATCH v3 20/29] LoongArch: KVM: Implement handle csr excption
` [PATCH v3 21/29] LoongArch: KVM: Implement handle iocsr exception
` [PATCH v3 22/29] LoongArch: KVM: Implement handle idle exception
` [PATCH v3 23/29] LoongArch: KVM: Implement handle gspr exception
` [PATCH v3 24/29] LoongArch: KVM: Implement handle mmio exception
` [PATCH v3 25/29] LoongArch: KVM: Implement handle fpu exception
` [PATCH v3 26/29] LoongArch: KVM: Implement kvm exception vector
` [PATCH v3 27/29] LoongArch: KVM: Implement vcpu world switch
` [PATCH v3 28/29] LoongArch: KVM: Implement probe virtualization when loongarch cpu init
` [PATCH v3 29/29] LoongArch: KVM: Enable kvm config and add the makefile

[PATCH mm-unstable v1 00/26] mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on all architectures with swap PTEs
 2023-02-28 21:11 UTC  (9+ messages)
` [PATCH mm-unstable v1 11/26] microblaze/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE

[PATCH mm-unstable v1 19/26] riscv/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
 2023-02-28 15:56 UTC  (3+ messages)

[PATCH v2 0/6] Drop the per-node-mode exception handlers
 2023-02-28 12:42 UTC  (9+ messages)
` [PATCH v2 1/6] LoongArch: Rename handle_syscall to handle_sys
` [PATCH v2 2/6] LoongArch: Move the content defined by SYM_DATA to data or rodata section
` [PATCH v2 3/6] LoongArch: Create a exception handlers section
` [PATCH v2 4/6] LoongArch: Drop pernode exception handlers
` [PATCH v2 5/6] LoongArch: Fix up the prologue unwinder unwind exception frame
` [PATCH v2 6/6] LoongArch: Clean up la_abs macro

[PATCH v2 11/30] loongarch: Implement the new page table range API
 2023-02-27 17:57 UTC 

[PATCH v5 0/7] Introduce __xchg, non-atomic xchg
 2023-02-27 13:49 UTC  (19+ messages)
` [PATCH v5 1/7] arch: rename all internal names __xchg to __arch_xchg
  ` [PATCH v5 2/7] linux/include: add non-atomic version of xchg
    ` [Intel-gfx] "
  ` [PATCH v5 3/7] arch/*/uprobes: simplify arch_uretprobe_hijack_return_addr
    ` [Intel-gfx] "
  ` [PATCH v5 4/7] llist: simplify __llist_del_all
    ` [Intel-gfx] "
  ` [PATCH v5 5/7] io_uring: use __xchg if possible
    ` [Intel-gfx] "
  ` [PATCH v5 6/7] qed: "
    ` [Intel-gfx] "
  ` [PATCH v5 7/7] drm/i915/gt: use __xchg instead of internal helper
    ` [Intel-gfx] "
  ` [Intel-gfx] [PATCH v5 1/7] arch: rename all internal names __xchg to __arch_xchg
` [Intel-gfx] [PATCH v5 0/7] Introduce __xchg, non-atomic xchg

[PATCH v12 2/4] clk: clk-loongson2: add clock controller driver support
 2023-02-27  6:46 UTC 

[PATCH V2 0/7] rtc: ls2x: Add support for the Loongson-2K/LS7A RTC
 2023-02-27  5:39 UTC  (7+ messages)
` [PATCH V2 2/7] rtc: "

[PATCH v10 1/4] dt-bindings: clock: add loongson-2 clock include file
 2023-02-27  1:54 UTC  (13+ messages)
` [PATCH v10 2/4] clk: clk-loongson2: add clock controller driver support

[PATCH v2 00/29] Add KVM LoongArch support
 2023-02-27  1:39 UTC  (46+ messages)
` [PATCH v2 01/29] LoongArch: KVM: Add kvm related header files
` [PATCH v2 02/29] LoongArch: KVM: Implement kvm module related interface
` [PATCH v2 05/29] LoongArch: KVM: Add vcpu related header files
` [PATCH v2 06/29] LoongArch: KVM: Implement vcpu create and destroy interface
` [PATCH v2 07/29] LoongArch: KVM: Implement vcpu run interface
` [PATCH v2 08/29] LoongArch: KVM: Implement vcpu handle exit interface
` [PATCH v2 13/29] LoongArch: KVM: Implement misc vcpu related interfaces
` [PATCH v2 22/29] LoongArch: KVM: Implement handle idle exception
` [PATCH v2 27/29] LoongArch: KVM: Implement vcpu world switch

[PATCH 13/7] loongson: Implement the new page table range API
 2023-02-26  6:56 UTC  (3+ messages)

[PATCH 0/6] Drop the per-node-mode exception handlers
 2023-02-24 13:04 UTC  (9+ messages)
` [PATCH 1/6] LoongArch: Rename handle_syscall to handle_sys
` [PATCH 2/6] LoongArch: Move the content defined by SYM_DATA to data or rodata section
` [PATCH 3/6] LoongArch: Create a exception handlers section
` [PATCH 4/6] LoongArch: Drop pernode exception handlers
` [PATCH 5/6] LoongArch: Fix up the prologue unwinder unwind exception frame
` [PATCH 6/6] LoongArch: Clean up la_abs macro

[PATCH] LoongArch/syscall: remove asm/unistd.h include from syscall.c
 2023-02-24  8:56 UTC  (4+ messages)

[PATCH] LoongArch: use EXCCODE_INT_START instead of hard coded value
 2023-02-24  3:30 UTC 

[PATCH v2 0/2] LoongArch: Add single kernel image implementation for kdump
 2023-02-23 11:06 UTC  (3+ messages)
` [PATCH v2 1/2] LoongArch: kdump: Add single kernel image implementation
` [PATCH v2 2/2] LoongArch: kdump: Add crashkernel=YM handling

[PATCH 0/2] LoongArch: Add the same binary implementation for kdump
 2023-02-22 10:12 UTC  (6+ messages)
` [PATCH 1/2] LoongArch: kdump: Add the same binary implementation
` [PATCH 2/2] LoongArch: kdump: Add crashkernel=YM handling

[PATCH v6 0/5] LoongArch: Add kernel relocation and KASLR support
 2023-02-22  3:16 UTC  (6+ messages)
` [PATCH v6 1/5] LoongArch: Use la.pcrel instead of la.abs when it's trivially possible
` [PATCH v6 2/5] LoongArch: Add JUMP_VIRT_ADDR macro implementation to avoid using la.abs
` [PATCH v6 3/5] LoongArch: Add la_abs macro implementation
` [PATCH v6 4/5] LoongArch: Add support for kernel relocation
` [PATCH v6 5/5] LoongArch: Add support for kernel address space layout randomization (KASLR)

[PATCH V2 0/2] Loongson: irqchip: Add loongson-eiointc DT init support
 2023-02-21 11:18 UTC  (11+ messages)
` [PATCH V2 1/2] dt-bindings: interrupt-controller: Add Loongson EIOINTC

[PATCH v11 2/4] clk: clk-loongson2: add clock controller driver support
 2023-02-21  8:26 UTC  (2+ messages)
` [PATCH v11 3/4] LoongArch: time: add of_clk_init in time_init


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