linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-29 16:15:26 to 2023-12-07 09:20:04 UTC [more...]

[PATCH RFC 00/10] Device tree support for Imagination Series5 GPU
 2023-12-07  9:20 UTC  (34+ messages)
` [PATCH RFC 01/10] dt-bindings: gpu: Add PowerVR Series5 SGX GPUs
` [PATCH RFC 02/10] ARM: dts: omap3: Add device tree entry for SGX GPU
` [PATCH RFC 03/10] ARM: dts: omap4: "
` [PATCH RFC 04/10] ARM: dts: omap5: "
` [PATCH RFC 05/10] ARM: dts: AM33xx: "
` [PATCH RFC 06/10] ARM: dts: AM437x: "
` [PATCH RFC 07/10] ARM: dts: DRA7xx: "
` [PATCH RFC 08/10] arm64: dts: ti: k3-am654-main: "
` [PATCH RFC 09/10] ARM: dts: sun6i: "
` [PATCH RFC 10/10] MIPS: DTS: jz4780: "

[PATCH v2 00/35] bitops: add atomic find_bit() operations
 2023-12-07  9:10 UTC  (8+ messages)
` [PATCH v2 01/35] lib/find: add atomic find_bit() primitives
` [PATCH v2 02/35] lib/find: add test for atomic find_bit() ops
  ` [PATCH v2 06/35] mips: sgi-ip30: rework heart_alloc_int()

pm.c:undefined reference to `i8042_command'
 2023-12-07  1:21 UTC  (4+ messages)

[PATCH v4 10/12] KVM: x86: never write to memory from kvm_vcpu_check_block()
 2023-12-07  1:03 UTC  (2+ messages)

[PATCH v4 000/115] pwm: Fix lifetime issues for pwm_chips
 2023-12-06 11:44 UTC  (3+ messages)
` [PATCH v4 019/115] pwm: jz4740: Make use of pwmchip_parent() macro
` [PATCH v4 068/115] pwm: jz4740: Make use of devm_pwmchip_alloc() function

[PATCH] MAINTAINERS: Add myself as maintainer of the Ralink architecture
 2023-12-06  8:27 UTC  (8+ messages)

[linux-next:master] BUILD REGRESSION 0f5f12ac05f36f117e793656c3f560625e927f1b
 2023-12-06  4:11 UTC 

[PATCH v3 00/22] Add support for the Mobileye EyeQ5 SoC
 2023-12-06  0:40 UTC  (29+ messages)
` [PATCH v3 01/22] MIPS: compressed: Use correct instruction for 64 bit code
` [PATCH v3 02/22] MIPS: Export higher/highest relocation functions in uasm
` [PATCH v3 03/22] MIPS: spaces: Define a couple of handy macros
` [PATCH v3 04/22] MIPS: genex: Fix except_vec_vi for kernel in XKPHYS
` [PATCH v3 05/22] MIPS: Fix set_uncached_handler for ebase "
` [PATCH v3 06/22] MIPS: Refactor mips_cps_core_entry implementation
` [PATCH v3 07/22] MIPS: Fix cache issue with mips_cps_core_entry
` [PATCH v3 08/22] MIPS: Allow kernel base to be set from Kconfig for all platforms
` [PATCH v3 09/22] MIPS: traps: Handle CPU with non standard vint offset
` [PATCH v3 10/22] MIPS: Avoid unnecessary reservation of exception space
` [PATCH v3 11/22] MIPS: traps: Enhance memblock ebase allocation process
` [PATCH v3 12/22] MIPS: Get rid of CONFIG_NO_EXCEPT_FILL
` [PATCH v3 13/22] MIPS: traps: Give more explanations if ebase doesn't belong to KSEG0
` [PATCH v3 14/22] dt-bindings: Add vendor prefix for Mobileye Vision Technologies Ltd
` [PATCH v3 15/22] dt-bindings: mips: cpus: Sort the entries
` [PATCH v3 16/22] dt-bindings: mips: cpu: Add I-Class I6500 Multiprocessor Core
` [PATCH v3 17/22] dt-bindings: mips: Add bindings for Mobileye SoCs
` [PATCH v3 18/22] dt-bindings: mfd: syscon: Document EyeQ5 OLB
` [PATCH v3 19/22] MIPS: mobileye: Add EyeQ5 dtsi
` [PATCH v3 20/22] MIPS: mobileye: Add EPM5 device tree
` [PATCH v3 21/22] MIPS: generic: Add support for Mobileye EyeQ5
` [PATCH v3 22/22] MAINTAINERS: Add entry for Mobileye MIPS SoCs

