summaryrefslogtreecommitdiff
path: root/arch/ia64/include
AgeCommit message (Expand)Author
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-03-17Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds
2011-03-16Pull misc-2.6.39 into release branchTony Luck
2011-03-16Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2011-03-16Merge branch 'core-futexes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2011-03-11futex: Sanitize futex ops argument typesMichel Lespinasse
2011-03-11futex: Sanitize cmpxchg_futex_value_locked APIMichel Lespinasse
2011-03-01xen: ia64 build broken due to "xen: switch to new schedop hypercall by default."Ian Campbell
2011-02-15Merge branch 'master' into for-nextJiri Kosina
2011-02-02fix typos 'comamnd' -> 'command' in commentsJustin P. Mattock
2011-01-27rwsem: Move duplicate function prototypes to linux/rwsem.hThomas Gleixner
2011-01-27rwsem: Unify the duplicate rwsem_is_locked() inlinesThomas Gleixner
2011-01-27rwsem: Move duplicate init macros and functions to linux/rwsem.hThomas Gleixner
2011-01-27rwsem: Move duplicate struct rwsem declaration to linux/rwsem.hThomas Gleixner
2011-01-27rwsem: Cleanup includesThomas Gleixner
2011-01-14[IA64] fix ia64 build failure in pmdp_get_and_clearAndrea Arcangeli
2011-01-14Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds
2011-01-14Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2011-01-12ACPI, intel_idle: Cleanup idle= internal variablesThomas Renninger
2011-01-12KVM: Clean up vm creation and releaseJan Kiszka
2011-01-11[IA64] Add DMA_ERROR_CODE define.Konrad Rzeszutek Wilk
2011-01-07ACPI: Use ioremap_cache()Len Brown
2010-10-28taskstats: use real microsecond granularity for CPU timesMichael Holzheu
2010-10-26mm: remove pte_*map_nested()Peter Zijlstra
2010-10-26Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds
2010-10-22ioctl: Use asm-generic/ioctls.h on ia64 (enables termiox)Jeff Mahoney
2010-10-22Merge branch 'hwpoison-fixes-2.6.37' into hwpoisonAndi Kleen
2010-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-irqflagsLinus Torvalds
2010-10-21Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds
2010-10-21Merge branch 'x86-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2010-10-21Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-10-19[IA64] Move local_softirq_pending() definitionTony Luck
2010-10-18sched: Consolidate account_system_vtime extern declarationVenkatesh Pallipadi
2010-10-12Merge branches 'release', 'drop_do_IRQ', 'fix_early_irq', 'misc-2.6.37', 'nex...Tony Luck
2010-10-12Add _addr_lsb field to ia64 siginfoAndi Kleen
2010-10-08ia64, iommu: Add a dummy iommu_table.h file in IA64.Konrad Rzeszutek Wilk
2010-10-07Fix IRQ flag handling namingDavid Howells
2010-09-23[IA64] remove asm/compat.hTony Luck
2010-09-20[IA64] Move local_softirq_pending() definitionTony Luck
2010-09-20[IA64] iommu: Add a dummy iommu_table.h file in IA64.Konrad Rzeszutek Wilk
2010-09-14compat: Make compat_alloc_user_space() incorporate the access_ok()H. Peter Anvin
2010-08-18[IA64] Fix build error: conflicting types for ‘sys_execve’Tony Luck
2010-08-14archs: replace unifdef-y with header-ySam Ravnborg
2010-08-14Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds
2010-08-14[IA64] Add latest crop of syscallsTony Luck
2010-08-13Mark arguments to certain syscalls as being constDavid Howells
2010-08-13[IA64] Fix 64-bit atomic routines to return "long"Tony Luck
2010-08-12[IA64] Fix rwsem: RWSEM_WAITING_BIAS must not be unsigned.Tony Luck
2010-08-11dma-mapping: remove dma_is_consistent APIFUJITA Tomonori