loongarch.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-18 21:36:22 to 2022-09-26 18:41:03 UTC [more...]

[PATCH v2 00/44] cpuidle,rcu: Clean up the mess
 2022-09-26 18:41 UTC  (75+ messages)
` [PATCH v2 01/44] x86/perf/amd: Remove tracing from perf_lopwr_cb()
` [PATCH v2 02/44] x86/idle: Replace x86_idle with a static_call
` [PATCH v2 03/44] cpuidle/poll: Ensure IRQ state is invariant
` [PATCH v2 04/44] cpuidle: Move IRQ state validation
` [PATCH v2 05/44] cpuidle,riscv: Push RCU-idle into driver
` [PATCH v2 06/44] cpuidle,tegra: "
` [PATCH v2 07/44] cpuidle,psci: "
` [PATCH v2 08/44] cpuidle,imx6: "
` [PATCH v2 09/44] cpuidle,omap3: "
` [PATCH v2 10/44] cpuidle,armada: "
` [PATCH v2 11/44] cpuidle,omap4: "
` [PATCH v2 12/44] cpuidle,dt: "
` [PATCH v2 13/44] cpuidle: Fix ct_idle_*() usage
` [PATCH v2 14/44] cpuidle,cpu_pm: Remove RCU fiddling from cpu_pm_{enter,exit}()
` [PATCH v2 15/44] acpi_idle: Remove tracing
` [PATCH v2 16/44] cpuidle: Annotate poll_idle()
` [PATCH v2 17/44] objtool/idle: Validate __cpuidle code as noinstr
` [PATCH v2 18/44] cpuidle,intel_idle: Fix CPUIDLE_FLAG_IRQ_ENABLE *again*
` [PATCH v2 19/44] cpuidle,intel_idle: Fix CPUIDLE_FLAG_INIT_XSTATE
` [PATCH v2 20/44] cpuidle,intel_idle: Fix CPUIDLE_FLAG_IBRS
` [PATCH v2 21/44] arch/idle: Change arch_cpu_idle() IRQ behaviour
` [PATCH v2 22/44] x86/tdx: Remove TDX_HCALL_ISSUE_STI
` [PATCH v2 23/44] arm,smp: Remove trace_.*_rcuidle() usage
` [PATCH v2 24/44] arm64,smp: "
` [PATCH v2 25/44] printk: "
` [PATCH v2 26/44] time/tick-broadcast: Remove RCU_NONIDLE usage
` [PATCH v2 27/44] cpuidle,sched: Remove annotations from TIF_{POLLING_NRFLAG,NEED_RESCHED}
` [PATCH v2 28/44] cpuidle,mwait: Make noinstr clean
` [PATCH v2 29/44] cpuidle,tdx: Make tdx "
` [PATCH v2 30/44] cpuidle,xenpv: Make more PARAVIRT_XXL "
` [PATCH v2 31/44] cpuidle,nospec: Make "
` [PATCH v2 32/44] cpuidle,acpi: "
` [PATCH v2 33/44] ftrace: WARN on rcuidle
` [PATCH v2 34/44] cpuidle,omap3: Use WFI for omap3_pm_idle()
` [PATCH v2 35/44] cpuidle,omap3: Push RCU-idle into omap_sram_idle()
` [PATCH v2 36/44] cpuidle,omap4: Push RCU-idle into omap4_enter_lowpower()
` [PATCH v2 37/44] arm,omap2: Use WFI for omap2_pm_idle()
` [PATCH v2 38/44] cpuidle,powerdomain: Remove trace_.*_rcuidle()
` [PATCH v2 39/44] cpuidle,clk: "
` [PATCH v2 40/44] ubsan: Fix objtool UACCESS warns
` [PATCH v2 41/44] intel_idle: Add force_irq_on module param
` [PATCH v2 42/44] entry,kasan,x86: Disallow overriding mem*() functions
` [PATCH v2 43/44] sched: Always inline __this_cpu_preempt_check()
` [PATCH v2 44/44] arm64,riscv,perf: Remove RCU_NONIDLE() usage

[PATCH V2 0/4] i2c: ls2x: Add support for the Loongson-2K/LS7A I2C
 2022-09-26 16:06 UTC  (8+ messages)
` [PATCH V2 1/4] i2c: gpio: Add support on ACPI-based system
` [PATCH V2 2/4] dt-bindings: i2c: add bindings for Loongson LS2X I2C
` [PATCH V2 3/4] i2c: Add driver for Loongson-2K/LS7A I2C controller
` [PATCH V2 4/4] LoongArch: Enable LS2X I2C in loongson3_defconfig

[PATCH v3] LoongArch: Fixup do_ri csr_era
 2022-09-26 12:27 UTC 

[PATCH v2] LoongArch: Remove useless header branch.h
 2022-09-26 10:01 UTC 

[PATCH] LoongArch: Remove useless header branch.h
 2022-09-26  8:52 UTC 

[PATCH 0/5] i2c: ls2x: Add support for the Loongson-2K/LS7A I2C
 2022-09-26  6:02 UTC  (20+ messages)
