summaryrefslogtreecommitdiffstats
path: root/arch/ia64/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ia64-3.5-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2012-05-232-4/+2Star
|\
| * [IA64] Add cmpxchg.h to exported userspace headersmaximilian attems2012-05-161-0/+1
| * [IA64] Removed "task_size" element from thread_struct - it is now constantTony Luck2012-05-161-4/+1Star
* | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-05-231-3/+0Star
|\ \
| * | fork: move the real prepare_to_copy() users to arch_dup_task_struct()Suresh Siddha2012-05-171-3/+0Star
| |/
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-05-231-25/+0Star
|\ \
| * | sched/numa: Rewrite the CONFIG_NUMA sched domain supportPeter Zijlstra2012-05-091-25/+0Star
| |/
* | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-05-222-4/+0Star
|\ \
| * | task_allocator: Use config switches instead of magic definesThomas Gleixner2012-05-081-3/+0Star
| * | ia64: Remove unused cpu_idle_wait()Thomas Gleixner2012-05-081-1/+0Star
| |/
* | iommu: rename intr_remapping.[ch] to irq_remapping.[ch]Suresh Siddha2012-05-071-0/+0
* | iommu: rename intr_remapping references to irq_remappingSuresh Siddha2012-05-071-1/+1
* | iommu/vt-d: Make intr-remapping initialization genericJoerg Roedel2012-05-071-0/+4
|/
* ia64: fix futex_atomic_cmpxchg_inatomic()Luck, Tony2012-04-171-4/+5
* ia64: populate the cmpxchg header with appropriate codePaul Gortmaker2012-04-132-114/+148
* Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds2012-04-051-6/+12
|\
| * X86 & IA64: adapt for dma_map_ops changesAndrzej Pietrasiewicz2012-03-281-6/+12
* | ia64: Fixup asm/cmpxchg.hDavid Howells2012-03-301-1/+1
* | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-301-118/+3Star
|\ \
| * | ia64: Use generic posix_types.hH. Peter Anvin2012-02-141-118/+3Star
| |/
* | Fix ia64 build errors (fallout from system.h disintegration)Luck, Tony2012-03-291-0/+1
* | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-2921-212/+220
|\ \
| * | Delete all instances of asm/system.hDavid Howells2012-03-281-4/+0Star
| * | Disintegrate asm/system.h for IA64David Howells2012-03-2821-212/+224
* | | Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-03-282-0/+7
|\ \ \
| * | | KVM: Introduce kvm_memory_slot::arch and move lpage_info into itTakuya Yoshikawa2012-03-081-0/+3
| * | | KVM: provide synchronous registers in kvm_runChristian Borntraeger2012-03-051-0/+4
| | |/ | |/|
* | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2012-03-231-6/+0Star
|\ \ \ | |_|/ |/| |
| * | PCI: collapse pcibios_resource_to_busBjorn Helgaas2012-02-241-2/+0Star
| * | ia64/PCI: get rid of device resource fixupsBjorn Helgaas2012-02-241-5/+1Star
| |/
* | Merge tag 'stable/for-linus-3.4-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-03-231-0/+1
|\ \
| * | xen/enlighten: Expose MWAIT and MWAIT_LEAF if hypervisor OKs it.Konrad Rzeszutek Wilk2012-03-101-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-03-211-0/+4
|\ \ \
| * | | net: Add framework to allow sending packets with customized CRC.Ben Greear2012-02-241-0/+3
| * | | sock: Introduce the SO_PEEK_OFF sock optionPavel Emelyanov2012-02-211-0/+1
| | |/ | |/|
* | | Merge tag 'tty-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2012-03-201-1/+1
|\ \ \
| * | | hpsim, initialize chip for assigned irqsJiri Slaby2012-03-081-1/+1
| |/ /
* / / static keys: Introduce 'struct static_key', static_key_true()/false() and sta...Ingo Molnar2012-02-241-3/+3
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-01-181-1/+12
|\ \
| * | Audit: push audit success and retcode into arch ptrace.hEric Paris2012-01-171-1/+12
| |/
* | Merge branch 'for-next' of git://git.infradead.org/users/dhowells/linux-headersLinus Torvalds2012-01-151-8/+13
|\ \
| * | UAPI: Split trivial #if defined(__KERNEL__) && X conditionalsDavid Howells2011-12-131-8/+13
* | | Merge branch 'wire-accept4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-01-141-1/+2
|\ \ \
| * | | ia64: Add accept4() syscallÉmeric Maschino2012-01-091-1/+2
* | | | ia64, exec: remove redundant set_fs(USER_DS)Mathias Krause2012-01-131-1/+0Star
| |_|/ |/| |
* | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2012-01-121-6/+0Star
|\ \ \
| * | | PCI: IA64: convert pcibios_set_master() to a non-inlined functionMyron Stowe2012-01-061-6/+0Star
| |/ /
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds2012-01-101-0/+2
|\ \ \
| * \ \ Merge branches 'iommu/page-sizes' and 'iommu/group-id' into nextJoerg Roedel2012-01-091-0/+2
| |\ \ \ | | |/ / | |/| |
| | * | iommu: Add option to group multi-function devicesAlex Williamson2011-11-151-0/+2
| | |/