| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'wip-mips-pm' of https://github.com/paulburton/linux into mips-f... | Ralf Baechle | 2014-05-29 | 14 | -183/+1608 |
|\ |
|
| * | cpuidle: cpuidle-cps: add MIPS CPS cpuidle driver | Paul Burton | 2014-05-28 | 1 | -0/+11 |
| * | MIPS: cpuidle wait instruction state | Paul Burton | 2014-05-28 | 1 | -0/+11 |
| * | MIPS: smp-cps: duplicate core0 CCA on secondary cores | Paul Burton | 2014-05-28 | 2 | -5/+14 |
| * | MIPS: smp-cps: set a coherent default CCA | Paul Burton | 2014-05-28 | 1 | -0/+3 |
| * | MIPS: smp-cps: prevent multi-core SMP with unsuitable CCA | Paul Burton | 2014-05-28 | 1 | -2/+28 |
| * | MIPS: smp-cps: hotplug support | Paul Burton | 2014-05-28 | 1 | -2/+153 |
| * | MIPS: pm-cps: add PM state entry code for CPS systems | Paul Burton | 2014-05-28 | 3 | -0/+752 |
| * | MIPS: smp-cps: use CPC core-other locking | Paul Burton | 2014-05-28 | 1 | -3/+2 |
| * | MIPS: smp-cps: flush cache after patching mips_cps_core_entry | Paul Burton | 2014-05-28 | 1 | -5/+7 |
| * | MIPS: smp-cps: function to determine whether CPS SMP is in use | Paul Burton | 2014-05-28 | 1 | -0/+6 |
| * | MIPS: smp-cps: rework core/VPE initialisation | Paul Burton | 2014-05-28 | 4 | -157/+364 |
| * | MIPS: CPC: provide locking functions | Paul Burton | 2014-05-02 | 1 | -0/+26 |
| * | MIPS: introduce cpu_coherent_mask | Paul Burton | 2014-05-02 | 1 | -0/+4 |
| * | MIPS: support for generic clockevents broadcast | Paul Burton | 2014-05-02 | 1 | -0/+43 |
| * | MIPS: allow R4K clockevent device to function regardless of GIC | Paul Burton | 2014-05-02 | 1 | -6/+0 |
| * | MIPS: mark R4K clockevent device with CLOCK_EVT_FEAT_PERCPU | Paul Burton | 2014-05-02 | 1 | -1/+2 |
| * | MIPS: mark R4K clockevent device with CLOCK_EVT_FEAT_C3STOP | Paul Burton | 2014-05-02 | 1 | -1/+2 |
| * | MIPS: allow GIC clockevent device config from other CPUs | Paul Burton | 2014-05-02 | 2 | -1/+16 |
| * | MIPS: mark GIC clockevent device with CLOCK_EVT_FEAT_C3STOP | Paul Burton | 2014-05-02 | 1 | -1/+2 |
| * | MIPS: PM: Implement PM helper macros | James Hogan | 2014-05-02 | 2 | -0/+19 |
| * | MIPS: traps: Add CPU PM callback for trap configuration | James Hogan | 2014-05-02 | 1 | -23/+70 |
| * | MIPS: PM: Add CPU PM callbacks for general CPU context | James Hogan | 2014-04-24 | 2 | -0/+97 |
* | | MIPS: SMP: Remove plat_smp_ops cpus_done method. | Ralf Baechle | 2014-05-27 | 6 | -32/+0 |
* | | MIPS: MT: Remove SMTC support | Ralf Baechle | 2014-05-24 | 26 | -2462/+11 |
* | | MIPS: RM9000: Remove support for probing the CPU core. | Ralf Baechle | 2014-05-23 | 1 | -15/+0 |
* | | MIPS: RM9000: Remove support for idle loop. | Ralf Baechle | 2014-05-23 | 1 | -4/+0 |
* | | MIPS: Sort out mm_isBranchInstr. | Ralf Baechle | 2014-05-23 | 1 | -0/+196 |
* | | MIPS: Wire up renameat2 syscall. | Ralf Baechle | 2014-05-13 | 4 | -0/+4 |
* | | Revert "MIPS: MT: proc: Add support for printing VPE and TC ids" | Ralf Baechle | 2014-05-13 | 1 | -8/+1 |
|/ |
|
* | Merge git://git.infradead.org/users/eparis/audit | Linus Torvalds | 2014-04-12 | 1 | -1/+1 |
|\ |
|
| * | syscall_get_arch: remove useless function arguments | Eric Paris | 2014-03-20 | 1 | -1/+1 |
* | | Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 2014-04-03 | 1 | -4/+1 |
|\ \ |
|
| * | | ftrace: Do not pass data to ftrace_dyn_arch_init | Jiri Slaby | 2014-03-07 | 1 | -1/+1 |
| * | | ftrace: Pass retval through return in ftrace_dyn_arch_init() | Jiri Slaby | 2014-03-07 | 1 | -3/+0 |
* | | | Merge branch 'mips-for-linux-next' of git://git.linux-mips.org/pub/scm/ralf/u... | Linus Torvalds | 2014-04-02 | 36 | -371/+2010 |
|\ \ \ |
|
| * \ \ | Merge branch '3.14-fixes' into mips-for-linux-next | Ralf Baechle | 2014-03-31 | 4 | -11/+16 |
| |\ \ \ |
|
| * | | | | MIPS: smp-mt: Use common GIC IPI implementation | Paul Burton | 2014-03-31 | 1 | -22/+1 |
| * | | | | MIPS: smp-cmp: Remove incorrect core number probe | Paul Burton | 2014-03-31 | 1 | -2/+1 |
| * | | | | MIPS: Fix gigaton of warning building with microMIPS. | Ralf Baechle | 2014-03-31 | 6 | -11/+11 |
| * | | | | MIPS: Fix core number detection for MT cores | Paul Burton | 2014-03-31 | 1 | -1/+5 |
| * | | | | MIPS: Loongson: Add basic Loongson-3 CPU support | Huacai Chen | 2014-03-31 | 1 | -3/+9 |
| * | | | | MIPS: MT: proc: Add support for printing VPE and TC ids | Ralf Baechle | 2014-03-31 | 3 | -0/+68 |
| * | | | | MIPS: Simplify ptrace_getfpregs FPU IR retrieval | Paul Burton | 2014-03-31 | 1 | -24/+1 |
| * | | | | MIPS: Simplify PTRACE_PEEKUSR for FPC_EIR | Paul Burton | 2014-03-31 | 2 | -76/+6 |
| * | | | | MIPS: Use current_cpu_type() instead of c->cputype | Wu Zhangjin | 2014-03-31 | 1 | -2/+1 |
| * | | | | MIPS: Loongson: Rename PRID_IMP_LOONGSON1 and PRID_IMP_LOONGSON2 | Huacai Chen | 2014-03-31 | 1 | -2/+2 |
| * | | | | MIPS: perf: Add interAptiv support | Deng-Cheng Zhu | 2014-03-31 | 1 | -2/+36 |
| * | | | | MIPS: perf: Add proAptiv support | Deng-Cheng Zhu | 2014-03-31 | 1 | -2/+26 |
| * | | | | MIPS: perf: Rename 74K event/cache maps in preparation for Aptiv support | Deng-Cheng Zhu | 2014-03-31 | 1 | -4/+4 |