| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-03-15 | 1 | -1/+1 |
|\ |
|
| * | arch/hotplug: Call into idle with a proper state | Thomas Gleixner | 2016-03-01 | 1 | -1/+1 |
* | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-03-15 | 5 | -6/+141 |
|\ \ |
|
| * \ | Merge branch 'linus' into irq/core, to pick up fixes | Ingo Molnar | 2016-03-08 | 11 | -34/+23 |
| |\ \ |
|
| * | | | MIPS: Delete smp-gic.c | Qais Yousef | 2016-02-25 | 1 | -1/+0 |
| * | | | MIPS: Make smp CMP, CPS and MT use the new generic IPI functions | Qais Yousef | 2016-02-25 | 3 | -5/+5 |
| * | | | MIPS: Add generic SMP IPI support | Qais Yousef | 2016-02-25 | 1 | -0/+136 |
* | | | | Merge branch 'core-resources-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2016-03-14 | 1 | -4/+6 |
|\ \ \ \ |
|
| * \ \ \ | Merge tag 'v4.5-rc6' into core/resources, to resolve conflict | Ingo Molnar | 2016-03-04 | 9 | -25/+15 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| * | | | | arch: Set IORESOURCE_SYSTEM_RAM flag for System RAM | Toshi Kani | 2016-01-30 | 1 | -4/+6 |
| | |/ /
| |/| | |
|
* | | | | MIPS: smp.c: Fix uninitialised temp_foreign_map | James Hogan | 2016-03-13 | 1 | -0/+1 |
| |_|/
|/| | |
|
* | | | MIPS: traps: Fix SIGFPE information leak from `do_ov' and `do_trap_or_bp' | Maciej W. Rozycki | 2016-03-04 | 1 | -7/+6 |
* | | | MIPS: Avoid variant of .type unsupported by LLVM Assembler | Daniel Sanders | 2016-02-29 | 2 | -2/+2 |
| |/
|/| |
|
* | | mips: Differentiate between 32 and 64 bit ELF header | Daniel Wagner | 2016-02-11 | 2 | -2/+2 |
* | | MIPS: Fix early CM probing | Paul Burton | 2016-02-09 | 1 | -0/+1 |
* | | MIPS: Wire up copy_file_range syscall. | Ralf Baechle | 2016-02-05 | 4 | -0/+4 |
* | | MIPS: traps.c: Correct microMIPS RDHWR emulation | Maciej W. Rozycki | 2016-02-02 | 1 | -4/+5 |
* | | MIPS: traps.c: Don't emulate RDHWR in the CpU #0 exception handler | Maciej W. Rozycki | 2016-02-02 | 1 | -15/+1 |
* | | MIPS: Properly disable FPU in start_thread() | James Hogan | 2016-02-01 | 1 | -4/+2 |
|/ |
|
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 2016-01-24 | 9 | -74/+291 |
|\ |
|
| * | Merge branch '4.4-fixes' into mips-for-linux-next | Ralf Baechle | 2016-01-24 | 2 | -1/+4 |
| |\ |
|
| | * | MIPS: Fix macro typo | Jaedon Shin | 2016-01-24 | 1 | -1/+1 |
| | * | MIPS: smp-cps: Ensure secondary cores start with EVA disabled | Matt Redfearn | 2016-01-24 | 1 | -0/+3 |
| * | | MIPS: Use EXCCODE_ constants with set_except_vector() | James Hogan | 2016-01-24 | 2 | -30/+30 |
| * | | MIPS: ptrace: Drop cp0_tcstatus from regoffset_table[] | James Hogan | 2016-01-24 | 1 | -3/+0 |
| * | | MIPS: TXx9: Be sure to clamp return value | Linus Walleij | 2016-01-24 | 1 | -1/+1 |
| * | | MIPS: sync-r4k: reduce skew while synchronization | Huacai Chen | 2016-01-24 | 1 | -24/+8 |
| * | | MIPS: Add IEEE Std 754 conformance mode selection | Maciej W. Rozycki | 2016-01-20 | 2 | -14/+103 |
| * | | MIPS: Determine the presence of IEEE Std 754-2008 features | Maciej W. Rozycki | 2016-01-20 | 1 | -2/+74 |
| * | | MIPS: ELF: Interpret the NAN2008 file header flag | Maciej W. Rozycki | 2016-01-20 | 1 | -0/+56 |
| * | | ELF: Also pass any interpreter's file header to `arch_check_elf' | Maciej W. Rozycki | 2016-01-20 | 1 | -1/+1 |
| * | | MIPS: math-emu: Add IEEE Std 754-2008 NaN encoding emulation | Maciej W. Rozycki | 2016-01-20 | 1 | -0/+2 |
| * | | MIPS: Define the legacy-NaN and 2008-NaN features | Maciej W. Rozycki | 2016-01-20 | 1 | -0/+2 |
| * | | MIPS: Use a union to access the ELF file header | Maciej W. Rozycki | 2016-01-20 | 1 | -14/+26 |
| |/ |
|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2016-01-14 | 1 | -3/+3 |
|\ \
| |/
|/| |
|
| * | module: use a structure to encapsulate layout. | Rusty Russell | 2015-12-04 | 1 | -3/+3 |
* | | MIPS: CPS: drop .set mips64r2 directives | Paul Burton | 2015-12-22 | 1 | -2/+0 |
* | | MIPS: uaccess: Take EVA into account in [__]clear_user | James Hogan | 2015-12-22 | 1 | -0/+2 |
|/ |
|
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 2015-11-15 | 22 | -173/+618 |
|\ |
|
| * | Merge branch '4.3-fixes' into mips-for-linux-next | Ralf Baechle | 2015-11-12 | 3 | -3/+14 |
| |\ |
|
| | * | MIPS: OCTEON: omit ELF NOTE segments | David Daney | 2015-11-10 | 1 | -1/+8 |
| | * | MIPS: vmlinux: discard .MIPS.abiflags | Aaro Koskinen | 2015-11-10 | 1 | -0/+1 |
| | * | MIPS: Switch BMIPS5000 to use r4k_wait_irqoff() | Petri Gynther | 2015-11-09 | 1 | -2/+3 |
| | * | MIPS: add nmi_enter() + nmi_exit() to nmi_exception_handler() | Petri Gynther | 2015-11-09 | 1 | -0/+2 |
| * | | MIPS: idle: add case for CPU_5KE | Aurelien Jarno | 2015-11-12 | 1 | -0/+1 |
| * | | MIPS: vmlinux: create a section for appended DTB | Aaro Koskinen | 2015-11-12 | 2 | -0/+9 |
| * | | MIPS: Make the kernel arguments from dtb available | Jonas Gorski | 2015-11-11 | 1 | -7/+17 |
| * | | MIPS: Add LATENCYTOP support | Aaro Koskinen | 2015-11-11 | 1 | -12/+15 |
| * | | MIPS: VDSO: Add implementations of gettimeofday() and clock_gettime() | Alex Smith | 2015-11-11 | 2 | -6/+109 |
| * | | MIPS: Initial implementation of a VDSO | Alex Smith | 2015-11-11 | 4 | -98/+86 |