Age | Commit message (Expand) | Author | Files | Lines |
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-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 |
2009-06-22 | Merge git://git.infradead.org/~dwmw2/iommu-2.6.31 | Linus Torvalds | 3 | -1/+8 |
2009-06-21 | Move FAULT_FLAG_xyz into handle_mm_fault() callers | Linus Torvalds | 1 | -1/+1 |
2009-06-20 | ACPI: pdc init related memory leak with physical CPU hotplug | Pallipadi, Venkatesh | 1 | -0/+12 |
2009-06-18 | dma-mapping: ia64: add CONFIG_DMA_API_DEBUG support | FUJITA Tomonori | 2 | -1/+8 |
2009-06-18 | dma-mapping: ia64: use asm-generic/dma-mapping-common.h | FUJITA Tomonori | 1 | -99/+3 |
2009-06-17 | ia64: Fix resource assignment for root busses | Matthew Wilcox | 1 | -2/+2 |
2009-06-17 | Delete pcibios_select_root | Matthew Wilcox | 1 | -13/+0 |
2009-06-17 | Pull for-2.6.31 into release | Tony Luck | 45 | -226/+230 |
2009-06-17 | [IA64] Convert ia64 to use int-ll64.h | Matthew Wilcox | 33 | -204/+206 |
2009-06-17 | [IA64] Fix build error in paravirt_patchlist.c | Jes Sorensen | 1 | -0/+2 |
2009-06-16 | kmap_types: make most arches use generic header file | Randy Dunlap | 1 | -21/+3 |
2009-06-16 | remove put_cpu_no_resched() | Thomas Gleixner | 1 | -1/+1 |
2009-06-16 | page allocator: do not check NUMA node ID when the caller knows the node is v... | Mel Gorman | 4 | -5/+6 |
2009-06-16 | mm: consolidate init_mm definition | Alexey Dobriyan | 1 | -4/+0 |
2009-06-16 | [IA64] ia64 does not need umount2() syscall | Tony Luck | 1 | -0/+1 |
2009-06-16 | [IA64] hook up new rt_tgsigqueueinfo syscall | Tony Luck | 2 | -1/+3 |
2009-06-15 | [IA64] msi_ia64.c dmar_msi_type should be static | Jaswinder Singh Rajput | 1 | -1/+1 |
2009-06-15 | [IA64] remove obsolete hw_interrupt_type | Thomas Gleixner | 4 | -4/+4 |
2009-06-15 | [IA64] remove obsolete irq_desc_t typedef | Thomas Gleixner | 9 | -12/+12 |
2009-06-15 | [IA64] remove obsolete no_irq_type | Thomas Gleixner | 3 | -3/+3 |
2009-06-15 | [IA64] unexport fpswa.h | Sam Ravnborg | 1 | -1/+0 |
2009-06-15 | [IA64] fix compile error in arch/ia64/mm/extable.c | Rusty Russell | 1 | -2/+2 |
2009-06-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arn... | Linus Torvalds | 5 | -10/+11 |
2009-06-12 | PM: Remove unused asm/suspend.h | Magnus Damm | 1 | -1/+0 |
2009-06-12 | module: trim exception table on init free. | Rusty Russell | 1 | -0/+26 |
2009-06-12 | asm-generic: merge branch 'master' of torvalds/linux-2.6 | Arnd Bergmann | 19 | -130/+314 |
2009-06-11 | asm-generic: rename atomic.h to atomic-long.h | Arnd Bergmann | 1 | -1/+1 |
2009-06-11 | asm-generic: introduce asm/bitsperlong.h | Arnd Bergmann | 2 | -7/+8 |
2009-06-11 | asm-generic: rename termios.h, signal.h and mman.h | Arnd Bergmann | 2 | -2/+2 |
2009-06-11 | Merge branch 'kvm-updates/2.6.31' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 13 | -113/+285 |
2009-06-10 | KVM: use smp_send_reschedule in kvm_vcpu_kick | Marcelo Tosatti | 2 | -14/+11 |
2009-06-10 | KVM: Enable snooping control for supported hardware | Sheng Yang | 1 | -0/+1 |
2009-06-10 | KVM: ia64: ia64 vcpu_reset() do not call kmalloc() with irqs disabled | Jes Sorensen | 1 | -1/+1 |
2009-06-10 | KVM: ia64: preserve int status through call to kvm_insert_vmm_mapping | Jes Sorensen | 1 | -1/+6 |
2009-06-10 | KVM: ia64: restore irq state before calling kvm_vcpu_init | Jes Sorensen | 1 | -2/+1 |
2009-06-10 | KVM: ia64: remove empty function vti_vcpu_load() | Jes Sorensen | 1 | -5/+0 |
2009-06-10 | KVM: ia64: Flush all TLBs once guest's memory mapping changes. | Xiantao Zhang | 1 | -0/+1 |
2009-06-10 | KVM: ia64: Don't hold slots_lock in guest mode | Jes Sorensen | 1 | -31/+33 |