summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2010-08-13x86: don't send SIGBUS for kernel page faultsLinus Torvalds1-1/+3
2010-08-13powerpc/eeh: Fix a bug when pci structure is nullBreno Leitao4-5/+10
2010-08-13x86: Fix out of order of gsiEric W. Biederman1-18/+10
2010-08-13memory hotplug: fix a bug on /dev/mem for 64-bit kernelsShaohui Zheng1-0/+19
2010-08-13fix SBA IOMMU to handle allocation failure properlyFUJITA Tomonori1-9/+29
2010-08-13timekeeping: Fix clock_gettime vsyscall time warpLin Ming4-7/+10
2010-08-13nohz: Introduce arch_needs_cpuMartin Schwidefsky3-0/+12
2010-08-13ARM: 6280/1: imx: Fix build failure when including <mach/gpio.h> without <lin...Uwe Kleine-König1-0/+1
2010-08-13ARM: 6299/1: errata: TLBIASIDIS and TLBIMVAIS operations can broadcast a faul...Will Deacon2-0/+20
2010-08-13x86, vmware: Preset lpj values when on VMware.Alok Kataria1-1/+9
2010-08-13x86: Add memory modify constraints to xchg() and cmpxchg()H. Peter Anvin2-85/+89
2010-08-13powerpc: fix build with make 3.82Sam Ravnborg1-4/+12
2010-08-10xen: drop xen_sched_clock in favour of using plain wallclock timeJeremy Fitzhardinge2-40/+1
2010-08-10parisc: pass through '\t' to early (iodc) consoleKyle McMartin1-10/+2
2010-08-10arm/imx/gpio: add spinlock protectionBaruch Siach2-0/+9
2010-08-02Input: RX51 keymap - fix recent compile breakageDmitry Torokhov1-2/+2
2010-08-02Fix spinaphore down_spin()Tony Luck1-1/+1
2010-08-02MIPS FPU emulator: allow Cause bits of FCSR to be writeable by ctc1Shane McDonald2-5/+19
2010-08-02ACPI: Unconditionally set SCI_EN on resumeMatthew Garrett1-2/+0
2010-08-02ACPI: skip checking BM_STS if the BIOS doesn't ask for itLen Brown1-0/+9
2010-08-02PM / x86: Save/restore MISC_ENABLE registerOndrej Zary3-0/+8
2010-08-02KVM: MMU: invalidate and flush on spte small->large page size changeMarcelo Tosatti1-0/+2
2010-08-02KVM: SVM: Implement workaround for Erratum 383Joerg Roedel2-1/+84
2010-08-02KVM: SVM: Handle MCEs early in the vmexit processJoerg Roedel1-1/+14
2010-08-02KVM: MMU: Remove user access when allowing kernel access to gpte.w=0 pageAvi Kivity1-0/+3
2010-08-02x86: Do not try to disable hpet if it hasn't been initialized beforeStefano Stabellini1-1/+1
2010-08-02ARM: 6226/1: fix kprobe bug in ldr instruction emulationNicolas Pitre1-2/+3
2010-08-02ARM: 6201/1: RealView: Do not use outer_sync() on ARM11MPCore boards with L220Catalin Marinas2-0/+10
2010-08-02Input: twl40300-keypad - fix handling of "all ground" rowsDmitry Torokhov1-3/+14
2010-08-02x86: Fix x2apic preenabled system with kexecYinghai Lu1-1/+1
2010-08-02x86, Calgary: Limit the max PHB number to 256Darrick J. Wong1-3/+1
2010-08-02x86, Calgary: Increase max PHB numberDarrick J. Wong1-5/+10
2010-08-02x86: Fix vsyscall on gcc 4.5 with -OsAndi Kleen1-1/+1
2010-08-02sparc: Fix use of uid16_t and gid16_t in asm/stat.hRob Landley1-2/+2
2010-07-05parisc: clear floating point exception flag on SIGFPE signalHelge Deller1-0/+1
2010-07-05KVM: x86: Inject #GP with the right rip on efer writesRoedel, Joerg1-19/+12
2010-07-05KVM: x86: Add missing locking to arch specific vcpu ioctlsAvi Kivity1-0/+6
2010-07-05KVM: Fix wallclock version writing raceAvi Kivity1-2/+10
2010-07-05KVM: MMU: Don't read pdptrs with mmu spinlock held in mmu_alloc_rootsAvi Kivity1-0/+7
2010-07-05KVM: VMX: enable VMXON check with SMX enabled (Intel TXT)Shane Wang3-13/+25
2010-07-05KVM: MMU: Segregate shadow pages with different cr0.wpAvi Kivity2-1/+3
2010-07-05KVM: x86: Check LMA bit before set_eferSheng Yang1-2/+2
2010-07-05KVM: Don't allow lmsw to clear cr0.peAvi Kivity1-1/+1
2010-07-05x86, paravirt: Add a global synchronization point for pvclockGlauber Costa1-0/+24
2010-07-05KVM: PPC: Do not create debugfs if fail to create vcpuWei Yongjun1-1/+2
2010-07-05KVM: s390: Fix possible memory leak of in kvm_arch_vcpu_create()Wei Yongjun1-1/+3
2010-07-05perf_events: Fix resource leak in x86 __hw_perf_event_init()Stephane Eranian1-1/+4
2010-07-05xen: ensure timer tick is resumed even on CPU driving the resumeIan Campbell1-2/+2
2010-07-05x86, setup: Phoenix BIOS fixup is needed on Dell Inspiron Mini 1012Gabor Gombas1-0/+11
2010-07-05ARM: VFP: Fix vfp_put_double() for d16-d31Russell King1-1/+1