messages from 2017-03-13 13:33:59 to 2017-03-15 09:37:27 UTC [more...]
[PATCH v2] MIPS: NI 169445 board support
2017-03-15 9:37 UTC (5+ messages)
` [PATCH 1/2] gpio: mmio: add support for NI 169445 NAND GPIO
` [PATCH 2/2] MIPS: NI 169445 board support
[PATCH] MIPS: PCI: scan PCI controllers in reverse order
2017-03-15 9:04 UTC (2+ messages)
[PATCH 0/2] cpu-features.h rename
2017-03-15 7:24 UTC (16+ messages)
` [PATCH 1/2] MIPS: mach-rm: Remove recursive include of cpu-feature-overrides.h
` [PATCH 2/2] MIPS: rename cpu-features.h -> cpucaps.h
stable build: 199 builds: 1 failed, 198 passed, 1 error, 31 warnings (v4.4.52)
2017-03-15 7:22 UTC (2+ messages)
stable build: 203 builds: 3 failed, 200 passed, 5 errors, 28 warnings (v4.9.13)
2017-03-15 7:22 UTC (2+ messages)
stable build: 203 builds: 4 failed, 199 passed, 5 errors, 41 warnings (v4.10.1)
2017-03-15 7:22 UTC (2+ messages)
[PATCH v2 0/5] MIPS: BPF: JIT fixes and improvements
2017-03-15 0:36 UTC (13+ messages)
` [PATCH v2 1/5] MIPS: uasm: Add support for LHU
` [PATCH v2 2/5] MIPS: BPF: Add JIT support for SKF_AD_HATYPE
` [PATCH v2 3/5] MIPS: BPF: Use unsigned access for unsigned SKB fields
` [PATCH v2 4/5] MIPS: BPF: Quit clobbering callee saved registers in JIT code
` [PATCH v2 5/5] MIPS: BPF: Fix multiple problems in JIT skb access helpers
[RFC PATCH 00/13] Introduce first class virtual address spaces
2017-03-14 21:14 UTC (41+ messages)
` [RFC PATCH 01/13] mm: Add mm_struct argument to 'mmap_region'
` [RFC PATCH 02/13] mm: Add mm_struct argument to 'do_mmap' and 'do_mmap_pgoff'
` [RFC PATCH 03/13] mm: Rename 'unmap_region' and add mm_struct argument
` [RFC PATCH 04/13] mm: Add mm_struct argument to 'get_unmapped_area' and 'vm_unmapped_area'
` [RFC PATCH 05/13] mm: Add mm_struct argument to 'mm_populate' and '__mm_populate'
` [RFC PATCH 06/13] mm/mmap: Export 'vma_link' and 'find_vma_links' to mm subsystem
` [RFC PATCH 07/13] kernel/fork: Split and export 'mm_alloc' and 'mm_init'
` [RFC PATCH 08/13] kernel/fork: Define explicitly which mm_struct to duplicate during fork
` [RFC PATCH 09/13] mm/memory: Add function to one-to-one duplicate page ranges
` [RFC PATCH 10/13] mm: Introduce first class virtual address spaces
` [RFC PATCH 11/13] mm/vas: Introduce VAS segments - shareable address space regions
` [RFC PATCH 12/13] mm/vas: Add lazy-attach support for first class virtual address spaces
` [RFC PATCH 13/13] fs/proc: Add procfs "
[PATCH 0/2] KVM: MIPS/Emulate: TLBWR & TLBR fixes for T&E
2017-03-14 17:00 UTC (6+ messages)
` [PATCH 1/2] KVM: MIPS/Emulate: Fix TLBWR with wired "
` [PATCH 2/2] KVM: MIPS/Emulate: Properly implement TLBR "
[PATCH v4] NI 169445 board support
2017-03-14 16:13 UTC (6+ messages)
` [PATCH 1/2] gpio: mmio: add support for NI 169445 NAND GPIO
` [PATCH 2/2] MIPS: NI 169445 board support
[PATCH 3.12 06/60] MIPS: OCTEON: Fix copy_from_user fault handling for large buffers
2017-03-14 13:15 UTC (7+ messages)
` [PATCH 3.12 07/60] MIPS: Clear ISA bit correctly in get_frame_info()
` [PATCH 3.12 08/60] MIPS: Prevent unaligned accesses during stack unwinding
` [PATCH 3.12 09/60] MIPS: Fix get_frame_info() handling of microMIPS function size
` [PATCH 3.12 10/60] MIPS: Fix is_jump_ins() handling of 16b microMIPS instructions
` [PATCH 3.12 11/60] MIPS: Calculate microMIPS ra properly when unwinding the stack
` [PATCH 3.12 12/60] MIPS: Handle microMIPS jumps in the same way as MIPS32/MIPS64 jumps
[PATCH 0/8] KVM: MIPS: Add Cavium Octeon III support
2017-03-14 10:25 UTC (18+ messages)
` [PATCH 1/8] MIPS: Add Octeon III register accessors & definitions
` [PATCH 2/8] KVM: MIPS/Emulate: Adapt T&E CACHE emulation for Octeon
` [PATCH 3/8] KVM: MIPS/TLB: Handle virtually tagged icaches
` [PATCH 4/8] KVM: MIPS/T&E: Report correct dcache line size
` [PATCH 5/8] KVM: MIPS/VZ: VZ hardware setup for Octeon III
` [PATCH 6/8] KVM: MIPS/VZ: Emulate hit CACHE ops "
` [PATCH 7/8] KVM: MIPS/VZ: Handle Octeon III guest.PRid register
` [PATCH 8/8] MIPS: Allow KVM to be enabled on Octeon CPUs
[PATCH v2 0/33] KVM: MIPS: Add VZ support
2017-03-14 10:15 UTC (68+ messages)
` [PATCH v2 1/33] MIPS: Add defs & probing of UFR
` [PATCH v2 2/33] MIPS: Separate MAAR V bit into VL and VH for XPA
` [PATCH v2 3/33] MIPS: Probe guest CP0_UserLocal
` [PATCH v2 4/33] MIPS: Probe guest MVH
` [PATCH v2 5/33] MIPS: Add some missing guest CP0 accessors & defs
` [PATCH v2 6/33] MIPS: asm/tlb.h: Add UNIQUE_GUEST_ENTRYHI() macro
` [PATCH v2 7/33] KVM: MIPS: Implement HYPCALL emulation
` [PATCH v2 8/33] KVM: MIPS/Emulate: De-duplicate MMIO emulation
` [PATCH v2 9/33] KVM: MIPS/Emulate: Implement 64-bit "
` [PATCH v2 10/33] KVM: MIPS: Update kvm_lose_fpu() for VZ
` [PATCH v2 11/33] KVM: MIPS: Extend counters & events for VZ GExcCodes
` [PATCH v2 12/33] KVM: MIPS: Add VZ & TE capabilities
` [PATCH v2 13/33] KVM: MIPS: Add 64BIT capability
` [PATCH v2 14/33] KVM: MIPS: Init timer frequency from callback
` [PATCH v2 15/33] KVM: MIPS: Add callback to check extension
` [PATCH v2 16/33] KVM: MIPS: Add hardware_{enable,disable} callback
` [PATCH v2 17/33] KVM: MIPS: Add guest exit exception callback
` [PATCH v2 18/33] KVM: MIPS: Abstract guest CP0 register access for VZ
` [PATCH v2 19/33] KVM: MIPS/Entry: Update entry code to support VZ
` [PATCH v2 20/33] KVM: MIPS/TLB: Add VZ TLB management
` [PATCH v2 21/33] KVM: MIPS/Emulate: Update CP0_Compare emulation for VZ
` [PATCH v2 22/33] KVM: MIPS/Emulate: Drop CACHE "
` [PATCH v2 23/33] KVM: MIPS: Update exit handler "
` [PATCH v2 24/33] KVM: MIPS: Implement VZ support
` [PATCH v2 25/33] KVM: MIPS: Add VZ support to build system
` [PATCH v2 26/33] KVM: MIPS/VZ: Support guest CP0_BadInstr[P]
` [PATCH v2 27/33] KVM: MIPS/VZ: Support guest CP0_[X]ContextConfig
` [PATCH v2 28/33] KVM: MIPS/VZ: Support guest segmentation control
` [PATCH v2 29/33] KVM: MIPS/VZ: Support guest hardware page table walker
` [PATCH v2 30/33] KVM: MIPS/VZ: Support guest load-linked bit
` [PATCH v2 31/33] KVM: MIPS/VZ: Emulate MAARs when necessary
` [PATCH v2 32/33] KVM: MIPS/VZ: Support hardware guest timer
` [PATCH v2 33/33] KVM: MIPS/VZ: Trace guest mode changes
[PATCH v2 1/1] serial: 8250_dw: Allow hardware flow control to be used
2017-03-14 2:21 UTC (4+ messages)
` [PATCH] serial: 8250_dw: Fix breakage when HAVE_CLK=n
[PATCH] KVM: MIPS/Emulate: Fix preemption warning
2017-03-14 0:05 UTC (2+ messages)
[patch added to 3.12-stable] MIPS: OCTEON: Fix copy_from_user fault handling for large buffers
2017-03-13 19:51 UTC (7+ messages)
` [patch added to 3.12-stable] MIPS: Clear ISA bit correctly in get_frame_info()
` [patch added to 3.12-stable] MIPS: Prevent unaligned accesses during stack unwinding
` [patch added to 3.12-stable] MIPS: Fix get_frame_info() handling of microMIPS function size
` [patch added to 3.12-stable] MIPS: Fix is_jump_ins() handling of 16b microMIPS instructions
` [patch added to 3.12-stable] MIPS: Calculate microMIPS ra properly when unwinding the stack
` [patch added to 3.12-stable] MIPS: Handle microMIPS jumps in the same way as MIPS32/MIPS64 jumps
NFS corruption, fixed by echo 1 > /proc/sys/vm/drop_caches -- next debugging steps?
2017-03-13 17:17 UTC (3+ messages)
[PATCH] MIPS: BPF: Add support for SKF_AD_HATYPE
2017-03-13 16:45 UTC (3+ messages)
[PATCH 0/3] MIPS: Fix some R2/FP emulation issues
2017-03-13 15:36 UTC (4+ messages)
` [PATCH 1/3] MIPS: r2-on-r6-emu: Fix BLEZL and BGTZL identification
` [PATCH 2/3] MIPS: r2-on-r6-emu: Clear BLTZALL and BGEZALL debugfs counters
` [PATCH 3/3] MIPS: math-emu: Fix BC1EQZ and BC1NEZ condition handling
[PATCH] MIPS: generic: fix out-of-tree defconfig target builds
2017-03-13 14:57 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox