| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'mips_4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan... | Linus Torvalds | 2017-02-21 | 30 | -321/+648 |
|\ |
|
| * | MIPS: sysmips: Remove duplicated include from syscall.c | Wei Yongjun | 2017-02-14 | 1 | -1/+0 |
| * | MIPS: Unify perf counter register definitions | James Hogan | 2017-02-14 | 1 | -32/+23 |
| * | MIPS: sync-r4k: Fix KERN_CONT fallout | Matt Redfearn | 2017-02-13 | 1 | -2/+2 |
| * | MIPS: IRQ Stack: Fix erroneous jal to plat_irq_dispatch | Matt Redfearn | 2017-02-13 | 1 | -1/+1 |
| * | MIPS: Fix cacheinfo overflow | James Hogan | 2017-02-13 | 1 | -1/+3 |
| * | MIPS: syscall: Return directly in mips_mmap() | Markus Elfring | 2017-01-25 | 1 | -9/+2 |
| * | MIPS: MT: Move an assignment for the variable "retval" in mipsmt_sys_sched_se... | Markus Elfring | 2017-01-25 | 1 | -2/+3 |
| * | MIPS: Return directly in 32_mmap2() | Markus Elfring | 2017-01-25 | 1 | -8/+3 |
| * | MIPS: Fix printk continuations in cpu-bugs64.c | James Hogan | 2017-01-24 | 1 | -12/+12 |
| * | MIPS: Export {copy, clear}_page functions alongside their definitions | Paul Burton | 2017-01-03 | 2 | -25/+1 |
| * | MIPS: Export memcpy & memset functions alongside their definitions | Paul Burton | 2017-01-03 | 1 | -24/+0 |
| * | MIPS: Export string functions alongside their definitions | Paul Burton | 2017-01-03 | 1 | -24/+0 |
| * | MIPS: Export csum functions alongside their definitions | Paul Burton | 2017-01-03 | 1 | -8/+0 |
| * | MIPS: Export invalid_pte_table alongside its definition | Paul Burton | 2017-01-03 | 1 | -2/+0 |
| * | MIPS: Export _mcount alongside its definition | Paul Burton | 2017-01-03 | 2 | -4/+3 |
| * | MIPS: Export _save_fp & _save_msa alongside their definitions | Paul Burton | 2017-01-03 | 3 | -8/+5 |
| * | MIPS: uprobes: Remove __weak attribute from arch_uprobe_copy_ixol. | Marcin Nowakowski | 2017-01-03 | 1 | -1/+1 |
| * | MIPS: Add cacheinfo support | Justin Chen | 2017-01-03 | 2 | -1/+86 |
| * | MIPS: kexec: add debug info about the new kexec'ed image | Marcin Nowakowski | 2017-01-03 | 1 | -0/+22 |
| * | MIPS: kexec: Do not reserve invalid crashkernel memory on boot | Marcin Nowakowski | 2017-01-03 | 1 | -0/+5 |
| * | MIPS: fix mem=X@Y commandline processing | Marcin Nowakowski | 2017-01-03 | 1 | -0/+4 |
| * | MIPS: relocate: Optionally relocate the DTB | Marcin Nowakowski | 2017-01-03 | 1 | -2/+36 |
| * | MIPS: Use early_init_fdt_reserve_self to protect DTB location | Marcin Nowakowski | 2017-01-03 | 2 | -0/+11 |
| * | MIPS: init: Ensure bootmem does not corrupt reserved memory | Marcin Nowakowski | 2017-01-03 | 1 | -3/+71 |
| * | MIPS: init: Ensure reserved memory regions are not added to bootmem | Marcin Nowakowski | 2017-01-03 | 1 | -0/+4 |
| * | MIPS: Do not request resources for crashkernel if one isn't defined | Marcin Nowakowski | 2017-01-03 | 1 | -0/+3 |
| * | MIPS: Move register dump routines out of ptrace code | Marcin Nowakowski | 2017-01-03 | 2 | -32/+46 |
| * | MIPS: kexec: remove SMP_DUMP | Marcin Nowakowski | 2017-01-03 | 2 | -18/+1 |
| * | MIPS: Remove r2_emul_return from struct thread_info | Paul Burton | 2017-01-03 | 3 | -21/+0 |
| * | MIPS: traps: Ensure L1 & L2 ECC checking match for CM3 systems | Paul Burton | 2017-01-03 | 1 | -3/+60 |
| * | MIPS: R2-on-R6 MULTU/MADDU/MSUBU emulation bugfix | Leonid Yegoshin | 2017-01-03 | 1 | -6/+6 |
| * | MIPS: BMIPS: Migrate interrupts during bmips_cpu_disable | Florian Fainelli | 2017-01-03 | 1 | -0/+1 |
| * | MIPS: SMP-CPS: Don't BUG if a CPU fails to start | Matt Redfearn | 2017-01-03 | 1 | -1/+5 |
| * | MIPS: SMP: Remove cpu_callin_map | Matt Redfearn | 2017-01-03 | 3 | -4/+0 |
| * | MIPS: SMP: Use a completion event to signal CPU up | Matt Redfearn | 2017-01-03 | 2 | -9/+10 |
| * | MIPS: Handle microMIPS jumps in the same way as MIPS32/MIPS64 jumps | Paul Burton | 2017-01-03 | 1 | -0/+2 |
| * | MIPS: Calculate microMIPS ra properly when unwinding the stack | Paul Burton | 2017-01-03 | 1 | -20/+63 |
| * | MIPS: Fix is_jump_ins() handling of 16b microMIPS instructions | Paul Burton | 2017-01-03 | 1 | -3/+8 |
| * | MIPS: Fix get_frame_info() handling of microMIPS function size | Paul Burton | 2017-01-03 | 1 | -7/+5 |
| * | MIPS: Prevent unaligned accesses during stack unwinding | Paul Burton | 2017-01-03 | 1 | -35/+35 |
| * | MIPS: Clear ISA bit correctly in get_frame_info() | Paul Burton | 2017-01-03 | 1 | -5/+2 |
| * | MIPS: Ensure bss section ends on a long-aligned address | Paul Burton | 2017-01-03 | 1 | -1/+1 |
| * | MIPS: Relocatable: Provide plat_post_relocation hook | Steven J. Hill | 2017-01-03 | 1 | -0/+20 |
| * | MIPS: Switch to the irq_stack in interrupts | Matt Redfearn | 2017-01-03 | 1 | -5/+76 |
| * | MIPS: Stack unwinding while on IRQ stack | Matt Redfearn | 2017-01-03 | 1 | -1/+14 |
| * | MIPS: Introduce irq_stack | Matt Redfearn | 2017-01-03 | 2 | -0/+12 |
* | | fs/binfmt: Convert obsolete cputime type to nsecs | Frederic Weisbecker | 2017-02-01 | 2 | -20/+4 |
|/ |
|
* | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2016-12-25 | 5 | -7/+7 |
|\ |
|
| * | clocksource: Use a plain u64 instead of cycle_t | Thomas Gleixner | 2016-12-25 | 5 | -7/+7 |