Linux MIPS Architecture development
 help / color / mirror / Atom feed
 messages from 2017-03-02 00:22:44 to 2017-03-08 19:36:43 UTC [more...]

[PATCH v3] NI 169445 board support
 2017-03-08 19:35 UTC  (6+ messages)
` [PATCH 1/2] gpio: mmio: add support for NI 169445 NAND GPIO
` [PATCH 2/2] MIPS: NI 169445 board support

mach-cavium-octeon/cpu-feature-overrides.h
 2017-03-08 17:30 UTC 

[RFT PATCH] mips: bigsur_defconfig: convert to use libata PATA drivers
 2017-03-08 16:04 UTC  (3+ messages)
  ` [RFT PATCH] mips: workpad_defconfig: "

next build: 208 builds: 21 failed, 187 passed, 53 errors, 406 warnings (next-20170308)
 2017-03-08  9:42 UTC  (3+ messages)

[PATCH] mips: add missing include files
 2017-03-08  7:29 UTC 

[PATCH V2 0/7] MIPS: Loongson: feature and performance improvements
 2017-03-08  7:15 UTC  (5+ messages)
` [PATCH V2 2/7] MIPS: Loongson: Add NMI handler support

[PATCH 0/2] MIPS: Couple kexec related fixes
 2017-03-08  1:46 UTC  (3+ messages)
` [PATCH 1/2] MIPS: kexec: Provide bootloader arguments by default
` [PATCH 2/2] MIPS: c-r4k: Do not SMP function call during kexec

[PATCH] MIPS: pm-cps: Drop manual cache-line alignment of ready_count
 2017-03-07 18:07 UTC  (7+ messages)
` [PATCH v2] "

RFC: Proper locking tips for IRQ handlers?
 2017-03-07 16:56 UTC  (3+ messages)

[PATCH] MIPS: enable GENERIC_CPU_AUTOPROBE
 2017-03-07 13:19 UTC  (2+ messages)

[PATCH] MIPS: reset all task's asid to 0 after asid_cache(cpu) overflows
 2017-03-07 12:06 UTC  (8+ messages)

[PATCH v3] MIPS: Fix build breakage caused by header file changes
 2017-03-07 10:34 UTC  (12+ messages)

[PATCH] MIPS: Include asm/ptrace.h now linux/sched.h doesn't
 2017-03-07  7:44 UTC  (3+ messages)

[PATCH] net: sgi: ioc3-eth: use new api ethtool_{get|set}_link_ksettings
 2017-03-07  1:07 UTC  (2+ messages)

[PATCH v2 1/1] serial: 8250_dw: Allow hardware flow control to be used
 2017-03-06 23:38 UTC  (21+ messages)
              ` [PATCH] serial: 8250_dw: Fix breakage when HAVE_CLK=n

[PATCH v2] MIPS: NI 169445 board support
 2017-03-06 23:14 UTC  (10+ messages)
` [PATCH 1/2] gpio: mmio: add support for NI 169445 NAND GPIO
` [PATCH 2/2] MIPS: NI 169445 board support

[PATCH v2] MIPS: Fix build breakage caused by header file changes
 2017-03-06 19:01 UTC  (2+ messages)

[PATCH] uapi: fix asm/signal.h userspace compilation errors
 2017-03-06 15:10 UTC  (6+ messages)

[PATCH] MIPS: reset all task's asid to 0 after asid_cache(cpu) overflows
 2017-03-06  8:00 UTC  (4+ messages)

[PATCH] jump_label: align jump_entry table to at least 4-bytes
 2017-03-06  2:16 UTC  (2+ messages)
` [PATCH] MIPS: jump_lable: Give __jump_table elements an entsize

[PATCH 1/3] futex: remove duplicated code
 2017-03-06  1:52 UTC  (12+ messages)

[PATCH] MIPS: Fix build breakage caused by header file change
 2017-03-05 18:26 UTC 

[PATCH] MIPS: Wire up statx system call
 2017-03-04  0:41 UTC  (2+ messages)

[PATCH] MIPS: Fix IRQ tracing & lockdep when rescheduling
 2017-03-03 23:26 UTC  (2+ messages)

[PATCH 0/32] KVM: MIPS: Add VZ support
 2017-03-03 12:41 UTC  (72+ messages)
` [PATCH 1/32] MIPS: Add defs & probing of UFR
` [PATCH 2/32] MIPS: Separate MAAR V bit into VL and VH for XPA
` [PATCH 3/32] MIPS: Probe guest CP0_UserLocal
` [PATCH 4/32] MIPS: Probe guest MVH
` [PATCH 5/32] MIPS: Add some missing guest CP0 accessors & defs
` [PATCH 6/32] MIPS: asm/tlb.h: Add UNIQUE_GUEST_ENTRYHI() macro
` [PATCH 7/32] KVM: MIPS/Emulate: De-duplicate MMIO emulation
` [PATCH 8/32] KVM: MIPS/Emulate: Implement 64-bit "
` [PATCH 9/32] KVM: MIPS: Update kvm_lose_fpu() for VZ
` [PATCH 10/32] KVM: MIPS: Extend counters & events for VZ GExcCodes
` [PATCH 11/32] KVM: MIPS: Add VZ capability
` [PATCH 12/32] KVM: MIPS: Add 64BIT capability
` [PATCH 13/32] KVM: MIPS: Init timer frequency from callback
` [PATCH 14/32] KVM: MIPS: Add callback to check extension
` [PATCH 15/32] KVM: MIPS: Add hardware_{enable,disable} callback
` [PATCH 16/32] KVM: MIPS: Add guest exit exception callback
` [PATCH 17/32] KVM: MIPS: Abstract guest CP0 register access for VZ
` [PATCH 18/32] KVM: MIPS/Entry: Update entry code to support VZ
` [PATCH 19/32] KVM: MIPS/TLB: Add VZ TLB management
` [PATCH 20/32] KVM: MIPS/Emulate: Update CP0_Compare emulation for VZ
` [PATCH 21/32] KVM: MIPS/Emulate: Drop CACHE "
` [PATCH 22/32] KVM: MIPS: Update exit handler "
` [PATCH 23/32] KVM: MIPS: Implement VZ support
` [PATCH 24/32] KVM: MIPS: Add VZ support to build system
` [PATCH 25/32] KVM: MIPS/VZ: Support guest CP0_BadInstr[P]
` [PATCH 26/32] KVM: MIPS/VZ: Support guest CP0_[X]ContextConfig
` [PATCH 27/32] KVM: MIPS/VZ: Support guest segmentation control
` [PATCH 28/32] KVM: MIPS/VZ: Support guest hardware page table walker
` [PATCH 29/32] KVM: MIPS/VZ: Support guest load-linked bit
` [PATCH 30/32] KVM: MIPS/VZ: Emulate MAARs when necessary
` [PATCH 31/32] KVM: MIPS/VZ: Support hardware guest timer
` [PATCH 32/32] KVM: MIPS/VZ: Trace guest mode changes

[PATCH] module: set __jump_table alignment to 8
 2017-03-03  3:34 UTC  (12+ messages)

[PATCH 2/3] uapi: fix asm/sembuf.h userspace compilation errors
 2017-03-02 13:14 UTC  (3+ messages)
` [PATCH 3/3] uapi: fix asm/shmbuf.h "

[PATCH] uapi: fix another asm/shmbuf.h userspace compilation error
 2017-03-02 13:07 UTC  (2+ messages)

[PATCH 00/21] MIPS memblock: Remove bootmem code and switch to NO_BOOTMEM
 2017-03-02  3:06 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