summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2014-06-26MIPS: bpf: Fix return values for VLAN_TAG_PRESENT caseMarkos Chandras
2014-06-26MIPS: bpf: Use correct mask for VLAN_TAG caseMarkos Chandras
2014-06-26MIPS: bpf: Fix branch conditional for BPF_J{GT/GE} casesMarkos Chandras
2014-06-26MIPS: bpf: Add SEEN_SKB to flags when looking for the PKT_TYPEMarkos Chandras
2014-06-26MIPS: bpf: Use 'andi' instead of 'and' for the VLAN casesMarkos Chandras
2014-06-26MIPS: bpf: Return error code if the offset is a negative numberMarkos Chandras
2014-06-26MIPS: bpf: Use the LO register to get division's quotientMarkos Chandras
2014-06-26MIPS: mm: uasm: Fix lh micro-assembler instructionMarkos Chandras
2014-06-26MIPS: uasm: Add SLT uasm instructionMarkos Chandras
2014-06-26MIPS: uasm: Add s3s1s2 instruction builderMarkos Chandras
2014-06-26MIPS: BPF JIT: Fix build error.Daniel Borkmann
2014-06-26Revert "MIPS: Save/restore MSA context around signals"Paul Burton
2014-06-26MIPS: math-emu: Reduce code duplication.Ralf Baechle
2014-06-26ARC: [SMP] Enable icache coherencyVineet Gupta
2014-06-26ARC: [SMP] Fix IPI IRQ registrationNoam Camus
2014-06-26ARC: Implement ptrace(PTRACE_GET_THREAD_AREA)Anton Kolesov
2014-06-26ARC: optimize kernel bss clearing in early boot codeVineet Gupta
2014-06-26ARC: Fix build breakage for !CONFIG_ARC_DW2_UNWINDVineet Gupta
2014-06-25Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2014-06-25Merge tag 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixesArnd Bergmann
2014-06-25Merge tag 'mvebu-fixes-3.16' of git://git.infradead.org/linux-mvebu into fixesArnd Bergmann
2014-06-25ARM: at91/dt: sam9261: remove slow RC oscAlexandre Belloni
2014-06-25ARM: at91/dt: define sam9261ek slow crystal frequencyAlexandre Belloni
2014-06-25ARM: at91/dt: sam9261: correctly define mainckAlexandre Belloni
2014-06-25ARM: at91/dt: sam9n12: correct PLLA ICPLL and OUT valuesAlexandre Belloni
2014-06-25ARM: at91/dt: sam9x5: correct PLLA ICPLL and OUT valuesAlexandre Belloni
2014-06-25Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds
2014-06-25powerpc: Don't skip ePAPR spin-table CPUsScott Wood
2014-06-25powerpc/module: Fix TOC symbol CRCLaurent Dufour
2014-06-25powerpc/powernv: Remove OPAL v1 takeoverMichael Ellerman
2014-06-24Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds
2014-06-24x86/vdso: Error out in vdso2c if DT_RELA is presentAndy Lutomirski
2014-06-24x86/vdso: Move DISABLE_BRANCH_PROFILING into the vdso makefileAndy Lutomirski
2014-06-24ARM: integrator: fix OF-related regressionLinus Walleij
2014-06-24ARM: mvebu: Fix the improper use of the compatible string armada38x using a w...Gregory CLEMENT
2014-06-24powerpc/kmemleak: Do not scan the DART tableCatalin Marinas
2014-06-24powerpc/cell: cbe_thermal.c: Cleaning up a variable is of the wrong typeRickard Strandqvist
2014-06-24powerpc/kprobes: Fix jprobes on ABI v2 (LE)Michael Ellerman
2014-06-24powerpc/ftrace: Use pr_fmt() to namespace error messagesMichael Ellerman
2014-06-24powerpc/ftrace: Fix nop of modules on 64bit LE (ABIv2)Michael Ellerman
2014-06-24powerpc/ftrace: Fix inverted check of create_branch()Michael Ellerman
2014-06-24powerpc/ftrace: Fix typo in mask of opcodeMichael Ellerman
2014-06-24powerpc: Add ppc_global_function_entry()Michael Ellerman
2014-06-24powerpc: Remove __arch_swab*Benjamin Herrenschmidt
2014-06-24powerpc: Remove ancient DEBUG_SIG codeMichael Ellerman
2014-06-24powerpc/kerenl: Enable EEH for IO accessorsGavin Shan
2014-06-23ia64: arch/ia64/include/uapi/asm/fcntl.h needs personality.hAndrew Morton
2014-06-23nmi: provide the option to issue an NMI back trace to every cpu but currentAaron Tomlin
2014-06-23x86_32, signal: Fix vdso rt_sigreturnAndy Lutomirski
2014-06-23x86_32, entry: Do syscall exit work on badsys (CVE-2014-4508)Andy Lutomirski