messages from 2015-03-07 18:32:15 to 2015-03-16 11:04:49 UTC [more...]
[PATCH V2 0/5] MIPS: Initial IMG Pistachio SoC support
2015-03-16 11:04 UTC (10+ messages)
` [PATCH V2 1/5] MIPS: Create a common <asm/mach-generic/war.h>
` [PATCH V2 2/5] MIPS: Allow platforms to specify the decompressor load address
` [PATCH V2 3/5] MIPS: Document Pistachio boot protocol and device-tree bindings
` [PATCH V2 4/5] MIPS: Add support for the IMG Pistachio SoC
` [PATCH V2 5/5] MIPS: pistachio: Add an initial defconfig
[PATCH 0/6] MIPS: OCTEON: Patches to enable Little Endian
2015-03-16 10:39 UTC (12+ messages)
` [PATCH 1/6] MIPS: OCTEON: Tell the kernel build system we can do "
` [PATCH 2/6] MIPS: OCTEON: Ensure CPUs come up little endian
` [PATCH 3/6] MIPS: OCTEON: Turn hardware bitfields and structures inside out
` [PATCH 4/6] MIPS: OCTEON: Set appropriate endianness in L2C registers
` [PATCH 5/6] MIPS: OCTEON: Reverse the order of register accesses to the FAU
` [PATCH 6/6] MIPS: OCTEON: Set up ethernet hardware for little endian
[U-Boot] MIPS UHI spec
2015-03-16 10:30 UTC (5+ messages)
[PATCH v3] mmc: OCTEON: Add host driver for OCTEON MMC controller
2015-03-15 18:37 UTC (2+ messages)
[PATCH v2 0/3] MIPS: OCTEON: flash: syncronize bootbus access
2015-03-15 18:30 UTC (3+ messages)
` [PATCH v2 3/3] MIPS: OCTEON: Use device tree to probe for flash chips
[added to the 3.18 stable tree] KVM: MIPS: Fix trace event to save PC directly
2015-03-14 22:59 UTC
[PATCH] MIPS: BCM47XX: Support for SPROM prefixes for PCI devices
2015-03-14 16:55 UTC (2+ messages)
` [PATCH V2] MIPS: BCM47XX: Support "
[RFC V2 00/12] i2c: describe adapter quirks in a generic way
2015-03-14 11:14 UTC (19+ messages)
` [RFC V2 03/12] i2c: at91: make use of the new infrastructure for quirks
` [RFC V2 04/12] i2c: opal: "
` [RFC V2 12/12] i2c: bcm-iproc: "
[PATCH 18/32] mips: copy_thread(): rename 'arg' argument to 'kthread_arg'
2015-03-13 18:14 UTC (2+ messages)
[PATCH] Revert "MIPS: mm: tlbex: Use cpu_has_mips_r2_exec_hazard for the EHB instruction"
2015-03-13 17:10 UTC (12+ messages)
` [PATCH] MIPS: mm: tlbex: Replace cpu_has_mips_r2_exec_hazard with cpu_has_mips_r2_r6
[PATCH V8 8/8] MIPS: Loongson: Make CPUFreq usable for Loongson-3
2015-03-13 2:30 UTC
[PATCH V8 3/8] MIPS: Cleanup Loongson-2F's gpio driver
2015-03-13 2:26 UTC (4+ messages)
` [PATCH V8 4/8] MIPS: Move Loongson GPIO driver to drivers/gpio
` [PATCH V8 5/8] GPIO: Add Loongson-3A/3B GPIO driver support
[PATCH V8 6/8] MIPS: Loongson-3: Add CPU Hwmon platform driver
2015-03-13 2:28 UTC (2+ messages)
` [PATCH V8 7/8] MIPS: Loongson-3: Add chipset ACPI "
[PATCH V8 0/8] MIPS: Loongson-3: Improve kernel functionality
2015-03-13 2:24 UTC (3+ messages)
` [PATCH V8 1/8] MIPS: Loongson: Introduce and use cpu_has_coherent_cache feature
` [PATCH V8 2/8] MIPS: perf: Add hardware perf events support for Loongson-3
[PATCH] MIPS: bcm63xx: move bcm63xx_gpio_init() to bcm63xx_register_devices()
2015-03-12 16:00 UTC
[PATCH v6 02/30] PCI: Rip out pci_bus_add_devices() from pci_scan_root_bus()
2015-03-12 12:20 UTC (7+ messages)
` [PATCH v6 07/30] PCI: Pass PCI domain number combined with root bus number
[PATCH] MIPS: Loongson-3: Add IRQF_NO_SUSPEND to Cascade irqaction
2015-03-12 11:59 UTC (3+ messages)
(no subject)
2015-03-12 11:49 UTC (2+ messages)
[patch added to the 3.12 stable tree] KVM: MIPS: Fix trace event to save PC directly
2015-03-12 10:18 UTC
bcm63xx gpio issue on 3.19
2015-03-12 4:03 UTC (6+ messages)
MIPS: Loongson-3: Add IRQF_NO_SUSPEND to Cascade irqaction
2015-03-12 3:51 UTC
[PATCH v3 0/8] switch to using asm-generic for seccomp.h
2015-03-11 18:59 UTC (3+ messages)
[PATCH 00/20] MIPS: KVM: Guest FPU & SIMD (MSA) support
2015-03-11 14:44 UTC (42+ messages)
` [PATCH 01/20] MIPS: KVM: Handle MSA Disabled exceptions from guest
` [PATCH 02/20] MIPS: Clear [MSA]FPE CSR.Cause after notify_die()
` [PATCH 03/20] MIPS: KVM: Handle TRAP exceptions from guest kernel
` [PATCH 04/20] MIPS: KVM: Implement PRid CP0 register access
` [PATCH 05/20] MIPS: KVM: Sort kvm_mips_get_reg() registers
` [PATCH 06/20] MIPS: KVM: Drop pr_info messages on init/exit
` [PATCH 07/20] MIPS: KVM: Clean up register definitions a little
` [PATCH 08/20] MIPS: KVM: Simplify default guest Config registers
` [PATCH 09/20] MIPS: KVM: Add Config4/5 and writing of "
` [PATCH 10/20] MIPS: KVM: Add vcpu_get_regs/vcpu_set_regs callback
` [PATCH 11/20] MIPS: KVM: Add base guest FPU support
` [PATCH 12/20] MIPS: KVM: Emulate FPU bits in COP0 interface
` [PATCH 13/20] MIPS: KVM: Add FP exception handling
` [PATCH 14/20] MIPS: KVM: Expose FPU registers
` [PATCH 15/20] MIPS: KVM: Wire up FPU capability
` [PATCH 16/20] MIPS: KVM: Add base guest MSA support
` [PATCH 17/20] MIPS: KVM: Emulate MSA bits in COP0 interface
` [PATCH 18/20] MIPS: KVM: Add MSA exception handling
` [PATCH 19/20] MIPS: KVM: Expose MSA registers
` [PATCH 20/20] MIPS: KVM: Wire up MSA capability
[PATCH v4] SATA: OCTEON: support SATA on OCTEON platform
2015-03-10 14:22 UTC (3+ messages)
[PATCH] MIPS: Kconfig: Fix typo for the r2-to-r6 emulator kernel parameter
2015-03-10 12:30 UTC (2+ messages)
[PATCH 0/7] crypto: OCTEON MD5 bugfix + SHA modules
2015-03-10 9:58 UTC (9+ messages)
` [PATCH 1/7] crypto: octeon - don't disable bottom half in octeon-md5
` [PATCH 2/7] crypto: octeon - always disable preemption when using crypto engine
` [PATCH 3/7] crypto: octeon - add instruction definitions for SHA1/256/512
` [PATCH 4/7] crypto: octeon - add SHA1 module
` [PATCH 5/7] crypto: octeon - add SHA256 module
` [PATCH 6/7] crypto: octeon - add SHA512 module
` [PATCH 7/7] crypto: octeon - enable OCTEON SHA1/256/512 module selection
[PATCH v3 0/10] split ET_DYN ASLR from mmap ASLR
2015-03-09 18:06 UTC (3+ messages)
[PATCH v4 0/10] split ET_DYN ASLR from mmap ASLR
2015-03-09 17:42 UTC (5+ messages)
` [PATCH v4 06/10] s390: standardize mmap_rnd() usage
` [PATCH v4 08/10] s390: redefine randomize_et_dyn for ELF_ET_DYN_BASE
[PATCH] Remove deprecated IRQF_DISABLED flag entirely
2015-03-09 17:29 UTC (10+ messages)
` [PATCH v2] "
[PATCH 0/4] MIPS R6 fixes for 4.0
2015-03-09 15:24 UTC (7+ messages)
` [PATCH 1/4] MIPS: asm: r4kcache: Use correct base register for MIPS R6 cache flushes
` [PATCH 4/4] MIPS; asm: bitops: Add missing ISA levels for MIPS R6
[PATCH v2 0/5] split ET_DYN ASLR from mmap ASLR
2015-03-09 15:15 UTC (10+ messages)
` [PATCH 1/5] arm: factor out mmap ASLR into mmap_rnd
` [PATCH 2/5] mm: expose arch_mmap_rnd when available
` [PATCH 4/5] mm: split ET_DYN ASLR from mmap ASLR
` [PATCH 5/5] mm: fold arch_randomize_brk into ARCH_HAS_ELF_RANDOMIZE
[PATCH v2 0/4] EVA fixes
2015-03-09 14:54 UTC (10+ messages)
` [PATCH v2 1/4] MIPS: asm: asm-eva: Introduce kernel load/store variants
` [PATCH v2 2/4] MIPS: unaligned: Prevent EVA instructions on kernel unaligned accesses
` [PATCH v2 3/4] MIPS: unaligned: Surround load/store macros in do {} while statements
` [PATCH v2 4/4] MIPS: unaligned: Fix regular load/store instruction emulation for EVA
MIPS: asm: asm-eva: Introduce kernel load/store variants
2015-03-09 14:54 UTC
[PATCH v6] modify the IO_TLB_SEGSIZE and IO_TLB_DEFAULT_SIZE configurable as flexible requirement about SW-IOMMU
2015-03-09 8:25 UTC
[PATCH v5] modify the IO_TLB_SEGSIZE and IO_TLB_DEFAULT_SIZE configurable as flexible requirement about SW-IOMMU
2015-03-09 0:31 UTC (9+ messages)
[PATCH v3] SATA: OCTEON: support SATA on OCTEON platform
2015-03-08 22:48 UTC (2+ messages)
[PATCH v2 00/17] MIPS: Add cputime/clock/hrtick features
2015-03-07 18:30 UTC (24+ messages)
` [PATCH v2 02/17] MIPS: Fall back to generic implementation of cmpxchg64 on 32-bit platforms
` [PATCH v2 03/17] MIPS: Add support for full dynticks CPU time accounting
` [PATCH v2 04/17] clocksource: versatile: Add PLAT_VERSATILE dependency
` [PATCH v2 05/17] MIPS: Add sched_clock support
` [PATCH v2 06/17] MIPS: csrc-r4k: Implement read_sched_clock
` [PATCH v2 07/17] MIPS: csrc-bcm1480: Remove FSF mail address from GPL notice
` [PATCH v2 08/17] MIPS: csrc-bcm1480: Implement read_sched_clock
` [PATCH v2 09/17] MIPS: csrc-ioasic: Remove FSF mail address from GPL notice
` [PATCH v2 10/17] MIPS: csrc-ioasic: Implement read_sched_clock
` [PATCH v2 11/17] MIPS: sgi-ip27: "
` [PATCH v2 12/17] MIPS: cevt-txx9: "
` [PATCH v2 13/17] MIPS: jz4740: "
` [PATCH v2 14/17] MIPS: csrc-sb1250: Extract hpt cycle acquisition from sb1250_hpt_read
` [PATCH v2 15/17] MIPS: csrc-sb1250: Remove FSF mail address from GPL notice
` [PATCH v2 16/17] MIPS: csrc-sb1250: Implement read_sched_clock
` [PATCH v2 17/17] MIPS: Add support for fine granularity task level IRQ time accounting
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