linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-05 19:03:49 to 2021-08-19 06:44:36 UTC [more...]

[PATCH v7 00/11] Add new clocks and fix bugs for Ingenic SoCs
 2021-08-19  6:44 UTC  (2+ messages)

[PATCH 0/3] Kconfig symbol clean-up on usb
 2021-08-18 14:04 UTC  (5+ messages)
` [PATCH 1/3] usb: host: remove dead EHCI support for on-chip PMC MSP71xx USB controller
` [PATCH 2/3] usb: host: remove line for obsolete config USB_HWA_HCD
` [PATCH 3/3] usb: remove reference to deleted config STB03xxx

[PATCH v5] memblock: make memblock_find_in_range method private
 2021-08-18  0:13 UTC  (3+ messages)

[PATCH 0/5] KVM: rseq: Fix and a test for a KVM+rseq bug
 2021-08-18  0:12 UTC  (6+ messages)
` [PATCH 1/5] KVM: rseq: Update rseq when processing NOTIFY_RESUME on xfer to KVM guest
` [PATCH 2/5] entry: rseq: Call rseq_handle_notify_resume() in tracehook_notify_resume()
` [PATCH 3/5] tools: Move x86 syscall number fallbacks to .../uapi/
` [PATCH 4/5] KVM: selftests: Add a test for KVM_RUN+rseq to detect task migration bugs
` [PATCH 5/5] KVM: selftests: Remove __NR_userfaultfd syscall fallback

[PATCH] i2c: remove dead PMC MSP TWI/SMBus/I2C driver
 2021-08-17 19:18 UTC  (2+ messages)

[PATCH] mtd: maps: remove dead MTD map driver for PMC-Sierra MSP boards
 2021-08-17 16:49 UTC  (2+ messages)

build failure of mips decstation_r4k_defconfig with binutils-2_37
 2021-08-17 13:47 UTC  (5+ messages)

[PATCH] futex: Fix fault_in_user_writeable()
 2021-08-17 12:27 UTC  (10+ messages)

[PATCH v2] MAINTAINERS: adjust PISTACHIO SOC SUPPORT after its retirement
 2021-08-17  7:28 UTC  (3+ messages)

[PATCH] MIPS: Return true/false (not 1/0) from bool functions
 2021-08-17  2:53 UTC 

[PATCH 1/7] MIPS: replace cc-option-yn uses with cc-option
 2021-08-17  1:59 UTC  (2+ messages)

[PATCH] MAINTAINERS: adjust PISTACHIO SOC SUPPORT after its retirement
 2021-08-16 10:55 UTC  (3+ messages)

[PATCH v5 0/9] Add generic support for kdump DT properties
 2021-08-16  5:52 UTC  (13+ messages)
` [PATCH v5 1/9] MIPS: Avoid future duplicate elf core header reservation
` [PATCH v5 2/9] crash_dump: Make elfcorehdr address/size symbols always visible
` [PATCH v5 3/9] of: fdt: Add generic support for handling elf core headers property
` [PATCH v5 4/9] of: fdt: Add generic support for handling usable memory range property
` [PATCH v5 5/9] of: fdt: Use IS_ENABLED(CONFIG_BLK_DEV_INITRD) instead of #ifdef
` [PATCH v5 6/9] riscv: Remove non-standard linux,elfcorehdr handling
` [PATCH v5 7/9] arm64: kdump: Remove custom "
` [PATCH v5 8/9] arm64: kdump: Remove custom linux,usable-memory-range handling
` [PATCH v5 9/9] ARM: uncompress: Parse "linux,usable-memory-range" DT property

[PATCH] mips: mm: correct build errors for debug code in tlb-r3k
 2021-08-14 12:46 UTC  (2+ messages)

[PATCH] MIPS: simplify copy_user_high_page for MIPS64 w/o cache alias
 2021-08-14 10:30 UTC  (2+ messages)

[PATCH v3 0/9] MIPS: JZ4780 and CI20 HDMI
 2021-08-13 20:46 UTC  (11+ messages)
` [PATCH v3 1/9] drm/ingenic: fix drm_init error path if IPU was registered
` [PATCH v3 2/9] drm/bridge: synopsis: Add mode_fixup and bridge timings support
` [PATCH v3 3/9] drm/ingenic: Add jz4780 Synopsys HDMI driver
` [PATCH v3 4/9] drm/ingenic: Add support for JZ4780 and HDMI output
` [PATCH v3 5/9] dt-bindings: display: Add ingenic-jz4780-hdmi DT Schema
` [PATCH v3 6/9] MIPS: DTS: jz4780: account for Synopsys HDMI driver and LCD controllers
` [PATCH v3 7/9] MIPS: DTS: CI20: add HDMI setup
` [PATCH v3 8/9] MIPS: CI20: defconfig: configure for DRM_DW_HDMI_JZ4780
` [PATCH v3 9/9] drm/ingenic: add some jz4780 specific features

