linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-01 11:27:29 to 2024-03-08 04:57:52 UTC [more...]

[RFC PATCH net-next v6 00/15] Device Memory TCP
 2024-03-08  4:57 UTC  (53+ messages)
` [RFC PATCH net-next v6 01/15] queue_api: define queue api
` [RFC PATCH net-next v6 02/15] net: page_pool: create hooks for custom page providers
` [RFC PATCH net-next v6 03/15] net: page_pool: factor out page_pool recycle check
` [RFC PATCH net-next v6 04/15] net: netdev netlink api to bind dma-buf to a net device
` [RFC PATCH net-next v6 05/15] netdev: support binding dma-buf to netdevice
` [RFC PATCH net-next v6 06/15] netdev: netdevice devmem allocator
` [RFC PATCH net-next v6 07/15] page_pool: convert to use netmem
` [RFC PATCH net-next v6 08/15] page_pool: devmem support
` [RFC PATCH net-next v6 09/15] memory-provider: dmabuf devmem memory provider
` [RFC PATCH net-next v6 10/15] net: support non paged skb frags
` [RFC PATCH net-next v6 11/15] net: add support for skbs with unreadable frags
` [RFC PATCH net-next v6 12/15] tcp: RX path for devmem TCP
` [RFC PATCH net-next v6 13/15] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [RFC PATCH net-next v6 14/15] net: add devmem TCP documentation
` [RFC PATCH net-next v6 15/15] selftests: add ncdevmem, netcat for devmem TCP

[PATCH] mips: dts: ralink: mt7621: add cell count properties to usb0
 2024-03-07 23:58 UTC  (4+ messages)
    ` [PATCH v2] mips: dts: ralink: mt7621: add cell count properties to usb

[PATCH v3 00/11] Add Mobileye EyeQ5 support to the Nomadik I2C controller & use hrtimers for timeouts
 2024-03-07 23:11 UTC  (19+ messages)
` [PATCH v3 01/11] dt-bindings: i2c: nomadik: add mobileye,eyeq5-i2c bindings and example
` [PATCH v3 02/11] i2c: nomadik: rename private struct pointers from dev to priv
` [PATCH v3 03/11] i2c: nomadik: simplify IRQ masking logic
` [PATCH v3 04/11] i2c: nomadik: use bitops helpers
` [PATCH v3 05/11] i2c: nomadik: support short xfer timeouts using waitqueue & hrtimer
` [PATCH v3 06/11] i2c: nomadik: replace jiffies by ktime for FIFO flushing timeout
` [PATCH v3 07/11] i2c: nomadik: fetch i2c-transfer-timeout-us property from devicetree
` [PATCH v3 08/11] i2c: nomadik: support Mobileye EyeQ5 I2C controller
` [PATCH v3 09/11] i2c: nomadik: sort includes
` [PATCH v3 10/11] MIPS: mobileye: eyeq5: add 5 I2C controller nodes
` [PATCH v3 11/11] MIPS: mobileye: eyeq5: add evaluation board I2C temp sensor

[PATCH v2] mips: dts: ralink: mt7621: add cell count properties to usb
 2024-03-07 22:37 UTC 

[PATCH 1/2] mips: dts: ralink: mt7621: associate uart1_pins with serial0
 2024-03-07 19:04 UTC  (9+ messages)
` [PATCH 2/2] mips: dts: ralink: mt7621: add serial1 and serial2 nodes
        ` [PATCH v2 1/3] mips: dts: ralink: mt7621: associate uart1_pins with serial0
          ` [PATCH v2 2/3] mips: dts: ralink: mt7621: reorder serial0 properties
          ` [PATCH v2 3/3] mips: dts: ralink: mt7621: add serial1 and serial2 nodes

[PATCH bpf-next RESEND v2 1/2] bpf: Take return from set_memory_ro() into account with bpf_prog_lock_ro()
 2024-03-07 17:30 UTC  (4+ messages)
` [PATCH bpf-next RESEND v2 2/2] bpf: Take return from set_memory_rox() into account with bpf_jit_binary_lock_ro()

[PATCH v1 1/1] MIPS: ralink: Remove unused of_gpio.h
 2024-03-07 16:21 UTC  (2+ messages)

[PATCH 0/2] mips: constify struct class usage
 2024-03-07 16:21 UTC  (4+ messages)
` [PATCH 1/2] mips: mt: make mt_class constant
` [PATCH 2/2] mips: sibyte: make tb_class constant

[v2 PATCH 0/3] arch: mm, vdso: consolidate PAGE_SIZE definition
 2024-03-07 14:42 UTC  (12+ messages)
` [PATCH v2 1/3] arch: consolidate existing CONFIG_PAGE_SIZE_*KB definitions
` [PATCH v2 2/3] arch: simplify architecture specific page size configuration
` [PATCH v2 3/3] arch: define CONFIG_PAGE_SIZE_*KB on all architectures

[PATCH v9 0/9] Add support for Mobileye EyeQ5 system controller
 2024-03-07  8:15 UTC  (12+ messages)
