summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2014-11-21KVM: x86: Don't report guest userspace emulation error to userspaceNadav Amit1-1/+1
2014-11-21perf/x86/intel: Use proper dTLB-load-misses event on IvyBridgeVince Weaver1-0/+3
2014-11-21ARM: probes: fix instruction fetch order with <asm/opcodes.h>Ben Dooks3-20/+29
2014-11-21x86, kaslr: Prevent .bss from overlaping initrdJunjie Mao6-9/+57
2014-11-21x86, microcode, AMD: Fix ucode patch stashing on 32-bitBorislav Petkov1-10/+14
2014-11-21x86, microcode, AMD: Fix early ucode loading on 32-bitBorislav Petkov1-2/+7
2014-11-21parisc: Use compat layer for msgctl, shmat, shmctl and semtimedop syscallsHelge Deller2-20/+13
2014-11-21Correct the race condition in aarch64_insn_patch_text_sync()William Cohen1-2/+3
2014-11-21arm64: __clear_user: handle exceptions on strbKyle McMartin1-1/+1
2014-11-21ARM: 8191/1: decompressor: ensure I-side picks up relocated codeWill Deacon1-4/+16
2014-11-21ARM: 8198/1: make kuser helpers depend on MMUNathan Lynch1-0/+1
2014-11-21xtensa: re-wire umount syscall to sys_oldumountMax Filippov1-1/+2
2014-11-21x86, x32, audit: Fix x32's AUDIT_ARCH wrt auditAndy Lutomirski1-10/+1
2014-11-21sparc32: Implement xchg and atomic_xchg using ATOMIC_HASH locksAndreas Larsson3-11/+30
2014-11-21sparc64: Do irq_{enter,exit}() around generic_smp_call_function*().David S. Miller1-0/+4
2014-11-21sparc64: Fix crashes in schizo_pcierr_intr_other().David S. Miller1-3/+3
2014-11-21vio: fix reuse of vio_dring slotDwight Engen1-1/+1
2014-11-21sunvdc: add cdrom and v1.1 protocol supportAllen Pais1-3/+9
2014-11-14powerpc: use device_online/offline() instead of cpu_up/down()Dan Streetman1-2/+2
2014-11-14x86, apic: Handle a bad TSC more gracefullyAndy Lutomirski2-3/+6
2014-11-14sh: fix sh770x SCIF memory regionsAndriy Skulysh1-3/+3
2014-11-14x86/platform/intel/iosf: Add Braswell PCI IDDavid E. Box1-0/+2
2014-11-14x86: Add cpu_detect_cache_sizes to init_intel() add Quark legacy_cache()Bryan O'Donoghue1-1/+16
2014-11-14x86, iosf: Add PCI ID macros for better readabilityOng Boon Leong1-2/+5
2014-11-14x86, iosf: Add Quark X1000 PCI IDOng Boon Leong1-0/+1
2014-11-14x86, iosf: Added Quark MBI identifiersOng Boon Leong1-0/+22
2014-11-14x86, iosf: Make IOSF driver modular and usable by more driversDavid E. Box3-5/+42
2014-11-14MIPS: tlbex: Properly fix HUGE TLB Refill exception handlerDavid Daney1-1/+5
2014-11-14MIPS: ftrace: Fix a microMIPS build problemMarkos Chandras1-2/+2
2014-11-14ARC: Disable caches in early boot if so configuredVineet Gupta3-84/+87
2014-11-14ARC: fix mmuv2 warningVineet Gupta1-0/+4
2014-11-14ARC: [SMP] General FixesVineet Gupta2-5/+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: vmx: handle invvpid vm exit gracefullyPetr Matousek2-1/+10
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-14um: ubd: Fix for processes stuck in D state foreverThorsten Knabe1-2/+3
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, 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-30sparc64: Implement __get_user_pages_fast().David S. Miller1-0/+30
2014-10-30sparc64: Fix register corruption in top-most kernel stack frame during boot.David S. Miller10-62/+42