linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-03-07 09:33:56 to 2017-03-14 10:22:21 UTC [more...]

[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

[RFC PATCH 00/13] Introduce first class virtual address spaces
 2017-03-14 10:18 UTC  (33+ 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] cpu-features.h rename
 2017-03-14  8:45 UTC  (12+ 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

[PATCH v2 1/1] serial: 8250_dw: Allow hardware flow control to be used
 2017-03-14  2:21 UTC  (5+ 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  (4+ messages)

[PATCH] MIPS: BPF: Add support for SKF_AD_HATYPE
 2017-03-13 16:45 UTC  (4+ 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)

[PATCH] MIPS: Lantiq: fix missing xbar kernel panic
 2017-03-13  8:57 UTC  (2+ messages)

[PATCH] MIPS: smp-mt: fix missing task_stack_page compile error
 2017-03-12 22:42 UTC  (2+ messages)

[PATCH V2 1/7] MIPS: Add MIPS_CPU_FTLB for Loongson-3A R2
 2017-03-11  5:19 UTC  (7+ messages)
` [PATCH V2 2/7] MIPS: Check TLB before handle_ri_rdhwr() for Loongson-3
` [PATCH V2 3/7] MIPS: Flush wrong invalid FTLB entry for huge page
` [PATCH V2 4/7] MIPS: Loongson-3: Select MIPS_L1_CACHE_SHIFT_6
` [PATCH V2 5/7] MIPS: c-r4k: Fix Loongson-3's vcache/scache waysize calculation
` [PATCH V2 6/7] MIPS: c-r4k: Add r4k_blast_scache_node for Loongson-3
` [PATCH V2 7/7] MIPS: Ensure pmd_present() returns false after pmd_mknotpresent()

[PATCH 0/2] MIPS: Couple kexec related fixes
 2017-03-10 12:16 UTC  (5+ 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 3.16 182/370] KVM: MIPS: Flush KVM entry code from icache globally
 2017-03-10 11:46 UTC 

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

[PATCH 4.10 001/167] MIPS: pic32mzda: Fix linker error for pic32_get_pbclk()
 2017-03-10  9:07 UTC  (10+ messages)
` [PATCH 4.10 003/167] MIPS: BCM47XX: Fix button inversion for Asus WL-500W
` [PATCH 4.10 004/167] MIPS: OCTEON: Fix copy_from_user fault handling for large buffers
` [PATCH 4.10 005/167] MIPS: Lantiq: Keep ethernet enabled during boot
` [PATCH 4.10 006/167] MIPS: Clear ISA bit correctly in get_frame_info()
` [PATCH 4.10 007/167] MIPS: Prevent unaligned accesses during stack unwinding
` [PATCH 4.10 008/167] MIPS: Fix get_frame_info() handling of microMIPS function size
` [PATCH 4.10 009/167] MIPS: Fix is_jump_ins() handling of 16b microMIPS instructions
` [PATCH 4.10 010/167] MIPS: Calculate microMIPS ra properly when unwinding the stack
` [PATCH 4.10 011/167] MIPS: Handle microMIPS jumps in the same way as MIPS32/MIPS64 jumps

[PATCH 4.9 001/153] MIPS: pic32mzda: Fix linker error for pic32_get_pbclk()
 2017-03-10  9:07 UTC  (10+ messages)
` [PATCH 4.9 003/153] MIPS: BCM47XX: Fix button inversion for Asus WL-500W
` [PATCH 4.9 004/153] MIPS: OCTEON: Fix copy_from_user fault handling for large buffers
` [PATCH 4.9 005/153] MIPS: Lantiq: Keep ethernet enabled during boot
` [PATCH 4.9 006/153] MIPS: Clear ISA bit correctly in get_frame_info()
` [PATCH 4.9 007/153] MIPS: Prevent unaligned accesses during stack unwinding
` [PATCH 4.9 008/153] MIPS: Fix get_frame_info() handling of microMIPS function size
` [PATCH 4.9 009/153] MIPS: Fix is_jump_ins() handling of 16b microMIPS instructions
` [PATCH 4.9 010/153] MIPS: Calculate microMIPS ra properly when unwinding the stack
` [PATCH 4.9 011/153] MIPS: Handle microMIPS jumps in the same way as MIPS32/MIPS64 jumps

[PATCH 4.4 02/91] MIPS: BCM47XX: Fix button inversion for Asus WL-500W
 2017-03-10  9:08 UTC  (9+ messages)
` [PATCH 4.4 03/91] MIPS: OCTEON: Fix copy_from_user fault handling for large buffers
` [PATCH 4.4 04/91] MIPS: Lantiq: Keep ethernet enabled during boot
` [PATCH 4.4 05/91] MIPS: Clear ISA bit correctly in get_frame_info()
` [PATCH 4.4 06/91] MIPS: Prevent unaligned accesses during stack unwinding
` [PATCH 4.4 07/91] MIPS: Fix get_frame_info() handling of microMIPS function size
` [PATCH 4.4 08/91] MIPS: Fix is_jump_ins() handling of 16b microMIPS instructions
` [PATCH 4.4 09/91] MIPS: Calculate microMIPS ra properly when unwinding the stack
` [PATCH 4.4 10/91] MIPS: Handle microMIPS jumps in the same way as MIPS32/MIPS64 jumps

[PATCH] MIPS: Octeon: Clean up platform code
 2017-03-09 21:28 UTC  (2+ messages)

[PATCH] MIPS: page.h: define virt_to_pfn()
 2017-03-09 21:11 UTC 

[PATCH] MIPS: Octeon: Remove unused PCIERCX types and macros
 2017-03-09 14:31 UTC 

[PATCH] MIPS: Octeon: Fix compile error when USB is not enabled
 2017-03-09 14:15 UTC 

[PATCH] MIPS: Octeon: Remove unused SLI types and macros
 2017-03-09 14:15 UTC 

[PATCH] MIPS: Octeon: Remove unused MIO types and macros
 2017-03-09 14:14 UTC 

[PATCH] MIPS: Octeon: Remove unused L2C types and macros
 2017-03-09 14:14 UTC 

[PATCH] MIPS: Octeon: Remove unused GPIO types and macros
 2017-03-09 14:13 UTC 

[PATCH 1/3] futex: remove duplicated code
 2017-03-09  4:36 UTC  (4+ messages)

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] MIPS: pm-cps: Drop manual cache-line alignment of ready_count
 2017-03-07 18:07 UTC  (3+ 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  (6+ messages)

[PATCH v3] MIPS: Fix build breakage caused by header file changes
 2017-03-07 10:34 UTC  (10+ 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).