summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* kvm: Emulate MOVBEBorislav Petkov2013-10-302-5/+66
* kvm, emulator: Add initial three-byte insns supportBorislav Petkov2013-10-301-0/+30
* kvm, emulator: Rename VendorSpecific flagBorislav Petkov2013-10-303-10/+9
* kvm, emulator: Use opcode lengthBorislav Petkov2013-10-303-6/+11
* kvm: Add KVM_GET_EMULATED_CPUIDBorislav Petkov2013-10-304-14/+63
* Merge tag 'kvm-arm-for-3.13-2' of git://git.linaro.org/people/cdall/linux-kvm...Paolo Bonzini2013-10-288-52/+230
|\
| * KVM: ARM: Transparent huge page (THP) supportChristoffer Dall2013-10-181-2/+56
| * KVM: ARM: Support hugetlbfs backed huge pagesChristoffer Dall2013-10-185-44/+158
| * KVM: ARM: Update comments for kvm_handle_wfiChristoffer Dall2013-10-182-6/+9
| * ARM: KVM: Yield CPU when vcpu executes a WFEMarc Zyngier2013-10-183-2/+9
* | nVMX: Report CPU_BASED_VIRTUAL_NMI_PENDING as supportedJan Kiszka2013-10-281-1/+2
* | nVMX: Fix pick-up of uninjected NMIsJan Kiszka2013-10-281-1/+1
* | KVM: nVMX: Report 2MB EPT pages as supportedJan Kiszka2013-10-281-1/+2
* | Powerpc KVM work is based on a commit after rc4.Gleb Natapov2013-10-17172-658/+1140
|\ \ | |/ |/|
| * Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-10-161-3/+0
| |\
| | * Revert "ARM: init: add support for reserved memory defined by device tree"Marek Szyprowski2013-10-151-3/+0
| * | Merge branch 'fixes-for-v3.12' of git://git.linaro.org/people/mszyprowski/lin...Linus Torvalds2013-10-161-15/+28
| |\ \
| | * | ARM: dma-mapping: Always pass proper prot flags to iommu_map()Andreas Herrmann2013-10-021-15/+28
| * | | Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-10-161-3/+14
| |\ \ \
| | * | | KVM: Enable pvspinlock after jump_label_init() to avoid VM hangRaghavendra K T2013-10-151-3/+14
| * | | | Merge tag 'stable/for-linus-3.12-rc4-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2013-10-161-0/+9
| |\ \ \ \
| | * | | | xen: Fix possible user space selector corruptionFrediano Ziglio2013-10-101-0/+9
| * | | | | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-10-146-9/+44
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | ARM: 7851/1: check for number of arguments in syscall_get/set_arguments()AKASHI Takahiro2013-10-131-0/+6
| | * | | | ARM: 7846/1: Update SMP_ON_UP code to detect A9MPCore with 1 CPU devicesSantosh Shilimkar2013-10-031-1/+20
| | * | | | ARM: 7845/1: sharpsl_param.c: fix invalid memory access for pxa devicesAndrea Adami2013-10-031-1/+4
| | * | | | ARM: 7843/1: drop asm/types.h from generic-yArd Biesheuvel2013-10-031-1/+0
| | * | | | ARM: 7842/1: MCPM: don't explode if invoked without being initialized firstNicolas Pitre2013-10-032-6/+14
| * | | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-10-138-9/+49
| |\ \ \ \ \
| | * | | | | ARM: exynos: dts: Update 5250 arch timer node with clock frequencyYuvaraj Kumar C D2013-10-131-0/+5
| | * | | | | Merge tag 'fixes-against-v3.12-rc3-take2' of git://git.kernel.org/pub/scm/lin...Olof Johansson2013-10-137-9/+44
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | | * | | | ARM: OMAP2: RX-51: Add missing max_current to rx51_lp5523_led_configPali Rohár2013-10-081-0/+9
| | | * | | | ARM: mach-omap2: board-generic: fix undefined symbolSimon Barth2013-10-081-2/+2
| | | * | | | ARM: dts: Fix pinctrl mask for omap3Tony Lindgren2013-10-082-5/+3
| | | * | | | ARM: OMAP3: Fix hardware detection for omap3630 when booted with device treeNishanth Menon2013-10-082-1/+19
| | | * | | | ARM: OMAP2: gpmc-onenand: fix sync mode setup with DTAaro Koskinen2013-10-031-1/+11
| | | | |_|/ | | | |/| |
| * | | | | parisc: let probe_kernel_read() capture access to page zeroHelge Deller2013-10-131-1/+14
| * | | | | parisc: optimize variable initialization in do_page_faultJohn David Anglin2013-10-131-5/+10
| * | | | | parisc: fix interruption handler to respect pagefault_disable()Helge Deller2013-10-131-3/+3
| * | | | | parisc: mark parisc_terminate() noreturn and cold.Helge Deller2013-10-131-1/+1
| * | | | | parisc: remove unused syscall_ipi() function.Helge Deller2013-10-131-5/+0
| * | | | | parisc: kill SMP single function call interruptJiang Liu2013-10-131-7/+1
| * | | | | parisc: Export flush_cache_page() (needed by lustre)Geert Uytterhoeven2013-10-131-0/+1
| | |_|_|/ | |/| | |
| * | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-10-128-11/+11
| |\ \ \ \
| | * | | | compiler/gcc4: Add quirk for 'asm goto' miscompilation bugIngo Molnar2013-10-118-11/+11
| * | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-10-122-3/+11
| |\ \ \ \ \
| | * | | | | x86/reboot: Add reboot quirk for Dell Latitude E5410Ville Syrjälä2013-10-061-0/+8
| | * | | | | x86, build, pci: Fix PCI_MSI build on !SMPThomas Petazzoni2013-10-041-3/+3
| * | | | | | Merge tag 'arc-fixes-for-3.12-part3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-10-121-1/+1
| |\ \ \ \ \ \
| | * | | | | | ARC: Ignore ptrace SETREGSET request for synthetic register "stop_pc"Vineet Gupta2013-10-121-1/+1
| | | |_|/ / / | | |/| | | |