linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-15 18:05:04 to 2022-03-25 04:19:29 UTC [more...]

[PATCH 0/4] clk: Baikal-T1 DDR/PCIe resets and some xGMAC fixes
 2022-03-25  4:19 UTC  (3+ messages)
` [PATCH 3/4] clk: baikal-t1: Move reset-controls code into a dedicated module

undefined reference to `node_data'
 2022-03-25  3:40 UTC  (5+ messages)
        ` [kbuild-all] "

[PATCH] MIPS: Fix inline assembly in uaccess.h
 2022-03-25  3:15 UTC 

[PATCH v4] pinctrl: ingenic: Fix regmap on X series SoCs
 2022-03-24 19:07 UTC  (3+ messages)

[PATCH v1] soc: bcm: Check for NULL return of devm_kzalloc()
 2022-03-24 17:04 UTC  (2+ messages)

[PATCH v2] pinctrl: Ingenic: Add missing UART2 group C for X1000/E
 2022-03-24 14:54 UTC  (2+ messages)

[PATCH v11 0/7] drm/lsdc: add drm driver for loongson display controller
 2022-03-24 13:56 UTC  (40+ messages)
` [PATCH v11 1/7] MIPS: Loongson64: dts: update the display controller device node
` [PATCH v11 2/7] MIPS: Loongson64: dts: introduce ls3A4000 evaluation board
` [PATCH v11 3/7] MIPS: Loongson64: dts: introduce lemote A1901 motherboard
` [PATCH v11 4/7] MIPS: Loongson64: dts: introduce ls2k1000 pai evaluation board
` [PATCH v11 5/7] dt-bindings: display: Add Loongson display controller
` [PATCH v11 6/7] MIPS: Loongson64: defconfig: enable display bridge drivers on Loongson64
  ` [PATCH v11 7/7] drm/lsdc: add drm driver for loongson display controller

[PATCH] pinctrl: Ingenic: Add missing UART2 group C for X1000/E
 2022-03-24 13:39 UTC  (3+ messages)

[PATCH 0/3] MIPS: Modify early_parse_mem()
 2022-03-24 12:29 UTC  (7+ messages)
` [PATCH 1/3] MIPS: Return -EINVAL if mem parameter is empty in early_parse_mem()
` [PATCH 2/3] MIPS: Return -EINVAL if mem parameter is invalid "
` [PATCH 3/3] MIPS: Use memblock_add_node() in early_parse_mem() under CONFIG_NUMA

[PATCH v2] MIPS: Fix build error for loongson64 and sgi-ip27
 2022-03-24  8:51 UTC  (3+ messages)

[PATCH V9 00/20] riscv: compat: Add COMPAT Kbuild skeletal support
 2022-03-23 13:40 UTC  (23+ messages)
` [PATCH V9 01/20] uapi: simplify __ARCH_FLOCK{,64}_PAD a little
` [PATCH V9 02/20] uapi: always define F_GETLK64/F_SETLK64/F_SETLKW64 in fcntl.h
` [PATCH V9 03/20] compat: consolidate the compat_flock{,64} definition
` [PATCH V9 04/20] kconfig: Add SYSVIPC_COMPAT for all architectures
` [PATCH V9 05/20] fs: stat: compat: Add __ARCH_WANT_COMPAT_STAT
` [PATCH V9 06/20] asm-generic: compat: Cleanup duplicate definitions
` [PATCH V9 07/20] syscalls: compat: Fix the missing part for __SYSCALL_COMPAT
` [PATCH V9 08/20] riscv: Fixup difference with defconfig
` [PATCH V9 09/20] riscv: compat: Add basic compat data type implementation
` [PATCH V9 10/20] riscv: compat: Re-implement TASK_SIZE for COMPAT_32BIT
` [PATCH V9 11/20] riscv: compat: syscall: Add compat_sys_call_table implementation
` [PATCH V9 12/20] riscv: compat: syscall: Add entry.S implementation
` [PATCH V9 13/20] riscv: compat: process: Add UXL_32 support in start_thread
` [PATCH V9 14/20] riscv: compat: Add elf.h implementation
` [PATCH V9 15/20] riscv: compat: Add hw capability check for elf
` [PATCH V9 16/20] riscv: compat: vdso: Add COMPAT_VDSO base code implementation
` [PATCH V9 17/20] riscv: compat: vdso: Add setup additional pages implementation
` [PATCH V9 18/20] riscv: compat: signal: Add rt_frame implementation
` [PATCH V9 19/20] riscv: compat: ptrace: Add compat_arch_ptrace implement
` [PATCH V9 20/20] riscv: compat: Add COMPAT Kbuild skeletal support

[PATCH v2 00/26] Extend Eager Page Splitting to the shadow MMU
 2022-03-22 23:58 UTC  (46+ messages)
` [PATCH v2 01/26] KVM: x86/mmu: Optimize MMU page cache lookup for all direct SPs
` [PATCH v2 02/26] KVM: x86/mmu: Use a bool for direct
` [PATCH v2 03/26] KVM: x86/mmu: Derive shadow MMU page role from parent
` [PATCH v2 04/26] KVM: x86/mmu: Decompose kvm_mmu_get_page() into separate functions
` [PATCH v2 05/26] KVM: x86/mmu: Rename shadow MMU functions that deal with shadow pages
` [PATCH v2 06/26] KVM: x86/mmu: Pass memslot to kvm_mmu_new_shadow_page()
` [PATCH v2 08/26] KVM: x86/mmu: Link spt to sp during allocation
` [PATCH v2 10/26] KVM: x86/mmu: Use common code to free kvm_mmu_page structs
` [PATCH v2 11/26] KVM: x86/mmu: Use common code to allocate kvm_mmu_page structs from vCPU caches
` [PATCH v2 16/26] KVM: x86/mmu: Cache the access bits of shadowed translations
` [PATCH v2 17/26] KVM: x86/mmu: Pass access information to make_huge_page_split_spte()
` [PATCH v2 18/26] KVM: x86/mmu: Zap collapsible SPTEs at all levels in the shadow MMU
` [PATCH v2 19/26] KVM: x86/mmu: Refactor drop_large_spte()
` [PATCH v2 20/26] KVM: x86/mmu: Extend Eager Page Splitting to the shadow MMU
` [PATCH v2 21/26] KVM: Allow for different capacities in kvm_mmu_memory_cache structs

