linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-05-28 10:10:26 to 2019-06-10 17:48:03 UTC [more...]

[PATCH v6 00/19] Unify vDSOs across more architectures
 2019-06-10 17:47 UTC  (47+ messages)
` [PATCH v6 01/19] kernel: Standardize vdso_datapage
` [PATCH v6 02/19] kernel: Define gettimeofday vdso common code
` [PATCH v6 03/19] kernel: Unify update_vsyscall implementation
` [PATCH v6 04/19] arm64: Substitute gettimeofday with C implementation
` [PATCH v6 05/19] arm64: Build vDSO with -ffixed-x18
` [PATCH v6 06/19] arm64: compat: Add missing syscall numbers
` [PATCH v6 07/19] arm64: compat: Expose signal related structures
` [PATCH v6 08/19] arm64: compat: Generate asm offsets for signals
` [PATCH v6 09/19] lib: vdso: Add compat support
` [PATCH v6 10/19] arm64: compat: Add vDSO
` [PATCH v6 11/19] arm64: Refactor vDSO code
` [PATCH v6 12/19] arm64: compat: vDSO setup for compat layer
` [PATCH v6 13/19] arm64: elf: vDSO code page discovery
` [PATCH v6 14/19] arm64: compat: Get sigreturn trampolines from vDSO
` [PATCH v6 15/19] arm64: Add vDSO compat support
` [PATCH v6 16/19] arm: Add support for generic vDSO
` [PATCH v6 17/19] mips: "
` [PATCH v6 18/19] x86: "
` [PATCH v6 19/19] kselftest: Extend vDSO selftest

[5.2-rc4] oops on r4k_flush_icache_range+0x10/0x18
 2019-06-10  7:23 UTC 

[RFC V3] mm: Generalize and rename notify_page_fault() as kprobe_page_fault()
 2019-06-10  5:06 UTC  (3+ messages)

[PATCH 5.1 45/70] MIPS: Bounds check virt_addr_valid
 2019-06-09 16:41 UTC  (2+ messages)
` [PATCH 5.1 46/70] MIPS: pistachio: Build uImage.gz by default

[PATCH 4.19 32/51] MIPS: Bounds check virt_addr_valid
 2019-06-09 16:42 UTC  (3+ messages)
` [PATCH 4.19 33/51] MIPS: pistachio: Build uImage.gz by default
` [PATCH 4.19 34/51] Revert "MIPS: perf: ath79: Fix perfcount IRQ assignment"

[PATCH 4.14 21/35] MIPS: Bounds check virt_addr_valid
 2019-06-09 16:42 UTC  (3+ messages)
` [PATCH 4.14 22/35] MIPS: pistachio: Build uImage.gz by default
` [PATCH 4.14 23/35] Revert "MIPS: perf: ath79: Fix perfcount IRQ assignment"

[PATCH 4.9 75/83] MIPS: pistachio: Build uImage.gz by default
 2019-06-09 16:42 UTC  (2+ messages)
` [PATCH 4.9 76/83] Revert "MIPS: perf: ath79: Fix perfcount IRQ assignment"

[PATCH 4.4 237/241] MIPS: pistachio: Build uImage.gz by default
 2019-06-09 16:42 UTC 

[PATCH] MIPS: Ocelot: configs: Move ocelot.config from generic
 2019-06-09 12:31 UTC  (2+ messages)

[PATCH v1 0/7] MIPS: lantiq: irq: Various fixes, add SMP support
 2019-06-09 10:12 UTC  (10+ messages)
` [PATCH v1 1/7] MIPS: lantiq: Move macro directly to iomem function
` [PATCH v1 2/7] MIPS: lantiq: Change variables to the same type as the source
` [PATCH v1 3/7] MIPS: lantiq: Fix attributes of of_device_id structure
` [PATCH v1 4/7] MIPS: lantiq: Remove unused macros
` [PATCH v1 5/7] MIPS: lantiq: Fix bitfield masking
` [PATCH v1 6/7] MIPS: lantiq: Shorten register names, remove unused macros
` [PATCH v1 7/7] MIPS: lantiq: Add SMP support for lantiq interrupt controller

