Age | Commit message (Expand) | Author | Files | Lines |
2009-12-16 | Merge git://git.infradead.org/iommu-2.6 | Linus Torvalds | 2 | -0/+13 |
2009-12-16 | ia64: use bitmap_find_next_zero_area | Akinobu Mita | 1 | -14/+5 |
2009-12-16 | dma-mapping: fix off-by-one error in dma_capable() | Jan Beulich | 1 | -1/+1 |
2009-12-16 | elf: kill USE_ELF_CORE_DUMP | Christoph Hellwig | 2 | -3/+0 |
2009-12-16 | implement early_io{re,un}map for ia64 | Luck, Tony | 2 | -0/+13 |
2009-12-15 | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 6 | -50/+50 |
2009-12-15 | hugetlb: add generic definition of NUMA_NO_NODE | Lee Schermerhorn | 1 | -2/+0 |
2009-12-15 | genirq: Convert irq_desc.lock to raw_spinlock | Thomas Gleixner | 3 | -7/+7 |
2009-12-15 | locking: Convert raw_rwlock functions to arch_rwlock | Thomas Gleixner | 1 | -16/+16 |
2009-12-15 | locking: Convert raw_rwlock to arch_rwlock | Thomas Gleixner | 2 | -10/+10 |
2009-12-15 | locking: Convert __raw_spin* functions to arch_spin* | Thomas Gleixner | 2 | -14/+14 |
2009-12-15 | locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKED | Thomas Gleixner | 1 | -1/+1 |
2009-12-15 | locking: Convert raw_spinlock to arch_spinlock | Thomas Gleixner | 2 | -14/+14 |
2009-12-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Linus Torvalds | 17 | -172/+316 |
2009-12-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/mmap | Linus Torvalds | 2 | -80/+6 |
2009-12-11 | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2 | -38/+23 |
2009-12-11 | Get rid of open-coding in ia64_brk() | Al Viro | 1 | -45/+1 |
2009-12-11 | Unify sys_mmap* | Al Viro | 1 | -35/+2 |
2009-12-11 | Cut hugetlb case early for 32bit on ia64 | Al Viro | 1 | -0/+3 |
2009-12-10 | Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l... | Linus Torvalds | 1 | -1/+1 |
2009-12-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 6 | -6/+6 |
2009-12-10 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/... | Linus Torvalds | 1 | -1/+1 |
2009-12-09 | Merge branch 'timers-for-linus-urgent' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -2/+2 |
2009-12-09 | [IA64] Fix cut/paste detritus from unistd.h | Tony Luck | 1 | -1/+1 |
2009-12-08 | Merge branch 'for-2.6.33' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 1 | -0/+1 |
2009-12-08 | Merge branch 'kvm-updates/2.6.33' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 4 | -13/+10 |
2009-12-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 3 | -1/+5 |
2009-12-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6 | Linus Torvalds | 4 | -73/+9 |
2009-12-07 | Merge branch 'for-next' into for-linus | Jiri Kosina | 6 | -6/+6 |
2009-12-06 | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 2 | -4/+2 |
2009-12-04 | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 6 | -6/+6 |
2009-12-03 | Merge branch 'master' into for-2.6.33 | Jens Axboe | 8 | -90/+132 |
2009-12-03 | KVM: Activate Virtualization On Demand | Alexander Graf | 1 | -3/+5 |
2009-12-03 | KVM: Move assigned device code to own file | Avi Kivity | 1 | -1/+1 |
2009-12-03 | KVM: Return -ENOTTY on unrecognized ioctls | Avi Kivity | 1 | -1/+1 |
2009-12-03 | KVM: Drop kvm->irq_lock lock from irq injection path | Gleb Natapov | 1 | -2/+0 |
2009-12-03 | KVM: Move IO APIC to its own lock | Gleb Natapov | 1 | -5/+2 |
2009-12-03 | KVM: Move irq ack notifier list to arch independent code | Gleb Natapov | 1 | -1/+0 |
2009-12-03 | KVM: Maintain back mapping from irqchip/pin to gsi | Gleb Natapov | 1 | -0/+1 |
2009-11-26 | block: add helpers to run flush_dcache_page() against a bio and a request's p... | Ilya Loginov | 1 | -0/+1 |
2009-11-25 | ACPICA: Add post-order callback to acpi_walk_namespace | Lin Ming | 1 | -1/+1 |
2009-11-19 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 8 | -90/+132 |
2009-11-18 | sysctl: Drop & in front of every proc_handler. | Eric W. Biederman | 2 | -6/+6 |
2009-11-17 | timekeeping: Fix clock_gettime vsyscall time warp | Lin Ming | 1 | -2/+2 |
2009-11-15 | swiotlb: Remove duplicate swiotlb_force extern declarations | FUJITA Tomonori | 1 | -2/+0 |
2009-11-12 | sysctl ia64: Remove dead binary sysctl support | Eric W. Biederman | 2 | -11/+2 |
2009-11-10 | swiotlb: Defer swiotlb init printing, export swiotlb_print_info() | FUJITA Tomonori | 1 | -2/+2 |
2009-11-07 | ia64/xen: compilation fix | Isaku Yamahata | 1 | -27/+1 |
2009-11-06 | sysctl: ia64 Use the compat_sys_sysctl | Eric W. Biederman | 2 | -56/+1 |
2009-11-05 | vsprintf: use %pR, %pr instead of %pRt, %pRf | Bjorn Helgaas | 1 | -4/+7 |