` [PATCH 1/5] i2c: core: Pick i2c bus number from ACPI if present
` [PATCH 2/5] i2c: gpio: Add support on ACPI-based system
` [PATCH 3/5] dt-bindings: i2c: add bindings for Loongson LS2X I2C
` [PATCH 4/5] i2c: Add driver for Loongson-2K/LS7A I2C controller
` [PATCH 5/5] LoongArch: Enable LS2X I2C in loongson3_defconfig

[PATCH] LoongArch: Use generic BUG() handler
 2022-09-25  1:10 UTC  (2+ messages)

[PATCH V5 0/2] DMA: update acpi_dma_get_range to return dma map regions
 2022-09-24 16:40 UTC  (4+ messages)
` [PATCH V5 1/2] ACPI / scan: Support multiple dma windows with different offsets

[PATCH 0/3] Add kernel relocation and KASLR support
 2022-09-23  9:56 UTC  (16+ messages)
` [PATCH 1/3] LoongArch: tools: Add relocs tool support

[PATCH v4 0/3] LoongArch: Add kexec/kdump support
 2022-09-23  9:16 UTC  (5+ messages)
` [PATCH v4 1/3] LoongArch: Add kexec support
` [PATCH v4 2/3] LoongArch: Add kdump support
` [PATCH v4 3/3] LoongArch: Enable CONFIG_KEXEC

[PATCH v2 0/8] efi: disentangle the generic EFI stub from FDT
 2022-09-22 14:48 UTC  (27+ messages)
` [PATCH v2 1/8] efi: libstub: drop pointless get_memory_map() call
` [PATCH v2 2/8] efi: libstub: avoid efi_get_memory_map() for allocating the virt map
` [PATCH v2 3/8] efi: libstub: simplify efi_get_memory_map() and struct efi_boot_memmap
` [PATCH v2 4/8] efi: libstub: remove pointless goto kludge
` [PATCH v2 5/8] efi: libstub: unify initrd loading between architectures
` [PATCH v2 6/8] efi: libstub: remove DT dependency from generic stub
` [PATCH v2 7/8] efi: libstub: install boot-time memory map as config table
` [PATCH v2 8/8] efi/loongarch: libstub: remove dependency on flattened DT

[PATCH 0/4] Add kprobe and kretprobe support for LoongArch
 2022-09-22 12:35 UTC  (9+ messages)
` [PATCH 1/4] LoongArch: Add kprobe support
` [PATCH 2/4] LoongArch: Add kretprobe support
` [PATCH 3/4] samples/kprobes: Add LoongArch support
` [PATCH 4/4] LoongArch: Enable KPROBES in default config

[PATCH v3 0/3] LoongArch: Add kexec/kdump support
 2022-09-22 10:30 UTC  (4+ messages)
` [PATCH v3 1/3] LoongArch: Add kexec support

[PATCH 1/2] Input: i8042: Rename i8042-x86ia64io.h to i8042-acpipnpio.h
 2022-09-22  8:32 UTC  (4+ messages)
` [PATCH 2/2] Input: i8042: Add LoongArch support in i8042-acpipnpio.h

[PATCH v2] LoongArch: Remove unused kernel stack padding
 2022-09-21  7:41 UTC 

[PATCH 00/12] efi: disentangle the generic EFI stub from FDT
 2022-09-20 14:53 UTC  (31+ messages)
` [PATCH 09/12] efi: libstub: install boot-time memory map as config table
` [PATCH 11/12] efi/loongarch: libstub: remove dependency on flattened DT
` [PATCH 12/12] efi: loongarch: add support for DT hardware descriptions

[PATCH V4] LoongArch: Add ACPI-based generic laptop driver
 2022-09-19 11:10 UTC  (2+ messages)

[PATCH v5 10/10] LoongArch/ftrace: Fix unwind state when option func_stack_trace
 2022-09-19  3:19 UTC 

[PATCH v5 00/10] LoongArch: Add ftrace support
 2022-09-19  3:16 UTC  (10+ messages)
` [PATCH v5 01/10] LoongArch/ftrace: Add basic support
` [PATCH v5 02/10] LoongArch/ftrace: Add recordmcount support
` [PATCH v5 03/10] LoongArch/ftrace: Add dynamic function tracer support
` [PATCH v5 04/10] LoongArch/ftrace: Add dynamic function graph "
` [PATCH v5 05/10] LoongArch/ftrace: Add DYNAMIC_FTRACE_WITH_REGS support
` [PATCH v5 06/10] LoongArch/ftrace: Add HAVE_DYNAMIC_FTRACE_WITH_ARGS support
` [PATCH v5 07/10] LoongArch: modules/ftrace: Initialize PLT at load time
` [PATCH v5 08/10] LoongArch/ftrace: Add HAVE_FUNCTION_GRAPH_RET_ADDR_PTR support
` [PATCH v5 09/10] LoongArch: Enable CONFIG_KALLSYMS_ALL and CONFIG_DEBUG_FS

[PATCH V2] LoongArch: Refactor cache probe and flush methods
 2022-09-19  2:13 UTC 


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