[PATCH fixes v2 0/3] MIPS: Loongson64: Fix some long-term issues
 2023-12-05 17:54 UTC  (2+ messages)

[PATCH v2] mips/smp: Call rcutree_report_cpu_starting() earlier
 2023-12-05 17:53 UTC  (2+ messages)

[PATCH] MIPS: kernel: Clear FPU states when setting up kernel threads
 2023-12-05 17:52 UTC  (4+ messages)

[PATCH] MIPS: Implement microMIPS MT ASE helpers
 2023-12-05 15:20 UTC  (2+ messages)

[PATCH 00/20] mips: address -Wmissing-prototypes warnings
 2023-12-05 11:00 UTC  (22+ messages)
` [PATCH 01/20] mips: decompress: fix add missing prototypes
` [PATCH 02/20] mips: add asm/syscalls.h header
` [PATCH 03/20] mips: add missing declarations for trap handlers
` [PATCH 04/20] mips: rs870e: stop exporting local functions
` [PATCH 05/20] mips: signal: move sigcontext declarations to header
` [PATCH 06/20] mips: mark local function static if possible
` [PATCH 07/20] mips: move build_tlb_refill_handler() prototype
` [PATCH 08/20] mips: move jump_label_apply_nops() declaration to header
` [PATCH 09/20] mips: unhide uasm_in_compat_space_p() declaration
` [PATCH 10/20] mips: fix setup_zero_pages() prototype
` [PATCH 11/20] mips: fix tlb_init() prototype
` [PATCH 12/20] mips: move cache declarations into header
` [PATCH 13/20] mips: add missing declarations
` [PATCH 14/20] mips: spram: fix missing prototype warning for spram_config
` [PATCH 15/20] mips: mt: include asm/mips_mt.h
` [PATCH 16/20] mips: remove extraneous asm-generic/iomap.h include
` [PATCH 17/20] mips: suspend: include linux/suspend.h as needed
` [PATCH 18/20] mips: hide conditionally unused functions
` [PATCH 19/20] mips: smp: fix setup_profiling_timer() prototype
` [PATCH 20/20] mips: kexec: include linux/reboot.h

mips-linux-gnu-ld: arch/mips/mm/cache.o: in function `cpu_cache_init': cache.c:(.text+0x4f8): undefined reference to `octeon_cache_init'
 2023-12-05  6:01 UTC 

[PATCH] pwm: jz4740: Add trailing \n to error messages
 2023-12-04 17:12 UTC  (3+ messages)

[PATCH v4 00/23] pinctrl: Convert struct group_desc to use struct pingroup
 2023-12-04 16:02 UTC  (40+ messages)
` [PATCH v4 06/23] pinctrl: core: Make pins const unsigned int pointer in struct group_desc
` [PATCH v4 08/23] pinctrl: keembay: Convert to use struct pingroup
` [PATCH v4 10/23] pinctrl: core: Add a convenient define PINCTRL_GROUP_DESC()
` [PATCH v4 11/23] pinctrl: ingenic: Make use of PINCTRL_GROUP_DESC()
` [PATCH v4 12/23] pinctrl: mediatek: "
` [PATCH v4 13/23] pinctrl: core: Embed struct pingroup into struct group_desc
` [PATCH v4 14/23] pinctrl: bcm: Convert to use grp member
` [PATCH v4 15/23] pinctrl: equilibrium: "
` [PATCH v4 16/23] pinctrl: imx: "
` [PATCH v4 17/23] pinctrl: ingenic: "
` [PATCH v4 18/23] pinctrl: keembay: "
` [PATCH v4 19/23] pinctrl: mediatek: "
` [PATCH v4 20/23] pinctrl: renesas: "
` [PATCH v4 21/23] pinctrl: starfive: "
` [PATCH v4 22/23] pinctrl: core: Remove unused members from struct group_desc
` [PATCH v4 23/23] pinctrl: Convert unsigned to unsigned int

