Age | Commit message (Expand) | Author | Files | Lines |
2009-09-14 | Merge branch 'kvm-updates/2.6.32' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 5 | -69/+39 |
2009-09-14 | cleanup console_print() | Anirban Sinha | 3 | -0/+9 |
2009-09-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 2 | -1/+4 |
2009-09-11 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -2/+1 |
2009-09-11 | Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+18 |
2009-09-11 | Merge branch 'next' into for-linus | James Morris | 1 | -0/+2 |
2009-09-10 | KVM: Add __KERNEL__ guards to exported headers | Avi Kivity | 1 | -0/+4 |
2009-09-10 | KVM: Reduce runnability interface with arch support code | Gleb Natapov | 1 | -14/+2 |
2009-09-10 | KVM: remove in_range from io devices | Michael S. Tsirkin | 1 | -20/+8 |
2009-09-10 | KVM: remove old KVMTRACE support code | Marcelo Tosatti | 1 | -3/+0 |
2009-09-10 | KVM: Prepare memslot data structures for multiple hugepage sizes | Joerg Roedel | 1 | -1/+2 |
2009-09-10 | KVM: Use macro to iterate over vcpus. | Gleb Natapov | 1 | -15/+14 |
2009-09-10 | KVM: Break dependency between vcpu index in vcpus array and vcpu_id. | Gleb Natapov | 4 | -8/+4 |
2009-09-10 | KVM: Introduce kvm_vcpu_is_bsp() function. | Gleb Natapov | 2 | -2/+2 |
2009-09-10 | KVM: switch irq injection/acking data structures to irq_lock | Marcelo Tosatti | 1 | -2/+2 |
2009-09-10 | KVM: ia64: Correct itc_offset calculations | Jes Sorensen | 1 | -1/+1 |
2009-09-10 | KVM: Move common KVM Kconfig items to new file virt/kvm/Kconfig | Avi Kivity | 1 | -5/+2 |
2009-09-04 | Merge branch 'amd-iommu/2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/... | Ingo Molnar | 10 | -27/+25 |
2009-09-02 | [IA64] fix csum_ipv6_magic() | Jiri Bohac | 1 | -3/+5 |
2009-09-02 | [IA64] Fix warning in dma-mapping.c | Luck, Tony | 1 | -1/+3 |
2009-09-02 | KEYS: Add a keyctl to install a process's session keyring on its parent [try #6] | David Howells | 1 | -0/+2 |
2009-08-23 | rcu: Simplify rcu_pending()/rcu_check_callbacks() API | Paul E. McKenney | 1 | -2/+1 |
2009-08-12 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 11 | -23/+36 |
2009-08-11 | arch/ia64/kernel/iosapic: missing test after ioremap() | Roel Kluin | 1 | -0/+4 |
2009-08-11 | ia64/topology.c: exit cache_add_dev when kobject_init_and_add fails | Fenghua Yu | 1 | -1/+5 |
2009-08-11 | arch/ia64/Makefile: Remove -mtune=merced in IA64 kernel build | Fenghua Yu | 1 | -5/+0 |
2009-08-11 | IA64: includecheck fix: ia64, pgtable.h | Jaswinder Singh Rajput | 1 | -1/+0 |
2009-08-11 | IA64: includecheck fix: ia64, ia64_ksyms.c | Jaswinder Singh Rajput | 1 | -3/+1 |
2009-08-11 | ia64: boolean __test_and_clear_bit | Johannes Weiner | 1 | -1/+1 |
2009-08-11 | Bug Fix arch/ia64/kernel/pci-dma.c: fix recursive dma_supported() call in iom... | Fenghua Yu | 1 | -5/+0 |
2009-08-10 | IA64: Remove NULL flush_write_buffers | FUJITA Tomonori | 1 | -1/+0 |
2009-08-05 | net: implement a SO_DOMAIN getsockoption | Jan Engelhardt | 1 | -0/+1 |
2009-08-05 | net: implement a SO_PROTOCOL getsockoption | Jan Engelhardt | 1 | -0/+2 |
2009-08-05 | KVM: ia64: fix build failures due to ia64/unsigned long mismatches | Avi Kivity | 3 | -11/+14 |
2009-07-28 | x86, IA64, powerpc: add phys_to_dma() and dma_to_phys() | FUJITA Tomonori | 1 | -0/+10 |
2009-07-28 | ia64: add dma_capable() to replace is_buffer_dma_capable() | FUJITA Tomonori | 1 | -0/+8 |
2009-07-27 | mm: Pass virtual address to [__]p{te,ud,md}_free_tlb() | Benjamin Herrenschmidt | 2 | -9/+9 |
2009-07-17 | Revert "Neither asm/types.h nor linux/types.h is required for arch/ia64/inclu... | Aurelien Jarno | 1 | -0/+2 |
2009-07-17 | Add dma_debug_init() for ia64 | fujita | 1 | -0/+8 |
2009-07-17 | Fix ia64 compilation IS_ERR and PTE_ERR errors. | Fenghua Yu | 1 | -0/+1 |
2009-07-12 | headers: smp_lock.h redux | Alexey Dobriyan | 1 | -1/+0 |
2009-07-10 | sched: INIT_PREEMPT_COUNT | Peter Zijlstra | 1 | -1/+1 |
2009-07-06 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba... | Linus Torvalds | 1 | -1/+1 |
2009-07-05 | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions | Patrick McHardy | 1 | -1/+1 |
2009-06-30 | ia64/PCI: adjust section annotation for pcibios_setup() | Ingo Molnar | 1 | -1/+1 |
2009-06-30 | [IA64] address compiler warnings perfmon.c/salinfo.c | Jan Beulich | 2 | -2/+2 |
2009-06-30 | [IA64] Remove unnecessary semicolons | Joe Perches | 4 | -7/+7 |
2009-06-30 | [IA64] sprintf should not be used with same source & destination address | Alan Cox | 1 | -1/+2 |
2009-06-28 | KVM: ia64: fix ia64 build due to missing kallsyms_lookup() and double export | Jes Sorensen | 1 | -0/+6 |
2009-06-24 | Merge branches 'acerhdf', 'acpi-pci-bind', 'bjorn-pci-root', 'bugzilla-12904'... | Len Brown | 1 | -0/+12 |