messages from 2014-07-08 19:09:03 to 2014-07-16 16:01:01 UTC [more...]
[PATCH 0/4] mips: Add cma support to mips
2014-07-16 15:59 UTC (12+ messages)
` [PATCH 1/4] asm-generic: Add dma-contiguous.h
` [PATCH 2/4] arm64: use generic dma-contiguous.h
` [PATCH 3/4] x86: "
` [PATCH 4/4] mips: dma: Add cma support
[PATCH] MIPS: smartmips: Disable assembler warnings
2014-07-16 13:46 UTC (2+ messages)
[PATCH] MIPS: kernel: cps-vec: Set ISA level to mips32r2 for the MIPS MT ASE
2014-07-16 7:53 UTC (2+ messages)
[PATCH 0/3] Use dedicated RI/XI exceptions for MIPSR5 cores
2014-07-16 7:45 UTC (14+ messages)
` [PATCH 1/3] MIPS: Add new option for unique RI/XI exceptions
` [PATCH 2/3] MIPS: Use dedicated exception handler if CPU supports "
` [PATCH 3/3] MIPS: kernel: cpu-probe: Detect unique "
MIPS: Remove BUG_ON(!is_fpu_owner()) in do_ade()
2014-07-16 1:19 UTC
[PATCH V2] MIPS: Don't BUG_ON(!is_fpu_owner()) in do_ade()
2014-07-16 1:19 UTC (2+ messages)
[PATCH 3.13 076/198] MIPS: KVM: Allocate at least 16KB for exception handlers
2014-07-15 21:31 UTC (3+ messages)
` [PATCH 3.13 190/198] recordmcount/MIPS: Fix possible incorrect mcount_loc table entries in modules
` [PATCH 3.13 191/198] MIPS: MSC: Prevent out-of-bounds writes to MIPS SC ioremap'd region
[3.13.y.z extended stable] Patch "recordmcount/MIPS: Fix possible incorrect mcount_loc table entries in modules" has been added to staging queue
2014-07-15 21:30 UTC
[3.13.y.z extended stable] Patch "MIPS: MSC: Prevent out-of-bounds writes to MIPS SC ioremap'd region" has been added to staging queue
2014-07-15 21:30 UTC
[3.13.y.z extended stable] Patch "MIPS: KVM: Allocate at least 16KB for exception handlers" has been added to staging queue
2014-07-15 21:29 UTC
[PATCH 0/7] Two-phase seccomp and x86 tracing changes
2014-07-15 19:32 UTC (8+ messages)
` [PATCH 1/7] seccomp,x86,arm,mips,s390: Remove nr parameter from secure_computing
` [PATCH 2/7] seccomp: Refactor the filter callback and the API
` [PATCH 3/7] seccomp: Allow arch code to provide seccomp_data
` [PATCH 4/7] x86,x32,audit: Fix x32's AUDIT_ARCH wrt audit
` [PATCH 5/7] x86: Split syscall_trace_enter into two phases
` [PATCH 6/7] x86_64,entry: Treat regs->ax the same in fastpath and slowpath syscalls
` [PATCH 7/7] x86_64,entry: Use split-phase syscall_trace_enter for 64-bit syscalls
[PATCH v10 0/11] seccomp: add thread sync ability
2014-07-15 1:53 UTC (23+ messages)
` [PATCH v10 01/11] seccomp: create internal mode-setting function
` [PATCH v10 02/11] seccomp: extract check/assign mode helpers
` [PATCH v10 03/11] seccomp: split mode setting routines
` [PATCH v10 04/11] seccomp: add "seccomp" syscall
` [PATCH v10 05/11] ARM: add seccomp syscall
` [PATCH v10 06/11] MIPS: "
` [PATCH v10 07/11] sched: move no_new_privs into new atomic flags
` [PATCH v10 08/11] seccomp: split filter prep from check and apply
` [PATCH v10 09/11] seccomp: introduce writer locking
` [PATCH v10 10/11] seccomp: allow mode setting across threads
` [PATCH v10 11/11] seccomp: implement SECCOMP_FILTER_FLAG_TSYNC
[PATCH] mips: fix a warning for virt_to_page
2014-07-14 15:39 UTC (2+ messages)
[PATCH 0/5] Add support for HardWare Table Walker for 32-bit cores
2014-07-14 11:47 UTC (18+ messages)
` [PATCH 1/5] MIPS: cpu-info: Change the cpu options variable to unsigned long long
` [PATCH 2/5] MIPS: cpu: Add new cpu option for HardWare Table Walker
` [PATCH v2 2/5] MIPS: cpu: Add new cpu option for Hardware "
` [PATCH 3/5] MIPS: asm: Add register definitions "
` [PATCH 4/5] MIPS: kernel: cpu-probe: Add support for the HardWare "
` [PATCH v2 "
` [PATCH 5/5] MIPS: mm: Use the HardWare Page Table Walker if the core supports it
` [PATCH v2 5/5] MIPS: mm: Use the Hardware "
[PATCH 0/4] Memory Accessibility Attribute Register (MAAR) support
2014-07-14 11:37 UTC (13+ messages)
` [PATCH 1/4] MIPS: define MAAR register accessors & bits
` [PATCH 2/4] MIPS: detect presence of MAARs
` [PATCH 3/4] MIPS: initialise MAARs
` [PATCH 4/4] MIPS: Malta: "
` [PATCH v2 "
[PATCH] MIPS: Don't BUG_ON(!is_fpu_owner()) in do_ade() when preemptible
2014-07-14 2:22 UTC (9+ messages)
` [PATCH] Not preempt in CP1 exception handling
[PATCH 00/10] MIPS: BCM63XX: add irq affinity support for IPIC
2014-07-12 10:49 UTC (11+ messages)
` [PATCH 01/10] MIPS: BCM63XX: add width to __dispatch_internal
` [PATCH 02/10] MIPS: BCM63XX: move bcm63xx_init_irq down
` [PATCH 03/10] MIPS: BCM63XX: replace irq dispatch code with a generic version
` [PATCH 04/10] MIPS: BCM63XX: append irq line to irq_{stat,mask}*
` [PATCH 05/10] MIPS: BCM63XX: populate irq_{stat,mask}_addr for second cpu
` [PATCH 06/10] MIPS: BCM63XX: add cpu argument to dispatch internal
` [PATCH 07/10] MIPS: BCM63XX: protect irq register accesses
` [PATCH 08/10] MIPS: BCM63XX: wire up the second cpu's irq line
` [PATCH 09/10] MIPS: BCM63XX: use irq_desc as argument for (un)mask
` [PATCH 10/10] MIPS: BCM63XX: allow setting affinity for IPIC
[PATCH RFC v2] MIPS: add support for vmlinux.bin appended DTB
2014-07-12 10:49 UTC
FIX ME in mc146818rtc.h
2014-07-12 6:59 UTC (2+ messages)
[PATCH] MIPS: bugfix: missed cache flush of TLB refill handler
2014-07-11 22:18 UTC (2+ messages)
[PATCH 00/13] MSA fixes
2014-07-11 15:47 UTC (28+ messages)
` [PATCH 01/13] MIPS: allow msa.h to be included in assembly files
` [PATCH 02/13] MIPS: save/restore MSACSR register on context switch
` [PATCH 03/13] MIPS: preserve scalar FP CSR when switching vector context
` [PATCH 04/13] MIPS: save/disable MSA in lose_fpu
` [PATCH 05/13] MIPS: clear upper 64b of vector registers when MSA is first used
` [PATCH 06/13] MIPS: fix MSA context for tasks which don't use FP first
` [PATCH 07/13] MIPS: fix read_msa_* & write_msa_* functions on non-MSA toolchains
` [PATCH 08/13] MIPS: ensure MSA gets disabled during boot
` [PATCH 09/13] MIPS: disable preemption whilst initialising MSA
` [PATCH 10/13] MIPS: 16 byte align MSA vector context
` [PATCH 11/13] MIPS: consistently clear MSA flags when starting & copying threads
` [PATCH 12/13] MIPS: don't build MSA support unless it can be used
` [PATCH 13/13] MIPS: mark MSA experimental
[PATCH v9 0/11] seccomp: add thread sync ability
2014-07-10 17:35 UTC (21+ messages)
` [PATCH v9 09/11] seccomp: introduce writer locking
` [PATCH v9 11/11] seccomp: implement SECCOMP_FILTER_FLAG_TSYNC
[PATCH 0/3] Add pci_enable_msi_partial() to conserve MSI-related resources
2014-07-10 17:02 UTC (9+ messages)
` [PATCH 1/3] PCI/MSI: Add pci_enable_msi_partial()
[3.11.y.z extended stable] Patch "MIPS: MSC: Prevent out-of-bounds writes to MIPS SC ioremap'd region" has been added to staging queue
2014-07-10 11:18 UTC
[3.11.y.z extended stable] Patch "recordmcount/MIPS: Fix possible incorrect mcount_loc table entries in modules" has been added to staging queue
2014-07-10 11:18 UTC
[3.11.y.z extended stable] Patch "MIPS: KVM: Remove redundant NULL checks before kfree()" has been added to staging queue
2014-07-10 11:17 UTC
[PATCH 0/8] MIPS: BCM63XX: remove !RUNTIME_DETECT support
2014-07-09 19:48 UTC (4+ messages)
` [PATCH 6/8] MIPS: BCM63XX: remove !RUNTIME_DETECT usage from enet code
[RFA][PATCH 21/27] MIPS: ftrace: Remove check of obsolete variable function_trace_stop
2014-07-09 15:48 UTC (4+ messages)
` [RFA][PATCH 07/27] MIPS: ftrace: Add call to ftrace_graph_is_dead() in function graph code
[PATCH RFC] MIPS: add support for vmlinux appended DTB
2014-07-09 12:25 UTC (3+ messages)
[PATCH 0/5] {pm,smp}-cps fixes
2014-07-09 11:51 UTC (12+ messages)
` [PATCH 1/5] MIPS: pm-cps: prevent use of mips_cps_* without CPS SMP
` [PATCH 2/5] MIPS: pm-cps: select CONFIG_MIPS_CPC
` [PATCH 3/5] MIPS: fix potential build failures using cpu_vpe_id on non-MT
` [PATCH 4/5] MIPS: {pm,smp}-cps: use cpu_vpe_id macro
` [PATCH 5/5] MIPS: smp-cps: fix entry code cache flush for systems with coherent I/O
[PATCH 3.2 109/125] MIPS: asm: thread_info: Add _TIF_SECCOMP flag
2014-07-08 19:01 UTC (2+ messages)
` [PATCH 3.2 102/125] MIPS: MSC: Prevent out-of-bounds writes to MIPS SC ioremap'd region
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