summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* | MIPS: Guard against any partial write attempt with PTRACE_SETREGSETMaciej W. Rozycki2017-12-121-1/+11
* | MIPS: Factor out NT_PRFPREG regset access helpersMaciej W. Rozycki2017-12-121-25/+83
* | MIPS: CPS: Fix r1 .set mt assembler warningJames Hogan2017-12-121-0/+2
|/
* Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-161-13/+1
|\
| * Pass mode to wait_on_atomic_t() action funcs and provide default actionsDavid Howells2017-11-131-13/+1
* | Merge tag 'mips_4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...Linus Torvalds2017-11-156-15/+61
|\ \
| * | MIPS: Add iomem resource for kernel bss section.David Daney2017-11-131-0/+4
| * | MIPS/ptrace: Update syscall nr on register changesJames Hogan2017-11-092-0/+22
| * | MIPS/ptrace: Pick up ptrace/seccomp changed syscallsJames Hogan2017-11-091-3/+6
| * | MIPS: Fix an n32 core file generation regset support regressionMaciej W. Rozycki2017-11-091-0/+17
| * | MIPS: Fix MIPS64 FP save/restore on 32-bit kernelsJames Hogan2017-11-091-10/+10
| * | MIPS: Allow __cpu_number_map to be larger than NR_CPUSDavid Daney2017-11-071-1/+1
| * | MIPS: make thread_saved_pc staticTobias Klauser2017-10-091-1/+1
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-131-1/+1
|\ \ \ | |_|/ |/| |
| * | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-0731-21/+50
| |\ \
| * | | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-1/+1
| | |/ | |/|
* | | MIPS: BMIPS: Fix missing cbr addressJaedon Shin2017-11-071-2/+2
| |/ |/|
* | Merge tag 'mips_fixes_4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-11-044-12/+22
|\ \
| * | MIPS: Update email address for Marcin NowakowskiMarcin Nowakowski2017-11-021-1/+1
| * | MIPS: smp-cmp: Fix vpe_id build errorJames Hogan2017-11-011-2/+2
| * | MIPS: smp-cmp: Use right include for task_structJason A. Donenfeld2017-11-011-1/+1
| * | MIPS: CPS: Fix use of current_cpu_data in preemptible codeMatt Redfearn2017-11-011-1/+1
| * | MIPS: SMP: Fix deadlock & online raceMatt Redfearn2017-11-011-6/+16
| * | MIPS: generic: Fix compilation error from include asm/mips-cpc.hMatt Redfearn2017-10-311-1/+1
| * | Update MIPS email addressesPaul Burton2017-10-319-9/+9
| |/
* | Update MIPS email addressesPaul Burton2017-11-039-9/+9
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0219-0/+19
|/
* MIPS: Fix perf event initPaul Burton2017-09-201-2/+1
* Merge branch '4.14-features' of git://git.linux-mips.org/pub/scm/ralf/upstrea...Linus Torvalds2017-09-1527-679/+605
|\
| * MIPS: Refactor handling of stack pointer in get_frame_infoMatt Redfearn2017-09-061-31/+30
| * MIPS: Stacktrace: Fix microMIPS stack unwinding on big endian systemsMatt Redfearn2017-09-061-9/+7
| * MIPS: microMIPS: Fix decoding of swsp16 instructionMatt Redfearn2017-09-061-1/+1
| * MIPS: microMIPS: Fix decoding of addiusp instructionMatt Redfearn2017-09-061-3/+7
| * MIPS: microMIPS: Fix detection of addiusp instructionMatt Redfearn2017-09-061-1/+1
| * MIPS: Handle non word sized instructions when examining frameMatt Redfearn2017-09-061-3/+6
| * MIPS: Add DWARF unwinding to assemblyCorey Minyard2017-09-061-5/+8
| * MIPS: Fix issues in backtracesCorey Minyard2017-09-061-3/+19
| * MIPS: Remove unnecessary inclusions of linux/irqchip/mips-gic.hPaul Burton2017-09-042-2/+0
| * MIPS: Use mips_gic_present() in place of gic_presentPaul Burton2017-09-041-4/+2
| * MIPS: VDSO: Drop gic_get_usm_range() usagePaul Burton2017-09-041-10/+5
| * MIPS: CPS: Read GIC_VL_IDENT directly, not via irqchip driverPaul Burton2017-09-041-1/+1
| * MIPS: CPS: Detect CPUs in secondary clustersPaul Burton2017-08-301-29/+51
| * MIPS: CPS: Cluster support for topology functionsPaul Burton2017-08-301-12/+3
| * MIPS: CPS: Have asm/mips-cps.h include CM & CPC headersPaul Burton2017-08-305-9/+5
| * MIPS: SMP: Allow boot_secondary SMP op to return errorsPaul Burton2017-08-306-6/+17
| * MIPS: CM: Add cluster & block args to mips_cm_lock_other()Paul Burton2017-08-303-9/+22
| * MIPS: Add CPU cluster number accessorsPaul Burton2017-08-301-0/+10
| * MIPS: Unify checks for sibling CPUsPaul Burton2017-08-302-11/+9
| * MIPS: Store core & VP IDs in GlobalNumber-style variablePaul Burton2017-08-301-0/+22
| * MIPS: Abstract CPU core & VP(E) ID access through accessor functionsPaul Burton2017-08-309-32/+35
OpenPOWER on IntegriCloud