aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2010-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Gravatar Linus Torvalds 29-47/+36
2010-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 3-219/+23
2010-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Gravatar Linus Torvalds 1-0/+6
2010-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Gravatar Linus Torvalds 5-15/+11
2010-08-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpGravatar Linus Torvalds 1-0/+1
2010-08-04parisc: pass through '\t' to early (iodc) consoleGravatar Kyle McMartin 1-10/+2
2010-08-04Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Gravatar Linus Torvalds 9-47/+38
2010-08-04Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg...Gravatar Linus Torvalds 1-14/+6
2010-08-04Merge branch 'kvm-updates/2.6.36' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 46-1992/+2729
2010-08-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 1-0/+43
2010-08-04Merge branch 'v4l_for_2.6.35' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2010-08-04Merge branch 'master' into for-nextGravatar Jiri Kosina 956-202122/+18537
2010-08-03Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armGravatar Linus Torvalds 477-6260/+15546
2010-08-03[CPUFREQ] Remove pointless printk from p4-clockmod.Gravatar Dave Jones 1-6/+1
2010-08-03[CPUFREQ] Fix section mismatch for powernow_cpu_init in powernow-k7.cGravatar Holger Freyther 1-4/+4
2010-08-03[CPUFREQ] Fix section mismatch for longhaul_cpu_init.Gravatar Holger Freyther 2-16/+16
2010-08-03[CPUFREQ] Fix section mismatch for longrun_cpu_init.Gravatar Holger Freyther 1-3/+3
2010-08-03[CPUFREQ] powernow-k8: Fix misleading variable namingGravatar Borislav Petkov 1-2/+2
2010-08-03[CPUFREQ] Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used)Gravatar Peter Huewe 1-6/+3
2010-08-03[CPUFREQ] arch/x86/kernel/cpu/cpufreq: use for_each_pci_dev()Gravatar Kulikov Vasiliy 1-1/+1
2010-08-03[CPUFREQ] x86 cpufreq: Make trace_power_frequency cpufreq driver independentGravatar Thomas Renninger 2-7/+4
2010-08-03[CPUFREQ] acpi-cpufreq: Fix CPU_ANY CPUFREQ_{PRE,POST}CHANGE notificationGravatar Thomas Renninger 1-2/+2
2010-08-03[CPUFREQ] powernow-k8: On load failure, remind the user to enable support in ...Gravatar Marti Raudsepp 1-0/+2
2010-08-03[CPUFREQ] powernow-k8: Limit Pstate transition latency checkGravatar Borislav Petkov 1-6/+5
2010-08-03[CPUFREQ] Fix PCC driver error pathGravatar Matthew Garrett 1-8/+9
2010-08-03[CPUFREQ] fix double freeing in error path of pcc-cpufreqGravatar Daniel J Blueman 1-12/+6
2010-08-03[CPUFREQ] pcc driver should check for pcch method before calling _OSCGravatar Matthew Garrett 1-1/+5
2010-08-03x86, mce: Notify about corrected events tooGravatar Borislav Petkov 1-0/+1
2010-08-03Remove indirect read write api support.Gravatar Sreedhara DS 1-14/+0
2010-08-03intel_scu_ipc: add definitions for vRTC related commandGravatar Feng Tang 1-0/+6
2010-08-02Merge branch 'next' into for-linusGravatar Dmitry Torokhov 1-0/+43
2010-08-02V4L/DVB: mediabus: fix ambiguous pixel code namesGravatar Guennadi Liakhovetski 1-1/+1
2010-08-02KVM: VMX: Fix host GDT.LIMIT corruptionGravatar Avi Kivity 1-0/+4
2010-08-02KVM: MMU: using __xchg_spte more smarterGravatar Xiao Guangrong 1-2/+7
2010-08-02KVM: MMU: cleanup spte set and accssed/dirty trackingGravatar Xiao Guangrong 1-9/+8
2010-08-02KVM: MMU: don't atomicly set spte if it's not presentGravatar Xiao Guangrong 1-2/+3
2010-08-02KVM: MMU: fix page dirty tracking lost while sync pageGravatar Xiao Guangrong 1-7/+3
2010-08-02KVM: MMU: fix broken page accessed tracking with ept enabledGravatar Xiao Guangrong 1-2/+3
2010-08-02KVM: MMU: add missing reserved bits check in speculative pathGravatar Xiao Guangrong 2-3/+11
2010-08-02KVM: MMU: fix mmu notifier invalidate handler for huge spteGravatar Andrea Arcangeli 1-2/+6
2010-08-02KVM: x86 emulator: fix xchg instruction emulationGravatar Wei Yongjun 1-0/+4
2010-08-02KVM: x86: Call mask notifiers from picGravatar Gleb Natapov 1-1/+11
2010-08-02KVM: x86: never re-execute instruction with enabled tdpGravatar Gleb Natapov 1-0/+3
2010-08-02KVM: x86: emulator: inc/dec can have lock prefixGravatar Gleb Natapov 1-2/+2
2010-08-02KVM: MMU: Eliminate redundant temporaries in FNAME(fetch)Gravatar Avi Kivity 1-35/+24
2010-08-02KVM: MMU: Validate all gptes during fetch, not just those used for new pagesGravatar Avi Kivity 1-9/+24
2010-08-02KVM: MMU: Simplify spte fetch() functionGravatar Avi Kivity 1-44/+49
2010-08-02KVM: MMU: Add gpte_valid() helperGravatar Avi Kivity 1-8/+17
2010-08-02KVM: MMU: Add validate_direct_spte() helperGravatar Avi Kivity 2-21/+29
2010-08-02KVM: MMU: Add drop_large_spte() helperGravatar Avi Kivity 2-4/+9