[PATCH v5 0/3] Ingenic DRM bridge_atomic_enable proposal
 2022-03-21 14:42 UTC  (7+ messages)
` [PATCH v5 1/3] drm/ingenic : add ingenic_drm_bridge_atomic_enable and disable
` [PATCH v5 2/3] drm/panel: Add panel driver for NewVision NV3052C based LCDs
` [PATCH v5 3/3] drm/panel : innolux-ej030na and abt-y030xx067a : add .enable and .disable

[PATCH v4 0/4] Ingenic DRM bridge_atomic_enable proposal
 2022-03-21 13:14 UTC  (9+ messages)
` [PATCH v4 2/4] drm/panel: Add panel driver for NewVision NV3052C based LCDs
` [PATCH v4 4/4] dt-bindings: display/panel: Add Leadtek ltk035c5444t

[PATCH v1 0/3] Ingenic DRM bridge_atomic_enable proposal
 2022-03-21 13:12 UTC  (6+ messages)
` [PATCH v1 3/3] drm/panel : innolux-ej030na and abt-y030xx067a : add .enable and .disable

[syzbot] WARNING in kvm_mmu_notifier_invalidate_range_start (2)
 2022-03-21 10:25 UTC 

[PATCH v8 00/16] clk: provide new devm helpers for prepared and enabled clocks
 2022-03-21  7:22 UTC  (9+ messages)
