summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | ARM: shmobile: R-Car: Shrink rcar_sysc_ch sizeGeert Uytterhoeven2015-07-061-3/+3
| | * | | | | | ARM: shmobile: R-Car: Improve documentationGeert Uytterhoeven2015-07-061-14/+32
| | | |/ / / / | | |/| | | |
| * | | | | | Merge tag 'renesas-cleanup-for-v4.3' of git://git.kernel.org/pub/scm/linux/ke...Olof Johansson2015-07-1429-6910/+15
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | / / / | | | |/ / / | | |/| | |
| | * | | | ARM: shmobile: timer: r8a73a4 and r8a7790 are multi-platform onlyGeert Uytterhoeven2015-07-061-12/+0
| | * | | | ARM: shmobile: R-Car Gen2: CONFIG_ARCH_SHMOBILE_MULTI is always setGeert Uytterhoeven2015-07-061-2/+0
| | * | | | ARM: shmobile: Remove obsolete zboot supportGeert Uytterhoeven2015-07-064-197/+0
| | * | | | ARM: shmobile: R-Mobile: Remove legacy PM Domain codeGeert Uytterhoeven2015-07-062-63/+0
| | * | | | ARM: shmobile: Remove unused dma-register.hGeert Uytterhoeven2015-07-061-84/+0
| | * | | | ARM: shmobile: Remove legacy SoC code for R-Mobile A1Geert Uytterhoeven2015-07-066-1546/+4
| | * | | | ARM: shmobile: Drop r8a7740-armadillo800eva.dtb for legacy buildsGeert Uytterhoeven2015-07-061-1/+0
| | * | | | ARM: shmobile: Remove legacy armadillo800eva_defconfigGeert Uytterhoeven2015-07-061-162/+0
| | * | | | ARM: shmobile: Remove legacy board code for Armadillo-800 EVAGeert Uytterhoeven2015-07-064-1376/+0
| | * | | | ARM: shmobile: Remove legacy SoC code for SH-Mobile AG5Geert Uytterhoeven2015-07-067-1624/+2
| | * | | | ARM: shmobile: Drop sh73a0-kzm9g.dtb for legacy buildsGeert Uytterhoeven2015-07-061-2/+1
| | * | | | ARM: shmobile: Remove legacy kzm9g_defconfigGeert Uytterhoeven2015-07-061-154/+0
| | * | | | ARM: shmobile: Remove legacy board code for KZM-A9-GTGeert Uytterhoeven2015-07-067-1678/+0
| | * | | | ARM: shmobile: r8a7779: Remove GENPD_FLAG_PM_CLK flagGeert Uytterhoeven2015-07-061-1/+0
| | * | | | ARM: shmobile: R-Mobile: Use BIT() macro instead of open codingGeert Uytterhoeven2015-07-061-2/+2
| | * | | | ARM: shmobile: R-Mobile: Move to_rmobile_pd from header to source fileGeert Uytterhoeven2015-07-062-6/+6
| | |/ / /
* | | | | Merge tag 'armsoc-fixes-nc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-09-015-36/+37
|\ \ \ \ \
| * \ \ \ \ Merge tag 'mvebu-fixes-4.2-1' of git://git.infradead.org/linux-mvebu into nex...Olof Johansson2015-08-213-34/+35
| |\ \ \ \ \
| | * | | | | ARM: orion5x: fix legacy orion5x IRQ numbersBenjamin Cama2015-08-213-34/+35
| | | |/ / / | | |/| | |
| * | | | | Merge tag 'samsung-non-critical-1' of git://git.kernel.org/pub/scm/linux/kern...Olof Johansson2015-08-112-2/+2
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | ARM: EXYNOS: Use IOMEM_ERR_PTR when function returns iomemKrzysztof Kozlowski2015-07-211-1/+1
| | * | | | ARM: dts: fix clock-frequency of display timing0 for exynos3250-rinatoHyungwon Hwang2015-07-211-1/+1
| | |/ / /
* | | | | Merge tag 'arc-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds2015-09-0115-138/+505
|\ \ \ \ \
| * | | | | ARCv2: entry: Fix reserved handlerVineet Gupta2015-08-271-7/+2
| * | | | | ARCv2: perf: Finally introduce HS perf unitVineet Gupta2015-08-272-2/+6
| * | | | | ARCv2: perf: SMP supportAlexey Brodkin2015-08-271-15/+54
| * | | | | ARCv2: perf: implement exclusion of event counting in user or kernel modeAlexey Brodkin2015-08-272-2/+17
| * | | | | ARCv2: perf: Support sampling events using overflow interruptsAlexey Brodkin2015-08-272-10/+126
| * | | | | ARCv2: perf: implement "event_set_period"Alexey Brodkin2015-08-271-16/+63
| * | | | | ARC: perf: cap the number of counters to hardware max of 32Vineet Gupta2015-08-272-5/+6
| * | | | | ARC: Eliminate some ARCv2 specific code for ARCompact buildVineet Gupta2015-08-212-28/+34
| * | | | | ARC: add/fix some comments in code - no functional changeVineet Gupta2015-08-206-22/+23
| * | | | | ARC: change some branchs to jumps to resolve linkage errorsYuriy Kolerov2015-08-203-9/+9
| * | | | | ARC: ensure futex ops are atomic in !LLSC configVineet Gupta2015-08-201-0/+12
| * | | | | ARC: Enable HAVE_FUTEX_CMPXCHGVineet Gupta2015-08-201-0/+1
| * | | | | ARC: make futex_atomic_cmpxchg_inatomic() return bimodalVineet Gupta2015-08-201-9/+11
| * | | | | ARC: futex cosmeticsVineet Gupta2015-08-201-8/+9
| * | | | | ARC: add barriers to futex codeVineet Gupta2015-08-201-11/+10
| * | | | | ARCv2: IOC: Allow boot time disableAlexey Brodkin2015-08-201-3/+4
| * | | | | ARCv2: SLC: Allow boot time disableVineet Gupta2015-08-201-2/+19
| * | | | | ARCv2: Support IO Coherency and permutations involving L1 and L2 cachesAlexey Brodkin2015-08-204-16/+125
| * | | | | ARC: Enable optimistic spinning for LLSC configVineet Gupta2015-08-111-0/+1
* | | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-09-0113-232/+332
|\ \ \ \ \ \
| * | | | | | x86/platform: Make atom/pmc_atom.c explicitly non-modularPaul Gortmaker2015-08-251-9/+4
| * | | | | | x86/hyperv: Mark the Hyper-V TSC as unstableVitaly Kuznetsov2015-08-211-0/+1
| * | | | | | x86/xen/time: Migrate to new set-state interfaceViresh Kumar2015-07-301-49/+31
| * | | | | | x86/uv/time: Migrate to new set-state interfaceViresh Kumar2015-07-301-24/+13