linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-05-23 14:32:42 to 2019-06-03 17:07:52 UTC [more...]

[PATCH v6 00/19] Unify vDSOs across more architectures
 2019-06-03 17:07 UTC  (30+ 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

RFC: switch the remaining architectures to use generic GUP v2
 2019-06-03 17:02 UTC  (26+ 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 v4 00/14] Provide generic top-down mmap layout functions
 2019-06-03  7:05 UTC  (26+ messages)
` [PATCH v4 01/14] mm, fs: Move randomize_stack_top from fs to mm
` [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 06/14] arm: Properly account for stack randomization and stack guard gap
` [PATCH v4 07/14] arm: Use STACK_TOP when computing mmap base address
` [PATCH v4 08/14] arm: Use generic mmap top-down layout and brk randomization
` [PATCH v4 09/14] mips: Properly account for stack randomization and stack guard gap
` [PATCH v4 10/14] mips: Use STACK_TOP when computing mmap base address
` [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 v4 14/14] riscv: Make mmap allocation top-down by default

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] irqchip/bcm7038-l1: Fix build on ARM/ARM64
 2019-05-30 23:16 UTC 

[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  (14+ messages)
` [PATCH 1/6] MIPS: use the generic get_user_pages_fast code
` [PATCH 2/6] sh: add a missing pud_page definition
` [PATCH 3/6] sh: use the generic get_user_pages_fast code
` [PATCH 4/6] mm: add a gup_fixup_start_addr hook
` [PATCH 5/6] sparc64: use the generic get_user_pages_fast code
` [PATCH 6/6] mm: don't allow non-generic get_user_pages_fast implementations

[PATCH 1/8 v2] MIPS: ralink: mt7628a.dtsi: Add SPDX GPL-2.0 license identifier
 2019-05-29  5:22 UTC  (12+ messages)
` [PATCH 2/8 v2] MIPS: ralink: mt7628a.dtsi: Add pinmux DT node
` [PATCH 3/8 v2] MIPS: ralink: mt7628a.dtsi: Add pinctrl DT properties to the UART nodes
` [PATCH 4/8 v2] MIPS: ralink: mt7628a.dtsi: Add GPIO controller DT node
` [PATCH 5/8 v2] MIPS: ralink: mt7628a.dtsi: Add I2C "
` [PATCH 6/8 v2] MIPS: ralink: mt7628a.dtsi: Add SPI "
` [PATCH 7/8 v2] MIPS: ralink: mt7628a.dtsi: Add watchdog "
` [PATCH 8/8 v2] MIPS: ralink: Add GARDENA smart Gateway MT7688 board

[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  (4+ messages)
` [PATCH net-next 1/2] net: mscc: ocelot: Add support for tcam
` [PATCH net-next 2/2] net: mscc: ocelot: Hardware ofload for tc flower filter

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

[PATCH v2 0/2] close_range()
 2019-05-28  9:57 UTC  (8+ messages)
` [PATCH v2 1/2] open: add close_range()
` [PATCH v2 2/2] tests: add close_range() tests

[PATCH v3 2/3] arch: wire-up close_range()
 2019-05-28  3:43 UTC  (2+ messages)

Ingenic Timer/Counter Unit (TCU) patchset v12
 2019-05-27 11:39 UTC  (5+ messages)
` [PATCH v12 03/13] dt-bindings: Add doc for the Ingenic TCU drivers

[PATCH 1/9] MIPS: ralink: mt7628a.dtsi: Add SPDX GPL-2.0 license identifier
 2019-05-27  7:29 UTC 

[PATCH v6 0/3] MIPS: ath79: add ag71xx support
 2019-05-26 20:23 UTC  (6+ messages)
` [PATCH v6 1/3] dt-bindings: net: add qca,ar71xx.txt documentation
` [PATCH v6 2/3] MIPS: ath79: ar9331: add Ethernet nodes
` [PATCH v6 3/3] net: ethernet: add ag71xx driver

[RFC] On the Current Troubles of Mainlining Loongson Platform Drivers
 2019-05-26  9:19 UTC  (14+ messages)

[PATCH v3 1/2] pid: add pidfd_open()
 2019-05-24 10:54 UTC  (3+ messages)

[PATCH v1 1/2] open: add close_range()
 2019-05-24 10:31 UTC  (14+ messages)

[PATCHv2] kernel/crash: make parse_crashkernel()'s return value more indicant
 2019-05-24  3:11 UTC  (5+ messages)

[PATCH 4.19 059/114] MIPS: perf: Fix build with CONFIG_CPU_BMIPS5000 enabled
 2019-05-23 19:05 UTC 

[PATCH 5.0 073/139] MIPS: perf: Fix build with CONFIG_CPU_BMIPS5000 enabled
 2019-05-23 19:06 UTC 

[PATCH 5.1 082/122] MIPS: perf: Fix build with CONFIG_CPU_BMIPS5000 enabled
 2019-05-23 19:06 UTC 


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