[PATCH AUTOSEL 4.9 18/25] MIPS: perf: ath79: Fix perfcount IRQ assignment
 2019-06-09 10:05 UTC  (3+ messages)

[PATCH] MIPS: lb60: Fix pin mappings
 2019-06-08 20:25 UTC  (5+ messages)

[GIT PULL] MIPS fixes
 2019-06-08 20:20 UTC  (2+ messages)

Ingenic Timer/Counter Unit (TCU) patchset v12
 2019-06-07 22:50 UTC  (5+ messages)
` [PATCH v12 05/13] clk: ingenic: Add driver for the TCU clocks

[PATCH] irqchip/bcm7038-l1: Fix build on ARM/ARM64
 2019-06-07 17:27 UTC  (2+ messages)

fix DMA API abuse in various mips fbdev drivers
 2019-06-07 12:21 UTC  (6+ messages)
` [PATCH 2/3] au1200fb: fix DMA API abuse
  ` [PATCH 3/3] jz4740_fb: "

[PATCH] MIPS: ftrace: Reword prepare_ftrace_return() comment block
 2019-06-07 11:36 UTC 

[PATCH trivial] memory: jz4780-nemc: Grammar s/the its/its/
 2019-06-07 11:33 UTC 

RFC: switch the remaining architectures to use generic GUP v2
 2019-06-06  7:44 UTC  (32+ messages)
` [PATCH 01/16] uaccess: add untagged_addr definition for other arches
` [PATCH 02/16] mm: use untagged_addr() for get_user_pages_fast addresses
` [PATCH 03/16] mm: simplify gup_fast_permitted
` [PATCH 04/16] mm: lift the x86_32 PAE version of gup_get_pte to common code
` [PATCH 05/16] MIPS: use the generic get_user_pages_fast code
` [PATCH 06/16] sh: add the missing pud_page definition
` [PATCH 07/16] sh: use the generic get_user_pages_fast code
` [PATCH 08/16] sparc64: add the missing pgd_page definition
` [PATCH 09/16] sparc64: define untagged_addr()
` [PATCH 10/16] sparc64: use the generic get_user_pages_fast code
` [PATCH 11/16] mm: rename CONFIG_HAVE_GENERIC_GUP to CONFIG_HAVE_FAST_GUP
` [PATCH 12/16] mm: consolidate the get_user_pages* implementations
` [PATCH 13/16] mm: validate get_user_pages_fast flags
` [PATCH 14/16] mm: move the powerpc hugepd code to mm/gup.c
` [PATCH 15/16] mm: switch gup_hugepte to use try_get_compound_head
` [PATCH 16/16] mm: mark the page referenced in gup_hugepte

[PATCH] MIPS: configs: Remove useless UEVENT_HELPER_PATH
 2019-06-04  7:58 UTC  (2+ messages)

remove asm-generic/ptrace.h v2
 2019-06-04  7:02 UTC  (2+ messages)

[PATCH v4 00/14] Provide generic top-down mmap layout functions
 2019-06-04  6:20 UTC  (25+ messages)
` [PATCH v4 02/14] arm64: Make use of is_compat_task instead of hardcoding this test
` [PATCH v4 03/14] arm64: Consider stack randomization for mmap base only when necessary
` [PATCH v4 04/14] arm64, mm: Move generic mmap layout functions to mm
` [PATCH v4 05/14] arm64, mm: Make randomization selected by generic topdown mmap layout
` [PATCH v4 08/14] arm: Use generic mmap top-down layout and brk randomization
` [PATCH v4 11/14] mips: Adjust brk randomization offset to fit generic version
` [PATCH v4 12/14] mips: Replace arch specific way to determine 32bit task with "
` [PATCH v4 13/14] mips: Use generic mmap top-down layout and brk randomization

[PATCH] MIPS: config: Remove left-over BACKLIGHT_LCD_SUPPORT
 2019-06-03 19:19 UTC 

switch nios2 and microblaze to use the generic uncached segement support
 2019-06-03  6:53 UTC  (3+ messages)
` [PATCH 1/2] nios2: use the generic uncached segment support in dma-direct
` [PATCH 2/2] microblaze: "

provide generic support for uncached segements in dma-direct
 2019-06-03  6:49 UTC  (11+ messages)
` [PATCH 5/7] MIPS: use the generic uncached segment support "
        ` [PATCH 5/7 v2] "
  ` [PATCH 2/7] au1100fb: fix DMA API abuse

