linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-24 22:43:55 to 2019-05-02 21:42:45 UTC [more...]

[RFC v2 0/5] MIPS: ralink: peripheral clock gating driver
 2019-05-02 21:42 UTC  (10+ messages)
` [RFC v2 1/5] clk: mips: ralink: add Ralink MIPS gating clock driver
` [RFC v2 2/5] dt-bindings: clk: add document for ralink "
` [RFC v2 3/5] mips: ralink: mt7620/76x8 use common clk framework

[PATCH net-next 0/3] Add hw offload of TC police on MSCC ocelot
 2019-05-02 20:38 UTC  (8+ messages)
` [PATCH net-next 1/3] net/sched: act_police: move police parameters into separate header file
` [PATCH net-next 2/3] net: mscc: ocelot: Implement port policers via tc command
` [PATCH net-next 3/3] MIPS: generic: Add police related options to ocelot_defconfig

[PATCH 00/15] introduce generic pte_{alloc,free}_one[_kernel]
 2019-05-02 19:09 UTC  (19+ messages)
` [PATCH 01/15] asm-generic, x86: "
` [PATCH 02/15] alpha: switch to generic version of pte allocation
` [PATCH 03/15] arm: "
` [PATCH 04/15] arm64: "
` [PATCH 05/15] csky: "
` [PATCH 06/15] hexagon: "
` [PATCH 07/15] m68k: sun3: "
` [PATCH 08/15] mips: "
` [PATCH 09/15] nds32: "
` [PATCH 10/15] nios2: "
` [PATCH 11/15] parisc: "
` [PATCH 12/15] powerpc/nohash/64: "
` [PATCH 13/15] riscv: "
` [PATCH 14/15] um: "
` [PATCH 15/15] unicore32: "

[PATCH 00/12] mips: Post-bootmem-memblock transition fixes
 2019-05-02 18:45 UTC  (8+ messages)
` [PATCH 04/12] mips: Reserve memory for the kernel image resources

[PATCH 06/12] mips: Use memblock to reserve the __nosave memory range
 2019-05-02 18:35 UTC  (2+ messages)

[PATCH 07/12] mips: Add reserve-nomap memory type support
 2019-05-02 18:35 UTC  (2+ messages)

[PATCH 05/12] mips: Discard post-CMA-init foreach loop
 2019-05-02 18:35 UTC  (2+ messages)

[PATCH 0/4] MIPS: Exception vector improvements
 2019-05-02 18:35 UTC  (9+ messages)
` [PATCH 2/4] MIPS: Always allocate exception vector for MIPSr2+
` [PATCH 1/4] MIPS: Use memblock_phys_alloc() for exception vector
` [PATCH 4/4] MIPS: Remove duplicate EBase configuration
` [PATCH 3/4] MIPS: Sync icache for whole exception vector

[PATCH] memblock: make keeping memblock memory opt-in rather than opt-out
 2019-05-02 15:31 UTC  (2+ messages)

[RESEND PATCH v3 00/11] compiler: allow all arches to enable CONFIG_OPTIMIZE_INLINING
 2019-05-02 14:13 UTC  (5+ messages)
` [RESEND PATCH v3 05/11] mtd: rawnand: vf610_nfc: add initializer to avoid -Wmaybe-uninitialized
` [RESEND PATCH v3 09/11] powerpc/mm/radix: mark __radix__flush_tlb_range_psize() as __always_inline

remove asm-generic/ptrace.h
 2019-05-02 14:01 UTC  (10+ messages)
