Age | Commit message (Expand) | Author | Files | Lines |
2010-05-24 | Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre... | Linus Torvalds | 1 | -7/+2 |
2010-05-22 | Merge branch 'kvm-updates/2.6.35' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2 | -3/+7 |
2010-05-20 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2010-05-20 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Linus Torvalds | 1 | -1/+4 |
2010-05-20 | Merge branch 'timers-for-linus-cleanups' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 1 | -7/+5 |
2010-05-19 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/... | Linus Torvalds | 10 | -58/+26 |
2010-05-19 | KVM: Let vcpu structure alignment be determined at runtime | Avi Kivity | 1 | -1/+1 |
2010-05-19 | [IA64] Drop duplicated "config IOMMU_HELPER" | Tony Luck | 1 | -3/+0 |
2010-05-19 | [IA64] invoke oom-killer from page fault | npiggin@suse.de | 1 | -10/+3 |
2010-05-19 | [IA64] use __ratelimit | Akinobu Mita | 2 | -25/+8 |
2010-05-19 | [IA64] Use set_cpus_allowed_ptr | Julia Lawall | 3 | -10/+9 |
2010-05-19 | [IA64] Use set_cpus_allowed_ptr | Julia Lawall | 1 | -2/+2 |
2010-05-19 | [IA64] arch/ia64/hp/common/sba_iommu.c: Rename dev_info to adi | Joe Perches | 1 | -4/+4 |
2010-05-19 | [IA64] removing redundant ifdef | Jiri Olsa | 1 | -4/+0 |
2010-05-18 | Merge branch 'core-hweight-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -5/+6 |
2010-05-18 | Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+8 |
2010-05-17 | atomic_t: Cast to volatile when accessing atomic variables | Anton Blanchard | 1 | -2/+2 |
2010-05-17 | KVM: use the correct RCU API for PROVE_RCU=y | Lai Jiangshan | 1 | -1/+1 |
2010-05-17 | KVM: ia64: fix the error of ioctl KVM_IRQ_LINE if no irq chip | Wei Yongjun | 1 | -0/+2 |
2010-05-17 | KVM: ia64: fix the error code of ioctl KVM_IA64_VCPU_GET_STACK failure | Wei Yongjun | 1 | -1/+3 |
2010-05-17 | sn_hwperf: Kill BKL usage | Arnd Bergmann | 1 | -7/+2 |
2010-05-14 | add descriptive comment for TIF_MEMDIE task flag declaration. | Andreas Dilger | 1 | -1/+1 |
2010-05-12 | ia64: add sparse annotation to __ia64_per_cpu_var() | Tejun Heo | 1 | -1/+4 |
2010-05-05 | x86, acpi/irq: Introduce apci_isa_irq_to_gsi | Eric W. Biederman | 1 | -0/+8 |
2010-04-20 | KVM: fix the handling of dirty bitmaps to avoid overflows | Takuya Yoshikawa | 1 | -4/+5 |
2010-04-07 | bitops: Optimize hweight() by making use of compile-time evaluation | Peter Zijlstra | 1 | -5/+6 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 30 | -6/+27 |
2010-03-15 | ACPI: processor: driver doesn't need to evaluate _PDC | Alex Chiang | 1 | -0/+3 |
2010-03-13 | ia64: Convert ia64 to use read/update_persistent_clock | John Stultz | 1 | -7/+5 |
2010-03-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2010-03-13 | pci-dma: add linux/pci-dma.h to linux/pci.h | FUJITA Tomonori | 1 | -2/+0 |
2010-03-13 | pci-dma: ia64: use include/linux/pci-dma.h | FUJITA Tomonori | 2 | -13/+4 |
2010-03-13 | ptrace: move user_enable_single_step & co prototypes to linux/ptrace.h | Christoph Hellwig | 1 | -4/+0 |
2010-03-13 | improve sys_newuname() for compat architectures | Christoph Hellwig | 1 | -1/+2 |
2010-03-08 | Merge branch 'for-next' into for-linus | Jiri Kosina | 1 | -1/+1 |
2010-03-08 | Driver core: Constify struct sysfs_ops in struct kobj_type | Emese Revfy | 1 | -1/+1 |
2010-03-06 | elf coredump: add extended numbering support | Daisuke HATAYAMA | 1 | -0/+16 |
2010-03-06 | elf coredump: replace ELF_CORE_EXTRA_* macros by functions | Daisuke HATAYAMA | 3 | -48/+66 |
2010-03-06 | mm: change anon_vma linking to fix multi-process server scalability issue | Rik van Riel | 2 | -0/+3 |
2010-03-06 | Merge branch 'kvm-updates/2.6.34' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 5 | -39/+48 |
2010-03-03 | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -6/+2 |
2010-03-03 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Linus Torvalds | 3 | -5/+5 |
2010-03-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 1 | -0/+1 |
2010-03-01 | Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l... | Linus Torvalds | 1 | -3/+3 |
2010-03-01 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/... | Linus Torvalds | 43 | -6383/+56 |
2010-03-01 | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 1 | -1/+1 |
2010-03-01 | Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
2010-03-01 | KVM: ia64: destroy ioapic device if fail to setup default irq routing | Wei Yongjun | 1 | -1/+1 |
2010-03-01 | KVM: ia64: Fix string literal continuation lines | Joe Perches | 2 | -4/+4 |
2010-03-01 | KVM: fix cleanup_srcu_struct on vm destruction | Marcelo Tosatti | 1 | -0/+1 |