summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2009-06-15x86: hpet: fix periodic mode programming on AMD 81xxAndreas Herrmann1-1/+17
2009-06-15x86: hpet: stop HPET_COUNTER when programming periodic modeAndreas Herrmann1-10/+3
2009-06-15x86: hpet: provide separate functions to stop and start the counterAndreas Herrmann1-6/+16
2009-06-15powerpc: fix for long standing bug noticed by gcc 4.4.0Stephen Rothwell1-1/+1
2009-06-15x86/pci: fix mmconfig detection with 32bit near 4gYinghai Lu1-3/+3
2009-06-15x86: ignore VM_LOCKED when determining if hugetlb-backed page tables can be s...Mel Gorman1-1/+5
2009-06-15KVM: Fix PDPTR reloading on CR4 writesAvi Kivity1-1/+5
2009-06-15KVM: Make paravirt tlb flush also reload the PAE PDPTRsAvi Kivity1-2/+1
2009-06-15sparc64: Fix smp_callin() locking.David S. Miller1-2/+2
2009-06-15sparc: Fix bus type probing for ESP and LE devices.David S. Miller2-4/+38
2009-05-19KVM: Make EFER reads safe when EFER does not existAvi Kivity1-2/+2
2009-05-19KVM: SVM: Remove port 80 passthroughAvi Kivity1-1/+0
2009-05-09tracing: x86, mmiotrace: fix range testStuart Bennett1-1/+1
2009-05-09powerpc: Sanitize stack pointer in signal handling codeJosh Boyer5-6/+25
2009-05-09x86/PCI: don't call e820_all_mapped with -1 in the mmconfig caseYinghai Lu1-3/+3
2009-05-09x86-64: fix FPU corruption with signals and preemptionSuresh Siddha1-1/+3
2009-05-09KVM: x86: release time_page on vcpu destructionJoerg Roedel1-0/+5
2009-05-09KVM: MMU: disable global page optimizationMarcelo Tosatti1-1/+1
2009-04-27x86, PAT: Remove page granularity tracking for vm_insert_pfn mapsPallipadi, Venkatesh1-79/+19
2009-04-27KVM: is_long_mode() should check for EFER.LMAAmit Shah1-1/+1
2009-04-27KVM: VMX: Update necessary state when guest enters long modeAmit Shah1-30/+24
2009-04-27KVM: Reset PIT irq injection logic when the PIT IRQ is unmaskedAvi Kivity2-0/+16
2009-04-27KVM: Add CONFIG_HAVE_KVM_IRQCHIPAvi Kivity4-0/+14
2009-04-27KVM: Fix missing smp tlb flush in invlpgAndrea Arcangeli1-0/+4
2009-04-27x86: disable X86_PTRACE_BTS for nowIngo Molnar1-0/+1
2009-04-27powerpc: Fix data-corrupting bug in __futex_atomic_opPaul Mackerras1-6/+6
2009-04-27x86: fix broken irq migration logic while cleaning up multiple vectorsSuresh Siddha1-0/+13
2009-04-27sparc64: Fix bug in ("sparc64: Flush TLB before releasing pages.")David Miller1-2/+2
2009-04-27ACPI: cap off P-state transition latency from buggy BIOSesPallipadi, Venkatesh1-0/+12
2009-04-27x86, setup: mark %esi as clobbered in E820 BIOS callMichael K. Johnson1-3/+4
2009-04-27MIPS: Compat: Zero upper 32-bit of offset_high and offset_low.Ralf Baechle1-3/+3
2009-04-27PCI/x86: detect host bridge config space size w/o using quirksYinghai Lu1-20/+0
2009-04-03sparc64: Fix reset hangs on Niagara systems.David S. Miller1-1/+22
2009-04-03sparc64: Flush TLB before releasing pages.David S. Miller1-2/+2
2009-04-03sparc64: Fix MM refcount check in smp_flush_tlb_pending().David S. Miller1-2/+2
2009-04-03KVM: MMU: Fix another largepage memory leakJoerg Roedel1-1/+1
2009-04-03lguest: wire up pte_update/pte_update_deferRusty Russell1-1/+9
2009-04-03VM, x86, PAT: Change is_linear_pfn_mapping to not use vm_pgoffPallipadi, Venkatesh1-2/+3
2009-04-03x86: mtrr: don't modify RdDram/WrDram bits of fixed MTRRsAndreas Herrmann1-21/+30
2009-04-03x86: ptrace, bts: fix an unreachable statementxiyou.wangcong@gmail.com1-2/+1
2009-04-03x86: fix 64k corruption-checkYinghai Lu1-3/+3
2009-04-03x86, uv: fix cpumask iterator in uv_bau_init()Rusty Russell1-1/+2
2009-04-03x86, PAT, PCI: Change vma prot in pci_mmap to reflect inherited protPallipadi, Venkatesh1-0/+3
2009-04-03ARM: 5435/1: fix compile warning in sanity_check_meminfo()Mikael Pettersson1-1/+1
2009-04-03ARM: twl4030 - leak fixAlan Cox1-0/+1
2009-04-03ARM: fix leak in iop13xx/pciAlan Cox1-1/+4
2009-04-03ARM: 5428/1: Module relocation update for R_ARM_V4BXDaniel Silverstone2-0/+10
2009-04-03KVM: SVM: set accessed bit for VMCB segment selectorsAndre Przywara1-12/+29
2009-04-03KVM: VMX: Don't allow uninhibited access to EFER on i386Avi Kivity1-1/+1
2009-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds5-25/+11