summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2014-06-27arch/x86: replace strict_strto callsDaniel Walter
2014-06-27arch/powerpc: replace obsolete strict_strto* callsDaniel Walter
2014-06-27arch/arm/mach-w90x900/cpu.c: replace obsolete strict_strtoDaniel Walter
2014-06-27arch/arm/mach-s3c24xx/mach-jive.c: replace strict_strto* with kstrto*Daniel Walter
2014-06-27arch/arm/mach-pxa: replace strict_strto call with kstrtoDaniel Walter
2014-06-27arch/arm/mach-omap2: replace strict_strto* with kstrto*Daniel Walter
2014-06-27Merge branch 'akpm-current/current'Stephen Rothwell
2014-06-27Merge remote-tracking branch 'staging/staging-next'Stephen Rothwell
2014-06-27Merge remote-tracking branch 'percpu/for-next'Stephen Rothwell
2014-06-27Merge remote-tracking branch 'kvm/linux-next'Stephen Rothwell
2014-06-27Merge remote-tracking branch 'irqchip/irqchip/for-next'Stephen Rothwell
2014-06-27Merge remote-tracking branch 'tip/auto-latest'Stephen Rothwell
2014-06-27Merge remote-tracking branch 'devicetree/devicetree/next'Stephen Rothwell
2014-06-27Merge remote-tracking branch 'audit/master'Stephen Rothwell
2014-06-27Merge remote-tracking branch 'trivial/for-next'Stephen Rothwell
2014-06-27Merge remote-tracking branch 'crypto/master'Stephen Rothwell
2014-06-27Merge remote-tracking branch 'kbuild/for-next'Stephen Rothwell
2014-06-27Merge remote-tracking branch 'uml/next'Stephen Rothwell
2014-06-27Merge remote-tracking branch 'tile/master'Stephen Rothwell
2014-06-27Merge remote-tracking branch 'fsl/next'Stephen Rothwell
2014-06-27Merge remote-tracking branch 'mips/mips-for-linux-next'Stephen Rothwell
2014-06-27Merge remote-tracking branch 'metag/for-next'Stephen Rothwell
2014-06-27Merge remote-tracking branch 'm68knommu/for-next'Stephen Rothwell
2014-06-27Merge remote-tracking branch 'tegra/for-next'Stephen Rothwell
2014-06-27Merge remote-tracking branch 'sunxi/sunxi/for-next'Stephen Rothwell
2014-06-27Merge remote-tracking branch 'samsung/for-next'Stephen Rothwell
2014-06-27Merge remote-tracking branch 'renesas/next'Stephen Rothwell
2014-06-27Merge remote-tracking branch 'mvebu/for-next'Stephen Rothwell
2014-06-27Merge remote-tracking branch 'imx-mxs/for-next'Stephen Rothwell
2014-06-27Merge remote-tracking branch 'berlin/berlin/for-next'Stephen Rothwell
2014-06-27Merge remote-tracking branch 'arm/for-next'Stephen Rothwell
2014-06-27Merge remote-tracking branch 'arc/for-next'Stephen Rothwell
2014-06-27Merge remote-tracking branch 'crypto-current/master'Stephen Rothwell
2014-06-26Merge branch '3.16-fixes' into mips-for-linux-nextRalf Baechle
2014-06-26MIPS: Lasat: Fix build error if CRC32 is not enabled.Ralf Baechle
2014-06-26MIPS: RB532: Replace parse_mac_addr() with mac_pton().Daniel Walter
2014-06-26MIPS: MSC: Prevent out-of-bounds writes to MIPS SC ioremap'd regionMarkos Chandras
2014-06-26MIPS: bpf: Fix stack space allocation for BPF memwords on MIPS64Markos Chandras
2014-06-26MIPS: BPF: Use 32 or 64-bit load instruction to load an address to registerMarkos Chandras
2014-06-26MIPS: bpf: Fix PKT_TYPE case for big-endian coresMarkos Chandras
2014-06-26MIPS: BPF: Prevent kernel fall over for >=32bit shiftsMarkos Chandras
2014-06-26MIPS: bpf: Drop update_on_xread and always initialize the X registerMarkos Chandras
2014-06-26MIPS: bpf: Fix is_range() semanticsMarkos Chandras
2014-06-26MIPS: bpf: Use pr_debug instead of pr_warn for unhandled opcodesMarkos Chandras
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