LoongArch architecture development
 help / color / mirror / Atom feed
 messages from 2023-05-29 06:24:17 to 2023-06-05 07:36:29 UTC [more...]

[PATCH 0/4] Add Loongson HD Audio support
 2023-06-05  7:36 UTC  (7+ messages)
` [PATCH 1/4] ALSA: hda: Add Loongson LS7A HD-Audio support
` [PATCH 2/4] ALSA: hda: Using polling mode for loongson controller by default
` [PATCH 3/4] ALSA: hda: Workaround for SDnCTL register on loongson controller
` [PATCH 4/4] ALSA: hda/intel: Workaround for WALLCLK register for "

[PATCH v5 0/6] Add uprobes support for LoongArch
 2023-06-05  6:39 UTC  (7+ messages)
` [PATCH v5 1/6] LoongArch: Move three functions from kprobes.c to inst.c
` [PATCH v5 2/6] LoongArch: Add larch_insn_gen_break() to generate break insns
` [PATCH v5 3/6] LoongArch: Use larch_insn_gen_break() for kprobes
` [PATCH v5 4/6] LoongArch: Add uprobes support
` [PATCH v5 5/6] LoongArch: Check atomic instructions in insns_not_supported()
` [PATCH v5 6/6] LoongArch: Remove five DIE_* definitions in kdebug.h

[PATCH v2] PCI: Align pci memory space base address with page size
 2023-06-05  6:31 UTC  (3+ messages)

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

[PATCH 00/13] mm: jit/text allocator
 2023-06-05  4:05 UTC  (38+ messages)
` [PATCH 01/13] nios2: define virtual address space for modules
` [PATCH 02/13] mm: introduce jit_text_alloc() and use it instead of module_alloc()
` [PATCH 03/13] mm/jitalloc, arch: convert simple overrides of module_alloc to jitalloc
` [PATCH 04/13] mm/jitalloc, arch: convert remaining "
` [PATCH 05/13] module, jitalloc: drop module_alloc
` [PATCH 06/13] mm/jitalloc: introduce jit_data_alloc()
` [PATCH 07/13] x86/ftrace: enable dynamic ftrace without CONFIG_MODULES
` [PATCH 08/13] arch: make jitalloc setup available regardless of CONFIG_MODULES
` [PATCH 09/13] kprobes: remove dependcy on CONFIG_MODULES
` [PATCH 10/13] modules, jitalloc: prepare to allocate executable memory as ROX
` [PATCH 11/13] ftrace: Add swap_func to ftrace_process_locs()
` [PATCH 12/13] x86/jitalloc: prepare to allocate exectuatble memory as ROX
` [PATCH 13/13] x86/jitalloc: make memory allocated for code ROX

[PATCH] LoongArch: Align pci memory base address with page size
 2023-06-05  0:50 UTC  (11+ messages)
              `  "

[PATCH V5 0/5] Add rtc driver for the Loongson family chips
 2023-06-03  7:04 UTC  (11+ messages)
` [PATCH V5 1/5] dt-bindings: rtc: Remove the LS2X from the trivial RTCs
` [PATCH V5 2/5] rtc: Remove the Loongson-1 RTC driver
` [PATCH V5 3/5] rtc: Add rtc driver for the Loongson family chips
` [PATCH V5 4/5] MIPS: Loongson64: DTS: Add RTC support to LS7A PCH
` [PATCH V5 5/5] MIPS: Loongson64: DTS: Add RTC support to Loongson-2K1000

[PATCH v3] LoongArch: Add support to clone a time namespace
 2023-06-03  2:07 UTC  (6+ messages)

[PATCH 0/2] New driver for the Loongson LS2X APB DMA Controller
 2023-06-02 12:55 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: dmaengine: Add Loongson LS2X APB DMA controller
` [PATCH 2/2] dmaengine: ls2x-apb: new driver for the "

[PATCH v2 00/13] local_clock() vs noinstr
 2023-06-02 11:54 UTC  (8+ messages)
` [PATCH v2 04/13] arm64/arch_timer: Provide noinstr sched_clock_read() functions
` [PATCH v2 08/13] x86/vdso: Fix gettimeofday masking

[PATCH v8 00/10] arm64: Add framework to turn an IPI as NMI
 2023-06-01 21:46 UTC  (5+ messages)