[PATCH v4 0/9] MIPS: Migrate pistachio to generic kernel
 2021-08-13 16:03 UTC  (10+ messages)
` [PATCH v4 4/9] clocksource/drivers/pistachio: Make it selectable for MIPS
` [PATCH v4 5/9] phy: pistachio-usb: Depend on MIPS || COMPILE_TEST
` [PATCH v4 6/9] pinctrl: pistachio: Make it as an option

[PATCH v5 00/19] auxdisplay: ht16k33: Add character display support
 2021-08-13 13:59 UTC  (24+ messages)
` [PATCH v5 01/19] uapi: Add <linux/map_to_14segment.h>
` [PATCH v5 02/19] dt-bindings: auxdisplay: ht16k33: Document Adafruit segment displays
` [PATCH v5 03/19] auxdisplay: img-ascii-lcd: Fix lock-up when displaying empty string
` [PATCH v5 04/19] auxdisplay: img-ascii-lcd: Add helper variable dev
` [PATCH v5 05/19] auxdisplay: img-ascii-lcd: Convert device attribute to sysfs_emit()
` [PATCH v5 06/19] auxdisplay: Extract character line display core support
` [PATCH v5 07/19] auxdisplay: linedisp: Use kmemdup_nul() helper
` [PATCH v5 08/19] auxdisplay: linedisp: Add support for changing scroll rate
` [PATCH v5 09/19] auxdisplay: ht16k33: Connect backlight to fbdev
` [PATCH v5 10/19] auxdisplay: ht16k33: Use HT16K33_FB_SIZE in ht16k33_initialize()
` [PATCH v5 11/19] auxdisplay: ht16k33: Remove unneeded error check in keypad probe()
` [PATCH v5 12/19] auxdisplay: ht16k33: Convert to simple i2c probe function
` [PATCH v5 13/19] auxdisplay: ht16k33: Add helper variable dev
` [PATCH v5 14/19] auxdisplay: ht16k33: Move delayed work
` [PATCH v5 15/19] auxdisplay: ht16k33: Extract ht16k33_brightness_set()
` [PATCH v5 16/19] auxdisplay: ht16k33: Extract frame buffer probing
` [PATCH v5 17/19] auxdisplay: ht16k33: Add support for segment displays
` [PATCH v5 18/19] dt-bindings: auxdisplay: ht16k33: Document LED subnode
` [PATCH v5 19/19] auxdisplay: ht16k33: Add LED support

[PATCH v4 00/15] Add TDX Guest Support (shared-mm support)
 2021-08-13  8:07 UTC  (8+ messages)
` [PATCH v4 10/15] asm/io.h: Add ioremap_shared fallback
` [PATCH v4 11/15] pci: Add pci_iomap_shared{,_range}
` [PATCH v4 12/15] pci: Mark MSI data shared

[PATCH v4 09/15] pci: Consolidate pci_iomap* and pci_iomap*wc
 2021-08-12 22:29 UTC  (4+ messages)

[PATCH v2 1/2] KVM: Refactor kvm_arch_vcpu_fault() to return a struct page pointer
 2021-08-12 15:41 UTC  (3+ messages)

[PATCH v4 0/2] memblock: make memblock_find_in_range method private
 2021-08-12 14:40 UTC  (4+ messages)
` [PATCH v4 1/2] x86/mm: memory_map_top_down: remove spurious reservation of upper 2M
` [PATCH v4 2/2] memblock: make memblock_find_in_range method private

[PATCH] MIPS: generic: Return true/false (not 1/0) from bool functions
 2021-08-12 14:10 UTC  (2+ messages)

[PATCH v2 0/6] drm/ingenic: Various improvements v2
 2021-08-11 17:23 UTC  (7+ messages)
` [PATCH v2 1/6] drm/ingenic: Simplify code by using hwdescs array
` [PATCH v2 2/6] drm/ingenic: Add support for private objects
` [PATCH v2 3/6] drm/ingenic: Move IPU scale settings to private state
` [PATCH v2 4/6] drm/ingenic: Set DMA descriptor chain register when starting CRTC
` [PATCH v2 5/6] drm/ingenic: Upload palette before frame
` [PATCH v2 6/6] drm/ingenic: Attach bridge chain to encoders

[PATCH 0/3] MIPS: ralink: properly handle pci IO resources
 2021-08-11 10:19 UTC  (8+ messages)
` [PATCH 1/3] MIPS: ralink: don't define PC_IOBASE but increase IO_SPACE_LIMIT
` [PATCH 2/3] PCI: of: avoid 'devm_pci_remap_iospace' if PCI_IOBASE is not defined
` [PATCH 3/3] staging: mt7621-pci: set end limit for 'ioport_resource'