` [PATCH v8 02/16] clk: Provide new devm_clk "
` [PATCH v8 09/16] rtc: ingenic: Simplify using devm_clk_get_enabled()
` [PATCH v8 11/16] watchdog: Make use of devm_clk_get_enabled()

[PATCH V8 00/20] riscv: compat: Add COMPAT Kbuild skeletal support
 2022-03-21  0:22 UTC  (22+ messages)
` [PATCH V8 01/20] uapi: simplify __ARCH_FLOCK{,64}_PAD a little
` [PATCH V8 02/20] uapi: always define F_GETLK64/F_SETLK64/F_SETLKW64 in fcntl.h
` [PATCH V8 03/20] compat: consolidate the compat_flock{,64} definition
` [PATCH V8 04/20] kconfig: Add SYSVIPC_COMPAT for all architectures
` [PATCH V8 05/20] fs: stat: compat: Add __ARCH_WANT_COMPAT_STAT
` [PATCH V8 06/20] asm-generic: compat: Cleanup duplicate definitions
` [PATCH V8 07/20] syscalls: compat: Fix the missing part for __SYSCALL_COMPAT
` [PATCH V8 08/20] riscv: Fixup difference with defconfig
` [PATCH V8 09/20] riscv: compat: Add basic compat data type implementation
` [PATCH V8 10/20] riscv: compat: Re-implement TASK_SIZE for COMPAT_32BIT
` [PATCH V8 11/20] riscv: compat: syscall: Add compat_sys_call_table implementation
` [PATCH V8 12/20] riscv: compat: syscall: Add entry.S implementation
` [PATCH V8 13/20] riscv: compat: process: Add UXL_32 support in start_thread
` [PATCH V8 14/20] riscv: compat: Add elf.h implementation
` [PATCH V8 15/20] riscv: compat: Add hw capability check for elf
` [PATCH V8 16/20] riscv: compat: vdso: Add COMPAT_VDSO base code implementation
` [PATCH V8 17/20] riscv: compat: vdso: Add setup additional pages implementation
` [PATCH V8 18/20] riscv: compat: signal: Add rt_frame implementation
` [PATCH V8 19/20] riscv: compat: ptrace: Add compat_arch_ptrace implement
` [PATCH V8 20/20] riscv: compat: Add COMPAT Kbuild skeletal support

[PATCH v3 0/6] pinctrl: ocelot: convert to YAML format
 2022-03-20 11:17 UTC  (10+ messages)
` [PATCH v3 1/6] MIPS: mscc: jaguar2: rename pinctrl nodes
` [PATCH v3 2/6] MIPS: mscc: ocelot: "
` [PATCH v3 3/6] MIPS: mscc: serval: "
` [PATCH v3 4/6] arm64: dts: sparx5: "
` [PATCH v3 5/6] ARM: dts: lan966x: "
` [PATCH v3 6/6] dt-bindings: pinctrl: convert ocelot-pinctrl to YAML format

[PATCH v2 0/8] pinctrl: ocelot: convert to YAML format
 2022-03-20  8:20 UTC  (15+ messages)
` [PATCH v2 1/8] MIPS: mscc: jaguar2: fix pinctrl nodes
` [PATCH v2 2/8] MIPS: mscc: ocelot: fix MIIM1 pinctrl node name
` [PATCH v2 3/8] MIPS: mscc: ocelot: fix PHY interrupt "
` [PATCH v2 4/8] MIPS: mscc: ocelot: fix load/save GPIO pinctrl name
` [PATCH v2 5/8] MIPS: mscc: serval: fix pinctrl node names
` [PATCH v2 6/8] arm64: dts: sparx5: "
` [PATCH v2 7/8] ARM: dts: lan9662-pcb8291: fix pinctrl node name
` [PATCH v2 8/8] dt-bindings: pinctrl: convert ocelot-pinctrl to YAML format

[PATCH 0/2] MIPS: Fix build error for loongson64 and sgi-ip27
 2022-03-19  8:27 UTC  (5+ messages)
` [PATCH 1/2] MIPS: loongson64: Fix build error when CONFIG_NUMA is set
` [PATCH 2/2] MIPS: sgi-ip27: Fix build error

Wycena paneli fotowoltaicznych
 2022-03-18  8:41 UTC 

[PATCH] MIPS: ingenic: correct unit node address
 2022-03-18  8:42 UTC  (3+ messages)

[PATCH v4 0/6] Improve KVM's interaction with CPU hotplug
 2022-03-17 13:24 UTC  (4+ messages)
` [PATCH v4 2/6] Partially revert "KVM: Pass kvm_init()'s opaque param to additional arch funcs"

[PATCH v3] pinctrl: ingenic: Fix regmap on X series SoCs
 2022-03-16 23:46 UTC  (2+ messages)

[PATCH v3] docs/kernel-parameters: update description of mem=
 2022-03-16 21:58 UTC  (2+ messages)

[PATCH] pinctrl: ingenic: Garbage-collect code paths for SoCs disabled by config
 2022-03-16 16:45 UTC  (7+ messages)

[PATCH v2] mips: dts: ralink: add MT7621 SoC
 2022-03-16  6:48 UTC  (3+ messages)

cleanup swiotlb initialization v5
 2022-03-16  0:39 UTC  (5+ messages)
` [PATCH 12/15] swiotlb: provide swiotlb_init variants that remap the buffer

[PATCH v2] MIPS: Only use current_stack_pointer on GCC
 2022-03-15 18:09 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).