Linux MIPS
[Prev Page][Next Page]
- Re: [PATCH v4 05/15] mm: introduce execmem_alloc() and execmem_free(), (continued)
- [PATCH v4 06/15] mm/execmem, arch: convert simple overrides of module_alloc to execmem, Mike Rapoport
- [PATCH v4 08/15] arm64: extend execmem_info for generated code allocations, Mike Rapoport
- [PATCH v4 09/15] riscv: extend execmem_params for generated code allocations, Mike Rapoport
- [PATCH v4 12/15] x86/ftrace: enable dynamic ftrace without CONFIG_MODULES, Mike Rapoport
- [PATCH v4 13/15] powerpc: use CONFIG_EXECMEM instead of CONFIG_MODULES where appropiate, Mike Rapoport
- [PATCH v4 14/15] kprobes: remove dependency on CONFIG_MODULES, Mike Rapoport
- [PATCH v4 15/15] bpf: remove CONFIG_BPF_JIT dependency on CONFIG_MODULES of, Mike Rapoport
- [PATCH v4 10/15] powerpc: extend execmem_params for kprobes allocations, Mike Rapoport
- [PATCH v4 11/15] arch: make execmem setup available regardless of CONFIG_MODULES, Mike Rapoport
- [PATCH v4 01/15] arm64: module: remove uneeded call to kasan_alloc_module_shadow(), Mike Rapoport
- [PATCH v4 07/15] mm/execmem, arch: convert remaining overrides of module_alloc to execmem, Mike Rapoport
- Re: [PATCH v4 00/15] mm: jit/text allocator, Kent Overstreet
- Re: [PATCH v4 00/15] mm: jit/text allocator, Luis Chamberlain
- [PATCHv13 0/5] *** Detect interrupt storm in softlockup ***,
Bitao Hu
- [PATCH 00/11] Add Mobileye EyeQ system controller support (clk, reset, pinctrl),
Théo Lebrun
- [PATCH 01/11] dt-bindings: soc: mobileye: add EyeQ5 OLB system controller, Théo Lebrun
- [PATCH 02/11] dt-bindings: clock: mobileye,eyeq5-clk: add EyeQ6L and EyeQ6H, Théo Lebrun
- [PATCH 03/11] dt-bindings: reset: mobileye,eyeq5-reset: add EyeQ6L and EyeQ6H, Théo Lebrun
- [PATCH 04/11] clk: divider: Introduce CLK_DIVIDER_EVEN_INTEGERS flag, Théo Lebrun
- [PATCH 05/11] clk: eyeq: add driver, Théo Lebrun
- [PATCH 08/11] MIPS: mobileye: eyeq5: add OLB syscon node, Théo Lebrun
- [PATCH 09/11] MIPS: mobileye: eyeq5: use OLB clocks controller node, Théo Lebrun
- [PATCH 07/11] pinctrl: eyeq5: add platform driver, Théo Lebrun
- [PATCH 10/11] MIPS: mobileye: eyeq5: add OLB reset controller node, Théo Lebrun
- [PATCH 06/11] reset: eyeq: add platform driver, Théo Lebrun
- [PATCH 11/11] MIPS: mobileye: eyeq5: add pinctrl node & pinmux function nodes, Théo Lebrun
- [PATCH v3 0/9] spi: cadence-qspi: add Mobileye EyeQ5 support,
Théo Lebrun
- [PATCH v3 3/9] spi: dt-bindings: cdns,qspi-nor: make cdns,fifo-depth optional, Théo Lebrun
- [PATCH v3 4/9] spi: cadence-qspi: allow FIFO depth detection, Théo Lebrun
- [PATCH v3 5/9] spi: cadence-qspi: add no-IRQ mode to indirect reads, Théo Lebrun
- [PATCH v3 6/9] spi: cadence-qspi: add early busywait to cqspi_wait_for_bit(), Théo Lebrun
- [PATCH v3 7/9] spi: cadence-qspi: add mobileye,eyeq5-ospi compatible, Théo Lebrun
- [PATCH v3 8/9] MIPS: mobileye: eyeq5: Add SPI-NOR controller node, Théo Lebrun
- [PATCH v3 9/9] MIPS: mobileye: eyeq5: add octal flash node to eval board DTS, Théo Lebrun
- [PATCH v3 1/9] spi: dt-bindings: cdns,qspi-nor: sort compatibles alphabetically, Théo Lebrun
- [PATCH v3 2/9] spi: dt-bindings: cdns,qspi-nor: add mobileye,eyeq5-ospi compatible, Théo Lebrun
- Re: [PATCH v3 0/9] spi: cadence-qspi: add Mobileye EyeQ5 support, Mark Brown
- Re: (subset) [PATCH v3 0/9] spi: cadence-qspi: add Mobileye EyeQ5 support, Mark Brown
- [PATCH] MIPS: ralink: Use min() to fix Coccinelle warning,
Thorsten Blum
- [PATCH] cpufreq: Remove redundant exit() functions,
Lizhe
[PATCH v2 00/11] spi: cadence-qspi: add Mobileye EyeQ5 support,
Théo Lebrun
- [PATCH v2 01/11] spi: dt-bindings: cdns,qspi-nor: add mobileye,eyeq5-ospi compatible, Théo Lebrun
- [PATCH v2 02/11] spi: dt-bindings: cdns,qspi-nor: sort compatibles alphabetically, Théo Lebrun
- [PATCH v2 03/11] spi: cadence-qspi: allow building for MIPS, Théo Lebrun
- [PATCH v2 04/11] spi: cadence-qspi: store device data pointer in private struct, Théo Lebrun
- [PATCH v2 05/11] spi: cadence-qspi: add FIFO depth detection quirk, Théo Lebrun
- [PATCH v2 06/11] spi: cadence-qspi: minimise register accesses on each op if !DTR, Théo Lebrun
- [PATCH v2 07/11] spi: cadence-qspi: add no-IRQ mode to indirect reads, Théo Lebrun
- [PATCH v2 08/11] spi: cadence-qspi: add early busywait to cqspi_wait_for_bit(), Théo Lebrun
- [PATCH v2 09/11] spi: cadence-qspi: add mobileye,eyeq5-ospi compatible, Théo Lebrun
- [PATCH v2 10/11] MIPS: mobileye: eyeq5: Add SPI-NOR controller node, Théo Lebrun
- [PATCH v2 11/11] MIPS: mobileye: eyeq5: add octal flash node to eval board DTS, Théo Lebrun
- Re: [PATCH v2 00/11] spi: cadence-qspi: add Mobileye EyeQ5 support, Théo Lebrun
- Re: (subset) [PATCH v2 00/11] spi: cadence-qspi: add Mobileye EyeQ5 support, Mark Brown
[PATCH 0/4] KVM, mm: remove the .change_pte() MMU notifier and set_pte_at_notify(),
Paolo Bonzini
[PATCH] MIPS: Add prototypes for plat_post_relocation() and relocate_kernel(),
Nathan Chancellor
[PATCH 0/7] drm/display: Fix display helpers depends on fallouts,
Maxime Ripard
[RFC PATCH net-next v8 00/14] Device Memory TCP,
Mina Almasry
- [RFC PATCH net-next v8 01/14] queue_api: define queue api, Mina Almasry
- [RFC PATCH net-next v8 02/14] net: page_pool: create hooks for custom page providers, Mina Almasry
- [RFC PATCH net-next v8 03/14] net: netdev netlink api to bind dma-buf to a net device, Mina Almasry
- [RFC PATCH net-next v8 04/14] netdev: support binding dma-buf to netdevice, Mina Almasry
- [RFC PATCH net-next v8 05/14] netdev: netdevice devmem allocator, Mina Almasry
- [RFC PATCH net-next v8 06/14] page_pool: convert to use netmem, Mina Almasry
- [RFC PATCH net-next v8 07/14] page_pool: devmem support, Mina Almasry
- [RFC PATCH net-next v8 08/14] memory-provider: dmabuf devmem memory provider, Mina Almasry
- [RFC PATCH net-next v8 09/14] net: support non paged skb frags, Mina Almasry
- [RFC PATCH net-next v8 10/14] net: add support for skbs with unreadable frags, Mina Almasry
- [RFC PATCH net-next v8 11/14] tcp: RX path for devmem TCP, Mina Almasry
- [RFC PATCH net-next v8 12/14] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags, Mina Almasry
- [RFC PATCH net-next v8 13/14] net: add devmem TCP documentation, Mina Almasry
- [RFC PATCH net-next v8 14/14] selftests: add ncdevmem, netcat for devmem TCP, Mina Almasry
[PATCH v1 0/3] mm/gup: consistently call it GUP-fast,
David Hildenbrand
[PATCH v3 0/3] arch: Remove fbdev dependency from video helpers,
Thomas Zimmermann
[PATCH v7 0/2] Add support for Loongson1 APB DMA,
Keguang Zhang via B4 Relay
[PATCH] MIPS: scall: Save thread_info.syscall unconditionally on entry,
Jiaxun Yang
[PATCH v2 0/3] arch: Remove fbdev dependency from video helpers,
Thomas Zimmermann
[PATCH 0/9] Convert Tasklets to BH Workqueues,
Allen Pais
[PATCH] irqchip/loongson-pch-msi: Fix off-by-one on allocation error path,
Zenghui Yu
[PATCH RFC 0/3] mm/gup: consistently call it GUP-fast,
David Hildenbrand
[PATCH v6 0/3] Add support for Loongson-1 NAND,
Keguang Zhang via B4 Relay
[RFC PATCH net-next v7 00/14] Device Memory TCP,
Mina Almasry
- [RFC PATCH net-next v7 01/14] queue_api: define queue api, Mina Almasry
- [RFC PATCH net-next v7 02/14] net: page_pool: create hooks for custom page providers, Mina Almasry
- [RFC PATCH net-next v7 03/14] net: netdev netlink api to bind dma-buf to a net device, Mina Almasry
- [RFC PATCH net-next v7 04/14] netdev: support binding dma-buf to netdevice, Mina Almasry
- [RFC PATCH net-next v7 05/14] netdev: netdevice devmem allocator, Mina Almasry
- [RFC PATCH net-next v7 06/14] page_pool: convert to use netmem, Mina Almasry
- [RFC PATCH net-next v7 07/14] page_pool: devmem support, Mina Almasry
- [RFC PATCH net-next v7 08/14] memory-provider: dmabuf devmem memory provider, Mina Almasry
- [RFC PATCH net-next v7 09/14] net: support non paged skb frags, Mina Almasry
- [RFC PATCH net-next v7 10/14] net: add support for skbs with unreadable frags, Mina Almasry
- [RFC PATCH net-next v7 12/14] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags, Mina Almasry
- [RFC PATCH net-next v7 11/14] tcp: RX path for devmem TCP, Mina Almasry
- [RFC PATCH net-next v7 13/14] net: add devmem TCP documentation, Mina Almasry
- [RFC PATCH net-next v7 14/14] selftests: add ncdevmem, netcat for devmem TCP, Mina Almasry
[PATCH v2 0/9] MIPS: Unify low-level debugging functionalities,
Jiaxun Yang
[PATCH] MIPS: Guard some macros with __ASSEMBLY__ in asm.h,
Jiaxun Yang
Re: Build regressions/improvements in v6.9-rc1,
Geert Uytterhoeven
[PATCH v4 10/14] treewide: Use initializer for struct vm_unmapped_area_info, Rick Edgecombe
[PATCH 0/2] kconfig: fix an unselectable choice in MIPS again, and make sure it never happens,
Masahiro Yamada
[PATCH 00/64] i2c: reword i2c_algorithm according to newest specification,
Wolfram Sang
[PATCH] MIPS: Octeon: Add PCIe link status check,
Songyang Li
[PATCH V3] irqchip/loongson-pch-pic: Update interrupt registration policy,
Tianyang Zhang
[PATCH v6 0/2] Add support for Loongson1 DMA,
Keguang Zhang via B4 Relay
[PATCH V2] irqchip/loongson-pch-pic: Update interrupt registration policy,
Tianyang Zhang
[PATCH 00/14] mips: dts: ralink: mt7621: improve DTS style,
Justin Swartz
- [PATCH 01/14] mips: dts: ralink: mt7621: reorder cpu node attributes, Justin Swartz
- [PATCH 02/14] mips: dts: ralink: mt7621: reorder cpuintc node attributes, Justin Swartz
- [PATCH 04/14] mips: dts: ralink: mt7621: reorder sysc node attributes, Justin Swartz
- [PATCH 03/14] mips: dts: ralink: mt7621: reorder mmc regulator attributes, Justin Swartz
- [PATCH 05/14] mips: dts: ralink: mt7621: reorder gpio node attributes, Justin Swartz
- [PATCH 06/14] mips: dts: ralink: mt7621: reorder i2c node attributes, Justin Swartz
- [PATCH 07/14] mips: dts: ralink: mt7621: reorder spi0 node attributes, Justin Swartz
- [PATCH 08/14] mips: dts: ralink: mt7621: move pinctrl and sort its children, Justin Swartz
- [PATCH 09/14] mips: dts: ralink: mt7621: reorder mmc node attributes, Justin Swartz
- [PATCH 14/14] mips: dts: ralink: mt7621: reorder the attributes of the root node, Justin Swartz
- [PATCH 12/14] mips: dts: ralink: mt7621: reorder pcie node attributes and children, Justin Swartz
- [PATCH 13/14] mips: dts: ralink: mt7621: reorder pci?_phy attributes, Justin Swartz
- [PATCH 11/14] mips: dts: ralink: mt7621: reorder ethernet node attributes and kids, Justin Swartz
- [PATCH 10/14] mips: dts: ralink: mt7621: reorder gic node attributes, Justin Swartz
- Re: [PATCH 00/14] mips: dts: ralink: mt7621: improve DTS style, Arınç ÜNAL
- Re: [PATCH 00/14] mips: dts: ralink: mt7621: improve DTS style, Sergio Paracuellos
- Re: [PATCH 00/14] mips: dts: ralink: mt7621: improve DTS style, Arınç ÜNAL
- Re: [PATCH 00/14] mips: dts: ralink: mt7621: improve DTS style, Thomas Bogendoerfer
[GIT PULL] MIPS changes for v6.9,
Thomas Bogendoerfer
[PATCH] MIPS: RB532: Declare prom_setup_cmdline() and rb532_gpio_init() static,
Yongzhen Zhang
[PATCH] MIPS: BCM47XX: Declare early_tlb_init() static,
Yongzhen Zhang
[PATCH] MIPS: BCM47XX: include header for bcm47xx_prom_highmem_init() prototype,
Yongzhen Zhang
[PATCH] mips: setup: fix detect_memory_region() function, Shiji Yang
[PATCH v3 08/12] treewide: Use initializer for struct vm_unmapped_area_info,
Rick Edgecombe
[mips-linux:mips-next 47/56] arch/mips/ralink/timer.c:136:48: error: array has incomplete element type 'const struct of_device_id',
kernel test robot
[PATCH v1 1/1] MIPS: ralink: Don't use "proxy" headers,
Andy Shevchenko
[PATCH 00/11] spi: cadence-qspi: add Mobileye EyeQ5 support,
Théo Lebrun
- [PATCH 01/11] dt-bindings: qspi: cdns,qspi-nor: add mobileye,eyeq5-ospi compatible, Théo Lebrun
- [PATCH 02/11] spi: cadence-qspi: switch from legacy names to modern ones, Théo Lebrun
- [PATCH 03/11] spi: cadence-qspi: allow building for MIPS, Théo Lebrun
- [PATCH 04/11] spi: cadence-qspi: store device data pointer in private struct, Théo Lebrun
- [PATCH 06/11] spi: cadence-qspi: minimise register accesses on each op if !DTR, Théo Lebrun
- [PATCH 05/11] spi: cadence-qspi: add FIFO depth detection quirk, Théo Lebrun
- [PATCH 11/11] MIPS: mobileye: eyeq5: add octal flash node to eval board DTS, Théo Lebrun
- [PATCH 10/11] MIPS: mobileye: eyeq5: Add SPI-NOR controller node, Théo Lebrun
- [PATCH 07/11] spi: cadence-qspi: add no-IRQ mode to indirect reads, Théo Lebrun
- [PATCH 09/11] spi: cadence-qspi: add mobileye,eyeq5-ospi compatible, Théo Lebrun
- [PATCH 08/11] spi: cadence-qspi: add early busywait to cqspi_wait_for_bit(), Théo Lebrun
[PATCH v3] mips: dts: ralink: mt7621: add cell count properties to usb,
Justin Swartz
[PATCH v3 0/3] Extend devicetree coverage of MT7621's UART interfaces,
Justin Swartz
[PATCH bpf-next v3 1/2] bpf: Take return from set_memory_ro() into account with bpf_prog_lock_ro(),
Christophe Leroy
[PATCH v2] mips: dts: ralink: mt7621: add cell count properties to usb,
Justin Swartz
[PATCH 1/2] mips: dts: ralink: mt7621: associate uart1_pins with serial0,
Justin Swartz
[PATCH] mips: dts: ralink: mt7621: add cell count properties to usb0,
Justin Swartz
[PATCH v3 00/11] Add Mobileye EyeQ5 support to the Nomadik I2C controller & use hrtimers for timeouts,
Théo Lebrun
- [PATCH v3 09/11] i2c: nomadik: sort includes, Théo Lebrun
- [PATCH v3 08/11] i2c: nomadik: support Mobileye EyeQ5 I2C controller, Théo Lebrun
- [PATCH v3 02/11] i2c: nomadik: rename private struct pointers from dev to priv, Théo Lebrun
- [PATCH v3 03/11] i2c: nomadik: simplify IRQ masking logic, Théo Lebrun
- [PATCH v3 01/11] dt-bindings: i2c: nomadik: add mobileye,eyeq5-i2c bindings and example, Théo Lebrun
- [PATCH v3 04/11] i2c: nomadik: use bitops helpers, Théo Lebrun
- [PATCH v3 11/11] MIPS: mobileye: eyeq5: add evaluation board I2C temp sensor, Théo Lebrun
- [PATCH v3 06/11] i2c: nomadik: replace jiffies by ktime for FIFO flushing timeout, Théo Lebrun
- [PATCH v3 10/11] MIPS: mobileye: eyeq5: add 5 I2C controller nodes, Théo Lebrun
- [PATCH v3 07/11] i2c: nomadik: fetch i2c-transfer-timeout-us property from devicetree, Théo Lebrun
- [PATCH v3 05/11] i2c: nomadik: support short xfer timeouts using waitqueue & hrtimer, Théo Lebrun
- Re: (subset) [PATCH v3 00/11] Add Mobileye EyeQ5 support to the Nomadik I2C controller & use hrtimers for timeouts, Andi Shyti
[v2 PATCH 0/3] arch: mm, vdso: consolidate PAGE_SIZE definition,
Arnd Bergmann
[PATCHv12 0/4] *** Detect interrupt storm in softlockup ***,
Bitao Hu
[Index of Archives]
[Kernel]
[Linux ARM Kernel]
[Linux ARM]
Mail converted by MHonArc