summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-02-152-0/+14
|\
| * Drivers: hv: vmbus: Implement a clockevent deviceK. Y. Srinivasan2015-01-251-0/+11
| * Merge 3.19-rc5 into char-misc-nextGreg Kroah-Hartman2015-01-19108-320/+800
| |\
| * | uio: uio_fsl_elbc_gpcm: new driverJohn Ogness2015-01-121-0/+3
* | | Merge tag 'usb-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2015-02-151-89/+63
|\ \ \
| * \ \ Merge 3.19-rc7 into usb-nextGreg Kroah-Hartman2015-02-02136-554/+954
| |\ \ \
| * \ \ \ Merge tag 'for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/...Greg Kroah-Hartman2015-01-311-5/+5
| |\ \ \ \
| | * | | | phy: miphy365x: Pass sysconfig register offsets via syscfg dt property.Peter Griffin2015-01-301-5/+5
| | | |_|/ | | |/| |
| * | | | USB: host: Introduce flag to enable use of 64-bit dma_mask for ehci-platformAndreas Herrmann2015-01-251-3/+1
| * | | | Merge 3.19-rc5 into usb-nextGreg Kroah-Hartman2015-01-19108-320/+800
| |\| | |
| * | | | USB: host: Remove hard-coded octeon platform information for ehci/ohciAndreas Herrmann2015-01-091-86/+62
| | |_|/ | |/| |
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntr...Linus Torvalds2015-02-146-18/+18
|\ \ \ \
| * | | | next: sh: Fix compile errorGuenter Roeck2015-01-191-1/+1
| * | | | x86/spinlock: Leftover conversion ACCESS_ONCE->READ_ONCEChristian Borntraeger2015-01-191-2/+2
| * | | | x86/xen/p2m: Replace ACCESS_ONCE with READ_ONCEChristian Borntraeger2015-01-191-1/+1
| * | | | ppc/hugetlbfs: Replace ACCESS_ONCE with READ_ONCEChristian Borntraeger2015-01-191-2/+2
| * | | | ppc/kvm: Replace ACCESS_ONCE with READ_ONCEChristian Borntraeger2015-01-192-12/+12
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-02-1415-184/+595
|\ \ \ \ \
| * | | | | crypto: aesni - Add support for 192 & 256 bit keys to AESNI RFC4106Timothy McCaffrey2015-01-142-172/+205
| * | | | | crypto: x86/des3_ede - drop bogus module aliasesMathias Krause2015-01-131-2/+0
| * | | | | crypto: sparc64/md5 - fix module descriptionMathias Krause2015-01-131-1/+1
| * | | | | crypto: sparc64/des - add "des3_ede" module aliasMathias Krause2015-01-131-0/+1
| * | | | | crypto: sparc64/camellia - fix module aliasMathias Krause2015-01-131-1/+1
| * | | | | crypto: sparc64/aes - fix module descriptionMathias Krause2015-01-131-1/+1
| * | | | | crypto: octeon - add MD5 moduleAaro Koskinen2014-12-243-0/+220
| * | | | | MIPS: OCTEON: reintroduce crypto features checkAaro Koskinen2014-12-242-2/+21
| * | | | | crypto: octeon - add instruction definitions for MD5Aaro Koskinen2014-12-241-0/+56
| * | | | | MIPS: OCTEON: add crypto helper functionsAaro Koskinen2014-12-245-5/+89
* | | | | | ARM: mvebu: enable Armada 38x RTC driver in mvebu_v7_defconfigGregory CLEMENT2015-02-131-0/+1
* | | | | | ARM: mvebu: add Device Tree description of RTC on Armada 38xGregory CLEMENT2015-02-131-0/+7
* | | | | | ARM: mvebu: ISL12057 rtc chip can now wake up RN102, RN102 and RN2120Arnaud Ebalard2015-02-133-0/+3
* | | | | | kasan: enable instrumentation of global variablesAndrey Ryabinin2015-02-132-2/+12
* | | | | | mm: vmalloc: pass additional vm_flags to __vmalloc_node_range()Andrey Ryabinin2015-02-138-9/+9
* | | | | | kasan: enable stack instrumentationAndrey Ryabinin2015-02-133-5/+20
* | | | | | x86_64: kasan: add interceptors for memset/memmove/memcpy functionsAndrey Ryabinin2015-02-137-11/+41
* | | | | | x86_64: add KASan supportAndrey Ryabinin2015-02-1314-4/+287
* | | | | | xtensa: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-131-5/+2
* | | | | | ia64: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-131-4/+2
* | | | | | x86: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-133-36/+21
* | | | | | tile: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-135-33/+20
* | | | | | powerpc: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-133-18/+10
* | | | | | mips: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-131-8/+5
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2015-02-132-20/+21
|\ \ \ \ \ \
| * | | | | | tile: enable sparse checks for get/put_userChris Metcalf2015-01-131-8/+11
| * | | | | | tile: fix put_user sparse errorsChris Metcalf2015-01-131-9/+9
| * | | | | | tile: default to little endian on older toolchainsChris Metcalf2015-01-131-3/+1
* | | | | | | Revert "x86/apic: Only disable CPU x2apic mode when necessary"Linus Torvalds2015-02-131-2/+1
* | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-02-1370-718/+3276
|\ \ \ \ \ \ \
| * | | | | | | KVM: ia64: drop kvm.h from installed user headersMike Frysinger2015-02-101-1/+0
| * | | | | | | KVM: x86: fix build with !CONFIG_SMPRadim Krčmář2015-02-101-0/+1