messages from 2024-01-23 18:47:12 to 2024-02-02 05:24:45 UTC [more...]
[PATCH v2 00/14] Split crash out from kexec and clean up related config items
2024-02-02 5:23 UTC (2+ messages)
[PATCH 0/3] Handle delay slot for extable lookup
2024-02-01 17:48 UTC (7+ messages)
` [PATCH 1/3] ptrace: Introduce exception_ip arch hook
` [PATCH 2/3] MIPS: Clear Cause.BD in instruction_pointer_set
` [PATCH 3/3] mm/memory: Use exception ip to search exception tables
[PATCH v4 00/18] Add support for Mobileye EyeQ5 system controller
2024-02-01 16:47 UTC (34+ messages)
` [PATCH v4 01/18] clk: fixed-factor: add optional accuracy support
` [PATCH v4 02/18] clk: fixed-factor: add fwname-based constructor functions
` [PATCH v4 03/18] dt-bindings: pinctrl: allow pin controller device without unit address
` [PATCH v4 04/18] dt-bindings: clock: mobileye,eyeq5-clk: add bindings
` [PATCH v4 05/18] dt-bindings: reset: mobileye,eyeq5-reset: "
` [PATCH v4 06/18] dt-bindings: pinctrl: mobileye,eyeq5-pinctrl: "
` [PATCH v4 07/18] dt-bindings: soc: mobileye: add EyeQ5 OLB system controller
` [PATCH v4 08/18] clk: eyeq5: add platform driver, and init routine at of_clk_init()
` [PATCH v4 09/18] reset: eyeq5: add platform driver
` [PATCH v4 10/18] pinctrl: "
` [PATCH v4 11/18] MIPS: mobileye: eyeq5: rename olb@e00000 to system-controller@e00000
` [PATCH v4 12/18] MIPS: mobileye: eyeq5: remove reg-io-width property from OLB syscon
` [PATCH v4 13/18] MIPS: mobileye: eyeq5: add memory translation inside "
` [PATCH v4 14/18] MIPS: mobileye: eyeq5: use OLB clocks controller
` [PATCH v4 15/18] MIPS: mobileye: eyeq5: add OLB reset controller node
` [PATCH v4 16/18] MIPS: mobileye: eyeq5: add reset properties to UARTs
` [PATCH v4 17/18] MIPS: mobileye: eyeq5: add pinctrl nodes & pinmux function nodes
` [PATCH v4 18/18] MIPS: mobileye: eyeq5: add pinctrl properties to UART nodes
[PATCH RFC v2 0/4] Svvptc extension to remove preventive sfence.vma
2024-02-01 15:03 UTC (7+ messages)
` [PATCH RFC/RFT v2 1/4] riscv: Add ISA extension parsing for Svvptc
` [PATCH RFC/RFT v2 2/4] dt-bindings: riscv: Add Svvptc ISA extension description
` [PATCH RFC/RFT v2 3/4] riscv: Stop emitting preventive sfence.vma for new vmalloc mappings
` [PATCH RFC/RFT v2 4/4] riscv: Stop emitting preventive sfence.vma for new userspace mappings with Svvptc
[PATCH v6 00/15] Add support for the Mobileye EyeQ5 SoC
2024-02-01 9:18 UTC (7+ messages)
` [PATCH v6 10/15] dt-bindings: mfd: syscon: Document EyeQ5 OLB
` [PATCH v6 11/15] MIPS: mobileye: Add EyeQ5 dtsi
` [PATCH v6 12/15] MIPS: mobileye: Add EPM5 device tree
[PATCH v5 0/3] irqchip/loongson-eiointc: Refine irq affinity setting during resume
2024-01-30 8:27 UTC (4+ messages)
` [PATCH v5 1/3] irqchip/loongson-eiointc: Typo fix in function eiointc_domain_alloc
` [PATCH v5 2/3] irqchip/loongson-eiointc: Skip handling if there is no pending irq
` [PATCH v5 3/3] irqchip/loongson-eiointc: Refine irq affinity setting during resume
[PATCH v4 0/3] irqchip/loongson-eiointc: Refine irq affinity setting during resume
2024-01-30 3:23 UTC (8+ messages)
` [PATCH v4 1/3] irqchip/loongson-eiointc: Typo fix in function eiointc_domain_alloc
` [PATCH v4 2/3] irqchip/loongson-eiointc: Skip handling if there is no pending irq
` [PATCH v4 3/3] irqchip/loongson-eiointc: Refine irq affinity setting during resume
[PATCH linux-next v3 00/14] Split crash out from kexec and clean up related config items
2024-01-29 1:57 UTC (26+ messages)
` [PATCH linux-next v3 01/14] kexec: split crashkernel reservation code out from crash_core.c
` [PATCH linux-next v3 02/14] crash: split vmcoreinfo exporting "
` [PATCH linux-next v3 03/14] crash: remove dependency of FA_DUMP on CRASH_DUMP
` [PATCH linux-next v3 04/14] crash: split crash dumping code out from kexec_core.c
` [PATCH linux-next v3 05/14] crash: clean up kdump related config items
` [PATCH linux-next v3 06/14] x86, crash: wrap crash dumping code into crash related ifdefs
` [PATCH linux-next v3 07/14] arm64, "
` [PATCH linux-next v3 08/14] ppc, crash: enforce KEXEC and KEXEC_FILE to select CRASH_DUMP
` [PATCH linux-next v3 09/14] s390, crash: wrap crash dumping code into crash related ifdefs
` [PATCH linux-next v3 10/14] sh, "
` [PATCH linux-next v3 11/14] mips, "
` [PATCH linux-next v3 12/14] riscv, "
` [PATCH linux-next v3 13/14] arm, "
` [PATCH linux-next v3 14/14] loongarch, "
[PATCH v2] mips: Call lose_fpu(0) before initializing fcr31 in mips_set_personality_nan
2024-01-28 21:54 UTC (2+ messages)
[PATCH] init: refactor the generic cpu_to_node for NUMA
2024-01-28 19:43 UTC (3+ messages)
[GIT PULL] MIPS fixes for v6.8
2024-01-28 18:47 UTC (3+ messages)
[PATCH] MIPS: loongson64: fix boot failure
2024-01-28 4:42 UTC (11+ messages)
` [PATCH 1/2] MIPS: reserve exception vector space ONLY ONCE
` [PATCH 2/2] MIPS: loongson64: set nid for reserved memblock region
` [PATCH] "
[PATCH 0/1] MIPS: fix the "CPU type" choice structure
2024-01-27 19:50 UTC (3+ messages)
` [PATCH 1/1] MIPS: move unselectable entries out of the "CPU type" choice
[PATCH] mips: Call lose_fpu(0) before initializing fcr31 in mips_set_personality_nan
2024-01-26 21:03 UTC (2+ messages)
Strange EFAULT on mips64el returned by syscall when another thread is forking
2024-01-26 18:00 UTC (13+ messages)
[PATCH v5 000/111] pwm: Improve lifetime tracking for pwm_chips
2024-01-26 17:10 UTC (13+ messages)
` [PATCH v5 003/111] pwm: Provide a macro to get the parent device of a given chip
` [PATCH v5 015/111] pwm: jz4740: Make use of pwmchip_parent() macro
` [PATCH v5 039/111] pwm: Provide wrappers for storing and getting driver private data
` [PATCH v5 040/111] pwm: Provide devm_pwmchip_alloc() function
` [PATCH v5 065/111] pwm: jz4740: Make use of "
[PATCH v3 00/17] Add support for Mobileye EyeQ5 system controller
2024-01-26 14:54 UTC (52+ messages)
` [PATCH v3 03/17] dt-bindings: pinctrl: allow pin controller device without unit address
` [PATCH v3 04/17] dt-bindings: soc: mobileye: add EyeQ5 OLB system controller
` [PATCH v3 05/17] dt-bindings: clock: mobileye,eyeq5-clk: add bindings
` [PATCH v3 06/17] dt-bindings: reset: mobileye,eyeq5-reset: "
` [PATCH v3 07/17] dt-bindings: pinctrl: mobileye,eyeq5-pinctrl: "
` [PATCH v3 08/17] clk: eyeq5: add platform driver
` [PATCH v3 09/17] reset: "
` [PATCH v3 10/17] pinctrl: "
` [PATCH v3 11/17] MIPS: mobileye: eyeq5: rename olb@e00000 to system-controller@e00000
` [PATCH v3 12/17] MIPS: mobileye: eyeq5: remove reg-io-width property from OLB syscon
` [PATCH v3 13/17] MIPS: mobileye: eyeq5: use OLB clocks controller
` [PATCH v3 14/17] MIPS: mobileye: eyeq5: add OLB reset controller node
` [PATCH v3 15/17] MIPS: mobileye: eyeq5: add reset properties to uarts
` [PATCH v3 16/17] MIPS: mobileye: eyeq5: add pinctrl nodes & pinmux function nodes
` [PATCH v3 17/17] MIPS: mobileye: eyeq5: add pinctrl properties to UART nodes
[PATCH] MIPS: lantiq: register smp_ops on non-smp platforms
2024-01-26 10:13 UTC (2+ messages)
[PATCH v2] MIPS: BCM63XX: Fix missing prototypes
2024-01-26 10:13 UTC (2+ messages)
[PATCH 00/11] Device tree support for Imagination Series5 GPU
2024-01-26 8:31 UTC (11+ messages)
` [PATCH 02/11] dt-bindings: gpu: Add PowerVR Series5 SGX GPUs
` [PATCH 08/11] ARM: dts: DRA7xx: Add device tree entry for SGX GPU
[PATCH] config/mips: support zswap function
2024-01-26 7:55 UTC
[PATCH v3] NUMA: Early use of cpu_to_node() returns 0 instead of the correct node id
2024-01-26 6:44 UTC
[PATCH v2] NUMA: Early use of cpu_to_node() returns 0 instead of the correct node id
2024-01-25 9:15 UTC (6+ messages)
[PATCH v3 0/3] irqchip/loongson-eiointc: Refine irq affinity setting during resume
2024-01-25 1:21 UTC (10+ messages)
` [PATCH v3 1/3] irqchip/loongson-eiointc: Skip handling if there is no pending irq
` [PATCH v3 2/3] irqchip/loongson-eiointc: Refine irq affinity setting during resume
` [PATCH v3 3/3] irqchip/loongson-eiointc: Typo fix in function eiointc_domain_alloc
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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 NNTP newsgroup(s).