summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* separate kernel- and userland-side msghdrAl Viro2014-11-191-2/+2
* PPC: bpf_jit_comp: Unify BPF_MOD | BPF_X and BPF_DIV | BPF_XDenis Kirjanov2014-11-181-19/+8Star
* Revert "fast_hash: avoid indirect function calls"Jay Vosburgh2014-11-142-63/+17Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-1474-332/+944
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-11-141-5/+5
| |\
| * \ Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-11-131-0/+8
| |\ \
| | * | KVM: x86: Fix uninitialized op->type for some immediate valuesNadav Amit2014-11-051-0/+8
| * | | Merge tag 'v3.18-rc4' into for_nextChris Zankel2014-11-10258-2111/+2040Star
| |\ \ \
| | * \ \ Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2014-11-093-3/+27
| | |\ \ \
| | | * | | arm64: defconfig: update defconfig for 3.18Will Deacon2014-11-051-2/+24
| | | * | | arm64: compat: Enable bpf syscallCatalin Marinas2014-11-051-0/+2
| | | * | | arm64: psci: fix cpu_suspend to check idle state type for indexAmit Daniel Kachhap2014-10-301-1/+1
| | * | | | Merge tag 'armsoc-for-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2014-11-096-42/+126
| | |\ \ \ \
| | | * | | | ARM: dts: zynq: Enable PL clocks for ParallellaAndreas Färber2014-11-091-0/+4
| | | * | | | dma: edma: move device registration to platform codeArnd Bergmann2014-11-061-0/+9
| | | * | | | ARM: dts: vf610: add SD node to cosmic dtsOlof Johansson2014-11-051-0/+19
| | | * | | | Merge tag 'imx-fixes-3.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson2014-11-0554-329/+265Star
| | | |\ \ \ \
| | | | * | | | ARM: imx: Fix the removal of CONFIG_SPI optionFabio Estevam2014-11-042-0/+2
| | | | * | | | ARM: imx: clk-vf610: define PLL's clock treeStefan Agner2014-11-041-42/+92
| | | | | |/ / | | | | |/| |
| | * | | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2014-11-0824-31/+142
| | |\ \ \ \ \
| | | * | | | | MIPS: Fix build with binutils 2.24.51+Manuel Lauss2014-11-0714-17/+118
| | | * | | | | MIPS: R3000: Fix debug output for Virtual page numberIsamu Mogi2014-11-061-2/+2
| | | * | | | | MIPS: Fix strnlen_user() return value in case of overlong strings.Ralf Baechle2014-11-041-2/+4
| | | * | | | | MIPS: CMA: Do not reserve memory if not requiredZubair Lutfullah Kakakhel2014-10-291-1/+2
| | | * | | | | MIPS: Wire up bpf syscall.Ralf Baechle2014-10-275-6/+13
| | | * | | | | MIPS/Xlp: Remove the dead function destroy_irq() to fix build errorYijing Wang2014-10-271-3/+1Star
| | | * | | | | MIPS: Octeon: Make Octeon GPIO IRQ chip CPU hotplug-awareAlexander Sverdlin2014-10-271-0/+2
| | * | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2014-11-0511-90/+67Star
| | |\ \ \ \ \ \
| | | * | | | | | s390/ftrace: add ftrace_graph_is_dead() checkHeiko Carstens2014-10-281-0/+2
| | | * | | | | | s390: update default configurationMartin Schwidefsky2014-10-275-74/+32Star
| | | * | | | | | s390/vdso: fix stack corruptionHeiko Carstens2014-10-274-16/+29
| | | * | | | | | s390/time: use stck clock fast for do_account_vtimeMartin Schwidefsky2014-10-271-0/+4
| | | |/ / / / /
| | * | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe...Linus Torvalds2014-11-047-88/+163
| | |\ \ \ \ \ \
| | | * | | | | | powerpc: use device_online/offline() instead of cpu_up/down()Dan Streetman2014-11-021-2/+2
| | | * | | | | | powerpc/powernv: Properly fix LPC debugfs endiannessBenjamin Herrenschmidt2014-10-311-0/+59
| | | * | | | | | powerpc: do_notify_resume can be called with bad thread_info flags argumentAnton Blanchard2014-10-311-0/+6
| | | * | | | | | powerpc/fadump: Fix endianess issues in firmware assisted dump handlingHari Bathini2014-10-303-85/+95
| | | * | | | | | powerpc: Fix section mismatch warningFabian Frederick2014-10-301-1/+1
| | * | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2014-11-033-1/+3
| | |\ \ \ \ \ \ \
| | | * | | | | | | m68k: Wire up bpfGeert Uytterhoeven2014-10-273-1/+3
| | | | |/ / / / / | | | |/| | | | |
| | * | | | | | | Merge tag 'armsoc-for-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2014-11-037-48/+44Star
| | |\ \ \ \ \ \ \ | | | | |_|/ / / / | | | |/| | / / / | | | |_|_|/ / / | | |/| | | | |
| | | * | | | | Merge tag 'fixes-against-v3.18-rc2' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2014-11-02142-1486/+1212Star
| | | |\ \ \ \ \
| | | | * | | | | ARM: OMAP2+: Warn about deprecated legacy booting modeTony Lindgren2014-10-291-0/+4
| | | | * | | | | ARM: omap2plus_defconfig: Fix errors with NAND BCHTony Lindgren2014-10-291-0/+1
| | | | * | | | | ARM: omap2plus_defconfig: Fix bloat caused by having ipv6 built-inTony Lindgren2014-10-271-2/+1Star
| | | | |/ / / /
| | | * | | | | ARM: multi_v7_defconfig: fix support for APQ8084Srinivas Kandagatla2014-10-281-0/+2
| | | * | | | | ARM: ixp4xx: remove compilation warnings in io.hStefan Hengelein2014-10-281-2/+2
| | | * | | | | Merge tag 'socfpga_defconfig_for_v3.19' of git://git.rocketboards.org/linux-s...Olof Johansson2014-10-271-43/+28Star
| | | |\ \ \ \ \
| | | | * | | | | ARM: socfpga_defconfig: Update defconfig for SoCFPGADinh Nguyen2014-10-241-43/+28Star
| | | * | | | | | Merge tag 'fixes-for-v3.18-rc2' of https://github.com/rjarzmik/linux into fixesOlof Johansson2014-10-272-1/+6
| | | |\ \ \ \ \ \