[PATCH 0/8] generic command line v6
 2023-12-04 11:11 UTC  (3+ messages)
` [PATCH 1/8] CMDLINE: add generic builtin command line

[PATCH 00/26] KVM: vfio: Hide KVM internals from others
 2023-12-03 14:07 UTC  (7+ messages)
` [PATCH 05/26] vfio: KVM: Pass get/put helpers from KVM to VFIO, don't do circular lookup

[PATCH v2] mm/mm_init.c: Extend init unavailable range doc info
 2023-12-03 11:58 UTC  (2+ messages)

[PATCH v2 0/6] MIPS: mm: Fix some memory-related issues
 2023-12-02 11:14 UTC  (7+ messages)
` [PATCH v2 1/6] mips: dmi: Fix early remap on MIPS32
` [PATCH v2 2/6] mips: Fix incorrect max_low_pfn adjustment
` [PATCH v2 3/6] mips: Fix max_mapnr being uninitialized on early stages
` [PATCH v2 4/6] mips: Optimize max_mapnr init procedure
` [PATCH v2 5/6] mips: mm: add slab availability checking in ioremap_prot
` [PATCH v2 6/6] mips: Set dump-stack arch description

[linux-next:master] BUILD REGRESSION 5eda217cee887e595ba2265435862d585d399769
 2023-12-02  4:12 UTC 

[PATCH 1/7] mips: dmi: Fix early remap on MIPS32
 2023-12-01 18:26 UTC  (19+ messages)

[PATCH 0/8] MIPS: Unify low-level debugging functionalities
 2023-12-01 11:58 UTC  (2+ messages)

[PATCH 00/10] IOMMU related FW parsing cleanup
 2023-12-01 11:22 UTC  (12+ messages)
` [PATCH 08/10] iommu/tegra: Use tegra_dev_iommu_get_stream_id() in the remaining places
` [PATCH 10/10] ACPI: IORT: Allow COMPILE_TEST of IORT

[PATCH v2 00/21] Add support for the Mobileye EyeQ5 SoC
 2023-12-01 10:56 UTC  (12+ messages)
` [PATCH v2 15/21] dt-bindings: mips: cpu: Add I-Class I6500 Multiprocessor Core
` [PATCH v2 18/21] MIPS: mobileye: Add EyeQ5 dtsi
` [PATCH v2 20/21] MIPS: generic: Add support for Mobileye EyeQ5

[PATCH v2] kexec_core: change dependency of object files
 2023-12-01  6:03 UTC 

linux-next: lots of errors/warnings from the -Werror=missing-prototypes addition
 2023-11-30 21:36 UTC  (5+ messages)

[PATCH 0/7] MIPS: mm: Fix some memory-related issues
 2023-11-30 13:30 UTC  (10+ messages)
` [PATCH 5/7] mm/mm_init.c: Extend init unavailable range doc info

[PATCH v5 0/5] dt-bindings: interrupt-controller: Fix some loongson,liointc warnings
 2023-11-30 13:02 UTC  (4+ messages)
` [PATCH v5 1/5] dt-bindings: interrupt-controller: loongson,liointc: Standardize the naming of 'loongson,parent-int-map'

[PATCH] Mark symbols static where possible for mips/kernel
 2023-11-30 11:00 UTC  (2+ messages)

[PATCH 0/2] MIPS: Adjust SPARSEMEM Kconfigs
 2023-11-30  8:15 UTC  (2+ messages)

[PATCH] [irqchip] mips-cpu: Add error handling in mips_cpu_register_ipi_domain
 2023-11-30  4:06 UTC 

[PATCH v13 17/35] KVM: Add transparent hugepage support for dedicated guest memory
 2023-11-29 22:40 UTC  (11+ messages)

[PATCH 06/10] iommu: Replace iommu_device_lock with iommu_probe_device_lock
 2023-11-29 19:04 UTC  (3+ messages)


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