Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 2014-06-28 | 17 | -495/+201 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | MIPS: Lasat: Fix build error if CRC32 is not enabled. | Ralf Baechle | 2014-06-26 | 1 | -0/+1 | |
| * | | | | | | | | MIPS: MSC: Prevent out-of-bounds writes to MIPS SC ioremap'd region | Markos Chandras | 2014-06-26 | 1 | -1/+1 | |
| * | | | | | | | | MIPS: bpf: Fix stack space allocation for BPF memwords on MIPS64 | Markos Chandras | 2014-06-26 | 1 | -1/+4 | |
| * | | | | | | | | MIPS: BPF: Use 32 or 64-bit load instruction to load an address to register | Markos Chandras | 2014-06-26 | 1 | -1/+13 | |
| * | | | | | | | | MIPS: bpf: Fix PKT_TYPE case for big-endian cores | Markos Chandras | 2014-06-26 | 1 | -2/+10 | |
| * | | | | | | | | MIPS: BPF: Prevent kernel fall over for >=32bit shifts | Markos Chandras | 2014-06-26 | 1 | -4/+12 | |
| * | | | | | | | | MIPS: bpf: Drop update_on_xread and always initialize the X register | Markos Chandras | 2014-06-26 | 1 | -21/+1 | |
| * | | | | | | | | MIPS: bpf: Fix is_range() semantics | Markos Chandras | 2014-06-26 | 1 | -7/+5 | |
| * | | | | | | | | MIPS: bpf: Use pr_debug instead of pr_warn for unhandled opcodes | Markos Chandras | 2014-06-26 | 1 | -2/+2 | |
| * | | | | | | | | MIPS: bpf: Fix return values for VLAN_TAG_PRESENT case | Markos Chandras | 2014-06-26 | 1 | -2/+5 | |
| * | | | | | | | | MIPS: bpf: Use correct mask for VLAN_TAG case | Markos Chandras | 2014-06-26 | 1 | -1/+1 | |
| * | | | | | | | | MIPS: bpf: Fix branch conditional for BPF_J{GT/GE} cases | Markos Chandras | 2014-06-26 | 1 | -1/+1 | |
| * | | | | | | | | MIPS: bpf: Add SEEN_SKB to flags when looking for the PKT_TYPE | Markos Chandras | 2014-06-26 | 1 | -0/+2 | |
| * | | | | | | | | MIPS: bpf: Use 'andi' instead of 'and' for the VLAN cases | Markos Chandras | 2014-06-26 | 1 | -2/+2 | |
| * | | | | | | | | MIPS: bpf: Return error code if the offset is a negative number | Markos Chandras | 2014-06-26 | 1 | -0/+23 | |
| * | | | | | | | | MIPS: bpf: Use the LO register to get division's quotient | Markos Chandras | 2014-06-26 | 1 | -1/+1 | |
| * | | | | | | | | MIPS: mm: uasm: Fix lh micro-assembler instruction | Markos Chandras | 2014-06-26 | 1 | -1/+1 | |
| * | | | | | | | | MIPS: uasm: Add SLT uasm instruction | Markos Chandras | 2014-06-26 | 5 | -1/+6 | |
| * | | | | | | | | MIPS: uasm: Add s3s1s2 instruction builder | Markos Chandras | 2014-06-26 | 2 | -0/+10 | |
| * | | | | | | | | MIPS: BPF JIT: Fix build error. | Daniel Borkmann | 2014-06-26 | 1 | -74/+69 | |
| * | | | | | | | | Revert "MIPS: Save/restore MSA context around signals" | Paul Burton | 2014-06-26 | 6 | -363/+16 | |
| * | | | | | | | | MIPS: math-emu: Reduce code duplication. | Ralf Baechle | 2014-06-26 | 1 | -13/+6 | |
| * | | | | | | | | MIPS: math-emu: Work around limitations of older GCC. | Ralf Baechle | 2014-06-16 | 1 | -3/+15 | |
| * | | | | | | | | MIPS: pm-cps: convert smp_mb__*() | Paul Burton | 2014-06-16 | 1 | -2/+2 | |
| * | | | | | | | | MIPS: smp-cps: Convert smp_mb__after_atomic_dec() | Paul Burton | 2014-06-16 | 1 | -1/+1 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge tag 'arc-fixes-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2014-06-28 | 9 | -16/+46 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | ARC: [SMP] Enable icache coherency | Vineet Gupta | 2014-06-26 | 1 | -6/+19 | |
| * | | | | | | | | ARC: [SMP] Fix IPI IRQ registration | Noam Camus | 2014-06-26 | 1 | -2/+13 | |
| * | | | | | | | | ARC: Implement ptrace(PTRACE_GET_THREAD_AREA) | Anton Kolesov | 2014-06-26 | 2 | -0/+5 | |
| * | | | | | | | | ARC: optimize kernel bss clearing in early boot code | Vineet Gupta | 2014-06-26 | 2 | -4/+5 | |
| * | | | | | | | | ARC: Fix build breakage for !CONFIG_ARC_DW2_UNWIND | Vineet Gupta | 2014-06-26 | 1 | -1/+1 | |
| * | | | | | | | | ARC: fix build warning in devtree | Vineet Gupta | 2014-06-23 | 1 | -1/+1 | |
| * | | | | | | | | ARC: remove checks for CONFIG_ARC_MMU_V4 | Paul Bolle | 2014-06-16 | 1 | -2/+2 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2014-06-25 | 36 | -136/+137 | |
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | | | ||||||
| * | | | | | | | Merge tag 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixes | Arnd Bergmann | 2014-06-25 | 4 | -18/+15 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | ARM: at91/dt: sam9261: remove slow RC osc | Alexandre Belloni | 2014-06-25 | 1 | -15/+2 | |
| | * | | | | | | | ARM: at91/dt: define sam9261ek slow crystal frequency | Alexandre Belloni | 2014-06-25 | 1 | -0/+4 | |
| | * | | | | | | | ARM: at91/dt: sam9261: correctly define mainck | Alexandre Belloni | 2014-06-25 | 1 | -2/+8 | |
| | * | | | | | | | ARM: at91/dt: sam9n12: correct PLLA ICPLL and OUT values | Alexandre Belloni | 2014-06-25 | 1 | -2/+2 | |
| | * | | | | | | | ARM: at91/dt: sam9x5: correct PLLA ICPLL and OUT values | Alexandre Belloni | 2014-06-25 | 1 | -2/+2 | |
| | |/ / / / / / | ||||||
| * | | | | | | | Merge tag 'mvebu-fixes-3.16' of git://git.infradead.org/linux-mvebu into fixes | Arnd Bergmann | 2014-06-25 | 7 | -7/+9 | |
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | | | ||||||
| | * | | | | | | ARM: mvebu: Fix the improper use of the compatible string armada38x using a w... | Gregory CLEMENT | 2014-06-24 | 5 | -5/+5 | |
| | * | | | | | | ARM: dts: kirkwood: fix phy-connection-type for Guruplug | Sebastian Hesselbarth | 2014-06-23 | 1 | -2/+2 | |
| | * | | | | | | ARM: mvebu: select ARM_CPU_SUSPEND for Marvell EBU v7 platforms | Thomas Petazzoni | 2014-06-20 | 1 | -0/+1 | |
| | * | | | | | | ARM: mvebu: Fix broken SoC ID detection | Ezequiel Garcia | 2014-06-20 | 1 | -0/+1 | |
| | |/ / / / / | ||||||
| * | | | | | | ARM: integrator: fix OF-related regression | Linus Walleij | 2014-06-24 | 2 | -36/+13 | |
| * | | | | | | Merge tag 'imx-fixes-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/s... | Arnd Bergmann | 2014-06-23 | 13 | -47/+71 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | ARM: dts: imx51-eukrea-mbimxsd51-baseboard: unbreak esdhc. | Denis Carikli | 2014-06-21 | 1 | -2/+2 | |
| | * | | | | | | ARM: dts: imx51-babbage: Fix esdhc setup | Sascha Hauer | 2014-06-21 | 1 | -5/+5 |