summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-4.5-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-01-1234-131/+677
|\
| * xen/gntdev: add ioctl for grant copyDavid Vrabel2016-01-072-0/+253
| * x86/xen: don't reset vcpu_info on a cancelled suspendOuyang Zhaowei (Charles)2016-01-041-1/+2
| * xen/gntdev: constify mmu_notifier_ops structuresJulia Lawall2015-12-211-1/+1
| * xen/grant-table: constify gnttab_ops structureJulia Lawall2015-12-211-2/+2
| * xen/time: use READ_ONCEStefano Stabellini2015-12-211-10/+7Star
| * xen/x86: convert remaining timespec to timespec64 in xen_pvclock_gtod_notifyStefano Stabellini2015-12-211-2/+2
| * xen/x86: support XENPF_settime64Stefano Stabellini2015-12-211-7/+28
| * xen/arm: set the system time in Xen via the XENPF_settime64 hypercallStefano Stabellini2015-12-211-0/+48
| * xen/arm: introduce xen_read_wallclockStefano Stabellini2015-12-211-0/+27
| * arm: extend pvclock_wall_clock with sec_hiStefano Stabellini2015-12-211-0/+1
| * xen: introduce XENPF_settime64Stefano Stabellini2015-12-212-8/+18
| * xen/arm: introduce HYPERVISOR_platform_op on arm and arm64Stefano Stabellini2015-12-215-0/+12
| * xen: rename dom0_op to platform_opStefano Stabellini2015-12-2112-39/+39
| * xen/arm: account for stolen ticksStefano Stabellini2015-12-211-0/+19
| * arm64: introduce CONFIG_PARAVIRT, PARAVIRT_TIME_ACCOUNTING and pv_time_opsStefano Stabellini2015-12-214-0/+66
| * arm: introduce CONFIG_PARAVIRT, PARAVIRT_TIME_ACCOUNTING and pv_time_opsStefano Stabellini2015-12-214-0/+66
| * missing include asm/paravirt.h in cputime.cStefano Stabellini2015-12-211-0/+3
| * xen: move xen_setup_runstate_info and get_runstate_snapshot to drivers/xen/ti...Stefano Stabellini2015-12-214-76/+98
* | Merge branch 'for-linux-next' of git://linux-c6x.org/git/projects/linux-c6x-u...Linus Torvalds2016-01-122-22/+1Star
|\ \
| * | c6x: Use generic clkdev.h headerStephen Boyd2015-09-162-22/+1Star
* | | Merge branch 'component' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2016-01-122-147/+167
|\ \ \
| * | | component: add support for releasing match dataRussell King2015-12-072-42/+87
| * | | component: track components via array rather than listRussell King2015-12-071-74/+80
| * | | component: move check for unbound master into try_to_bring_up_masters()Russell King2015-12-071-10/+5Star
| * | | component: remove old add_components methodRussell King2015-12-072-31/+5Star
* | | | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2016-01-1251-190/+1035
|\ \ \ \
| * \ \ \ Merge branch 'devel-stable' into for-linusRussell King2016-01-1229-368/+986
| |\ \ \ \
| | * \ \ \ Merge tag 'arm32-efi-for-v4.5' of git://git.linaro.org/people/ard.biesheuvel/...Russell King2016-01-0429-368/+986
| | |\ \ \ \
| | | * | | | ARM: add UEFI stub supportRoy Franz2015-12-149-4/+331
| | | * | | | ARM: wire up UEFI init and runtime supportArd Biesheuvel2015-12-136-1/+104
| | | * | | | ARM: only consider memblocks with NOMAP cleared for linear mappingArd Biesheuvel2015-12-132-1/+7
| | | * | | | ARM: implement create_mapping_late() for EFI useArd Biesheuvel2015-12-132-0/+22
| | | * | | | ARM: add support for non-global kernel mappingsArd Biesheuvel2015-12-131-15/+20
| | | * | | | ARM: factor out allocation routine from __create_mapping()Ard Biesheuvel2015-12-131-11/+23
| | | * | | | ARM: split off core mapping logic from create_mappingArd Biesheuvel2015-12-131-25/+31
| | | * | | | ARM: add support for generic early_ioremap/early_memremapArd Biesheuvel2015-12-136-4/+45
| * | | | | | Merge branches 'misc' and 'misc-rc6' into for-linusRussell King2016-01-0535-138/+454
| |\ \ \ \ \ \
| | * | | | | | ARM: 8481/2: drivers: psci: replace psci firmware callsJens Wiklander2016-01-046-64/+23Star
| | * | | | | | ARM: 8480/2: arm64: add implementation for arm-smcccJens Wiklander2016-01-045-1/+53
| | * | | | | | ARM: 8479/2: add implementation for arm-smcccJens Wiklander2016-01-044-0/+71
| | * | | | | | ARM: 8478/2: arm/arm64: add arm-smcccJens Wiklander2016-01-042-0/+107
| | * | | | | | ARM: 8494/1: mm: Enable PXN when running non-LPAE kernel on LPAE processorJungseung Lee2016-01-041-1/+1
| | * | | | | | ARM: 8496/1: OMAP: RX51: save ATAGS data in the early boot stageIvaylo Dimitrov2016-01-041-1/+11
| | * | | | | | ARM: 8495/1: ATAGS: move save_atags() to arch/arm/include/asm/setup.hIvaylo Dimitrov2016-01-042-6/+6
| | * | | | | | ARM: 8452/3: PJ4: make coprocessor access sequences buildable in Thumb2 modeArd Biesheuvel2016-01-042-1/+4
| | * | | | | | ARM: 8482/1: l2x0: make it possible to disable outer sync from DTLinus Walleij2015-12-222-3/+13
| | * | | | | | ARM: 8488/1: Make IPI_CPU_BACKTRACE a "non-secure" SGIMarc Zyngier2015-12-221-1/+6
| | * | | | | | ARM: 8487/1: Remove IPI_CALL_FUNC_SINGLEMarc Zyngier2015-12-222-10/+2Star
| | * | | | | | ARM: 8485/1: cpuidle: remove cpu parameter from the cpuidle_ops suspend hookLorenzo Pieralisi2015-12-223-7/+7