LoongArch architecture development
 help / color / mirror / Atom feed
 messages from 2022-11-17 15:43:56 to 2022-12-03 15:41:55 UTC [more...]

[PATCH v10 1/2] gpio: loongson: add gpio driver support
 2022-12-03 15:41 UTC  (7+ messages)
` [PATCH v10 2/2] dt-bindings: gpio: add loongson gpio

[PATCH v1] gpio: loongson: enable irqdomain hierarchy config
 2022-12-03 15:01 UTC  (3+ messages)

[PATCH] LoongArch: Make lscpu show "Model name" and "CPU family"
 2022-12-03 13:54 UTC 

[PATCH 0/2] Update links of LoongArch ISA Vol1 and ELF psABI
 2022-12-03 10:58 UTC  (4+ messages)
` [PATCH 1/2] docs/LoongArch: "
` [PATCH 2/2] docs/zh_CN/LoongArch: "

[PATCH v3 0/8] Generic IPI sending tracepoint
 2022-12-02 15:58 UTC  (9+ messages)
` [PATCH v3 1/8] DO-NOT-MERGE: tracing: Add __cpumask to denote a trace event field that is a cpumask_t
` [PATCH v3 2/8] trace: Add trace_ipi_send_cpumask()
` [PATCH v3 3/8] sched, smp: Trace IPIs sent via send_call_function_single_ipi()
` [PATCH v3 4/8] smp: Trace IPIs sent via arch_send_call_function_ipi_mask()
` [PATCH v3 5/8] irq_work: Trace self-IPIs sent via arch_irq_work_raise()
` [PATCH v3 6/8] treewide: Trace IPIs sent via smp_send_reschedule()
` [PATCH v3 7/8] smp: reword smp call IPI comment
` [PATCH v3 8/8] sched, smp: Trace smp callback causing an IPI

[PATCH v7 0/4] Add kprobe and kretprobe support for LoongArch
 2022-12-02 13:08 UTC  (5+ messages)
` [PATCH v7 1/4] LoongArch: Simulate branch and PC instructions
` [PATCH v7 2/4] LoongArch: Add kprobe support
` [PATCH v7 3/4] LoongArch: Add kretprobe support
` [PATCH v7 4/4] samples/kprobes: Add LoongArch support

[PATCH] LoongArch: export symbol with function smp_send_reschedule
 2022-12-02  9:41 UTC  (4+ messages)

[PATCH v11 1/3] clocksource: loongson2_hpet: add hpet driver support
 2022-12-02  9:04 UTC  (6+ messages)
` [PATCH v11 2/3] LoongArch: time: add timer_probe in time_init
` [PATCH v11 3/3] dt-bindings: hpet: add loongson-2 hpet

[PATCH V4 0/5] i2c: ls2x: Add support for the Loongson-2K/LS7A I2C controller
 2022-12-02  8:57 UTC  (13+ messages)
` [PATCH V4 1/5] i2c: gpio: Fix potential unused warning for 'i2c_gpio_dt_ids'
` [PATCH V4 2/5] i2c: gpio: Add support on ACPI-based system
` [PATCH V4 3/5] dt-bindings: i2c: add bindings for Loongson LS2X I2C
` [PATCH V4 4/5] i2c: ls2x: Add driver for Loongson-2K/LS7A I2C controller
` [PATCH V4 5/5] LoongArch: Enable LS2X I2C in loongson3_defconfig

[PATCH v6 0/5] Add kprobe and kretprobe support for LoongArch
 2022-12-02  7:09 UTC  (7+ messages)
` [PATCH v6 1/5] LoongArch: Simulate branch and PC instructions
` [PATCH v6 2/5] LoongArch: Use stop_machine_cpuslocked() to modify instruction
` [PATCH v6 3/5] LoongArch: Add kprobe support
` [PATCH v6 4/5] LoongArch: Add kretprobe support
` [PATCH v6 5/5] samples/kprobes: Add LoongArch support

[linux-next:master] BUILD REGRESSION 2934ceb4e967b9233d0f97732e47175574a11406
 2022-12-01 18:00 UTC 

[PATCH v9 1/2] gpio: loongson: add gpio driver support
 2022-12-01 10:17 UTC  (3+ messages)
` [PATCH v9 2/2] dt-bindings: gpio: add loongson gpio

[PATCH v10 1/4] dt-bindings: clock: add loongson-2 clock include file
 2022-11-30 22:49 UTC  (8+ messages)
