linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-11 09:43:28 to 2021-04-16 19:08:48 UTC [more...]

[PATCH v5 net-next 00/10] net: Korina improvements
 2021-04-16 19:08 UTC  (14+ messages)
` [PATCH v5 net-next 01/10] net: korina: Fix MDIO functions
` [PATCH v5 net-next 02/10] net: korina: Use devres functions
` [PATCH v5 net-next 03/10] net: korina: Remove not needed cache flushes
` [PATCH v5 net-next 04/10] net: korina: Remove nested helpers
` [PATCH v5 net-next 05/10] net: korina: Use DMA API
` [PATCH v5 net-next 06/10] net: korina: Only pass mac address via platform data
` [PATCH v5 net-next 07/10] net: korina: Add support for device tree
` [PATCH v5 net-next 08/10] net: korina: Get mdio input clock via common clock framework
` [PATCH v5 net-next 09/10] net: korina: Make driver COMPILE_TESTable
` [PATCH v5 net-next 10/10] dt-bindings: net: korina: Add DT bindings for IDT 79RC3243x SoCs

[PATCH 0/1] Fix struct page layout on 32-bit systems
 2021-04-16 17:08 UTC  (22+ messages)
` [PATCH 1/1] mm: "

[PATCH v5 00/11] Fix bugs and add support for new Ingenic SoCs
 2021-04-16 16:14 UTC  (12+ messages)
` [PATCH v5 01/11] pinctrl: Ingenic: Add missing pins to the JZ4770 MAC MII group
` [PATCH v5 02/11] pinctrl: Ingenic: Add support for read the pin configuration of X1830
` [PATCH v5 03/11] pinctrl: Ingenic: Adjust the sequence of X1830 SSI pin groups
` [PATCH v5 04/11] pinctrl: Ingenic: Improve LCD pins related code
` [PATCH v5 05/11] pinctrl: Ingenic: Reformat the code
` [PATCH v5 06/11] dt-bindings: pinctrl: Add bindings for new Ingenic SoCs
` [PATCH v5 07/11] pinctrl: Ingenic: Add pinctrl driver for JZ4730
` [PATCH v5 08/11] pinctrl: Ingenic: Add pinctrl driver for JZ4750
` [PATCH v5 09/11] pinctrl: Ingenic: Add pinctrl driver for JZ4755
` [PATCH v5 10/11] pinctrl: Ingenic: Add pinctrl driver for JZ4775
` [PATCH v5 11/11] pinctrl: Ingenic: Add pinctrl driver for X2000

[PATCH v2 0/8] MIPS: fixes for PCI legacy drivers (rt2880, rt3883)
 2021-04-16 16:00 UTC  (12+ messages)
` [PATCH v2 1/8] MIPS: pci-rt2880: fix slot 0 configuration
` [PATCH v2 2/8] MIPS: pci-rt2880: remove unneeded locks
` [PATCH v2 3/8] MIPS: pci-rt3883: trivial: remove unused variable
` [PATCH v2 4/8] MIPS: pci-rt3883: more accurate DT error messages
` [PATCH v2 5/8] MIPS: pci-legacy: stop using of_pci_range_to_resource
` [PATCH v2 6/8] MIPS: pci-legacy: remove redundant info messages
` [PATCH v2 7/8] MIPS: pci-legacy: remove busn_resource field
` [PATCH v2 8/8] MIPS: pci-legacy: use generic pci_enable_resources

[PATCH] MIPS: Remove unused and erroneous div64.h
 2021-04-16 15:59 UTC  (5+ messages)

[PATCH bpf-next 1/2] bpf: Remove bpf_jit_enable=2 debugging mode
 2021-04-16 13:38 UTC  (6+ messages)
` [PATCH bpf-next 2/2] docs: bpf: bpf_jit_enable mode changed

[PATCH v4 net-next 00/10] net: Korina improvements
 2021-04-16  9:21 UTC  (11+ messages)
` [PATCH v4 net-next 01/10] net: korina: Fix MDIO functions
` [PATCH v4 net-next 02/10] net: korina: Use devres functions
` [PATCH v4 net-next 03/10] net: korina: Remove not needed cache flushes
` [PATCH v4 net-next 04/10] net: korina: Remove nested helpers
` [PATCH v4 net-next 05/10] net: korina: Use DMA API
` [PATCH v4 net-next 06/10] net: korina: Only pass mac address via platform data
` [PATCH v4 net-next 07/10] net: korina: Add support for device tree
` [PATCH v4 net-next 08/10] net: korina: Get mdio input clock via common clock framework
` [PATCH v4 net-next 09/10] net: korina: Make driver COMPILE_TESTable