[PATCH 1/3] pinctrl: ingenic: Fix incorrect pull up/down info
 2021-08-11  8:25 UTC  (6+ messages)
` [PATCH 2/3] pinctrl: ingenic: Fix bias config for X2000(E)
` [PATCH 3/3] pinctrl: ingenic: Add .max_register in regmap_config

[PATCH 0/4] Improve Ingenic pinctrl support
 2021-08-11  8:22 UTC  (2+ messages)

[PATCH v3] memblock: make memblock_find_in_range method private
 2021-08-11  7:36 UTC  (5+ messages)

[PATCH 0/8] gpu/drm: ingenic-drm: Various improvements
 2021-08-10 21:54 UTC  (29+ messages)
` [PATCH 1/8] drm/ingenic: Remove dead code
` [PATCH 2/8] drm/ingenic: Simplify code by using hwdescs array
` [PATCH 3/8] drm/ingenic: Use standard drm_atomic_helper_commit_tail
` [PATCH 4/8] drm/ingenic: Add support for private objects
` [PATCH 5/8] drm/ingenic: Move IPU scale settings to private state
` [PATCH 6/8] drm/ingenic: Set DMA descriptor chain register when starting CRTC
` [PATCH 7/8] drm/ingenic: Upload palette before frame
` [PATCH 8/8] drm/ingenic: Attach bridge chain to encoders
          ` [Letux-kernel] "

[PATCH 0/9] MIPS: Migrate pistachio to generic kernel
 2021-08-10 13:27 UTC  (5+ messages)
` [PATCH 6/9] pinctrl: pistachio: Make it as a option

[PATCH 0/2] gpu/drm: ingenic: Handle disabled drivers
 2021-08-10 11:58 UTC  (15+ messages)
` [PATCH 1/2] drivers core: Export driver_deferred_probe_check_state()
` [PATCH 2/2] gpu/drm: ingenic: Add workaround for disabled drivers

[PATCH v2 0/8] MIPS: jz4780 HDMI
 2021-08-10  9:31 UTC  (12+ messages)
` [PATCH v2 1/8] drm/bridge: synopsis: Add mode_fixup and bridge timings support
` [PATCH v2 3/8] drm/ingenic: Add support for JZ4780 and HDMI output
` [PATCH v2 8/8] [RFC] drm/ingenic: convert to component framework for jz4780 hdmi

[PATCH v3 00/21] .map_sg() error cleanup
 2021-08-09 15:16 UTC  (2+ messages)

[PATCH net-next v3 0/6] ar9331: mainline some parts of switch functionality
 2021-08-09  5:04 UTC  (4+ messages)
` [PATCH net-next v3 5/6] net: dsa: qca: ar9331: add bridge support

[PATCH v2] memblock: make memblock_find_in_range method private
 2021-08-07 23:05 UTC  (4+ messages)

[PATCH net v3 1/1] net: dsa: qca: ar9331: make proper initial port defaults
 2021-08-07  8:40 UTC  (2+ messages)

[GIT PULL] MIPS fixes for v5.14
 2021-08-06 18:48 UTC  (2+ messages)

[PATCH V5 RESEND] mtd: rawnand: Add Loongson1 NAND driver
 2021-08-06 18:09 UTC  (2+ messages)

[RFC PATCH 02/15] arch: mm: rename FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDER
 2021-08-05 19:02 UTC 


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