` [PATCH v10 2/4] clk: clk-loongson2: add clock controller driver support
` [PATCH v10 3/4] LoongArch: time: add of_clk_init in time_init
` [PATCH v10 4/4] dt-bindings: clock: add loongson-2 clock

[PATCH V2 1/3] MIPS: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACK
 2022-11-29 14:18 UTC  (10+ messages)
` [PATCH V2 2/3] LoongArch: "
` [PATCH V2 3/3] SH: "

[PATCH v4 0/2] docs/LoongArch: Add English and Chinese versions of booting
 2022-11-29 14:02 UTC  (6+ messages)
` [PATCH v4 1/2] docs/LoongArch: Add booting
` [PATCH v4 2/2] docs/zh_CN: Add booting Chinese translation

[PATCH V3 0/5] i2c: ls2x: Add support for the Loongson-2K/LS7A I2C controller
 2022-11-29 13:24 UTC  (24+ messages)
` [PATCH V3 1/5] i2c: gpio: Fix potential unused warning for 'i2c_gpio_dt_ids'
` [PATCH V3 2/5] i2c: gpio: Add support on ACPI-based system
` [PATCH V3 3/5] dt-bindings: i2c: add bindings for Loongson LS2X I2C
` [PATCH V3 4/5] i2c: ls2x: Add driver for Loongson-2K/LS7A I2C controller
` [PATCH V3 5/5] LoongArch: Enable LS2X I2C in loongson3_defconfig

[PATCH v5 0/4] Add kprobe and kretprobe support for LoongArch
 2022-11-29  3:36 UTC  (6+ messages)
` [PATCH v5 1/4] LoongArch: Simulate branch and PC instructions
` [PATCH v5 2/4] LoongArch: Add kprobe support
` [PATCH v5 3/4] LoongArch: Add kretprobe support
` [PATCH v5 4/4] samples/kprobes: Add LoongArch support

[PATCH V14 0/4] mm/sparse-vmemmap: Generalise helpers and enable for LoongArch
 2022-11-29  3:26 UTC  (6+ messages)

[PATCH v8 1/2] gpio: loongson: add gpio driver support
 2022-11-28 23:31 UTC  (5+ messages)
` [PATCH v8 2/2] dt-bindings: gpio: add loongson gpio

[PATCH AUTOSEL 6.0 23/39] LoongArch: Makefile: Use "grep -E" instead of "egrep"
 2022-11-28 17:36 UTC  (4+ messages)
` [PATCH AUTOSEL 6.0 24/39] LoongArch: Combine acpi_boot_table_init() and acpi_boot_init()
` [PATCH AUTOSEL 6.0 25/39] LoongArch: Set _PAGE_DIRTY only if _PAGE_MODIFIED is set in {pmd,pte}_mkwrite()
` [PATCH AUTOSEL 6.0 26/39] LoongArch: Fix unsigned comparison with less than zero

[PATCH v3 0/2] docs/LoongArch: Add English and Chinese versions of booting
 2022-11-28  9:54 UTC  (3+ messages)
` [PATCH v3 1/2] docs/LoongArch: Add booting
` [PATCH v3 2/2] docs/zh_CN: Add booting Chinese translation

[PATCH v7 1/2] gpio: loongson: add gpio driver support
 2022-11-28  6:26 UTC  (2+ messages)
` [PATCH v7 2/2] dt-bindings: gpio: add loongson gpio

[PATCH v6 1/2] gpio: loongson: add gpio driver support
 2022-11-28  6:25 UTC  (5+ messages)
` [PATCH v6 2/2] dt-bindings: gpio: add loongson gpio

[PATCH V2] irqchip/loongarch: Adjust acpi_cascade_irqdomain_init() and sub-routines
 2022-11-27  5:43 UTC  (2+ messages)

[PATCH RESEND v8 0/9] LoongArch: Add ftrace support
 2022-11-25  5:02 UTC  (5+ messages)
