aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-14Merge branch 'for-next' of git://git.infradead.org/users/dhowells/linux-headersLinus Torvalds1-8/+13
2012-01-13Merge branch 'wire-accept4' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linuxLinus Torvalds1-1/+2
2012-01-12ia64, exec: remove redundant set_fs(USER_DS)Mathias Krause1-1/+0
2012-01-11Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pciLinus Torvalds1-6/+0
2012-01-10Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-0/+2
2012-01-10Merge branch 'stable/for-linus-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-1/+1
2012-01-09ia64: Add accept4() syscallÉmeric Maschino1-1/+2
2012-01-09Merge branches 'iommu/page-sizes' and 'iommu/group-id' into nextJoerg Roedel1-0/+2
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+0
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-30/+1
2012-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+3
2012-01-06PCI: IA64: convert pcibios_set_master() to a non-inlined functionMyron Stowe1-6/+0
2012-01-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-38/+34
2012-01-03consolidate a bunch of ipcbuf.h instancesAl Viro1-28/+1
2012-01-03consolidate umode_t declarationsAl Viro1-2/+0
2011-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2011-12-29procfs: do not confuse jiffies with cputime64_tAndreas Schwab1-0/+1
2011-12-15[S390] cputime: add sparse checking and cleanupMartin Schwidefsky1-37/+32
2011-12-13UAPI: Split trivial #if defined(__KERNEL__) && X conditionalsDavid Howells1-8/+13
2011-11-30xen/ia64: fix build breakage because of conflicting u64 guest handlesLuck, Tony1-1/+1
2011-11-21freezer: remove now unused TIF_FREEZETejun Heo1-2/+0
2011-11-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-0/+3
2011-11-15iommu: Add option to group multi-function devicesAlex Williamson1-0/+2
2011-11-09net: add wireless TX status socket optionJohannes Berg1-0/+3
2011-11-06Merge branch 'upstream/xen-settime' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xenLinus Torvalds1-0/+1
2011-11-06Merge branch 'stable/vmalloc-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-29/+0
2011-11-02[IA64] Wire up cross memory attach syscallsTony Luck1-1/+3
2011-09-29xen: use generic functions instead of xen_{alloc, free}_vm_area()David Vrabel1-29/+0
2011-09-26xen/acpi: Domain0 acpi parser related platform hypercallYu Ke1-0/+1
2011-09-21iommu: Rename the DMAR and INTR_REMAP config optionsSuresh Siddha3-3/+3
2011-09-21iommu: Cleanup ifdefs in detect_intel_iommu()Suresh Siddha1-2/+4
2011-08-01Merge branch 'gpiolib' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6Linus Torvalds1-0/+55
2011-07-26atomic: cleanup asm-generic atomic*.h inclusionArun Sharma1-1/+0
2011-07-26atomic: move atomic_add_unless to generic codeArun Sharma1-2/+2
2011-07-26atomic: use <linux/atomic.h>Arun Sharma3-3/+2
2011-07-26asm-generic: add another generic ext2 atomic bitopsAkinobu Mita1-2/+1
2011-07-26ptrace: unify show_regs() prototypeMike Frysinger1-1/+0
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-07-24Merge branch 'kvm-updates/3.1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+4
2011-07-21clocksource: Change __ARCH_HAS_CLOCKSOURCE_DATA to a CONFIG optionH. Peter Anvin1-2/+0
2011-07-21treewide: fix potentially dangerous trailing ';' in #defined values/expressionsPhil Carmody1-1/+1
2011-07-14ia64: Replace clocksource.fsys_mmio with generic arch dataAndy Lutomirski1-0/+12
2011-07-14ia64: add jump labels for paravirtGlauber Costa1-0/+4
2011-06-01[IA64] Hook up gpiolib supportMark Brown1-0/+55
2011-05-31[IA64] wire up sendmmsg() syscall for ItaniumTony Luck1-1/+2
2011-05-28ns: Wire up the setns system callEric W. Biederman1-1/+2
2011-05-25ia64: mmu_gather reworkPeter Zijlstra1-20/+46
2011-03-31Fix common misspellingsLucas De Marchi5-7/+7
2011-03-29ia64: Remove redundant declaration of irq_desc[]Thomas Gleixner1-3/+0
2011-03-24Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6Linus Torvalds1-1/+5