aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-08xen: Use correctly the Xen memory terminologiesJulien Grall3-9/+41
2015-09-08arm/xen: implement correctly pfn_to_mfnJulien Grall1-8/+0
2015-09-08xen: Make clear that swiotlb and biomerge are dealing with DMA addressJulien Grall3-6/+29
2015-09-08xen: switch extra memory accounting to use pfnsJuergen Gross1-36/+44
2015-09-08xen: limit memory to architectural maximumJuergen Gross1-1/+1
2015-09-08xen: avoid another early crash of memory limited dom0Juergen Gross1-8/+15
2015-09-08xen: avoid early crash of memory limited dom0Juergen Gross1-3/+4
2015-08-20arm/xen: Remove helpers which are PV specificJulien Grall1-14/+2
2015-08-20xen/x86: Don't try to set PCE bit in CR4Boris Ostrovsky1-2/+1
2015-08-20xen/PMU: PMU emulation codeBoris Ostrovsky1-29/+185
2015-08-20xen/PMU: Intercept PMU-related MSR and APIC accessesBoris Ostrovsky4-8/+107
2015-08-20xen/PMU: Describe vendor-specific PMU registersBoris Ostrovsky1-1/+152
2015-08-20xen/PMU: Initialization code for Xen PMUBoris Ostrovsky8-9/+364
2015-08-20xen/PMU: Sysfs interface for setting Xen PMU modeBoris Ostrovsky2-0/+7
2015-08-20xen: remove no longer needed p2m.hJuergen Gross4-19/+9
2015-08-20xen: allow more than 512 GB of RAM for 64 bit pv-domainsJuergen Gross4-27/+66
2015-08-20xen: move p2m list if conflicting with e820 mapJuergen Gross3-47/+264
2015-08-20xen: add explicit memblock_reserve() calls for special pagesJuergen Gross3-1/+19
2015-08-20xen: check for initrd conflicting with e820 mapJuergen Gross1-0/+51
2015-08-20xen: check pre-allocated page tables for conflict with memory mapJuergen Gross3-3/+23
2015-08-20xen: check for kernel memory conflicting with memory layoutJuergen Gross1-0/+12
2015-08-20xen: find unused contiguous memory areaJuergen Gross2-0/+35
2015-08-20xen: check memory area against e820 mapJuergen Gross2-0/+24
2015-08-20xen: split counting of extra memory pages from remappingJuergen Gross1-40/+58
2015-08-20xen: move static e820 map to global scopeJuergen Gross1-47/+49
2015-08-20xen: eliminate scalability issues from initial mapping setupJuergen Gross3-39/+156
2015-08-20xen: don't build mfn tree if tools don't need itJuergen Gross1-3/+7
2015-08-20xen: save linear p2m list address in shared info structureJuergen Gross1-0/+17
2015-08-20xen: sync with xen headersJuergen Gross1-9/+87
2015-08-20arm/xen: Drop the definition of xen_pci_platform_unplugJulien Grall1-3/+0
2015-08-20xen/events: Support event channel rebind on ARMJulien Grall4-4/+23
2015-08-20x86/xen: fix non-ANSI declaration of xen_has_pv_devices()Colin Ian King1-1/+1
2015-08-16Merge tag 'armsoc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds11-56/+72
2015-08-16Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2-2/+2
2015-08-16Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-9/+22
2015-08-16x86/ldt: Further fix FPU emulationAndy Lutomirski1-1/+1
2015-08-16Merge tag 'keystone-dts-late-fixes-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone into fixesOlof Johansson4-20/+33
2015-08-16MIPS: Fix seccomp syscall argument for MIPS64Markos Chandras2-2/+2
2015-08-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+6
2015-08-14Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-12/+19
2015-08-13Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds4-5/+8
2015-08-13x86: fix error handling for 32-bit compat out-of-range system call numbersLinus Torvalds1-1/+2
2015-08-13Merge tag 'for-linus-4.2-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds2-6/+4
2015-08-13Revert x86 sigcontext cleanupsLinus Torvalds3-36/+17
2015-08-13ARM: dts: keystone: Fix the mdio bindings by moving it to soc specific fileMurali Karicheri4-20/+33
2015-08-13ARM: dts: keystone: fix the clock node for mdioMurali Karicheri1-1/+1
2015-08-13Merge tag 'imx-fixes-4.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into fixesOlof Johansson1-4/+4
2015-08-13Merge tag 'samsung-mach-fixes-4.2' of https://github.com/krzk/linux into fixesOlof Johansson1-2/+1
2015-08-12perf/x86/intel/cqm: Do not access cpu_data() from CPU_UP_PREPARE handlerMatt Fleming1-5/+3
2015-08-12perf/x86/intel: Fix memory leak on hot-plug allocation failPeter Zijlstra1-7/+16