summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2014-08-04Merge tag 'pci-v3.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-19/+53
2014-08-04Merge remote-tracking branches 'spi/fix/s3c64xx', 'spi/fix/samsung' and 'spi/...Mark Brown3-3/+3
2014-08-03x86/pmc_atom: Silence shift wrapping warnings in pmc_sleep_tmr_show()Dan Carpenter1-5/+5
2014-08-03net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov6-22/+22
2014-08-03net: filter: rename sk_convert_filter() -> bpf_convert_filter()Alexei Starovoitov1-1/+1
2014-08-02Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds6-17/+43
2014-08-02ARM: 8124/1: don't enter kgdb when userspace executes a kgdb break instructionOmar Sandoval1-0/+4
2014-08-02ARM: idmap: add identity mapping usage noteRussell King1-0/+5
2014-08-02ARM: add comments to the early page table remap codeRussell King1-5/+46
2014-08-02ARM: 8122/1: smp_scu: enable SCU standby supportShawn Guo1-0/+7
2014-08-02ARM: 8121/1: smp_scu: use macro for SCU enable bitShawn Guo1-2/+3
2014-08-02ARM: 8120/1: crypto: sha512: add ARM NEON implementationJussi Kivilinna3-0/+762
2014-08-02ARM: 8119/1: crypto: sha1: add ARM NEON implementationJussi Kivilinna5-3/+848
2014-08-02ARM: 8118/1: crypto: sha1/make use of common SHA-1 structuresJussi Kivilinna1-28/+22
2014-08-02Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-21/+11
2014-08-02ARM: imx: Remove references to platform_bus in mxc codePawel Moll1-2/+0
2014-08-01Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-4/+5
2014-08-01Merge tag 'nommu-for-rmk' of git://git.pengutronix.de/git/ukl/linux into deve...Russell King2-4/+2
2014-08-01arm64: add newline to I-cache policy stringMark Rutland1-1/+1
2014-08-01ARM: socfpga: Add socfpga Ethernet filter attributes entriesVince Bridgers1-0/+4
2014-07-31Merge branches 'x86/vt-d', 'x86/amd', 'arm/omap', 'ppc/pamu', 'arm/smmu', 'ar...Joerg Roedel158-513/+1127
2014-07-31Merge tag 'for_3.17/samsung-clk' of git://git.kernel.org/pub/scm/linux/kernel...Mike Turquette4-0/+23
2014-07-31x86/mm: Set TLB flush tunable to sane value (33)Dave Hansen1-2/+11
2014-07-31x86/mm: New tunable for single vs full TLB flushDave Hansen1-0/+46
2014-07-31x86/mm: Add tracepoints for TLB flushesDave Hansen3-2/+22
2014-07-31x86/mm: Unify remote INVLPG codeDave Hansen1-2/+2
2014-07-31x86/mm: Fix missed global TLB flush statDave Hansen1-8/+7
2014-07-31x86/mm: Rip out complicated, out-of-date, buggy TLB flushingDave Hansen5-121/+13
2014-07-31x86/mm: Clean up the TLB flushing codeDave Hansen1-12/+11
2014-07-31x86/kvm: Resolve shadow warnings in macro expansionMark D Rustad1-2/+2
2014-07-31Merge tag 'kvm-s390-20140730' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2-0/+4
2014-07-31Revert "arm64: dmi: Add SMBIOS/DMI support"Will Deacon3-54/+0
2014-07-31arm64: fpsimd: fix a typo in fpsimd_save_partial_state ENDPROCbyungchul.park1-1/+1
2014-07-31arm64: don't call break hooks for BRK exceptions from EL0Will Deacon1-11/+11
2014-07-31KVM: s390: rework broken SIGP STOP interrupt handlingDavid Hildenbrand1-0/+3
2014-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller53-182/+488
2014-07-30ARM: nomadik: fix up double inversion in DTLinus Walleij2-4/+5
2014-07-30Merge tag 'please-pull-apei' into x86/rasH. Peter Anvin207-1605/+1621
2014-07-30Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds3-1/+18
2014-07-30Merge tag 'stable/for-linus-3.16-rc7-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2-57/+96
2014-07-30arm64: defconfig: enable devtmpfs mount optionRobert Richter1-0/+1
2014-07-30KVM: vmx: remove duplicate vmx_mpx_supported() prototypeChris J Arges1-1/+0
2014-07-30arm64: vdso: fix build error when switching from LE to BEArun Chandran1-1/+1
2014-07-30KVM: s390: Fix memory leak on busy SIGP stopChristian Borntraeger1-0/+1
2014-07-30x86/xen: safely map and unmap grant frames when in atomic contextDavid Vrabel2-57/+96
2014-07-30timekeeping: Fixup typo in update_vsyscall_old definitionJohn Stultz1-1/+1
2014-07-30arm: Add devicetree fixup machine functionLaura Abbott3-1/+18
2014-07-30[IA64] sn: Do not needlessly convert between pointers and integersThierry Reding1-2/+2
2014-07-30[IA64] sn: Fix zeroing of PDAsThierry Reding1-1/+1
2014-07-30ARM: 8113/1: remove remaining definitions of PLAT_PHYS_OFFSET from <mach/memo...Uwe Kleine-König13-79/+17