summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'clk-for-linus-3.20' of git://git.linaro.org/people/mike.turquette/...Linus Torvalds2015-02-2122-3873/+361
|\
| * powerpc/corenet: Enable CLK_QORIQEmil Medve2015-02-182-0/+2
| * MIPS: Alchemy: Remove bogus args from alchemy_clk_fgcs_detrTomeu Vizoso2015-02-181-2/+0
| * Merge tag 'tegra-clk-3.20' of git://nv-tegra.nvidia.com/user/pdeschrijver/lin...Michael Turquette2015-02-031-2/+0
| |\
| | * clk: tegra: make tegra_clocks_apply_init_table() arch_initcallPeter De Schrijver2015-02-021-2/+0
| * | Merge branch 'clk-next' into v3.19-rc7Michael Turquette2015-02-0219-3877/+361
| |\ \ | | |/ | |/|
| | * clk: Add rate constraints to clocksTomeu Vizoso2015-02-023-0/+12
| | * arm: omap2+ remove dead clock codeMichael Turquette2015-02-023-35/+0
| | * Merge branch 'clk-omap-legacy' into clk-nextMichael Turquette2015-02-025-3737/+32
| | |\
| | | * ARM: OMAP3: remove legacy clock dataTero Kristo2015-01-302-3693/+1
| | | * ARM: OMAP3: use clock data from TI clock driver for legacy bootTero Kristo2015-01-301-9/+19
| | | * ARM: OMAP3: PRM: add support for legacy iomapping initTero Kristo2015-01-302-0/+12
| | * | clk: Make clk API return per-user struct clk instancesTomeu Vizoso2015-02-024-46/+92
| | * | Merge tag 'sunxi-clocks-for-3.20' of https://git.kernel.org/pub/scm/linux/ker...Michael Turquette2015-01-286-131/+293
| | |\ \
| | | * | ARM: sunxi: dt: Add sample and output mmc clocksMaxime Ripard2015-01-146-103/+265
| | | * | ARM: dts: sun8i: Add PLL6 and MBUS clock nodesChen-Yu Tsai2014-12-211-8/+24
| | | * | ARM: dts: sun8i: Unify ahb1 clock nodesChen-Yu Tsai2014-12-211-10/+2
| | | * | ARM: dts: sun6i: Unify ahb1 clock nodesChen-Yu Tsai2014-12-211-11/+3
| | | |/
| | * / powerpc: call of_clk_init() from time_init()Kevin Hao2015-01-202-6/+10
| | |/
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-02-218-142/+119
|\ \ \
| * | | s390/spinlock: disabled compare-and-delay by defaultMartin Schwidefsky2015-02-191-5/+7
| * | | s390/mm: align 64-bit PIE binaries to 4GBMartin Schwidefsky2015-02-191-1/+4
| * | | s390/cacheinfo: coding style changesHeiko Carstens2015-02-121-13/+3
| * | | s390/cacheinfo: fix shared cpu masksHeiko Carstens2015-02-121-5/+4
| * | | s390/smp: reduce size of struct pcpuHeiko Carstens2015-02-121-27/+27
| * | | s390/topology: convert cpu_topology array to per cpu variableHeiko Carstens2015-02-122-26/+26
| * | | s390/topology: delay initialization of topology cpu masksHeiko Carstens2015-02-123-62/+47
| * | | s390/vdso: fix clock_gettime for CLOCK_THREAD_CPUTIME_ID, -2 and -3Martin Schwidefsky2015-02-121-4/+2
* | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-02-217-0/+882
|\ \ \ \
| * | | | x86/intel/quark: Fix simple_return.cocci warningsFengguang Wu2015-02-191-5/+1
| * | | | x86/intel/quark: Fix ptr_ret.cocci warningsFengguang Wu2015-02-191-4/+1
| * | | | x86/intel/quark: Add Intel Quark platform supportBryan O'Donoghue2015-02-182-0/+17
| * | | | x86/intel/quark: Add Isolated Memory Regions for Quark X1000Bryan O'Donoghue2015-02-185-0/+872
* | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2015-02-213-54/+62
|\ \ \ \ \
| * | | | | x86/spinlocks/paravirt: Fix memory corruption on unlockRaghavendra K T2015-02-183-56/+64
| |/ / / /
* | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-02-2117-226/+409
|\ \ \ \ \
| * | | | | x86/mm/ASLR: Avoid PAGE_SIZE redefinition for UML subarchJiri Kosina2015-02-202-2/+0
| * | | | | Merge tag 'microcode_fixes_for-3.21' of git://git.kernel.org/pub/scm/linux/ke...Ingo Molnar2015-02-192-1/+10
| |\ \ \ \ \
| | * | | | | x86/microcode/intel: Handle truncated microcode images more robustlyQuentin Casasnovas2015-02-192-0/+9
| | * | | | | x86/microcode/intel: Guard against stack overflow in the loaderQuentin Casasnovas2015-02-191-1/+1
| | | |_|/ / | | |/| | |
| * | | | | Merge branch 'tip-x86-kaslr' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2015-02-198-20/+66
| |\ \ \ \ \
| | * | | | | x86, mm/ASLR: Fix stack randomization on 64-bit systemsHector Marco-Gisbert2015-02-191-3/+3
| | * | | | | x86/mm/ASLR: Propagate base load address calculationJiri Kosina2015-02-197-17/+63
| * | | | | | Merge branch 'tip-x86-mm' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Ingo Molnar2015-02-191-2/+26
| |\ \ \ \ \ \
| | * | | | | | x86/mm/init: Fix incorrect page size in init_memory_mapping() printksDave Hansen2015-02-191-2/+26
| | |/ / / / /
| * | | | | | x86/apic: Fix the devicetree build in certain configsRicardo Ribalda Delgado2015-02-181-0/+8
| * | | | | | Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...Ingo Molnar2015-02-185-203/+301
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | x86/efi: Avoid triple faults during EFI mixed mode callsMatt Fleming2015-02-135-203/+301
* | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-02-212-44/+111
|\ \ \ \ \ \ \
| * | | | | | | kprobes/x86: Mark 2 bytes NOP as boostableWang Nan2015-02-181-1/+1