summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: move steal time initialization to vcpu entry timeMarcelo Tosatti2016-03-241-7/+2
* KVM: VMX: disable PEBS before a guest entryRadim Krčmář2016-03-241-0/+7
* KVM: PPC: Book3S HV: Sanitize special-purpose register values on guest exitPaul Mackerras2016-03-241-0/+14
* MIPS: traps: Fix SIGFPE information leak from `do_ov' and `do_trap_or_bp'Maciej W. Rozycki2016-03-241-7/+6
* PM / sleep / x86: Fix crash on graph trace through x86 suspendTodd E Brandt2016-03-241-0/+7
* arm/arm64: KVM: Fix ioctl error handlingMichael S. Tsirkin2016-03-241-1/+1
* ARM: dts: kirkwood: use unique machine name for ds112Heinrich Schuchardt2016-03-081-1/+1
* KVM: x86: MMU: fix ubsan index-out-of-range warningMike Krinkin2016-03-081-1/+1
* x86/entry/compat: Add missing CLAC to entry_INT80_32Andy Lutomirski2016-03-081-0/+1
* powerpc: Fix dedotify for binutils >= 2.26Andreas Schwab2016-03-041-1/+1
* ARM: 8519/1: ICST: try other dividends than 1Linus Walleij2016-02-251-0/+1
* ARM: 8517/1: ICST: avoid arithmetic overflow in icst_hz()Linus Walleij2016-02-251-2/+6
* MIPS: Fix buffer overflow in syscall_get_arguments()James Hogan2016-02-251-3/+1
* powerpc/perf: Remove PPMU_HAS_SSLOT flag for Power8Madhavan Srinivasan2016-02-171-1/+1
* x86/mm/pat: Avoid truncation when converting cpa->numpages to addressMatt Fleming2016-02-171-2/+2
* powerpc/eeh: Fix PE location codeGavin Shan2016-02-171-18/+15
* arm64: errata: Add -mpc-relative-literal-loads to build flagsdann frazier2016-02-171-0/+1
* x86/irq: Call chip->irq_set_affinity in proper contextThomas Gleixner2016-02-161-1/+5
* KVM: PPC: Fix emulation of H_SET_DABR/X on POWER8Thomas Huth2016-02-161-1/+1
* openrisc: fix CONFIG_UID16 settingAndrew Morton2016-02-031-3/+1
* mn10300: Select CONFIG_HAVE_UID16 to fix build failureGuenter Roeck2016-02-031-3/+1
* um: Fix build error and kconfig for i386Mickaël Salaün2016-02-021-1/+1
* perf/x86: Fix filter_events() bug with event mappingsStephane Eranian2016-02-021-1/+10
* x86/LDT: Print the real LDT base addressJan Beulich2016-02-021-1/+1
* m32r: fix m32104ut_defconfig build failSudip Mukherjee2016-02-021-0/+3
* sparc64: fix incorrect sign extension in sys_sparc64_personalityDmitry V. Levin2016-02-021-1/+1
* x86/mm: Improve switch_mm() barrier commentsAndy Lutomirski2016-02-021-7/+8
* powerpc/module: Handle R_PPC64_ENTRY relocationsUlrich Weigand2016-02-022-0/+29
* parisc: Fix __ARCH_SI_PREAMBLE_SIZEHelge Deller2016-02-021-0/+4
* x86/reboot/quirks: Add iMac10,1 to pci_reboot_dmi_table[]Mario Kleiner2016-02-021-0/+8
* s390: fix normalization bug in exception table sortingArd Biesheuvel2016-02-021-2/+6
* x86/boot: Double BOOT_HEAP_SIZE to 64KBH.J. Lu2016-02-021-1/+1
* x86/mm: Add barriers and document switch_mm()-vs-flush synchronizationAndy Lutomirski2016-02-022-4/+53
* uml: flush stdout before forkingVegard Nossum2016-02-021-0/+2
* x86/xen: don't reset vcpu_info on a cancelled suspendOuyang Zhaowei (Charles)2016-02-021-1/+2
* arm64: kernel: enforce pmuserenr_el0 initialization and restoreLorenzo Pieralisi2016-02-022-3/+2
* arm64: mdscr_el1: avoid exposing DCC to userspaceWill Deacon2016-02-021-1/+2
* powerpc: Make {cmp}xchg* and their atomic_ versions fully orderedBoqun Feng2016-02-021-8/+8
* powerpc: Make value-returning atomics fully orderedBoqun Feng2016-02-021-1/+1
* arm64: mm: ensure that the zero page is visible to the page table walkerWill Deacon2016-02-021-0/+3
* arm64: Clear out any singlestep state on a ptrace detach operationJohn Blackwood2016-02-021-0/+6
* KVM: x86: correctly print #AC in tracesPaolo Bonzini2016-02-021-1/+1
* KVM: x86: expose MSR_TSC_AUX to userspacePaolo Bonzini2016-02-021-5/+6
* kvm: x86: only channel 0 of the i8254 is linked to the HPETPaolo Bonzini2016-01-252-1/+3
* net: filter: make JITs zero A for SKF_AD_ALU_XOR_XRabin Vincent2016-01-254-56/+6
* x86/mce: Ensure offline CPUs don't participate in rendezvous processAshok Raj2016-01-251-0/+11
* dts: vt8500: Add SDHC node to DTS file for WM8650Roman Volkov2016-01-251-0/+9
* [PATCH] arm: fix handling of F_OFD_... in oabi_fcntl64()Al Viro2016-01-251-36/+37
* MIPS: uaccess: Fix strlen_user with EVAJames Hogan2016-01-251-1/+1
* parisc: Fix syscall restartsHelge Deller2016-01-251-12/+52