summaryrefslogtreecommitdiffstats
path: root/arch/ia64/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable/vmalloc-3.2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-11-061-29/+0
|\
| * xen: use generic functions instead of xen_{alloc, free}_vm_area()David Vrabel2011-09-291-29/+0
* | [IA64] Wire up cross memory attach syscallsTony Luck2011-11-021-1/+3
* | iommu: Rename the DMAR and INTR_REMAP config optionsSuresh Siddha2011-09-213-3/+3
* | iommu: Cleanup ifdefs in detect_intel_iommu()Suresh Siddha2011-09-211-2/+4
|/
* Merge branch 'gpiolib' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2011-08-011-0/+55
|\
| * [IA64] Hook up gpiolib supportMark Brown2011-06-011-0/+55
* | atomic: cleanup asm-generic atomic*.h inclusionArun Sharma2011-07-261-1/+0
* | atomic: move atomic_add_unless to generic codeArun Sharma2011-07-261-2/+2
* | atomic: use <linux/atomic.h>Arun Sharma2011-07-263-3/+2
* | asm-generic: add another generic ext2 atomic bitopsAkinobu Mita2011-07-261-2/+1
* | ptrace: unify show_regs() prototypeMike Frysinger2011-07-261-1/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-07-251-1/+1
|\ \
| * | treewide: fix potentially dangerous trailing ';' in #defined values/expressionsPhil Carmody2011-07-211-1/+1
* | | Merge branch 'kvm-updates/3.1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2011-07-241-0/+4
|\ \ \
| * | | ia64: add jump labels for paravirtGlauber Costa2011-07-141-0/+4
| |/ /
* | | clocksource: Change __ARCH_HAS_CLOCKSOURCE_DATA to a CONFIG optionH. Peter Anvin2011-07-211-2/+0
* | | ia64: Replace clocksource.fsys_mmio with generic arch dataAndy Lutomirski2011-07-141-0/+12
|/ /
* / [IA64] wire up sendmmsg() syscall for ItaniumTony Luck2011-05-311-1/+2
|/
* ns: Wire up the setns system callEric W. Biederman2011-05-281-1/+2
* ia64: mmu_gather reworkPeter Zijlstra2011-05-251-20/+46
* Fix common misspellingsLucas De Marchi2011-03-315-7/+7
* ia64: Remove redundant declaration of irq_desc[]Thomas Gleixner2011-03-291-3/+0
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2011-03-241-1/+5
|\
| * [IA64] New syscalls for 2.6.39Tony Luck2011-03-221-1/+5
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2011-03-241-3/+3
|\ \
| * \ Merge branch 'linus' into releaseLen Brown2011-03-237-51/+24
| |\ \
| * | | ACPI / PM: Merge do_suspend_lowlevel() into acpi_save_state_mem()Rafael J. Wysocki2011-02-241-2/+2
| * | | ACPI / PM: Drop acpi_restore_state_mem()Rafael J. Wysocki2011-02-241-2/+2
* | | | bitops: remove minix bitops from asm/bitops.hAkinobu Mita2011-03-231-1/+0
* | | | bitops: remove ext2 non-atomic bitops from asm/bitops.hAkinobu Mita2011-03-231-1/+0
* | | | bitops: introduce little-endian bitops for most architecturesAkinobu Mita2011-03-231-0/+1
* | | | ia64: fix build breakage in asm/thread_info.hLuck, Tony2011-03-231-1/+1
| |/ / |/| |
* | | add the common dma_addr_t typedef to include/linux/types.hFUJITA Tomonori2011-03-221-3/+0
* | | mm: NUMA aware alloc_thread_info_node()Eric Dumazet2011-03-221-2/+3
* | | mm: NUMA aware alloc_task_struct_node()Eric Dumazet2011-03-221-1/+8
| |/ |/|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-03-181-1/+1
|\ \
| * | Merge branch 'master' into for-nextJiri Kosina2011-02-153-2/+9
| |\|
| * | fix typos 'comamnd' -> 'command' in commentsJustin P. Mattock2011-02-021-1/+1
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2011-03-161-0/+2
|\ \ \
| * \ \ Pull misc-2.6.39 into release branchTony Luck2011-03-161-0/+2
| |\ \ \ | | |_|/ | |/| |
| | * | [IA64] Add DMA_ERROR_CODE define.Konrad Rzeszutek Wilk2011-01-111-0/+2
* | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-03-151-37/+0
|\ \ \ \
| * | | | rwsem: Move duplicate function prototypes to linux/rwsem.hThomas Gleixner2011-01-271-5/+0
| * | | | rwsem: Unify the duplicate rwsem_is_locked() inlinesThomas Gleixner2011-01-271-5/+0
| * | | | rwsem: Move duplicate init macros and functions to linux/rwsem.hThomas Gleixner2011-01-271-15/+0
| * | | | rwsem: Move duplicate struct rwsem declaration to linux/rwsem.hThomas Gleixner2011-01-271-9/+0
| * | | | rwsem: Cleanup includesThomas Gleixner2011-01-271-3/+0
| |/ / /
* | | | Merge branch 'core-futexes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-03-151-6/+9
|\ \ \ \
| * | | | futex: Sanitize futex ops argument typesMichel Lespinasse2011-03-111-5/+5