| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2017-07-15 | 1 | -3/+19 |
|\ |
|
| * | spufs: Implement show_options | David Howells | 2017-07-11 | 1 | -3/+19 |
* | | Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2017-07-15 | 21 | -406/+145 |
|\ \ |
|
| * | | kill {__,}{get,put}_user_unaligned() | Al Viro | 2017-07-03 | 11 | -343/+0 |
| * | | binfmt_flat: flat_{get,put}_addr_from_rp() should be able to fail | Al Viro | 2017-07-03 | 10 | -63/+145 |
* | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 2017-07-15 | 127 | -1771/+2206 |
|\ \ \ |
|
| * | | | MIPS: Fix MIPS I ISA /proc/cpuinfo reporting | Maciej W. Rozycki | 2017-07-11 | 1 | -1/+1 |
| * | | | MIPS: Fix minimum alignment requirement of IRQ stack | Matt Redfearn | 2017-07-11 | 1 | -1/+1 |
| * | | | MIPS: generic: Support MIPS Boston development boards | Paul Burton | 2017-07-11 | 5 | -0/+311 |
| * | | | MIPS: DTS: img: Don't attempt to build-in all .dtb files | Paul Burton | 2017-07-11 | 1 | -2/+1 |
| * | | | MIPS: Traced negative syscalls should return -ENOSYS | James Hogan | 2017-07-11 | 1 | -0/+7 |
| * | | | MIPS: Correct forced syscall errors | James Hogan | 2017-07-11 | 1 | -1/+1 |
| * | | | MIPS: Negate error syscall return in trace | James Hogan | 2017-07-11 | 1 | -1/+1 |
| * | | | MIPS: Drop duplicate HAVE_SYSCALL_TRACEPOINTS select | James Hogan | 2017-07-11 | 1 | -1/+0 |
| * | | | MIPS16e2: Provide feature overrides for non-MIPS16 systems | Maciej W. Rozycki | 2017-07-11 | 16 | -0/+16 |
| * | | | MIPS: MIPS16e2: Report ASE presence in /proc/cpuinfo | Maciej W. Rozycki | 2017-07-11 | 1 | -0/+1 |
| * | | | MIPS: MIPS16e2: Subdecode extended LWSP/SWSP instructions | Maciej W. Rozycki | 2017-07-05 | 1 | -2/+37 |
| * | | | MIPS: MIPS16e2: Identify ASE presence | Maciej W. Rozycki | 2017-07-05 | 4 | -0/+7 |
| * | | | MIPS: VDSO: Fix a mismatch between comment and preprocessor constant | Aleksandar Markovic | 2017-06-29 | 1 | -1/+1 |
| * | | | MIPS: VDSO: Add implementation of gettimeofday() fallback | Goran Ferenc | 2017-06-29 | 1 | -1/+23 |
| * | | | MIPS: VDSO: Add implementation of clock_gettime() fallback | Goran Ferenc | 2017-06-29 | 1 | -3/+22 |
| * | | | MIPS: VDSO: Fix conversions in do_monotonic()/do_monotonic_coarse() | Goran Ferenc | 2017-06-29 | 2 | -6/+6 |
| * | | | MIPS: Use current_cpu_type() in m4kc_tlbp_war() | Paul Burton | 2017-06-29 | 1 | -2/+1 |
| * | | | MIPS: Allow storing pgd in C0_CONTEXT for MIPSr6 | Paul Burton | 2017-06-29 | 1 | -1/+1 |
| * | | | MIPS: Handle tlbex-tlbp race condition | Paul Burton | 2017-06-29 | 1 | -1/+37 |
| * | | | MIPS: Add CPU shared FTLB feature detection | Paul Burton | 2017-06-29 | 3 | -0/+56 |
| * | | | MIPS: CPS: Handle spurious VP starts more gracefully | Paul Burton | 2017-06-29 | 1 | -1/+6 |
| * | | | MIPS: CPS: Handle cores not powering down more gracefully | Paul Burton | 2017-06-29 | 1 | -3/+24 |
| * | | | MIPS: CPS: Prevent multi-core with dcache aliasing | Paul Burton | 2017-06-29 | 1 | -3/+5 |
| * | | | MIPS: CPS: Select CONFIG_SYS_SUPPORTS_SCHED_SMT for MIPSr6 | Paul Burton | 2017-06-29 | 1 | -0/+1 |
| * | | | MIPS: CM: WARN on attempt to lock invalid VP, not BUG | Paul Burton | 2017-06-29 | 1 | -1/+1 |
| * | | | MIPS: CM: Avoid per-core locking with CM3 & higher | Paul Burton | 2017-06-29 | 1 | -6/+32 |
| * | | | MIPS: Skip IPI setup if we only have 1 CPU | Paul Burton | 2017-06-29 | 1 | -0/+3 |
| * | | | MIPS: Use `pr_debug' for messages from `__compute_return_epc_for_insn' | Maciej W. Rozycki | 2017-06-29 | 1 | -6/+6 |
| * | | | MIPS: math-emu: For MFHC1/MTHC1 also return SIGILL right away | Maciej W. Rozycki | 2017-06-29 | 1 | -3/+2 |
| * | | | MIPS: Fix a typo: s/preset/present/ in r2-to-r6 emulation error message | Maciej W. Rozycki | 2017-06-29 | 1 | -1/+1 |
| * | | | MIPS: Send SIGILL for R6 branches in `__compute_return_epc_for_insn' | Maciej W. Rozycki | 2017-06-29 | 1 | -20/+15 |
| * | | | MIPS: Send SIGILL for linked branches in `__compute_return_epc_for_insn' | Maciej W. Rozycki | 2017-06-29 | 1 | -8/+4 |
| * | | | MIPS: Rename `sigill_r6' to `sigill_r2r6' in `__compute_return_epc_for_insn' | Maciej W. Rozycki | 2017-06-29 | 1 | -8/+8 |
| * | | | MIPS: Send SIGILL for BPOSGE32 in `__compute_return_epc_for_insn' | Maciej W. Rozycki | 2017-06-29 | 1 | -3/+4 |
| * | | | MIPS: Fix unaligned PC interpretation in `compute_return_epc' | Maciej W. Rozycki | 2017-06-29 | 1 | -4/+1 |
| * | | | MIPS: Actually decode JALX in `__compute_return_epc_for_insn' | Maciej W. Rozycki | 2017-06-29 | 1 | -0/+1 |
| * | | | MIPS: math-emu: Prevent wrong ISA mode instruction emulation | Maciej W. Rozycki | 2017-06-29 | 1 | -0/+38 |
| * | | | MIPS: Use queued spinlocks (qspinlock) | Paul Burton | 2017-06-29 | 4 | -232/+4 |
| * | | | MIPS: Use queued read/write locks (qrwlock) | Paul Burton | 2017-06-29 | 4 | -224/+4 |
| * | | | MIPS: cmpxchg: Rearrange __xchg() arguments to match xchg() | Paul Burton | 2017-06-29 | 1 | -2/+3 |
| * | | | MIPS: cmpxchg: Implement 1 byte & 2 byte cmpxchg() | Paul Burton | 2017-06-29 | 2 | -0/+64 |
| * | | | MIPS: cmpxchg: Implement 1 byte & 2 byte xchg() | Paul Burton | 2017-06-29 | 3 | -3/+60 |
| * | | | MIPS: cmpxchg: Implement __cmpxchg() as a function | Paul Burton | 2017-06-29 | 1 | -27/+32 |
| * | | | MIPS: cmpxchg: Drop __xchg_u{32,64} functions | Paul Burton | 2017-06-29 | 1 | -31/+17 |