[PATCH v3 00/34] Split ptdesc from struct page
 2023-06-01 20:43 UTC  (46+ messages)
` [PATCH v3 01/34] mm: Add PAGE_TYPE_OP folio functions
` [PATCH v3 02/34] s390: Use _pt_s390_gaddr for gmap address tracking
` [PATCH v3 03/34] s390: Use pt_frag_refcount for pagetables
` [PATCH v3 04/34] pgtable: Create struct ptdesc
` [PATCH v3 05/34] mm: add utility functions for ptdesc
` [PATCH v3 06/34] mm: Convert pmd_pgtable_page() to pmd_ptdesc()
` [PATCH v3 07/34] mm: Convert ptlock_alloc() to use ptdescs
` [PATCH v3 08/34] mm: Convert ptlock_ptr() "
` [PATCH v3 09/34] mm: Convert pmd_ptlock_init() "
` [PATCH v3 10/34] mm: Convert ptlock_init() "
` [PATCH v3 11/34] mm: Convert pmd_ptlock_free() "
` [PATCH v3 12/34] mm: Convert ptlock_free() "
` [PATCH v3 13/34] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}
` [PATCH v3 14/34] powerpc: Convert various functions to use ptdescs
` [PATCH v3 15/34] x86: "
` [PATCH v3 16/34] s390: Convert various gmap "
` [PATCH v3 17/34] s390: Convert various pgalloc "
` [PATCH v3 18/34] mm: Remove page table members from struct page
` [PATCH v3 19/34] pgalloc: Convert various functions to use ptdescs
` [PATCH v3 20/34] arm: "
` [PATCH v3 21/34] arm64: "
` [PATCH v3 22/34] csky: Convert __pte_free_tlb() "
` [PATCH v3 23/34] hexagon: "
` [PATCH v3 24/34] loongarch: Convert various functions "
` [PATCH v3 25/34] m68k: "
` [PATCH v3 26/34] mips: "
` [PATCH v3 27/34] nios2: Convert __pte_free_tlb() "
` [PATCH v3 28/34] openrisc: "
` [PATCH v3 29/34] riscv: Convert alloc_{pmd, pte}_late() "
` [PATCH v3 30/34] sh: Convert pte_free_tlb() "
` [PATCH v3 31/34] sparc64: Convert various functions "
` [PATCH v3 32/34] sparc: Convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalents
` [PATCH v3 33/34] um: Convert {pmd, pte}_free_tlb() to use ptdescs
` [PATCH v3 34/34] mm: Remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers

[PATCH v3 0/5] perf tools: Modify mksyscalltbl
 2023-06-01  2:44 UTC  (6+ messages)
` [PATCH v3 1/5] perf tools: Declare syscalltbl_*[] as const for all archs
` [PATCH v3 2/5] perf arm64: Rename create_table_from_c() to create_sc_table()
` [PATCH v3 3/5] perf arm64: Handle __NR3264_ prefixed syscall number

[PATCH RESEND v3 0/5] perf tools: Modify mksyscalltbl
 2023-05-31  7:58 UTC  (8+ messages)
` [PATCH RESEND v3 1/5] perf tools: Declare syscalltbl_*[] as const for all archs
` [PATCH RESEND v3 2/5] perf arm64: Rename create_table_from_c() to create_sc_table()
` [PATCH RESEND v3 3/5] perf arm64: Handle __NR3264_ prefixed syscall number
` [PATCH RESEND v3 4/5] perf arm64: Use max_nr to define SYSCALLTBL_ARM64_MAX_ID
` [PATCH RESEND v3 5/5] perf LoongArch: Simplify mksyscalltbl

[PATCH V4 0/5] rtc: Add rtc driver for the Loongson family chips
 2023-05-30 12:02 UTC  (25+ messages)
` [PATCH V4 1/5] dt-bindings: rtc: Remove the LS2X from the trivial RTCs
` [PATCH V4 2/5] rtc: Remove the Loongson-1 RTC driver

[PATCH v2 0/3] perf tools: Modify mksyscalltbl
 2023-05-29 17:05 UTC  (3+ messages)
` [PATCH v2 1/3] perf arm64: Rename create_table_from_c() to create_sc_table()


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox