summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2009-01-04x86: setup_percpu.c fix style problemsJaswinder Singh Rajput1-6/+5
2009-01-04x86: irqinit_64.c fix style problemsJaswinder Singh Rajput1-3/+3
2009-01-04x86: irqinit_32.c fix style problemsJaswinder Singh Rajput1-7/+5
2009-01-04x86: i8259.c fix style problemsJaswinder Singh Rajput1-4/+4
2009-01-04x86: irq_32.c fix style problemsJaswinder Singh Rajput1-5/+5
2009-01-04x86: ioport.c fix style problemsJaswinder Singh Rajput1-2/+2
2009-01-04x86: time_64.c fix style problemsJaswinder Singh Rajput1-1/+1
2009-01-04x86: time_32.c fix style problemsJaswinder Singh Rajput1-2/+2
2009-01-04x86: irq_64.c fix style problemsJaswinder Singh Rajput1-11/+11
2009-01-04x86: irq.c fix style problemsJaswinder Singh Rajput1-1/+1
2009-01-04x86: traps.c fix style problemsJaswinder Singh Rajput1-3/+0
2009-01-04x86: process_32.c fix style problemsJaswinder Singh Rajput1-10/+9
2009-01-04x86: apic.c fix style problemsJaswinder Singh Rajput1-8/+6
2009-01-04x86: rename mpc_config_oemtable to mpc_oemtableJaswinder Singh Rajput5-7/+7
2009-01-04x86: rename mpc_config_lintsrc to mpc_lintsrcJaswinder Singh Rajput2-7/+7
2009-01-04x86: rename mpc_config_intsrc to mpc_intsrcJaswinder Singh Rajput2-21/+18
2009-01-04x86: rename mpc_config_ioapic to mpc_ioapicJaswinder Singh Rajput2-9/+8
2009-01-04x86: rename mpc_config_processor to mpc_cpuJaswinder Singh Rajput6-13/+11
2009-01-04x86: rename mpc_config_bus to mpc_busJaswinder Singh Rajput5-14/+12
2009-01-04x86: rename mp_config_table to mpc_tableJaswinder Singh Rajput13-29/+21
2009-01-03Merge branch 'linus' into x86/cleanupsIngo Molnar1266-17599/+42678
2009-01-02Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds157-810/+1085
2009-01-02Merge branch 'kvm-updates/2.6.29' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds59-2496/+4381
2009-01-02Fix compiler warning in arch/x86/mm/init_32.cIngo Brueckl1-2/+6
2009-01-02x86: mpparse.c fix style problemsJaswinder Singh Rajput1-5/+5
2009-01-02x86: nmi.c fix style problemsJaswinder Singh Rajput1-2/+1
2009-01-02x86: ldt.c fix style problemsJaswinder Singh Rajput1-2/+2
2009-01-02x86: cpuid.c fix style problemsJaswinder Singh Rajput1-3/+3
2009-01-02x86: convert permanent_kmaps_init() from macro to inlineIngo Brueckl1-2/+6
2009-01-02x86: early_printk - use sizeof instead of hardcoded numberCyrill Gorcunov1-1/+1
2009-01-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds22-22/+1
2009-01-01take init_fs to saner placeAl Viro21-21/+0
2009-01-01shrink struct dentryNick Piggin1-1/+1
2008-12-31Merge branch 'irq-fixes-for-linus-4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-12/+6
2008-12-31KVM: MMU: handle large host sptes on invlpg/resyncMarcelo Tosatti2-3/+8
2008-12-31KVM: Add locking to virtual i8259 interrupt controllerAvi Kivity2-4/+53
2008-12-31KVM: MMU: Don't treat a global pte as such if cr4.pge is clearedAvi Kivity1-0/+2
2008-12-31KVM: ia64: Fix kvm_arch_vcpu_ioctl_[gs]et_regs()Jes Sorensen2-32/+14
2008-12-31KVM: x86: Rework user space NMI injection as KVM_CAP_USER_NMIJan Kiszka2-48/+4
2008-12-31KVM: VMX: Fix pending NMI-vs.-IRQ race for user space irqchipJan Kiszka1-1/+3
2008-12-31KVM: MMU: check for present pdptr shadow page in walk_shadowMarcelo Tosatti1-0/+2
2008-12-31KVM: Consolidate userspace memory capability reporting into common codeAvi Kivity4-7/+0
2008-12-31x86: KVM guest: kvm_get_tsc_khz: return khz, not lpjEduardo Habkost1-4/+4
2008-12-31KVM: MMU: prepopulate the shadow on invlpgMarcelo Tosatti4-15/+40
2008-12-31KVM: MMU: skip global pgtables on sync due to cr3 switchMarcelo Tosatti4-10/+63
2008-12-31KVM: MMU: collapse remote TLB flushes on root syncMarcelo Tosatti1-5/+14
2008-12-31KVM: MMU: use page array in unsync walkMarcelo Tosatti2-56/+141
2008-12-31KVM: x86 emulator: Fix handling of VMMCALL instructionAmit Shah1-1/+1
2008-12-31KVM: x86 emulator: add the emulation of shld and shrd instructionsGuillaume Thouvenin1-2/+15
2008-12-31KVM: x86 emulator: add the assembler code for three operandsGuillaume Thouvenin1-0/+39