` [PATCH v8 RESEND 2/9] LoongArch/ftrace: Add recordmcount support

[PATCH v2 0/2] docs/LoongArch: Add English and Chinese versions of boot image header
 2022-11-25  1:40 UTC  (4+ messages)
` [PATCH v2 1/2] docs/LoongArch: Add "
` [PATCH v2 2/2] docs/zh_CN: Add boot-image-header Chinese translation

[GIT PULL] LoongArch fixes for v6.1-rc7
 2022-11-24 19:16 UTC  (2+ messages)

[PATCH] docs/zh_CN/LoongArch: Fix wrong description of FPRs Note
 2022-11-24  9:54 UTC  (2+ messages)

[PATCH v5 1/3] gpio: loongson2ef: move driver to original location
 2022-11-24  8:54 UTC  (9+ messages)
` [PATCH v5 2/3] gpio: loongson: add gpio driver support
` [PATCH v5 3/3] dt-bindings: gpio: add loongson gpio

[PATCH v1 0/2] docs/LoongArch: Add English and Chinese versions of boot image header
 2022-11-24  7:10 UTC  (5+ messages)
` [PATCH v1 1/2] docs/LoongArch: Add "
` [PATCH v1 2/2] docs/zh_CN: Add boot-image-header Chinese translation

[PATCH] LoongArch: module: Use got/plt section indices for relocations
 2022-11-23  8:18 UTC 

[PATCH v10 1/2] clocksource: loongson2_hpet: add hpet driver support
 2022-11-23  1:33 UTC  (3+ messages)

[PATCH v2 00/44] cpuidle,rcu: Clean up the mess
 2022-11-22 16:04 UTC  (5+ messages)
` [PATCH v2 12/44] cpuidle,dt: Push RCU-idle into driver

[PATCH V2 0/2] LoongArch: Support booting with FDT
 2022-11-22 11:32 UTC  (3+ messages)
` [PATCH V2 1/2] LoongArch: Support booting with FDT from efi system table
` [PATCH V2 2/2] LoongArch: Process ISA Node in DeviceTree

[PATCH] stmmac: pci: Add LS7A support for dwmac-loongson
 2022-11-22  1:06 UTC  (5+ messages)

[PATCH 04/47] LoongArch: Set _PAGE_DIRTY only if _PAGE_WRITE is set in {pmd,pte}_mkdirty()
 2022-11-21 18:31 UTC  (5+ messages)

[PATCH v4 1/2] gpio: loongson: add dts and acpi support
 2022-11-21 12:43 UTC  (5+ messages)

[PATCH] LoongArch: Set _PAGE_DIRTY only if _PAGE_MODIFIED is set in {pmd,pte}_mkwrite()
 2022-11-21 10:03 UTC  (2+ messages)

[PATCH] LoongArch: Support booting with FDT from efi system table
 2022-11-21  6:44 UTC  (6+ messages)

[PATCH] LoongArch: Add basic STACKPROTECTOR support
 2022-11-19  4:40 UTC 

[RFC PATCH v2 0/8] Generic IPI sending tracepoint
 2022-11-18 16:42 UTC  (6+ messages)
` [RFC PATCH v2 8/8] sched, smp: Trace smp callback causing an IPI

[PATCH v2 1/2] gpio: loongson: add dts/acpi gpio support
 2022-11-18 12:40 UTC  (3+ messages)
` [PATCH v2 2/2] dt-bindings: gpio: add loongson series gpio

[PATCH v1 1/2] gpio: loongson: add dts/acpi gpio support
 2022-11-18 12:38 UTC  (5+ messages)
` [PATCH v1 2/2] dt-bindings: gpio: add loongson series gpio

[PATCH v4 0/4] Add kprobe and kretprobe support for LoongArch
 2022-11-18  6:05 UTC  (5+ messages)
` [PATCH v4 1/4] LoongArch: Simulate branch and PC instructions
` [PATCH v4 2/4] LoongArch: Add kprobe support
` [PATCH v4 3/4] LoongArch: Add kretprobe support
` [PATCH v4 4/4] samples/kprobes: Add LoongArch support

[PATCH] LoongArch: Clear FPU/SIMD thread info flags for kernel thread
 2022-11-18  4:56 UTC 

[PATCH v2 0/3] convert tree to get_random_u32_{below,above,between}()
 2022-11-17 22:15 UTC  (19+ messages)
` [PATCH v2 3/3] treewide: use get_random_u32_between() when possible
` [PATCH v3 0/3] convert tree to get_random_u32_{below,above,inclusive}()
  ` [PATCH v3 1/3] treewide: use get_random_u32_below() instead of deprecated function
  ` [PATCH v3 2/3] treewide: use get_random_u32_{above,below}() instead of manual loop
  ` [PATCH v3 3/3] treewide: use get_random_u32_inclusive() when possible

[PATCH] syscall.2: add loongarch
 2022-11-17 20:32 UTC  (3+ messages)
` Ping: "


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