summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2015-02-02x86, tls, ldt: Stop checking lm in LDT_emptyAndy Lutomirski1-7/+2
2015-02-02x86/tls: Validate TLS entries to protect espfixAndy Lutomirski1-0/+23
2015-02-02x86, kvm: Clear paravirt_enabled on KVM guests for espfix32's benefitAndy Lutomirski2-2/+8
2015-02-02x86/asm/traps: Disable tracing and kprobes in fixup_bad_iret and sync_regsAndy Lutomirski1-2/+2
2015-02-02x86_64, traps: Rework bad_iretAndy Lutomirski2-29/+48
2015-02-02x86_64, traps: Fix the espfix64 #DF fixup and rewrite it in CAndy Lutomirski2-32/+26
2015-02-02x86_64, traps: Stop using IST for #SSAndy Lutomirski5-22/+7
2015-02-02MIPS: oprofile: Fix backtrace on 64-bit kernelAaro Koskinen1-1/+1
2015-02-02x86: Require exact match for 'noxsave' command line optionDave Hansen1-0/+2
2015-02-02xtensa: re-wire umount syscall to sys_oldumountMax Filippov1-1/+2
2015-02-02powerpc: do_notify_resume can be called with bad thread_info flags argumentAnton Blanchard1-0/+6
2015-02-02x86, apic: Handle a bad TSC more gracefullyAndy Lutomirski2-3/+6
2015-02-02kvm: x86: don't kill guest on unknown exit reasonMichael S. Tsirkin2-6/+6
2015-02-02kvm: vmx: handle invvpid vm exit gracefullyPetr Matousek2-1/+9
2015-02-02nEPT: Nested INVEPTNadav Har'El2-0/+9
2015-02-02KVM: x86: Handle errors when RIP is set during far jumpsNadav Amit1-30/+88
2015-02-02KVM: x86: use new CS.RPL as CPL during task switchPaolo Bonzini1-27/+33
2015-02-02KVM: x86: Emulator fixes for eip canonical checks on near branchesNadav Amit1-24/+54
2015-02-02KVM: x86: Fix wrong masking on relative jump/callNadav Amit1-5/+22
2015-02-02KVM: x86: Improve thread safety in pitAndy Honig1-0/+2
2015-02-02KVM: x86: Prevent host from panicking on shared MSR writes.Andy Honig3-6/+14
2015-02-02KVM: x86: Check non-canonical addresses upon WRMSRNadav Amit4-3/+42
2015-02-02MIPS: tlbex: Properly fix HUGE TLB Refill exception handlerDavid Daney1-1/+5
2015-02-02MIPS: tlbex: Fix a missing statement for HUGETLBHuacai Chen1-0/+1
2015-02-02x86,kvm,vmx: Preserve CR4 across VM entryAndy Lutomirski1-4/+17
2015-02-02x86: Reject x32 executables if x32 ABI not supportedBen Hutchings1-2/+3
2015-02-02m68k: Disable/restore interrupts in hwreg_present()/hwreg_write()Geert Uytterhoeven1-0/+6
2015-02-02x86/intel/quark: Switch off CR4.PGE so TLB flush uses CR3 insteadBryan O'Donoghue1-0/+15
2015-02-02KVM: s390: unintended fallthrough for external callChristian Borntraeger1-0/+1
2015-02-02kvm: x86: fix stale mmio cache bugDavid Matlack3-6/+17
2014-12-01ARM: 8165/1: alignment: don't break misaligned NEON load/storeRobin Murphy1-0/+3
2014-12-01MIPS: mcount: Adjust stack pointer for static trace in MIPS32Markos Chandras1-0/+12
2014-12-01sched: Fix unreleased llc_shared_mask bit during CPU hotplugWanpeng Li1-0/+3
2014-12-01parisc: Only use -mfast-indirect-calls option for 32-bit kernel buildsJohn David Anglin1-1/+6
2014-12-01MIPS: ZBOOT: add missing <linux/string.h> includeAurelien Jarno1-0/+1
2014-12-01KVM: s390: Fix user triggerable bug in dead codeChristian Borntraeger1-11/+0
2014-09-25alpha: add io{read,write}{16,32}be functionsMichael Cree1-0/+5
2014-09-25alpha: Fix fall-out from disintegrating asm/system.hMichael Cree1-0/+1
2014-09-25UniCore32-bugfix: fix mismatch return value of __xchg_bad_pointerGuan Xuetao1-1/+1
2014-09-25UniCore32-bugfix: Remove definitions in asm/bug.h to solve difference between...Guan Xuetao2-5/+6
2014-09-25unicore32: select generic atomic64_t supportFengguang Wu1-0/+1
2014-09-25openrisc: add missing header inclusionStefan Kristiansson1-0/+1
2014-09-25MIPS: Fix accessing to per-cpu data when flushing the cacheRalf Baechle1-0/+5
2014-09-25MIPS: perf: Fix build error caused by unused counters_per_cpu_to_total()Florian Fainelli1-5/+0
2014-09-25ARM: 8129/1: errata: work around Cortex-A15 erratum 830321 using dummy strexMark Rutland1-14/+15
2014-09-25ARM: 8128/1: abort: don't clear the exclusive monitorsMark Rutland2-12/+0
2014-09-25xtensa: fix a6 and a7 handling in fast_syscall_xtensaMax Filippov1-7/+5
2014-09-25xtensa: fix TLBTEMP_BASE_2 region handling in fast_second_level_missMax Filippov2-2/+7
2014-09-25xtensa: fix address checks in dma_{alloc,free}_coherentAlan Douglas1-6/+6
2014-09-25xtensa: replace IOCTL code definitions with constantsMax Filippov1-9/+10