aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/include (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-01-24ia64: move ia64_done_with_exception out of asm/uaccess.hPaul Gortmaker2-15/+36
2017-01-24treewide: Consolidate get_dma_ops() implementationsBart Van Assche1-1/+4
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche2-3/+3
2017-01-14sched/cputime, ia64: Accumulate cputime and account only on tick/task switchFrederic Weisbecker1-0/+6
2016-12-18Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2016-12-15ACPI/NUMA: Do not map pxm to node when NUMA is turned offBoris Ostrovsky1-0/+2
2016-12-12mm: remove the page size change check in tlb_remove_pageAneesh Kumar K.V1-12/+4
2016-12-12mm: add tlb_remove_check_page_size_change to track page size changeAneesh Kumar K.V1-0/+6
2016-12-12mm/hugetlb: add tlb_remove_hugetlb_entry for handling hugetlb pagesAneesh Kumar K.V1-0/+3
2016-12-12Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-91/+0
2016-11-30tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPINGFrancis Yan1-0/+2
2016-11-17locking/core: Provide common cpu_relax_yield() definitionChristian Borntraeger1-1/+0
2016-11-16locking/core, arch: Remove cpu_relax_lowlatency()Christian Borntraeger1-1/+0
2016-11-16locking/core: Introduce cpu_relax_yield()Christian Borntraeger1-0/+1
2016-10-25locking/mutex: Kill arch specific codePeter Zijlstra1-90/+0
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-0/+3
2016-10-14Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds1-4/+0
2016-10-07ia64: implement atomic64_dec_if_positiveVineet Gupta1-0/+16
2016-09-22libata: remove unused definitions from <asm/libata-portmap.h>Christoph Hellwig1-4/+0
2016-09-15Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar1-20/+13
2016-09-14Merge branch 'uaccess-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-13/+10
2016-09-13ia64: copy_from_user() should zero the destination on access_ok() failureAl Viro1-14/+11
2016-09-06usercopy: fold builtin_const check into inline functionKees Cook1-8/+4
2016-08-24fork: Add generic vmalloced stack supportAndy Lutomirski1-1/+1
2016-08-08Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-3/+15
2016-08-07ia64: move exports to definitionsAl Viro1-0/+3
2016-08-05Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linuxLinus Torvalds1-10/+0
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski1-1/+0
2016-08-02signal: consolidate {TS,TLF}_RESTORE_SIGMASK codeAndy Lutomirski1-28/+0
2016-07-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-5/+26
2016-07-26Merge tag 'acpi-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+3
2016-07-26mm/mmu_gather: track page size with mmu gather and force flush if page size changeAneesh Kumar K.V1-0/+12
2016-07-26mm: change the interface for __tlb_remove_page()Aneesh Kumar K.V1-5/+14
2016-07-26ia64/uaccess: Enable hardened usercopyKees Cook1-3/+15
2016-07-25Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-36/+131
2016-07-25Merge branch 'acpi-numa'Rafael J. Wysocki1-0/+3
2016-06-24Clarify naming of thread info/stack allocatorsLinus Torvalds1-4/+4
2016-06-16locking/atomic, arch/ia64: Implement atomic{,64}_fetch_{add,sub,and,or,xor}()Peter Zijlstra1-16/+114
2016-06-14locking/spinlock, arch: Update and fix spin_unlock_wait() implementationsPeter Zijlstra1-0/+4
2016-06-08locking/mutex: Optimize mutex_trylock() fast-pathPeter Zijlstra1-1/+1
2016-06-08locking/rwsem: Remove rwsem_atomic_add() and rwsem_atomic_update()Jason Low1-7/+0
2016-06-08locking/rwsem: Convert sem->count to 'atomic_long_t'Jason Low1-12/+12
2016-06-04rtc: cmos: remove empty asm/mc146818rtc.h filesArnd Bergmann1-10/+0