[PATCH net-next v3 0/2] Add hw offload of TC flower on MSCC Ocelot
 2019-06-02 20:50 UTC  (4+ messages)
` [PATCH net-next v3 1/2] net: mscc: ocelot: Add support for tcam
` [PATCH net-next v3 2/2] net: mscc: ocelot: Hardware ofload for tc flower filter

[PATCH AUTOSEL 5.1 071/186] mips: Make sure dt memory regions are valid
 2019-06-01 13:14 UTC 

[PATCH AUTOSEL 5.0 066/173] mips: Make sure dt memory regions are valid
 2019-06-01 13:17 UTC 

[PATCH AUTOSEL 4.19 053/141] mips: Make sure dt memory regions are valid
 2019-06-01 13:20 UTC 

[PATCH AUTOSEL 4.14 36/99] mips: Make sure dt memory regions are valid
 2019-06-01 13:22 UTC 

[PATCH AUTOSEL 4.9 28/74] mips: Make sure dt memory regions are valid
 2019-06-01 13:24 UTC 

[PATCH AUTOSEL 4.4 18/56] mips: Make sure dt memory regions are valid
 2019-06-01 13:25 UTC 

MIPS/CI20: BUG: Bad page state
 2019-05-30 23:23 UTC  (6+ messages)

[PATCH net-next v2 0/2] Add hw offload of TC flower on MSCC Ocelot
 2019-05-30 19:52 UTC  (5+ messages)
` [PATCH net-next v2 1/2] net: mscc: ocelot: Add support for tcam
` [PATCH net-next v2 2/2] net: mscc: ocelot: Hardware ofload for tc flower filter

[PATCH v2] MIPS: Treat Loongson Extensions as ASEs
 2019-05-30  3:44 UTC  (3+ messages)

[PATCH] MIPS: mm: Use SMP safe operations for flush_cache_vmap
 2019-05-29 23:17 UTC  (3+ messages)
` [PATCH] MIPS: mm: Implement flush_cache_v(un)map using __flush_kernel_vmap_range

[PATCH] MIPS: replace MBIT_ULL() with BIT_ULL()
 2019-05-29 20:35 UTC  (2+ messages)

[PATCH -next] MIPS: uprobes: remove set but not used variable 'epc'
 2019-05-29 20:35 UTC  (2+ messages)

[PATCH] MIPS: pistachio: Build uImage.gz by default
 2019-05-29 20:35 UTC  (3+ messages)

[PATCH 1/2] MIPS: Bounds check virt_addr_valid
 2019-05-29 20:35 UTC  (5+ messages)
` [PATCH 2/2] MIPS: Make virt_addr_valid() return bool

RFC: switch the remaining architectures to use generic GUP
 2019-05-29  8:19 UTC  (6+ messages)
` [PATCH 4/6] mm: add a gup_fixup_start_addr hook

[PATCH 1/8 v2] MIPS: ralink: mt7628a.dtsi: Add SPDX GPL-2.0 license identifier
 2019-05-29  5:22 UTC  (7+ messages)
` [PATCH 5/8 v2] MIPS: ralink: mt7628a.dtsi: Add I2C controller DT node
` [PATCH 6/8 v2] MIPS: ralink: mt7628a.dtsi: Add SPI "

[PATCH] MIPS: Treat Loongson Extentions as ASEs
 2019-05-29  3:21 UTC 

Urgent!!!
 2019-05-29  2:50 UTC 

MIPS r4k cache operations with SMP enabled
 2019-05-28 21:03 UTC  (4+ messages)

[PATCH net-next 0/2] Add hw offload of TC flower on MSCC Ocelot
 2019-05-28 17:59 UTC  (3+ messages)
` [PATCH net-next 1/2] net: mscc: ocelot: Add support for tcam

[PATCH] irqchip/mips-gic: Use the correct local interrupt map registers
 2019-05-28 16:56 UTC 

[PATCH] [RFC] Remove bdflush syscall stub
 2019-05-28 11:20 UTC  (5+ 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).