[PATCH] Revert "MIPS: make userspace mapping young by default"
 2021-04-16  9:20 UTC  (2+ messages)

[PATCH 1/2] MIPS: mm: Add ARCH_HAS_SET_MEMORY support
 2021-04-16  8:47 UTC  (2+ messages)
` [PATCH 2/2] MIPS: kdump: Provide arch_kexec_protect(unprotect)_crashkres()

[PATCH] MIPS: Fix strnlen_user access check
 2021-04-16  7:22 UTC  (2+ messages)

[PATCH v3 net-next 00/10] net: Korina improvements
 2021-04-16  6:54 UTC  (4+ messages)
` [PATCH v3 net-next 06/10] net: korina: Only pass mac address via platform data

[PATCH 0/8] generic command line v4
 2021-04-16  4:09 UTC  (9+ messages)
` [PATCH 1/8] CMDLINE: add generic builtin command line
` [PATCH 2/8] scripts: insert-sys-cert: add command line insert capability
` [PATCH 3/8] scripts: insert-sys-cert: change name to insert-symbol
` [PATCH 4/8] CMDLINE: mips: convert to generic builtin command line
` [PATCH 5/8] drivers: firmware: efi: libstub: enable generic commandline
` [PATCH 6/8] CMDLINE: x86: convert to generic builtin command line
` [PATCH 7/8] of: allow sending a NULL value to early_init_dt_scan_chosen
` [PATCH 8/8] CMDLINE: arm64: convert to generic builtin command line

[PATCH v2 0/4] KVM statistics data fd-based binary interface
 2021-04-15 15:17 UTC  (5+ messages)
` [PATCH v2 1/4] KVM: stats: Separate common stats from architecture specific ones
` [PATCH v2 2/4] KVM: stats: Add fd-based API to read binary stats data
` [PATCH v2 3/4] KVM: stats: Add documentation for statistics data binary interface
` [PATCH v2 4/4] KVM: selftests: Add selftest for KVM "

consolidate the flock uapi definitions
 2021-04-15 12:20 UTC  (19+ messages)
` [PATCH 1/5] uapi: remove the unused HAVE_ARCH_STRUCT_FLOCK64 define
` [PATCH 2/5] uapi: simplify __ARCH_FLOCK{,64}_PAD a little
` [PATCH 3/5] uapi: merge the 32-bit mips struct flock into the generic one
` [PATCH 4/5] uapi: always define F_GETLK64/F_SETLK64/F_SETLKW64 in fcntl.h
` [PATCH 5/5] compat: consolidate the compat_flock{,64} definition

[PATCH v1 2/5] mm/madvise: introduce MADV_POPULATE_(READ|WRITE) to prefault/prealloc memory
 2021-04-15 10:26 UTC  (8+ messages)

[PATCH 0/2] drm/ingenic: IPU plane fixes
 2021-04-15  9:26 UTC  (4+ messages)
` [PATCH 2/2] drm/ingenic: Don't request full modeset if property is not modified

[PATCH] MIPS: Makefile: Replace -pg with CC_FLAGS_FTRACE
 2021-04-15  9:03 UTC 

[PATCH] mm: Define ARCH_HAS_FIRST_USER_ADDRESS
 2021-04-15  4:40 UTC  (5+ messages)

[PATCH] MIPS: Loongson64: Add Loongson-2K1000 reset support
 2021-04-15  1:14 UTC  (3+ messages)

[PATCH v2 net-next 0/9] net: Korina improvements
 2021-04-14 21:10 UTC  (3+ messages)
