Age | Commit message (Expand) | Author |
2011-03-23 | rapidio: modify configuration to support PCI-SRIO controller | Alexandre Bounine |
2011-03-23 | bitops: remove minix bitops from asm/bitops.h | Akinobu Mita |
2011-03-23 | bitops: remove ext2 non-atomic bitops from asm/bitops.h | Akinobu Mita |
2011-03-23 | bitops: introduce little-endian bitops for most architectures | Akinobu Mita |
2011-03-22 | x86: allow CONFIG_ISA_DMA_API to be disabled | David Rientjes |
2011-03-22 | x86: only compile floppy driver if CONFIG_ISA_DMA_API is enabled | David Rientjes |
2011-03-22 | x86: only compile 8237A if CONFIG_ISA_DMA_API is enabled | David Rientjes |
2011-03-22 | move x86 specific oops=panic to generic code | Olaf Hering |
2011-03-22 | add the common dma_addr_t typedef to include/linux/types.h | FUJITA Tomonori |
2011-03-22 | mm: NUMA aware alloc_thread_info_node() | Eric Dumazet |
2011-03-22 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2011-03-21 | introduce sys_syncfs to sync a single file system | Sage Weil |
2011-03-19 | xen: update mask_rw_pte after kernel page tables init changes | Stefano Stabellini |
2011-03-19 | xen: set max_pfn_mapped to the last pfn mapped | Stefano Stabellini |
2011-03-19 | x86: Cleanup highmap after brk is concluded | Yinghai Lu |
2011-03-18 | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds |
2011-03-18 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2011-03-18 | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2011-03-18 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds |
2011-03-18 | x86: Flush TLB if PGD entry is changed in i386 PAE mode | Shaohua Li |
2011-03-18 | x86, dumpstack: Correct stack dump info when frame pointer is available | Namhyung Kim |
2011-03-18 | x86: Clean up csum-copy_64.S a bit | Ingo Molnar |
2011-03-18 | x86: Fix common misspellings | Lucas De Marchi |
2011-03-18 | Merge branch 'linus' into x86/urgent | Ingo Molnar |
2011-03-17 | Merge branch 'kvm-updates/2.6.39' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2011-03-17 | Merge branches 'stable/irq.fairness' and 'stable/irq.ween_of_nr_irqs' of git:... | Linus Torvalds |
2011-03-17 | Merge branches 'stable/hvc-console', 'stable/gntalloc.v6' and 'stable/balloon... | Linus Torvalds |
2011-03-17 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp... | Linus Torvalds |
2011-03-17 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp | Linus Torvalds |
2011-03-17 | KVM: unbreak userspace that does not sets tss address | Gleb Natapov |
2011-03-17 | KVM: MMU: cleanup pte write path | Xiao Guangrong |
2011-03-17 | KVM: MMU: introduce a common function to get no-dirty-logged slot | Xiao Guangrong |
2011-03-17 | KVM: fix rcu usage in init_rmode_* functions | Xiao Guangrong |
2011-03-17 | KVM: fix kvmclock regression due to missing clock update | Nikola Ciprich |
2011-03-17 | KVM: emulator: Fix permission checking in io permission bitmap | Gleb Natapov |
2011-03-17 | KVM: emulator: Fix io permission checking for 64bit guest | Gleb Natapov |
2011-03-17 | KVM: SVM: Load %gs earlier if CONFIG_X86_32_LAZY_GS=n | Avi Kivity |
2011-03-17 | KVM: x86: Remove useless regs_page pointer from kvm_lapic | Takuya Yoshikawa |
2011-03-17 | KVM: MMU: remove unused macros | Xiao Guangrong |
2011-03-17 | KVM: MMU: cleanup page alloc and free | Xiao Guangrong |
2011-03-17 | KVM: MMU: do not record gfn in kvm_mmu_pte_write | Xiao Guangrong |
2011-03-17 | KVM: MMU: move mmu pages calculated out of mmu lock | Xiao Guangrong |
2011-03-17 | KVM: MMU: set spte accessed bit properly | Xiao Guangrong |
2011-03-17 | KVM: MMU: fix kvm_mmu_slot_remove_write_access dropping intermediate W bits | Xiao Guangrong |
2011-03-17 | KVM: better readability of efer_reserved_bits | Lai Jiangshan |
2011-03-17 | KVM: Clear async page fault hash after switching to real mode | Lai Jiangshan |
2011-03-17 | KVM: VMX: Initialize vm86 TSS only once. | Gleb Natapov |
2011-03-17 | KVM: VMX: update live TR selector if it changes in real mode | Gleb Natapov |
2011-03-17 | KVM: VMX: add the __noclone attribute to vmx_vcpu_run | Lai Jiangshan |
2011-03-17 | KVM: x86: Convert tsc_write_lock to raw_spinlock | Jan Kiszka |