summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2015-12-09xen/events: Always allocate legacy interrupts on PV guestsBoris Ostrovsky
2015-12-09KVM: s390: enable SIMD only when no VCPUs were createdDavid Hildenbrand
2015-12-09KVM: s390: avoid memory overwrites on emergency signal injectionDavid Hildenbrand
2015-12-09KVM: s390: fix wrong lookup of VCPUs by array indexDavid Hildenbrand
2015-12-09KVM: s390: SCA must not cross page boundariesDavid Hildenbrand
2015-12-09s390/pci: reshuffle struct used to write debug dataSebastian Ott
2015-12-09s390/kernel: fix ptrace peek/poke for floating point registersMartin Schwidefsky
2015-12-09arm64: page-align sections for DEBUG_RODATAMark Rutland
2015-12-09arm64: Fix compat register mappingsRobin Murphy
2015-12-09x86/mpx: Fix 32-bit address space calculationDave Hansen
2015-12-09x86/mpx: Do proper get_user() when running 32-bit binaries on 64-bit kernelsDave Hansen
2015-12-09x86/fpu: Fix 32-bit signal frame handlingDave Hansen
2015-12-09x86/fpu: Fix get_xsave_addr() behavior under virtualizationHuaitong Han
2015-12-09x86/cpu: Fix SMAP check in PVOPS environmentsAndrew Cooper
2015-12-09x86/cpu: Call verify_cpu() after having entered long mode tooBorislav Petkov
2015-12-09x86/irq: Probe for PIC presence before allocating descs for legacy IRQsVitaly Kuznetsov
2015-12-09x86/setup: Fix low identity map for >= 2GB kernel rangeKrzysztof Mazur
2015-12-09KVM: x86: work around infinite loop in microcode when #AC is deliveredEric Northup
2015-12-09KVM: x86: obey KVM_X86_QUIRK_CD_NW_CLEARED in kvm_set_cr0()Laszlo Ersek
2015-12-09KVM: x86: allow RSM from 64-bit modePaolo Bonzini
2015-12-09KVM: x86: handle SMBASE as physical address in RSMRadim Krčmář
2015-12-09KVM: x86: add read_phys to x86_emulate_opsRadim Krčmář
2015-12-09kvm: x86: zero EFER on INITPaolo Bonzini
2015-12-09kvm: x86: set KVM_REQ_EVENT when updating IRRRadim Krčmář
2015-12-09MIPS: KVM: Uninit VCPU in vcpu_create error pathJames Hogan
2015-12-09MIPS: KVM: Fix CACHE immediate offset sign extensionJames Hogan
2015-12-09MIPS: KVM: Fix ASID restoration logicJames Hogan
2015-12-09MIPS: ath79: Fix the DDR control initialization on ar71xx and ar934xAlban Bedel
2015-12-09MIPS: CDMM: Add builtin_mips_cdmm_driver() macroJames Hogan
2015-12-09MIPS: lantiq: add clk_round_rate()Hauke Mehrtens
2015-12-09ARM: pxa: remove incorrect __init annotation on pxa27x_set_pwrmodeArnd Bergmann
2015-12-09ARM: dts: sun6i: hummingbird: Fix VDD-CPU and VDD-GPU regulator namesChen-Yu Tsai
2015-12-09ARM: dts: Fix WLAN regression on omap5-uevmTony Lindgren
2015-12-09ARM: dts: Add vbus regulator to USB2 phy nodes on exynos3250, exynos4210 and ...Marek Szyprowski
2015-12-09ARM: at91: pm: at91_pm_suspend_in_sram() must be 8-byte alignedPatrick Doyle
2015-12-09ARM: at91/dt: corrections to i2c1 declaration to sama5d4Holger Busse
2015-12-09ARM: tegra: paz00: use con_id's to refer GPIO's in gpiod_lookup tableDmitry Osipenko
2015-12-09ARM: dts: imx27.dtsi: change the clock information for usbPeter Chen
2015-12-09ARM: common: edma: Fix channel parameter for irq callbacksPeter Ujfalusi
2015-12-09ARM: 8427/1: dma-mapping: add support for offset parameter in dma_mmap()Marek Szyprowski
2015-12-09ARM: 8426/1: dma-mapping: add missing range check in dma_mmap()Marek Szyprowski
2015-12-09ARM: 8449/1: fix bug in vdsomunge swab32 macroH. Nikolaus Schaller
2015-11-01Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2015-10-31Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds
2015-10-31x86/vm86: Set thread.vm86 to NULL on fork/cloneAndy Lutomirski
2015-10-30Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2015-10-30Merge tag 'please-pull-syscalls' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2015-10-29arm64/efi: do not assume DRAM base is aligned to 2 MBArd Biesheuvel
2015-10-28[IA64] Wire up kcmp syscallÉmeric MASCHINO
2015-10-28Revert "ARM64: unwind: Fix PC calculation"Will Deacon