aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/include/asm (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman99-0/+99
2017-09-04Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+0
2017-09-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-21/+4
2017-08-26Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsIngo Molnar1-2/+6
2017-08-25futex: Remove duplicated code and fix undefined behaviourJiri Slaby1-21/+4
2017-08-21Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-21/+0
2017-08-17arch: Remove spin_unlock_wait() arch-specific definitionsPaul E. McKenney1-21/+0
2017-08-10mm: fix MADV_[FREE|DONTNEED] TLB flush miss problemMinchan Kim1-1/+3
2017-08-10mm: refactor TLB gathering APIMinchan Kim1-2/+4
2017-07-18Merge branch 'x86/boot' into x86/mm, to pick up interacting changesIngo Molnar4-53/+1
2017-07-15Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-36/+0
2017-07-10ia64: remove redundant generic-y += kvm_para.h from asm/KbuildMasahiro Yamada1-2/+0
2017-07-06Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-12/+0
2017-07-06Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-2/+0
2017-07-05x86/mm: Stop calling leave_mm() in idle codeAndy Lutomirski1-2/+0
2017-07-03Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2017-07-03Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-23/+0
2017-07-03kill {__,}{get,put}_user_unaligned()Al Viro1-36/+0
2017-06-28arch: remove unused macro/function thread_saved_pc()Tobias Klauser1-17/+0
2017-06-20ia64: remove DMA_ERROR_CODEChristoph Hellwig1-2/+0
2017-06-04signal: Remove non-uapi <asm/siginfo.h>Christoph Hellwig1-1/+0
2017-06-04ia64: Remove HAVE_ARCH_COPY_SIGINFOChristoph Hellwig1-22/+0
2017-05-16ia64, scsi: update references for the device-io bookMauro Carvalho Chehab1-1/+1
2017-05-15kill strlen_user()Al Viro1-12/+0
2017-05-08Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-2/+3
2017-05-01Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-75/+38
2017-04-26Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64', 'uaccess.avr32', 'uaccess.bfin', 'uaccess.c6x', 'uaccess.cris', 'uaccess.frv', 'uaccess.h8300', 'uaccess.hexagon', 'uaccess.ia64', 'uaccess.m32r', 'uaccess.m68k', 'uaccess.metag', 'uaccess.microblaze', 'uaccess.mips', ...Al Viro3-75/+40
2017-04-20ia64: Use generic pci_mmap_resource_range()David Woodhouse1-0/+1
2017-04-18PCI: Move multiple declarations of pci_mmap_page_range() to <linux/pci.h>David Woodhouse1-2/+0
2017-04-18PCI: Add arch_can_pci_mmap_wc() macroDavid Woodhouse1-0/+2
2017-04-13ia64: restore symbol versions for symbols defined in assemblyJan Beulich1-0/+29
2017-04-06get rid of padding, switch to RAW_COPY_USERAl Viro1-31/+4
2017-04-06ia64: get rid of copy_in_user()Al Viro1-10/+0
2017-04-06ia64: sanitize __access_ok()Al Viro1-16/+16
2017-04-06ia64: get rid of 'segment' argument of __do_{get,put}_user()Al Viro1-8/+8
2017-04-06ia64: get rid of 'segment' argument of __{get,put}_user_check()Al Viro1-4/+4
2017-04-06ia64: add extable.hAl Viro2-7/+12
2017-04-02Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux into uaccess.pariscAl Viro1-0/+2
2017-03-09arch, mm: convert all architectures to use 5level-fixup.hKirill A. Shutemov1-0/+2
2017-03-05uaccess: drop duplicate includes from asm/uaccess.hAl Viro1-2/+0
2017-03-05uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.hAl Viro1-3/+0
2017-03-03sched/core: Remove unused prefetch_stack()Ingo Molnar1-2/+0
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h>Ingo Molnar2-1/+2
2017-02-27kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez1-3/+9
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds2-4/+7
2017-02-21Merge tag 'extable-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds2-15/+35
2017-02-01sched/cputime: Remove generic asm headersFrederic Weisbecker1-3/+1
2017-02-01ia64, sched/cputime: Remove unused cputime definitionsFrederic Weisbecker1-106/+0
2017-02-01ia64, sched/cputime: Move the nsecs based cputime headers to the last arch using itFrederic Weisbecker1-2/+106
2017-01-24ia64: ensure exception table search users include extable.hPaul Gortmaker1-1/+0