loongarch.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-03 03:37:24 to 2023-06-09 09:31:27 UTC [more...]

[PATCH v11 0/8] function_graph: Support recording and printing the return value of function
 2023-06-09  9:31 UTC  (8+ messages)
` [PATCH v11 3/8] ARM: ftrace: Enable HAVE_FUNCTION_GRAPH_RETVAL
` [PATCH v11 4/8] arm64: "
` [PATCH v11 5/8] riscv: "

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

[PATCH v5] selftests/clone3: Fix broken test under !CONFIG_TIME_NS
 2023-06-09  9:07 UTC 

[PATCH v13 00/30] Add KVM LoongArch support
 2023-06-09  9:05 UTC  (9+ messages)
` [PATCH v13 03/30] LoongArch: KVM: Implement kvm hardware enable, disable interface
` [PATCH v13 05/30] LoongArch: KVM: Add vcpu related header files
` [PATCH v13 07/30] LoongArch: KVM: Implement vcpu run interface
` [PATCH v13 08/30] LoongArch: KVM: Implement vcpu handle exit interface
` [PATCH v13 10/30] LoongArch: KVM: Implement vcpu ENABLE_CAP ioctl interface
` [PATCH v13 20/30] LoongArch: KVM: Implement handle csr excption
` [PATCH v13 29/30] LoongArch: KVM: Supplement kvm document about LoongArch-specific part
` [PATCH v13 30/30] LoongArch: KVM: Add maintainers for LoongArch KVM

[PATCH v13 00/30] Add KVM LoongArch support
 2023-06-09  8:54 UTC 

[RFC PATCH] asm-generic: Unify uapi bitsperlong.h
 2023-06-09  6:50 UTC  (5+ messages)

[PATCH v4] PCI: Align pci memory space base address with page size
 2023-06-09  4:21 UTC  (4+ messages)

[PATCH 1/3] ASoC: Add support for Loongson I2S controller
 2023-06-09  3:57 UTC  (10+ messages)
` [PATCH 2/3] ASoC: loongson: Add Loongson Generic ASoC Sound Card Support
` [PATCH 3/3] ASoC: dt-bindings: Add support for Loongson audio card

[PATCH v2] LoongArch: Fix function write_fcsr
 2023-06-09  2:04 UTC  (2+ messages)

[PATCH] LoongArch: Avoid uninitialized alignment_mask
 2023-06-09  2:04 UTC  (2+ messages)

[PATCH 00/13] mm: jit/text allocator
 2023-06-08 18:41 UTC  (30+ messages)
` [PATCH 12/13] x86/jitalloc: prepare to allocate exectuatble memory as ROX

[PATCH v12 00/31] Add KVM LoongArch support
 2023-06-08 11:44 UTC  (66+ 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 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 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 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 29/31] LoongArch: KVM: Enable kvm config and add the makefile

[PATCH v3 00/34] Split ptdesc from struct page
 2023-06-08 10:12 UTC  (3+ messages)
` [PATCH v3 30/34] sh: Convert pte_free_tlb() to use ptdescs

LoongArch: Add hardware breakpoints/watchpoints support
 2023-06-08  7:47 UTC 

[PATCH v2] perf symbol: Add LoongArch case in get_plt_sizes()
 2023-06-08  7:01 UTC  (3+ messages)

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

[PATCH] LoongArch: Fix function write_fcsr
 2023-06-08  2:22 UTC 

[PATCH] LoongArch: let pmd_present return true when splitting pmd
 2023-06-08  2:21 UTC  (8+ messages)
    `  "

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

[PATCH v4 0/2] Modify code about clone timens
 2023-06-07  9:18 UTC  (6+ messages)
` [PATCH v4 1/2] selftests/clone3: Fix broken test under !CONFIG_TIME_NS
` [PATCH v4 2/2] LoongArch: Add support to clone a time namespace

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

[PATCH v2 00/13] local_clock() vs noinstr
 2023-06-07  8:58 UTC  (5+ messages)
` [PATCH v2 04/13] arm64/arch_timer: Provide noinstr sched_clock_read() functions

[PATCH v5 0/6] Add uprobes support for LoongArch
 2023-06-07  8:52 UTC  (8+ 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 v3] PCI: Align pci memory space base address with page size
 2023-06-07  8:26 UTC  (5+ messages)

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

[PATCH 0/4] Add Loongson HD Audio support
 2023-06-06 12:10 UTC  (6+ messages)
` [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 v1] soc:loongson:add model and clock-frequency attribute parse
 2023-06-06  7:39 UTC 

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

[PATCH RESEND v3 0/5] perf tools: Modify mksyscalltbl
 2023-06-05 14:44 UTC  (5+ messages)

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

[PATCH V5 0/5] Add rtc driver for the Loongson family chips
 2023-06-03  7:04 UTC  (3+ messages)
` [PATCH V5 3/5] rtc: "


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