summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | MIPS: atomic: Handle !kernel_uses_llsc firstPaul Burton2019-10-071-50/+49
| * | | | | MIPS: atomic: Fix whitespace in ATOMIC_OP macrosPaul Burton2019-10-071-92/+92
| * | | | | MIPS: barrier: Clean up sync_ginv()Paul Burton2019-10-071-1/+1
| * | | | | MIPS: barrier: Clean up __sync() definitionPaul Burton2019-10-071-14/+4
| * | | | | MIPS: barrier: Remove fast_mb() Octeon #ifdef'eryPaul Burton2019-10-071-2/+2
| * | | | | MIPS: barrier: Clean up __smp_mb() definitionPaul Burton2019-10-071-8/+4
| * | | | | MIPS: barrier: Clean up rmb() & wmb() definitionsPaul Burton2019-10-071-14/+14
| * | | | | MIPS: barrier: Add __SYNC() infrastructurePaul Burton2019-10-073-121/+219
| * | | | | MIPS: Use compact branch for LL/SC loops on MIPSr6+Paul Burton2019-10-071-0/+4
| * | | | | MIPS: Unify sc beqz definitionPaul Burton2019-10-073-35/+24
| * | | | | MIPS: ralink: Add GARDENA smart Gateway MT7688 boardStefan Roese2019-10-071-0/+197
| * | | | | MIPS: ralink: mt7628a.dtsi: Add I2C controller DT nodeStefan Roese2019-10-071-0/+16
| * | | | | MIPS: r4k-bugs64: Drop CONFIG_CPU_MIPSR6 checksPaul Burton2019-10-071-7/+4
| * | | | | MIPS: r4k-bugs64: Limit R4k bug checks to affected systemsPaul Burton2019-10-075-12/+14
| * | | | | MIPS: SGI-IP27: get rid of compact node idsThomas Bogendoerfer2019-10-0720-212/+81
| * | | | | MIPS: SGI-IP27: remove not used stuff inherited from IRIXThomas Bogendoerfer2019-10-073-13/+0
* | | | | | Merge tag 'mips_fixes_5.4_4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-11-153-26/+6
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | MIPS: SGI-IP27: fix exception handler replicationThomas Bogendoerfer2019-10-313-26/+6
| | |/ / / | |/| | |
* / | | | timekeeping/vsyscall: Update VDSO data unconditionallyHuacai Chen2019-11-041-7/+0
|/ / / /
* | | | MIPS: tlbex: Fix build_restore_pagemask KScratch restorePaul Burton2019-10-231-8/+15
* | | | MIPS: bmips: mark exception vectors as char arraysJonas Gorski2019-10-233-10/+10
* | | | mips: vdso: Fix __arch_get_hw_counter()Vincenzo Frascino2019-10-181-1/+3
| |_|/ |/| |
* | | Merge tag 'usb-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-10-122-2/+0
|\ \ \
| * | | USB: rio500: Remove Rio 500 kernel driverBastien Nocera2019-10-042-2/+0
| | |/ | |/|
* | | MIPS: Disable Loongson MMI instructions for kernel buildPaul Burton2019-10-102-0/+5
* | | MIPS: elf_hwcap: Export userspace ASEsJiaxun Yang2019-10-102-0/+44
* | | MIPS: fw: sni: Fix out of bounds init of o32 stackThomas Bogendoerfer2019-10-091-1/+1
* | | MIPS: include: Mark __xchg as __always_inlineThomas Bogendoerfer2019-10-091-2/+2
* | | MIPS: include: Mark __cmpxchg as __always_inlineThomas Bogendoerfer2019-10-071-2/+3
| |/ |/|
* | MIPS: fw/arc: Remove unused addr variablePaul Burton2019-10-041-1/+0
* | MIPS: pmcs-msp71xx: Remove unused addr variablePaul Burton2019-10-031-1/+0
* | MIPS: pmcs-msp71xx: Add missing MAX_PROM_MEM definitionPaul Burton2019-10-031-1/+2
* | mips: Loongson: Fix the link time qualifier of 'serial_exit()'Christophe JAILLET2019-10-021-1/+1
* | MIPS: init: Prevent adding memory before PHYS_OFFSETThomas Bogendoerfer2019-10-021-0/+3
* | MIPS: init: Fix reservation of memory between PHYS_OFFSET and mem startThomas Bogendoerfer2019-10-021-1/+1
* | MIPS: VDSO: Fix build for binutils < 2.25Paul Burton2019-10-021-1/+1
* | MIPS: VDSO: Remove unused gettimeofday.cPaul Burton2019-10-021-269/+0
* | MIPS: Wire up clone3 syscallPaul Burton2019-10-025-3/+5
* | MIPS: octeon: Include required header; fix octeon ethernet buildPaul Burton2019-10-021-0/+1
* | MIPS: cpu-bugs64: Mark inline functions as __always_inlineJiaxun Yang2019-10-011-6/+8
* | MIPS: dts: ar9331: fix interrupt-controller sizeOleksij Rempel2019-09-301-1/+1
* | MIPS: Loongson64: Fix boot failure after dropping boot_mem_mapHuacai Chen2019-09-302-28/+18
|/
* mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland2019-09-261-1/+1
* mm: introduce MADV_PAGEOUTMinchan Kim2019-09-251-0/+1
* mm: introduce MADV_COLDMinchan Kim2019-09-251-0/+2
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-09-245-97/+1
|\
| * mips: use generic mmap top-down layout and brk randomizationAlexandre Ghiti2019-09-243-102/+1
| * mips: replace arch specific way to determine 32bit task with generic versionAlexandre Ghiti2019-09-241-1/+2
| * mips: adjust brk randomization offset to fit generic versionAlexandre Ghiti2019-09-241-3/+4
| * mips: use STACK_TOP when computing mmap base addressAlexandre Ghiti2019-09-241-2/+2