` [PATCH v2 net-next 6/9] net: korina: Only pass mac address via platform data

[PATCH] ASoC: codec: remove unused variable
 2021-04-14 14:21 UTC  (2+ messages)

[PATCH] MIPS: fix memory reservation for non-usermem setups
 2021-04-14 13:46 UTC  (9+ messages)

[PATCH v2 0/6] Stop calling devm_request_irq() with invalid IRQs in the I2C bus drivers
 2021-04-14  8:22 UTC  (2+ messages)

[PATCH] MIPS: Fix strnlen_user access check
 2021-04-14  7:59 UTC  (13+ messages)

[PATCH] MIPS: pgtable: Add swp pte related macros definition and check
 2021-04-14  6:25 UTC 

[PATCH net-next 0/7] net: Korina improvements
 2021-04-13 20:48 UTC  (2+ messages)
` [PATCH net-next 6/7] net: korina: Only pass mac address via platform data

[PATCH v13 0/4] MIPS: ralink: add CPU clock detection and clock driver for MT7621
 2021-04-13 19:05 UTC  (9+ messages)
` [PATCH v13 1/4] clk: ralink: add clock driver for mt7621 SoC
` [PATCH v13 2/4] staging: mt7621-dts: make use of new 'mt7621-clk'
` [PATCH v13 3/4] staging: mt7621-dts: use valid vendor 'mediatek' instead of invalid 'mtk'
` [PATCH v13 4/4] MAINTAINERS: add MT7621 CLOCK maintainer

[PATCH 0/8] MIPS: Fixes for PCI legacy drivers (rt2880, rt3883)
 2021-04-13 16:48 UTC  (13+ messages)
` [PATCH 1/8] MIPS: pci-rt2880: fix slot 0 configuration
` [PATCH 2/8] MIPS: pci-rt2880: remove unneeded locks
` [PATCH 3/8] MIPS: pci-rt3883: trivial: remove unused variable
` [PATCH 4/8] MIPS: pci-rt3883: more accurate DT error messages
` [PATCH 5/8] MIPS: pci-legacy: stop using of_pci_range_to_resource
` [PATCH 6/8] MIPS: pci-legacy: remove redundant info messages
` [PATCH 7/8] MIPS: pci-legacy: remove busn_resource field
` [PATCH 8/8] MIPS: pci-legacy: use generic pci_enable_resources

[PATCH v4] MIPS: Loongson64: Add kexec/kdump support
 2021-04-13  8:57 UTC 

[PATCH RFC v2] module: Use ARG_MAX as second argument of strndup_user() in load_module()
 2021-04-13  3:23 UTC 

[PATCH RFC] module: Use ARG_MAX as second argument of strndup_user() in load_module()
 2021-04-13  2:57 UTC 

[PATCH -next] MIPS: Alchemy: Use DEFINE_SPINLOCK() for spinlock
 2021-04-12 15:07 UTC  (2+ messages)

[PATCH v2] MIPS: add support for buggy MT7621S core detection
 2021-04-12 15:03 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] MIPS: uaccess: Reduce number of nested macros
 2021-04-12 15:06 UTC  (2+ messages)

mkimage regression when building ARCH=mips defconfig Linux kernel
 2021-04-12 15:05 UTC  (3+ messages)
` [PATCH] MIPS: generic: Update node names to avoid unit addresses

[PATCH] drm/ingenic: Fix pixclock rate for 24-bit serial panels
 2021-04-12 14:53 UTC  (3+ messages)

[PATCH v3] drivers: introduce and use WANT_DMA_CMA for soft dependencies on DMA_CMA
 2021-04-12 13:19 UTC  (5+ messages)

[PATCH v2 0/5] MIPS: relocate: Add automatic relocation to CONFIG_RELOCATABLE
 2021-04-12 12:28 UTC  (6+ messages)
` [PATCH v2 1/5] MIPS: relocate: Only compile relocs when CONFIG_RELOCATABLE is enabled
` [PATCH v2 2/5] MIPS: relocate: Use CONFIG_RANDOMIZE_BASE to enable kaslr
` [PATCH v2 3/5] MIPS: Jump to kernel linked address by PC relative way
` [PATCH v2 4/5] MIPS: cavium-octeon: Execute the smp handle after jumping to kernel linked address
` [PATCH v2 5/5] MIPS: relocate: Add support to auto relocate kernel

[PATCH v2 00/10] KVM: Consolidate and optimize MMU notifiers
 2021-04-12 10:27 UTC  (5+ messages)
` [PATCH v2 03/10] KVM: arm64: Convert to the gfn-based MMU notifier callbacks

[PATCH] kbuild: use ?= to assign CROSS_COMPILE by arch-Makefile
 2021-04-12  8:27 UTC  (4+ 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).