summaryrefslogtreecommitdiffstats
path: root/arch/ia64/include
AgeCommit message (Expand)AuthorFilesLines
2012-03-28Disintegrate asm/system.h for IA64David Howells21-212/+224
2012-03-22Merge tag 'stable/for-linus-3.4-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2012-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+4
2012-03-20Merge tag 'tty-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-1/+1
2012-03-10xen/enlighten: Expose MWAIT and MWAIT_LEAF if hypervisor OKs it.Konrad Rzeszutek Wilk1-0/+1
2012-03-08hpsim, initialize chip for assigned irqsJiri Slaby1-1/+1
2012-02-24net: Add framework to allow sending packets with customized CRC.Ben Greear1-0/+3
2012-02-24static keys: Introduce 'struct static_key', static_key_true()/false() and sta...Ingo Molnar1-3/+3
2012-02-21sock: Introduce the SO_PEEK_OFF sock optionPavel Emelyanov1-0/+1
2012-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+12
2012-01-17Audit: push audit success and retcode into arch ptrace.hEric Paris1-1/+12
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/...Linus 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/jb...Linus 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/ker...Linus 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/...Linus Torvalds1-2/+0
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus 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/ker...Linus 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/linvil...John 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/ker...Linus Torvalds1-0/+1
2011-11-06Merge branch 'stable/vmalloc-3.2' of git://git.kernel.org/pub/scm/linux/kerne...Linus 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/...Linus 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/jik...Linus Torvalds1-1/+1
2011-07-24Merge branch 'kvm-updates/3.1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+4