summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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 tag 'armsoc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-02-0122-71/+150
|\ \
| * \ Merge tag 'renesas-soc-fixes3-for-v3.19' of git://git.kernel.org/pub/scm/linu...Olof Johansson2015-02-014-0/+47
| |\ \
| | * | ARM: shmobile: r8a7790: Instantiate GIC from C board code in legacy buildsMagnus Damm2015-01-293-0/+20
| | * | ARM: shmobile: r8a73a4: Instantiate GIC from C board code in legacy buildsMagnus Damm2015-01-292-0/+27
| * | | arm: dma-mapping: Set DMA IOMMU ops in arm_iommu_attach_device()Laurent Pinchart2015-01-291-15/+38
| * | | Merge tag 'mvebu-fixes-3.19-6' of git://git.infradead.org/linux-mvebu into fixesOlof Johansson2015-01-281-0/+7
| |\ \ \
| | * | | ARM: mvebu: don't set the PL310 in I/O coherency mode when I/O coherency is d...Thomas Petazzoni2015-01-281-0/+7
| | * | | ARM: mvebu: completely disable hardware I/O coherencyThomas Petazzoni2015-01-171-1/+6
| * | | | Merge tag 'sunxi-fixes-for-3.19' of https://git.kernel.org/pub/scm/linux/kern...Olof Johansson2015-01-2716-56/+58
| |\ \ \ \
| | * | | | ARM: sunxi: dt: Fix aliasesMaxime Ripard2015-01-2515-50/+40
| | * | | | ARM: dts: sun4i: Add simplefb node with de_fe0-de_be0-lcd0-hdmi pipelineHans de Goede2015-01-211-0/+8
| | * | | | ARM: dts: sun6i: ippo-q8h-v5: Fix serial0 aliasHans de Goede2015-01-061-0/+4
| | * | | | ARM: dts: sunxi: Fix usb-phy support for sun4i/sun5iChen-Yu Tsai2014-12-213-6/+6
| | | |_|/ | | |/| |
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-01-304-16/+14
|\ \ \ \ \
| * | | | | perf/x86/intel: Add model number for AirmontKan Liang2015-01-281-0/+1
| * | | | | perf/rapl: Fix crash in rapl_scale()Stephane Eranian2015-01-281-1/+1
| * | | | | perf/x86/intel/uncore: Move uncore_box_init() out of driver initializationKan Liang2015-01-282-15/+12
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-01-3015-178/+330
|\ \ \ \ \ \
| * | | | | | KVM: x86: check LAPIC presence when building apic_mapRadim Krčmář2015-01-301-0/+3
| * | | | | | Merge tag 'kvm-arm-fixes-3.19-2' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2015-01-3014-178/+327
| |\ \ \ \ \ \
| | * | | | | | arm/arm64: KVM: Use kernel mapping to perform invalidation on page faultMarc Zyngier2015-01-293-18/+50
| | * | | | | | arm/arm64: KVM: Invalidate data cache on unmapMarc Zyngier2015-01-293-15/+116
| | * | | | | | arm/arm64: KVM: Use set/way op trapping to track the state of the cachesMarc Zyngier2015-01-2914-145/+161
* | | | | | | | arc: mm: Fix build failureGuenter Roeck2015-01-301-1/+1
* | | | | | | | vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds2015-01-2926-1/+55
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-01-271-4/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | ARM: dts: imx6sx: correct i.MX6sx sdb board enet phy addressNimrod Andy2015-01-251-4/+4
* | | | | | | | | Merge tag 'powerpc-3.19-5' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2015-01-272-1/+2
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | powerpc/powernv: Restore LPCR with LPCR_PECE1 clearedShreyas B. Prabhu2015-01-221-1/+1
| * | | | | | | | powerpc/xmon: Fix another endiannes issue in RTAS call from xmonLaurent Dufour2015-01-181-0/+1
* | | | | | | | | x86, build: replace Perl script with Shell scriptKees Cook2015-01-263-40/+43
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-01-2614-76/+102
|\ \ \ \ \ \ \ \