summaryrefslogtreecommitdiffstats
path: root/arch/ia64/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2009-09-271-0/+2
|\
| * ACPI: IA64=y ACPI=n build fixLen Brown2009-09-271-0/+2
* | [IA64] implement ticket locks for ItaniumTony Luck2009-09-252-87/+90
|/
* cpumask: remove arch_send_call_function_ipiRusty Russell2009-09-241-1/+0
* cpumask: remove obsolete topology_core_siblings and topology_thread_siblings:...Rusty Russell2009-09-241-2/+0
* cpumask: remove obsolete node_to_cpumask now everyone uses cpumask_of_nodeRusty Russell2009-09-241-1/+0
* Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-09-231-0/+1
|\
| * Merge branch 'timers/posixtimers' into timers/tracingThomas Gleixner2009-08-291-0/+1
| |\
| | * cputime: Optimize jiffies_to_cputime(1)Stanislaw Gruszka2009-08-031-0/+1
* | | mm: remove duplicate asm/mman.h filesArnd Bergmann2009-09-221-14/+2
* | | mm: add MAP_HUGETLB for mmaping pseudo-anonymous huge page regionsArnd Bergmann2009-09-221-0/+2
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2009-09-181-0/+2
|\ \ \
| * | | [IA64] kexec: Make INIT safe while transition toHidetoshi Seto2009-09-141-0/+1
| * | | [IA64] kdump: Mask MCA/INIT on frozen cpusHidetoshi Seto2009-09-141-0/+1
| |/ /
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-09-171-8/+9
|\ \ \
| * | | sched: Disable wakeup balancingPeter Zijlstra2009-09-161-2/+0
| * | | sched: Reduce forkexec_idxPeter Zijlstra2009-09-151-2/+2
| * | | sched: Improve latencies and throughputMike Galbraith2009-09-151-2/+3
| * | | sched: Tweak wake_idxPeter Zijlstra2009-09-151-2/+3
| * | | sched: Merge select_task_rq_fair() and sched_balance_self()Peter Zijlstra2009-09-151-2/+3
* | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2009-09-161-2/+12
|\ \ \ \
| * | | | PCI: remove pcibios_scan_all_fns()Alex Chiang2009-09-091-2/+12
| | |/ / | |/| |
* | | | Merge branch 'agp-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airl...Linus Torvalds2009-09-151-4/+0
|\ \ \ \
| * | | | agp: kill phys_to_gart() and gart_to_phys()David Woodhouse2009-08-031-4/+0
| | |_|/ | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2009-09-141-0/+3
|\ \ \ \
| * \ \ \ Merge branch 'master' into for-linusRafael J. Wysocki2009-09-142-1/+21
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into for-linusRafael J. Wysocki2009-08-162-2/+1
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | Merge branch 'master' into for-linusRafael J. Wysocki2009-07-292-9/+9
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | Driver Core: Add platform device arch data V3Magnus Damm2009-07-221-0/+3
* | | | | | Merge branch 'kvm-updates/2.6.32' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2009-09-142-2/+6
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | KVM: Add __KERNEL__ guards to exported headersAvi Kivity2009-09-101-0/+4
| * | | | | KVM: Prepare memslot data structures for multiple hugepage sizesJoerg Roedel2009-09-101-1/+2
| * | | | | KVM: Break dependency between vcpu index in vcpus array and vcpu_id.Gleb Natapov2009-09-101-1/+0
| | |_|/ / | |/| | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-09-141-0/+3
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-08-125-10/+13
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | net: implement a SO_DOMAIN getsockoptionJan Engelhardt2009-08-051-0/+1
| * | | | net: implement a SO_PROTOCOL getsockoptionJan Engelhardt2009-08-051-0/+2
* | | | | Merge branch 'amd-iommu/2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2009-09-042-2/+1
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | IA64: includecheck fix: ia64, pgtable.hJaswinder Singh Rajput2009-08-111-1/+0
| * | | | ia64: boolean __test_and_clear_bitJohannes Weiner2009-08-111-1/+1
| | |/ / | |/| |
* | | | IA64: Remove NULL flush_write_buffersFUJITA Tomonori2009-08-101-1/+0
* | | | x86, IA64, powerpc: add phys_to_dma() and dma_to_phys()FUJITA Tomonori2009-07-281-0/+10
* | | | ia64: add dma_capable() to replace is_buffer_dma_capable()FUJITA Tomonori2009-07-281-0/+8
|/ / /
* | | mm: Pass virtual address to [__]p{te,ud,md}_free_tlb()Benjamin Herrenschmidt2009-07-272-9/+9
| |/ |/|
* | Revert "Neither asm/types.h nor linux/types.h is required for arch/ia64/inclu...Aurelien Jarno2009-07-171-0/+2
* | Fix ia64 compilation IS_ERR and PTE_ERR errors.Fenghua Yu2009-07-171-0/+1
* | sched: INIT_PREEMPT_COUNTPeter Zijlstra2009-07-101-1/+1
|/
* Merge git://git.infradead.org/~dwmw2/iommu-2.6.31Linus Torvalds2009-06-221-0/+5
|\
| * intel-iommu: Fix one last ia64 build problem in Pass Through SupportLuck, Tony2009-06-051-0/+4
| * Intel IOMMU Pass Through SupportFenghua Yu2009-04-291-0/+1
OpenPOWER on IntegriCloud