summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2014-11-14MIPS: tlbex: Properly fix HUGE TLB Refill exception handlerDavid Daney1-1/+5
2014-11-14ARC: Update order of registers in KGDB to match GDB 7.5Anton Kolesov1-14/+18
2014-11-14ARC: [nsimosci] Allow "headless" models to bootVineet Gupta1-1/+1
2014-11-14KVM: x86: Emulator fixes for eip canonical checks on near branchesNadav Amit1-24/+54
2014-11-14KVM: x86: Fix wrong masking on relative jump/callNadav Amit1-5/+22
2014-11-14kvm: x86: don't kill guest on unknown exit reasonMichael S. Tsirkin2-6/+6
2014-11-14KVM: x86: Check non-canonical addresses upon WRMSRNadav Amit4-3/+42
2014-11-14KVM: x86: Improve thread safety in pitAndy Honig1-0/+2
2014-11-14KVM: x86: Prevent host from panicking on shared MSR writes.Andy Honig3-6/+14
2014-11-14x86, pageattr: Prevent overflow in slow_virt_to_phys() for X86_PAEDexuan Cui1-1/+1
2014-11-14x86_64, entry: Fix out of bounds read on sysenterAndy Lutomirski1-1/+1
2014-11-14x86_64, entry: Filter RFLAGS.NT on entry from userspaceAndy Lutomirski2-2/+18
2014-11-14x86, flags: Rename X86_EFLAGS_BIT1 to X86_EFLAGS_FIXEDH. Peter Anvin5-5/+5
2014-11-14x86, fpu: shift drop_init_fpu() from save_xstate_sig() to handle_signal()Oleg Nesterov2-2/+5
2014-11-14x86, fpu: __restore_xstate_sig()->math_state_restore() needs preempt_disable()Oleg Nesterov1-1/+4
2014-11-14x86: Reject x32 executables if x32 ABI not supportedBen Hutchings1-2/+3
2014-10-30ARM: at91/PMC: don't forget to write PMC_PCDR register to disable clocksLudovic Desroches1-0/+1
2014-10-30arm64: compat: fix compat types affecting struct compat_elf_prpsinfoVictor Kamensky1-2/+2
2014-10-30m68k: Disable/restore interrupts in hwreg_present()/hwreg_write()Geert Uytterhoeven1-0/+6
2014-10-30x86/intel/quark: Switch off CR4.PGE so TLB flush uses CR3 insteadBryan O'Donoghue1-0/+15
2014-10-30KVM: s390: unintended fallthrough for external callChristian Borntraeger1-0/+1
2014-10-30kvm: x86: fix stale mmio cache bugDavid Matlack3-6/+17
2014-10-05arm: multi_v7_defconfig: Enable Zynq UART driverSoren Brinkmann1-0/+2
2014-10-05ARM: 7748/1: oabi: handle faults when loading swi instruction from userspaceWill Deacon1-13/+29
2014-10-05parisc: Only use -mfast-indirect-calls option for 32-bit kernel buildsJohn David Anglin1-1/+6
2014-10-05powerpc/perf: Fix ABIv2 kernel backtracesAnton Blanchard2-1/+8
2014-10-05sched: Fix unreleased llc_shared_mask bit during CPU hotplugWanpeng Li1-0/+3
2014-10-05x86 early_ioremap: Increase FIX_BTMAPS_SLOTS to 8Dave Young1-3/+3
2014-10-05KVM: x86: handle idiv overflow at kvm_write_tscMarcelo Tosatti1-3/+20
2014-10-05MIPS: mcount: Adjust stack pointer for static trace in MIPS32Markos Chandras1-0/+12
2014-10-05MIPS: ZBOOT: add missing <linux/string.h> includeAurelien Jarno1-0/+1
2014-10-05ARM: 8165/1: alignment: don't break misaligned NEON load/storeRobin Murphy1-0/+3
2014-10-05ARM: 7897/1: kexec: Use the right ISA for relocate_new_kernelDave Martin2-9/+16
2014-10-05ARM: 8133/1: use irq_set_affinity with force=false when migrating irqsSudeep Holla1-1/+1
2014-10-05ARM: 8128/1: abort: don't clear the exclusive monitorsMark Rutland2-12/+0
2014-10-05xtensa: fix a6 and a7 handling in fast_syscall_xtensaMax Filippov1-7/+5
2014-10-05xtensa: fix TLBTEMP_BASE_2 region handling in fast_second_level_missMax Filippov2-2/+7
2014-10-05xtensa: fix access to THREAD_RA/THREAD_SP/THREAD_DSMax Filippov2-4/+13
2014-10-05xtensa: fix address checks in dma_{alloc,free}_coherentAlan Douglas1-6/+6
2014-10-05xtensa: replace IOCTL code definitions with constantsMax Filippov1-9/+10
2014-10-05arm64: ptrace: fix compat hardware watchpoint reportingWill Deacon2-2/+2
2014-10-05arm64: flush TLS registers during execWill Deacon2-0/+24
2014-09-17openrisc: Rework signal handlingJonas Bonn2-118/+139
2014-09-17MIPS: Fix accessing to per-cpu data when flushing the cacheRalf Baechle1-0/+5
2014-09-17MIPS: OCTEON: make get_system_type() thread-safeAaro Koskinen1-5/+13
2014-09-17MIPS: asm: thread_info: Add _TIF_SECCOMP flagMarkos Chandras1-1/+1
2014-09-17MIPS: Cleanup flags in syscall flags handlers.Ralf Baechle5-4/+6
2014-09-17MIPS: asm/reg.h: Make 32- and 64-bit definitions available at the same timeAlex Smith2-110/+182
2014-09-17MIPS: Remove BUG_ON(!is_fpu_owner()) in do_ade()Huacai Chen1-1/+0
2014-09-17MIPS: tlbex: Fix a missing statement for HUGETLBHuacai Chen1-0/+1