summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-1510-240/+178
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'linus' into irq/core, to pick up fixesIngo Molnar2016-03-0834-81/+77
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | MIPS: Delete smp-gic.cQais Yousef2016-02-252-7/+0
| * | | | | | MIPS: Make smp CMP, CPS and MT use the new generic IPI functionsQais Yousef2016-02-254-7/+8
| * | | | | | MIPS: Add generic SMP IPI supportQais Yousef2016-02-251-0/+136
| * | | | | | Merge tag 'irqchip-core-4.6-2' of git://git.infradead.org/users/jcooper/linux...Thomas Gleixner2016-02-212-223/+25
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge branch 'irqchip/mips' into irqchip/coreJason Cooper2016-02-212-223/+25
| | |\ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| | | * | | | | irqchip/ath79-cpu: Move the CPU IRQ driver from arch/mips/ath79/Alban Bedel2016-02-172-75/+7
| | | * | | | | irqchip/ath79-misc: Move the MISC driver from arch/mips/ath79/Alban Bedel2016-02-172-148/+18
| | | | |_|/ / | | | |/| | |
| * | | | | | irqchips/bmips: Add bcm6345-l1 interrupt controllerSimon Arlott2016-02-082-2/+9
| |/ / / / /
* | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-03-141-4/+4
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar2016-02-2930-65/+57
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | KVM: Use simple waitqueue for vcpu->wqMarcelo Tosatti2016-02-251-4/+4
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'core-resources-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2016-03-141-4/+6
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'v4.5-rc6' into core/resources, to resolve conflictIngo Molnar2016-03-0432-65/+70
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | arch: Set IORESOURCE_SYSTEM_RAM flag for System RAMToshi Kani2016-01-301-4/+6
| | |_|/ / / | |/| | | |
* | | | | | MIPS: smp.c: Fix uninitialised temp_foreign_mapJames Hogan2016-03-131-0/+1
* | | | | | MIPS: Fix build error when SMP is used without GICHauke Mehrtens2016-03-131-3/+4
* | | | | | MIPS: Fix build with DEBUG_ZBOOT and MACH_JZ4780Aaro Koskinen2016-03-131-1/+1
| |_|_|/ / |/| | | |
* | | | | MIPS: traps: Fix SIGFPE information leak from `do_ov' and `do_trap_or_bp'Maciej W. Rozycki2016-03-041-7/+6
* | | | | MIPS: kvm: Fix ioctl error handling.Michael S. Tsirkin2016-02-291-2/+2
* | | | | MIPS: scache: Fix scache init with invalid line size.Govindraj Raja2016-02-291-4/+9
* | | | | MIPS: Avoid variant of .type unsupported by LLVM AssemblerDaniel Sanders2016-02-292-2/+2
* | | | | MIPS: jz4740: Fix surviving instance of irq_to_gpio()Ralf Baechle2016-02-291-1/+1
| |/ / / |/| | |
* | | | mm: ASLR: use get_random_long()Daniel Cashman2016-02-271-2/+2
| |_|/ |/| |
* | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-02-1420-63/+46
|\ \ \
| * | | mips: Differentiate between 32 and 64 bit ELF headerDaniel Wagner2016-02-113-4/+9
| * | | MIPS: Octeon: Update OCTEON_FEATURE_PCIE for Octeon IIIZubair Lutfullah Kakakhel2016-02-101-1/+2
| * | | MIPS: pci-mt7620: Fix return value check in mt7620_pci_probe()Wei Yongjun2016-02-101-4/+4
| * | | MIPS: Fix early CM probingPaul Burton2016-02-093-18/+1
| * | | MIPS: Wire up copy_file_range syscall.Ralf Baechle2016-02-055-6/+13
| * | | MIPS: Fix 64k page support for 32 bit kernels.Ralf Baechle2016-02-041-1/+1
| * | | MIPS: R6000: Don't allow 64k pages for R6000.Ralf Baechle2016-02-031-1/+1
| * | | MIPS: traps.c: Correct microMIPS RDHWR emulationMaciej W. Rozycki2016-02-021-4/+5
| * | | MIPS: traps.c: Don't emulate RDHWR in the CpU #0 exception handlerMaciej W. Rozycki2016-02-021-15/+1
| * | | MIPS: Fix FPU disable with preemptionJames Hogan2016-02-012-2/+6
| * | | MIPS: Properly disable FPU in start_thread()James Hogan2016-02-011-4/+2
| * | | MIPS: Fix buffer overflow in syscall_get_arguments()James Hogan2016-02-011-3/+1
| | |/ | |/|
* | | Merge tag 'regmap-fix-v4.5-big-endian' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-02-089-0/+9
|\ \ \ | |/ / |/| |
| * | regmap: mmio: Revert to v4.4 endianness handlingMark Brown2016-02-059-0/+9
| |/
* | Revert "MIPS: bcm63xx: nvram: Remove unused bcm63xx_nvram_get_psi_size() func...Ralf Baechle2016-01-272-0/+13
|/
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-01-24115-757/+4144
|\
| * Merge branch '4.4-fixes' into mips-for-linux-nextRalf Baechle2016-01-246-3/+11
| |\
| | * MIPS: Fix macro typoJaedon Shin2016-01-241-1/+1
| | * MIPS: smp-cps: Ensure secondary cores start with EVA disabledMatt Redfearn2016-01-242-0/+7
| | * MIPS: io.h: Define `ioremap_cache'Maciej W. Rozycki2016-01-241-0/+1
| | * Revert "MIPS: Fix PAGE_MASK definition"Dan Williams2016-01-231-1/+1
| * | MIPS: zboot: Add support for serial debug using the PROMAlban Bedel2016-01-243-0/+12
| * | MIPS: zboot: Avoid useless rebuildsAlban Bedel2016-01-241-6/+8
| * | MIPS: BMIPS: Enable ARCH_WANT_OPTIONAL_GPIOLIBFlorian Fainelli2016-01-241-0/+1
OpenPOWER on IntegriCloud