` [PATCH 1/5] arm64: don't use asm-generic/ptrace.h
` [PATCH 2/5] powerpc: "
` [PATCH 3/5] sh: "
` [PATCH 4/5] x86: "
` [PATCH 5/5] asm-generic: remove ptrace.h

provide generic support for uncached segements in dma-direct
 2019-05-02 13:11 UTC  (20+ messages)
` [PATCH 1/7] MIPS: remove the _dma_cache_wback_inv export
` [PATCH 2/7] au1100fb: fix DMA API abuse
` [PATCH 3/7] dma-mapping: add a Kconfig symbol to indicate arch_dma_prep_coherent presence
` [PATCH 4/7] dma-direct: provide generic support for uncached kernel segments
` [PATCH 5/7] MIPS: use the generic uncached segment support in dma-direct
        ` [PATCH 5/7 v2] "
` [PATCH 6/7] nios2: "
` [PATCH 7/7] microblaze: "

[PATCH 0/3] MIPS: BMIPS: add support for gated clock controller
 2019-05-02 12:26 UTC  (4+ messages)
` [PATCH 1/3] devicetree: document the BCM63XX gated clock bindings
` [PATCH 2/3] clk: add BCM63XX gated clock controller driver
` [PATCH 3/3] MIPS: BMIPS: add clock controller nodes

[PATCHv2] kernel/crash: make parse_crashkernel()'s return value more indicant
 2019-05-02  6:22 UTC  (8+ messages)

serial drivers polishing
 2019-05-01  2:29 UTC  (83+ messages)
` [PATCH 01/41] drivers: tty: serial: dz: use dev_err() instead of printk()
` [PATCH 02/41] drivers: tty: serial: dz: include <linux/io.h> instead of <asm/io.h>
` [PATCH 03/41] drivers: tty: serial: dz: fix missing parentheses
` [PATCH 04/41] drivers: tty: serial: dz: fix use fix bare 'unsigned'
` [PATCH 05/41] drivers: tty: serial: dz: use pr_info() instead of incomplete printk()
` [PATCH 06/41] drivers: tty: serial: sb1250-duart: use dev_err() instead of printk()
` [PATCH 07/41] drivers: tty: serial: sb1250-duart: include <linux/io.h> instead of <asm/io.h>
` [PATCH 08/41] drivers: tty: serial: sb1250-duart: fix checkpatch warning on printk()
` [PATCH 09/41] drivers: tty: serial: sb1250-duart: fill mapsize and use it
` [PATCH 10/41] drivers: tty: serial: sb1250-duart: fix missing parentheses
` [PATCH 11/41] drivers: tty: serial: sb1250-duart: fix formatting error
` [PATCH 12/41] drivers: tty: serial: uartlite: use dev_dbg() instead of pr_debug()
` [PATCH 13/41] drivers: tty: serial: uartlite: fill mapsize and use it
` [PATCH 14/41] drivers: tty: serial: uartlite: remove unnecessary braces
` [PATCH 15/41] drivers: tty: serial: uartlite: fix use fix bare 'unsigned'
` [PATCH 16/41] drivers: tty: serial: uartlite: fix overlong lines
` [PATCH 17/41] drivers: tty: serial: apbuart: fix logging calls
` [PATCH 18/41] drivers: tty: serial: apbuart: use dev_info() instead of printk()
` [PATCH 19/41] drivers: tty: serial: apbuart: fix code formatting
` [PATCH 20/41] drivers: tty: serial: cpm_uart: use dev_err()/dev_warn() instead of printk()
` [PATCH 21/41] drivers: tty: serial: cpm_uart: fix includes
` [PATCH 22/41] drivers: tty: serial: cpm_uart: fix logging calls
` [PATCH 23/41] drivers: tty: serial: cpm_uart: fix styling issues
` [PATCH 24/41] drivers: tty: serial: timbuart: use dev_err() instead of printk()
` [PATCH 25/41] drivers: tty: serial: timbuart: fix formatting issues
` [PATCH 26/41] drivers: tty: serial: sunzilog: use dev_info() instead of printk()
` [PATCH 27/41] drivers: tty: serial: sunzilog: fix formatting issues
` [PATCH 28/41] drivers: tty: serial: sunzilog: fix includes
` [PATCH 29/41] drivers: tty: serial: sunzilog: cleanup logging
` [PATCH 30/41] drivers: tty: serial: ioc4_serial: use dev_warn() instead of printk()
` [PATCH 31/41] drivers: tty: serial: ioc4_serial: use pr_*() "
` [PATCH 32/41] drivers: tty: serial: 21285: define's for address/size, use mapsize field
` [PATCH 33/41] drivers: tty: serial: zs: use dev_err() instead of printk()
` [PATCH 34/41] drivers: tty: serial: zs: fill mapsize and use it
` [PATCH 35/41] drivers: tty: serial: 8250: add mapsize to platform data
` [PATCH 36/41] drivers: tty: serial: 8250: store mmio resource size in port struct
` [PATCH 37/41] drivers: tty: serial: 8250: simplify io resource size computation
` [PATCH 38/41] drivers: tty: serial: xilinx_uartps: fill mapsize and use it
` [PATCH 39/41] drivers: tty: serial: pmac_zilog: "
` [PATCH 40/41] drivers: tty: serial: helper for setting mmio range
` [PATCH 41/41] drivers: tty: serial: lpc32xx_hs: fill mapsize and use it

[PATCH v3 0/3] MIPS: ath79: add ag71xx support
 2019-04-30 22:51 UTC  (3+ messages)
` [PATCH v3 1/3] dt-bindings: net: add qca,ar71xx.txt documentation

