summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MIPS: BPF: Fix load delay slots.Ralf Baechle2015-10-021-0/+4
* MIPS: BPF: Do all exports of symbols with FEXPORT().Ralf Baechle2015-10-011-6/+3
* MIPS: Fix the build on jz4740 after removing the custom gpio.hAlban Bedel2015-10-012-0/+2
* MIPS: CPS: #ifdef on CONFIG_MIPS_MT_SMP rather than CONFIG_MIPS_MTPaul Burton2015-09-301-4/+4
* MIPS: CPS: Don't include MT code in non-MT kernels.Paul Burton2015-09-301-0/+2
* MIPS: CPS: Stop dangling delay slot from has_mt.Paul Burton2015-09-301-2/+2
* MIPS: dma-default: Fix 32-bit fall back to GFP_DMAJames Hogan2015-09-301-1/+1
* MIPS: Wire up userfaultfd and membarrier syscalls.Ralf Baechle2015-09-305-6/+20
* MIPS: Initialise MAARs on secondary CPUsPaul Burton2015-09-273-3/+36
* MIPS: print MAAR configuration during bootPaul Burton2015-09-271-0/+29
* MIPS: mm: compile maar_init unconditionallyPaul Burton2015-09-271-63/+63
* irqchip: mips-gic: Fix pending & mask reads for MIPS64 with 32b GIC.Paul Burton2015-09-271-0/+8
* irqchip: mips-gic: Convert CPU numbers to VP IDs.Paul Burton2015-09-271-2/+2
* MIPS: CM: Provide a function to map from CPU to VP ID.Paul Burton2015-09-271-0/+39
* MIPS: Fix FTLB detection for R6James Hogan2015-09-221-5/+8
* MIPS: cpu-features: Add cpu_has_ftlbJames Hogan2015-09-224-3/+11
* MIPS: ATH79: Add irq chip ar7240-misc-intcAlexander Couzens2015-09-222-2/+28
* MIPS: ATH79: Set missing irq ack handler for ar7100-misc-intc irq chipAlexander Couzens2015-09-221-2/+10
* MIPS: BPF: Fix build on pre-R2 little endian CPUsAurelien Jarno2015-09-221-0/+42
* MIPS: BPF: Avoid unreachable code on little endianAurelien Jarno2015-09-221-3/+5
* MIPS: bootmem: Fix mapstart calculation for contiguous mapsAlexander Sverdlin2015-09-221-1/+9
* MIPS: Fix console output for Fulong2e systemGuenter Roeck2015-09-221-0/+3
* Linux 4.3-rc2v4.3-rc2Linus Torvalds2015-09-201-1/+1
* Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-09-193-10/+17
|\
| * ARM: 8425/1: kgdb: Don't try to stop the machine when setting breakpointsDoug Anderson2015-09-161-3/+5
| * ARM: 8437/1: dma-mapping: fix build warning with new DMA_ERROR_CODE definitionAndre Przywara2015-09-161-1/+3
| * ARM: get rid of needless #if in signal handling codeRussell King2015-09-161-4/+2
| * ARM: fix Thumb2 signal handling when ARMv6 is enabledRussell King2015-09-161-5/+10
* | Merge tag 'linux-kselftest-4.3-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-09-199-34/+52
|\ \
| * | selftests: exec: revert to default emit ruleBamvor Jian Zhang2015-09-141-3/+1
| * | selftests: change install command to rsyncBamvor Jian Zhang2015-09-142-8/+5
| * | selftests: mqueue: simplify the MakefileBamvor Jian Zhang2015-09-141-5/+3
| * | selftests: mqueue: allow extra cflagsBamvor Jian Zhang2015-09-141-1/+1
| * | selftests: rename jump label to static_keysBamvor Jian Zhang2015-09-141-1/+1
| * | selftests/seccomp: add support for s390Kees Cook2015-09-142-6/+38
| * | seltests/zram: fix syntax errorZhang Zhen2015-09-142-10/+3
* | | Merge tag 'pm+acpi-4.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-09-1912-46/+73
|\ \ \
| * \ \ Merge branch 'acpi-bus'Rafael J. Wysocki2015-09-184-16/+11
| |\ \ \
| | * | | ACPI: Eliminate CONFIG_.*{, _MODULE} #ifdef in favor of IS_ENABLED()Sudeep Holla2015-09-154-16/+11
| | * | | ACPI: int340x_thermal: add missing CONFIG_ prefixSudeep Holla2015-09-151-1/+1
| | |/ /
| | | |
| | \ \
| *-. \ \ Merge branches 'pm-cpufreq' and 'pm-devfreq'Rafael J. Wysocki2015-09-188-30/+62
| |\ \ \ \ | | |_|/ / | |/| | |
| | | * | Merge branch 'for-rafael' of https://git.kernel.org/pub/scm/linux/kernel/git/...Rafael J. Wysocki2015-09-155-26/+54
| | | |\ \ | | |/ / / | |/| | |
| | | * | PM / devfreq: Fix incorrect type issue.Xiaolong Ye2015-09-111-1/+1
| | | * | PM / devfreq: tegra: Update governor to use devfreq_update_stats()MyungJoo Ham2015-09-111-3/+5
| | | * | PM / devfreq: comments for get_dev_status usage updatedMyungJoo Ham2015-09-111-1/+8
| | | * | PM / devfreq: drop comment about thermal setting max_freqJavi Merino2015-09-111-3/+3
| | | * | PM / devfreq: cache the last call to get_dev_status()Javi Merino2015-09-112-15/+33
| | | * | PM / devfreq: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar2015-09-111-2/+2
| | | * | PM / devfreq: exynos-ppmu: bit-wise operation bugfix.MyungJoo Ham2015-09-111-1/+2
| | | * | PM / devfreq: exynos-ppmu: Update documentation to support PPMUv2Chanwoo Choi2015-09-111-2/+40
OpenPOWER on IntegriCloud