summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* mips: use of_platform_default_populate() to populate default busKefeng Wang2016-06-231-2/+1
* arm: use of_platform_default_populate() to populateKefeng Wang2016-06-2322-35/+22
* xtensa: Remove unnecessary of_platform_populate with default match tableKefeng Wang2016-06-232-11/+2
* sh: Remove unnecessary of_platform_populate with default match tableKefeng Wang2016-06-231-14/+0
* nios2: Remove unnecessary of_platform_populate with default match tableKefeng Wang2016-06-231-3/+1
* mips: Remove unnecessary of_platform_populate with default match tableKefeng Wang2016-06-235-45/+0
* metag: Remove unnecessary of_platform_populate with default match tableKefeng Wang2016-06-231-4/+1
* cris: Remove unnecessary of_platform_populate with default match tableKefeng Wang2016-06-231-8/+0
* c6x: Remove unnecessary of_platform_populate with default match tableKefeng Wang2016-06-232-18/+1
* arm64: Remove unnecessary of_platform_populate with default match tableKefeng Wang2016-06-231-13/+0
* arm: Remove unnecessary of_platform_populate with default match tableKefeng Wang2016-06-2323-59/+1
* arc: Remove unnecessary of_platform_populate with default match tableKefeng Wang2016-06-231-7/+0
* of: iommu: make of_iommu_init() postcore_initcall_syncKefeng Wang2016-06-233-6/+0
* Merge tag 'powerpc-4.7-3Michael Ellerman:' of git://git.kernel.org/pub/scm/li...Linus Torvalds2016-06-106-11/+15
|\
| * powerpc/nohash: Fix build break with 64K pagesMichael Ellerman2016-06-101-1/+1
| * powerpc/mm/hash: Compute the segment size correctly for ISA 3.0Aneesh Kumar K.V2016-06-081-1/+5
| * powerpc/mm/radix: Fix always false comparison against MMU_NO_CONTEXTAneesh Kumar K.V2016-06-081-4/+4
| * powerpc/pseries: Fix IBM_ARCH_VEC_NRCORES_OFFSET since POWER8NVL was addedMichael Ellerman2016-06-081-1/+1
| * powerpc/pseries: Fix PCI config address for DDWGavin Shan2016-06-061-2/+2
| * powerpc/ptrace: Fix out of bounds array access warningKhem Raj2016-06-061-2/+2
* | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2016-06-101-1/+1
|\ \
| * | arm64: mm: always take dirty state from new pte in ptep_set_access_flagsWill Deacon2016-06-081-1/+1
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-06-106-15/+86
|\ \ \
| * | | x86/ioapic: Fix incorrect pointers in ioapic_setup_resources()Rui Wang2016-06-101-1/+1
| * | | x86/entry/traps: Don't force in_interrupt() to return true in IST handlersAndy Lutomirski2016-06-101-10/+10
| * | | x86/cpu/AMD: Extend X86_FEATURE_TOPOEXT workaround to newer modelsBorislav Petkov2016-06-081-2/+2
| * | | x86/cpu/intel: Introduce macros for Intel family numbersDave Hansen2016-06-081-0/+68
| * | | x86, build: copy ldlinux.c32 to image.isoH. Peter Anvin2016-06-081-0/+3
| * | | x86/msr: Use the proper trace point conditional for writesDr. David Alan Gilbert2016-06-061-2/+2
| |/ /
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-06-102-22/+1
|\ \ \
| * | | perf/x86/intel/uncore: Remove SBOX support for Broadwell serverKan Liang2016-06-031-21/+0
| * | | perf/x86/intel/rapl: Fix pmus free during cleanupVincent Stehlé2016-05-251-1/+1
* | | | Merge tag 'arc-4.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds2016-06-0935-415/+30
|\ \ \ \
| * | | | Revert "ARCv2: spinlock/rwlock/atomics: Delayed retry of failed SCOND with ex...Vineet Gupta2016-06-023-340/+4
| * | | | Revert "ARCv2: spinlock/rwlock: Reset retry delay when starting a new spin-wa...Vineet Gupta2016-06-021-3/+3
| * | | | Revert "ARCv2: spinlock/rwlock/atomics: reduce 1 instruction in exponential b...Vineet Gupta2016-06-022-2/+4
| * | | | ARC: don't enable DISCONTIGMEM unconditionallyVineet Gupta2016-05-311-2/+2
| * | | | ARC: [intc-compact] simplify code for 2 priority levelsVineet Gupta2016-05-303-40/+6
| * | | | arc: Get rid of root core-frequency propertyAlexey Brodkin2016-05-3015-17/+0
| * | | | Fix typosAndrea Gelmini2016-05-3015-18/+18
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-06-081-1/+1
|\ \ \ \ \
| * | | | | coredump: fix dumping through pipesMateusz Guzik2016-06-081-1/+1
| |/ / / /
* | | | | Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-06-082-2/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | powerpc/512x: clk: Remove CLK_IS_ROOTStephen Boyd2016-06-011-1/+1
| * | | | vexpress/spc: Remove CLK_IS_ROOTStephen Boyd2016-06-011-1/+1
| |/ / /
* | | | parisc: Move die_if_kernel() prototype into traps.h headerHelge Deller2016-06-052-2/+3
* | | | parisc: Fix pagefault crash in unaligned __get_user() callHelge Deller2016-06-051-1/+9
* | | | parisc: Fix printk time during bootHelge Deller2016-06-052-7/+3
* | | | parisc: Fix backtrace on PA-RISCMikulas Patocka2016-06-041-8/+14
* | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-06-041-0/+9
|\ \ \ \