[PATCH 4.9 04/41] MIPS: scall64-o32: Fix indirect syscall number load
 2019-04-30 11:38 UTC 

[PATCH 4.14 07/53] MIPS: scall64-o32: Fix indirect syscall number load
 2019-04-30 11:38 UTC 

[PATCH 4.19 030/100] MIPS: scall64-o32: Fix indirect syscall number load
 2019-04-30 11:37 UTC 

[PATCH 5.0 18/89] MIPS: scall64-o32: Fix indirect syscall number load
 2019-04-30 11:38 UTC 

[PATCH 1/4] MIPS: Loongson32: Remove ehci platform device
 2019-04-29 18:14 UTC  (6+ messages)
` [PATCH v2 0/6] MIPS: Loongson32: Initial devicetree support
  ` [PATCH v2 4/6] dt-bindings: Add vendor prefix for loongson
  ` [PATCH v2 5/6] dt/bindings: Add bindings for ls1x CPU

[PATCH] irqchip/bcm: Restore registration print with %pOF
 2019-04-29  8:29 UTC  (3+ messages)

[PATCH v3 00/11] Provide generic top-down mmap layout functions
 2019-04-28 14:27 UTC  (6+ messages)
` [PATCH v3 04/11] arm64, mm: Move generic mmap layout functions to mm

[PATCH 3.16 074/202] MIPS: OCTEON: don't set octeon_dma_bar_type if PCI is disabled
 2019-04-27 15:13 UTC  (3+ messages)
` [PATCH 3.16 099/202] MIPS: Remove function size check in get_frame_info()
` [PATCH 3.16 029/202] Disable MSI also when pcie-octeon.pcie_disable on

[PATCH AUTOSEL 5.0 27/79] MIPS: KGDB: fix kgdb support for SMP platforms
 2019-04-27  1:37 UTC 

[PATCH AUTOSEL 4.19 21/53] MIPS: KGDB: fix kgdb support for SMP platforms
 2019-04-27  1:40 UTC 

[PATCH AUTOSEL 4.14 10/32] MIPS: KGDB: fix kgdb support for SMP platforms
 2019-04-27  1:42 UTC 

[PATCH] clk: Remove CLK_IS_BASIC clk flag
 2019-04-26 17:59 UTC  (4+ messages)

[PATCH v3 0/2] MT7621 PCIe PHY
 2019-04-25 15:41 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: phy: Add binding for Mediatek "
` [PATCH v3 2/2] phy: ralink: Add PHY driver for "


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