linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-23 03:52:11 to 2019-05-01 17:41:04 UTC [more...]

remove asm-generic/ptrace.h
 2019-05-01 17:39 UTC  (6+ 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-01 17:40 UTC  (17+ 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/4] MIPS: Exception vector improvements
 2019-05-01 15:09 UTC  (7+ 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

[RFC v2 0/5] MIPS: ralink: peripheral clock gating driver
 2019-05-01 11:33 UTC  (9+ 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

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 00/12] mips: Post-bootmem-memblock transition fixes
 2019-04-30 22:58 UTC  (25+ messages)
` [PATCH 01/12] mips: Make sure kernel .bss exists in boot mem pool
` [PATCH 02/12] mips: Discard rudiments from bootmem_init
` [PATCH 03/12] mips: Combine memblock init and memory reservation loops
` [PATCH 04/12] mips: Reserve memory for the kernel image resources
` [PATCH 05/12] mips: Discard post-CMA-init foreach loop
` [PATCH 06/12] mips: Use memblock to reserve the __nosave memory range
` [PATCH 07/12] mips: Add reserve-nomap memory type support
` [PATCH 08/12] mips: Dump memblock regions for debugging
` [PATCH 09/12] mips: Perform early low memory test
` [PATCH 10/12] mips: Print the kernel virtual mem layout on debugging
` [PATCH 11/12] mips: Make sure dt memory regions are valid
` [PATCH 12/12] mips: Enable OF_RESERVED_MEM config

[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

[RESEND PATCH v3 00/11] compiler: allow all arches to enable CONFIG_OPTIMIZE_INLINING
 2019-04-29 15:35 UTC  (11+ messages)
` [RESEND PATCH v3 01/11] ARM: prevent tracing IPI_CPU_BACKTRACE
` [RESEND PATCH v3 02/11] arm64: mark (__)cpus_have_const_cap as __always_inline
` [RESEND PATCH v3 03/11] MIPS: mark mult_sh_align_mod() "
` [RESEND PATCH v3 04/11] s390/cpacf: mark scpacf_query() "
` [RESEND PATCH v3 07/11] ARM: mark setup_machine_tags() stub as __init __noreturn
` [RESEND PATCH v3 08/11] powerpc/prom_init: mark prom_getprop() and prom_getproplen() as __init
` [RESEND PATCH v3 09/11] powerpc/mm/radix: mark __radix__flush_tlb_range_psize() as __always_inline
` [RESEND PATCH v3 10/11] powerpc/mm/radix: mark as __tlbie_pid() and friends as__always_inline

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

[PATCHv2] kernel/crash: make parse_crashkernel()'s return value more indicant
 2019-04-29  5:04 UTC  (7+ 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 "

[Resend] arch: mips: Fix initrd_start and initrd_end when read from DT
 2019-04-24 21:36 UTC  (4+ messages)

MIPS/CI20: BUG: Bad page state
 2019-04-24 20:50 UTC  (5+ messages)

[PATCH 1/7] thermal/drivers/core: Remove the module Kconfig's option
 2019-04-24 13:02 UTC  (4+ messages)

[PATCH] memblock: make keeping memblock memory opt-in rather than opt-out
 2019-04-24 10:35 UTC 

[PATCH] mips: vdso: drop unnecessary cc-ldoption
 2019-04-23 21:55 UTC  (2+ messages)

[PATCH] drm: Permit video-buffers writecombine mapping for MIPS
 2019-04-23 17:52 UTC  (3+ messages)

[PATCH] KVM: Directly return result from kvm_arch_check_processor_compat()
 2019-04-23 10:14 UTC  (3+ 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).