` [PATCH v9 1/9] dt-bindings: soc: mobileye: add EyeQ5 OLB "
` [PATCH v9 2/9] clk: eyeq5: add platform driver, and init routine at of_clk_init()
` [PATCH v9 3/9] reset: eyeq5: add platform driver
` [PATCH v9 4/9] pinctrl: "
` [PATCH v9 5/9] MAINTAINERS: Map OLB files to Mobileye SoCs
` [PATCH v9 6/9] MIPS: mobileye: eyeq5: add OLB syscon node
` [PATCH v9 7/9] MIPS: mobileye: eyeq5: use OLB clocks controller node
` [PATCH v9 8/9] MIPS: mobileye: eyeq5: add OLB reset "
` [PATCH v9 9/9] MIPS: mobileye: eyeq5: add pinctrl node & pinmux function nodes

[PATCHv12 0/4] *** Detect interrupt storm in softlockup ***
 2024-03-06 12:52 UTC  (5+ messages)
` [PATCHv12 1/4] genirq: Provide a snapshot mechanism for interrupt statistics
` [PATCHv12 2/4] genirq: Avoid summation loops for /proc/interrupts
` [PATCHv12 3/4] watchdog/softlockup: low-overhead detection of interrupt storm
` [PATCHv12 4/4] watchdog/softlockup: report the most frequent interrupts

[PATCHv11 0/4] *** Detect interrupt storm in softlockup ***
 2024-03-06 11:09 UTC  (9+ messages)
` [PATCHv11 2/4] genirq: Provide a snapshot mechanism for interrupt statistics

[PATCH v2 00/11] Add Mobileye EyeQ5 support to the Nomadik I2C controller & use hrtimers for timeouts
 2024-03-06  9:34 UTC  (46+ messages)
` [PATCH v2 01/11] dt-bindings: i2c: nomadik: add mobileye,eyeq5-i2c bindings and example
` [PATCH v2 02/11] dt-bindings: hwmon: lm75: use common hwmon schema
` [PATCH v2 03/11] i2c: nomadik: rename private struct pointers from dev to priv
  ` [SPAM] "
` [PATCH v2 04/11] i2c: nomadik: simplify IRQ masking logic
  ` [SPAM] "
` [PATCH v2 05/11] i2c: nomadik: use bitops helpers
` [PATCH v2 06/11] i2c: nomadik: support short xfer timeouts using waitqueue & hrtimer
  ` [SPAM] "
      `  "
` [PATCH v2 07/11] i2c: nomadik: replace jiffies by ktime for FIFO flushing timeout
` [PATCH v2 08/11] i2c: nomadik: fetch i2c-transfer-timeout-us property from devicetree
` [PATCH v2 09/11] i2c: nomadik: support Mobileye EyeQ5 I2C controller

판매 문의 2024
 2024-03-06  3:51 UTC 

[PATCH v2 0/3] leds: trigger: Improve handling of led_trigger_event() and simplify mute audio trigger
 2024-03-05 16:06 UTC  (10+ messages)
` [PATCH v2 1/3] leds: trigger: Store brightness set by led_trigger_event()
` [PATCH v2 2/3] ALSA: control-led: Integrate mute led trigger
` [PATCH v2 3/3] leds: trigger: audio: Remove this trigger

[PATCH 0/4] leds: trigger: Improve handling of led_trigger_event() and simplify mute audio trigger
 2024-03-05 12:08 UTC  (7+ messages)

[PATCH 0/4] arch: mm, vdso: consolidate PAGE_SIZE definition
 2024-03-05 10:59 UTC  (3+ messages)
` [PATCH 3/4] arch: define CONFIG_PAGE_SIZE_*KB on all architectures

[PATCH v2 5/9] mm: Initialize struct vm_unmapped_area_info
 2024-03-04 18:03 UTC  (12+ messages)
    ` [RFC v2.1 05/12] MIPS: Use initializer for "

[PATCH v3 00/14] serial: Add a helper to parse device properties and more
 2024-03-04 12:27 UTC  (15+ messages)
` [PATCH v3 01/14] serial: core: Move struct uart_port::quirks closer to possible values
` [PATCH v3 02/14] serial: core: Add UPIO_UNKNOWN constant for unknown port type
` [PATCH v3 03/14] serial: port: Introduce a common helper to read properties
` [PATCH v3 04/14] serial: 8250_aspeed_vuart: Switch to use uart_read_port_properties()
` [PATCH v3 05/14] serial: 8250_bcm2835aux: "
` [PATCH v3 06/14] serial: 8250_bcm7271: "
` [PATCH v3 07/14] serial: 8250_dw: "
` [PATCH v3 08/14] serial: 8250_ingenic: "
` [PATCH v3 09/14] serial: 8250_lpc18xx: "
` [PATCH v3 10/14] serial: 8250_of: "
` [PATCH v3 11/14] serial: 8250_omap: "
` [PATCH v3 12/14] serial: 8250_pxa: "
` [PATCH v3 13/14] serial: 8250_tegra: "
` [PATCH v3 14/14] serial: 8250_uniphier: "

[PATCH v2 00/14] serial: Add a helper to parse device properties and more
 2024-03-04 11:09 UTC  (4+ messages)
` [PATCH v2 03/14] serial: port: Introduce a common helper to read properties

[PATCH v8 00/10] Add support for Mobileye EyeQ5 system controller
 2024-03-01 11:36 UTC  (10+ messages)
` [PATCH v8 04/10] reset: eyeq5: add platform driver


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