messages from 2015-06-18 01:05:01 to 2015-07-08 20:35:06 UTC [more...]
[PATCH V3 0/5] Allow user to request memory to be locked on page fault
2015-07-08 20:34 UTC (13+ messages)
` [PATCH V3 2/5] mm: mlock: Add new mlock, munlock, and munlockall system calls
` [PATCH V3 3/5] mm: mlock: Introduce VM_LOCKONFAULT and add mlock flags to enable it
` [PATCH V3 4/5] mm: mmap: Add mmap flag to request VM_LOCKONFAULT
[PATCH] MIPS: ath79: irq: Remove the include of drivers/irqchip/irqchip.h
2015-07-08 18:28 UTC (2+ messages)
[PATCH v5] clk: change clk_ops' ->determine_rate() prototype
2015-07-08 18:07 UTC (4+ messages)
[PATCH] MIPS, IRQCHIP: Move i8259 irqchip driver to drivers/irqchip
2015-07-08 16:38 UTC (6+ messages)
[PATCH 3.13.y-ckt 39/56] MIPS: Fix enabling of DEBUG_STACKOVERFLOW
2015-07-08 15:40 UTC
[PATCH] MIPS: KVM: do not sign extend on unsigned MMIO load
2015-07-08 14:25 UTC (6+ messages)
` [PATCH stable <3.17] MIPS: KVM: Do "
[PATCH 0/2] MIPS: ath79: Move the GPIO driver to drivers/gpio
2015-07-08 8:55 UTC (7+ messages)
` [PATCH 1/2] MIPS: ath79: Remove the unused GPIO function API
` [PATCH 2/2] MIPS: ath79: Move the GPIO driver to drivers/gpio
[PATCH 4.1 43/56] MIPS: Fix KVM guest fixmap address
2015-07-08 7:35 UTC
[PATCH 4.0 45/55] MIPS: Fix KVM guest fixmap address
2015-07-08 7:35 UTC
[PATCH 3.14 20/30] MIPS: Fix KVM guest fixmap address
2015-07-08 7:34 UTC
[PATCH 3.10 12/14] MIPS: Fix KVM guest fixmap address
2015-07-08 7:31 UTC
[3.13.y-ckt stable] Patch "MIPS: Fix enabling of DEBUG_STACKOVERFLOW" has been added to staging queue
2015-07-07 22:16 UTC
[PATCH 3.19.y-ckt 054/102] MIPS: ralink: Fix clearing the illegal access interrupt
2015-07-07 18:22 UTC (2+ messages)
` [PATCH 3.19.y-ckt 065/102] MIPS: Fix enabling of DEBUG_STACKOVERFLOW
[PATCH 00/14] MIPS: Migrate clockevent drivers to 'set-state'
2015-07-07 5:38 UTC (23+ messages)
` [PATCH 01/14] MIPS/alchemy/time: Migrate to new 'set-state' interface
` [PATCH 02/14] MIPS/jazz/timer: "
` [PATCH 03/14] MIPS/jz4740/time: "
` [PATCH 04/14] MIPS/cevt-bcm1480: "
` [PATCH 05/14] MIPS/cevt-ds1287: "
` [PATCH 06/14] MIPS/cevt-gt641xx: "
` [PATCH 07/14] MIPS/cevt-r4k: "
` [PATCH 08/14] MIPS/cevt-sb1250: "
` [PATCH 09/14] MIPS/cevt-txx9: "
` [PATCH 10/14] MIPS/loongson64/timer: "
` [PATCH 11/14] MIPS/loongsoon32/time: "
` [PATCH 12/14] MIPS/ralink/rt3352: "
` [PATCH 13/14] MIPS/sgi-ip27/timer: "
` [PATCH 14/14] MIPS/sni/time: "
[PATCH v4] clk: change clk_ops' ->determine_rate() prototype
2015-07-07 5:10 UTC (3+ messages)
[3.19.y-ckt stable] Patch "MIPS: Fix enabling of DEBUG_STACKOVERFLOW" has been added to staging queue
2015-07-07 0:11 UTC
[3.19.y-ckt stable] Patch "MIPS: ralink: Fix clearing the illegal access interrupt" has been added to staging queue
2015-07-07 0:11 UTC
[PATCH v3] clk: change clk_ops' ->determine_rate() prototype
2015-07-06 17:15 UTC (3+ messages)
[added to the 3.18 stable tree] MIPS: Fix KVM guest fixmap address
2015-07-04 3:02 UTC
[added to the 3.18 stable tree] MIPS: Fix enabling of DEBUG_STACKOVERFLOW
2015-07-02 21:41 UTC
[PATCH RFC] mips: bootmem: Don't use memory holes for page bitmap
2015-07-02 15:16 UTC
[PATCH 1/5] printk/nmi: Generic solution for safe printk in NMI
2015-07-02 11:17 UTC
[PATCH] gitignore: Add MIPS vmlinux.32 to the list
2015-07-01 22:31 UTC (4+ messages)
[PATCH] MIPS: mm: c-r4k: Fix cache flushing for MT cores
2015-07-01 10:30 UTC (2+ messages)
[PATCH 0/7] Initial SMP/CPS 64-bit support
2015-07-01 8:31 UTC (16+ messages)
` [PATCH 1/7] MIPS: kernel: smp-cps: Fix 64-bit compatibility errors due to pointer casting
` [PATCH 2/7] MIPS: kernel: cps-vec: Replace 'la' macro with PTR_LA
` [PATCH 3/7] MIPS: kernel: cps-vec: Replace mips32r2 ISA level with mips64r2
` [PATCH 4/7] MIPS: kernel: cps-vec: Use ta0-ta3 pseudo-registers for 64-bit
` [PATCH 5/7] MIPS: kernel: cps-vec: Replace KSEG0 with CKSEG0
` [PATCH 6/7] MIPS: kernel: cps-vec: Use macros for various arithmetics and memory operations
` [PATCH 7/7] Revert "MIPS: Kconfig: Disable SMP/CPS for 64-bit"
MIPS: cps-vec: Use macros for various arithmetics and memory operations
2015-07-01 8:13 UTC
MIPS: kernel: cps-vec: Replace KSEG0 with CKSEG0
2015-07-01 8:13 UTC
MIPS: kernel: cps-vec: Use ta0-ta3 pseudo-registers for 64-bit
2015-07-01 8:13 UTC
MIPS: kernel: cps-vec: Replace mips32r2 ISA level with mips64r2
2015-07-01 8:13 UTC
MIPS: kernel: cps-vec: Replace 'la' macro with PTR_LA
2015-07-01 8:13 UTC
MIPS: kernel: smp-cps: Fix 64-bit compatibility errors due to pointer casting
2015-07-01 8:13 UTC
kexec crash kernel running with watchdog enabled
2015-06-30 8:36 UTC (10+ messages)
[tip:irq/urgent] MIPS/ath25: Fix race in installing chained IRQ handler
2015-06-26 23:16 UTC (2+ messages)
[tip:irq/urgent] MIPS/pci: Fix race in installing chained IRQ handler
2015-06-26 23:13 UTC (2+ messages)
[PATCH] irqchip: bcm7120-l2: use of_io_request_and_map() to claim iomem
2015-06-26 20:51 UTC (4+ messages)
[PATCH 0/4] MIPS: BMIPS: dts: add NAND device nodes for bcm7xxx platforms
2015-06-26 16:32 UTC (11+ messages)
` [PATCH 1/4] MIPS: BMIPS: bcm7346: add nodes for NAND
` [PATCH 2/4] MIPS: BMIPS: bcm7358: "
` [PATCH 3/4] MIPS: BMIPS: bcm7360: "
` [PATCH 4/4] MIPS: BMIPS: bcm7362: "
[RESEND PATCH V2 0/3] Allow user to request memory to be locked on page fault
2015-06-25 14:46 UTC (21+ messages)
` [RESEND PATCH V2 1/3] Add mmap flag to request pages are locked after "
[PATCH 3.16.y-ckt 26/71] MIPS: Fix enabling of DEBUG_STACKOVERFLOW
2015-06-25 10:02 UTC (2+ messages)
` [PATCH 3.16.y-ckt 31/71] MIPS: KVM: Do not sign extend on unsigned MMIO load
[PATCH 0/2] Branch emulation fixes for MIPS R6
2015-06-24 8:52 UTC (6+ messages)
` [PATCH 1/2] MIPS: Fix branch emulation for BLTC and BGEC instructions
` [PATCH 2/2] MIPS: Fix erroneous JR emulation for MIPS R6
[PATCH] MIPS: kernel: traps: Fix broken indentation
2015-06-24 8:29 UTC (2+ messages)
MIPS: kernel: traps: Fix broken indentation
2015-06-24 8:29 UTC
[patch added to the 3.12 stable tree] MIPS: Fix enabling of DEBUG_STACKOVERFLOW
2015-06-23 13:25 UTC
[PATCH] MIPS: unaligned: fix build error on big endian R6 kernels
2015-06-23 11:02 UTC (2+ messages)
[3.16.y-ckt stable] Patch "MIPS: KVM: Do not sign extend on unsigned MMIO load" has been added to staging queue
2015-06-22 15:14 UTC
[PATCH v4 00/12] MIPS: ath79: Add OF support and DTS for TL-WR1043ND
2015-06-22 15:11 UTC (8+ messages)
` [PATCH v4 12/12] MIPS: Add basic support for the TL-WR1043ND version 1
[PATCH v3 0/3] MSA unaligned memory access support
2015-06-22 11:21 UTC (8+ messages)
` [PATCH v3 1/3] MIPS: declare MSA MI10 instruction formats
` [PATCH v3 2/3] MIPS: introduce accessors for MSA vector registers
` [PATCH v3 3/3] MIPS: MSA unaligned memory access support
[added to the 3.18 stable tree] MIPS: unaligned: Fix regular load/store instruction emulation for EVA
2015-06-22 4:13 UTC
[PATCH] MIPS: BCM47xx: Simplify handling SPROM revisions
2015-06-21 13:25 UTC
[PATCH 1/2] genirq: add chip_{suspend,resume} PM support to irq_chip
2015-06-20 14:11 UTC (7+ messages)
` [PATCH 2/2] IRQCHIP: bcm7120-l2: perform suspend/resume even without installed child IRQs
[PATCH 3.10 20/29] MIPS: Fix enabling of DEBUG_STACKOVERFLOW
2015-06-19 20:36 UTC
[PATCH 3.14 31/44] MIPS: Fix enabling of DEBUG_STACKOVERFLOW
2015-06-19 20:36 UTC
[PATCH 4.0 065/105] MIPS: ralink: Fix clearing the illegal access interrupt
2015-06-19 20:35 UTC (3+ messages)
` [PATCH 4.0 066/105] MIPS: Fix enabling of DEBUG_STACKOVERFLOW
` [PATCH 4.0 067/105] MIPS: KVM: Do not sign extend on unsigned MMIO load
musl-libc/MIPS: detached thread exit broken since kernel commit 46e12c07b
2015-06-19 14:35 UTC (4+ messages)
` [musl] "
[PATCH 00/44] kernel: Add support for poweroff handler call chain
2015-06-18 21:40 UTC (8+ messages)
` [PATCH 01/44] "
[PATCH] MIPS: Add platform specific secondary core init
2015-06-18 16:52 UTC (3+ messages)
[PATCH] MIPS: CPS: Guard mips_mt_set_cpuoptions call
2015-06-18 15:38 UTC (3+ 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