aboutsummaryrefslogtreecommitdiff
path: root/arch/ia64/include
AgeCommit message (Expand)AuthorFilesLines
2017-03-09arch, mm: convert all architectures to use 5level-fixup.hGravatar Kirill A. Shutemov 1-0/+2
2017-03-03sched/core: Remove unused prefetch_stack()Gravatar Ingo Molnar 1-2/+0
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Gravatar Ingo Molnar 2-1/+2
2017-02-27kprobes: move kprobe declarations to asm-generic/kprobes.hGravatar Luis R. Rodriguez 1-3/+9
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-4/+7
2017-02-21Merge tag 'extable-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-15/+35
2017-02-01sched/cputime: Remove generic asm headersGravatar Frederic Weisbecker 1-3/+1
2017-02-01ia64, sched/cputime: Remove unused cputime definitionsGravatar Frederic Weisbecker 1-106/+0
2017-02-01ia64, sched/cputime: Move the nsecs based cputime headers to the last arch us...Gravatar Frederic Weisbecker 1-2/+106
2017-01-24ia64: ensure exception table search users include extable.hGravatar Paul Gortmaker 1-1/+0
2017-01-24ia64: move ia64_done_with_exception out of asm/uaccess.hGravatar Paul Gortmaker 2-15/+36
2017-01-24treewide: Consolidate get_dma_ops() implementationsGravatar Bart Van Assche 1-1/+4
2017-01-24treewide: Constify most dma_map_ops structuresGravatar Bart Van Assche 2-3/+3
2017-01-14sched/cputime, ia64: Accumulate cputime and account only on tick/task switchGravatar Frederic Weisbecker 1-0/+6
2016-12-18Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+2
2016-12-15ACPI/NUMA: Do not map pxm to node when NUMA is turned offGravatar Boris Ostrovsky 1-0/+2
2016-12-12mm: remove the page size change check in tlb_remove_pageGravatar Aneesh Kumar K.V 1-12/+4
2016-12-12mm: add tlb_remove_check_page_size_change to track page size changeGravatar Aneesh Kumar K.V 1-0/+6
2016-12-12mm/hugetlb: add tlb_remove_hugetlb_entry for handling hugetlb pagesGravatar Aneesh Kumar K.V 1-0/+3
2016-12-12Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-91/+0
2016-11-30tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPINGGravatar Francis Yan 1-0/+2
2016-11-17locking/core: Provide common cpu_relax_yield() definitionGravatar Christian Borntraeger 1-1/+0
2016-11-16locking/core, arch: Remove cpu_relax_lowlatency()Gravatar Christian Borntraeger 1-1/+0
2016-11-16locking/core: Introduce cpu_relax_yield()Gravatar Christian Borntraeger 1-0/+1
2016-10-25locking/mutex: Kill arch specific codeGravatar Peter Zijlstra 1-90/+0
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 1-0/+3
2016-10-14Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Gravatar Linus Torvalds 1-4/+0
2016-10-07ia64: implement atomic64_dec_if_positiveGravatar Vineet Gupta 1-0/+16
2016-09-22libata: remove unused definitions from <asm/libata-portmap.h>Gravatar Christoph Hellwig 1-4/+0
2016-09-15Merge branch 'linus' into x86/asm, to pick up recent fixesGravatar Ingo Molnar 1-20/+13
2016-09-14Merge branch 'uaccess-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-13/+10
2016-09-13ia64: copy_from_user() should zero the destination on access_ok() failureGravatar Al Viro 1-14/+11
2016-09-06usercopy: fold builtin_const check into inline functionGravatar Kees Cook 1-8/+4
2016-08-24fork: Add generic vmalloced stack supportGravatar Andy Lutomirski 1-1/+1
2016-08-08Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Gravatar Linus Torvalds 1-3/+15
2016-08-07ia64: move exports to definitionsGravatar Al Viro 1-0/+3
2016-08-05Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Gravatar Linus Torvalds 1-10/+0
2016-08-04dma-mapping: use unsigned long for dma_attrsGravatar Krzysztof Kozlowski 1-1/+0
2016-08-02signal: consolidate {TS,TLF}_RESTORE_SIGMASK codeGravatar Andy Lutomirski 1-28/+0
2016-07-26Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-5/+26
2016-07-26Merge tag 'acpi-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Gravatar Linus Torvalds 1-0/+3
2016-07-26mm/mmu_gather: track page size with mmu gather and force flush if page size c...Gravatar Aneesh Kumar K.V 1-0/+12
2016-07-26mm: change the interface for __tlb_remove_page()Gravatar Aneesh Kumar K.V 1-5/+14
2016-07-26ia64/uaccess: Enable hardened usercopyGravatar Kees Cook 1-3/+15
2016-07-25Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 4-36/+131
2016-07-25Merge branch 'acpi-numa'Gravatar Rafael J. Wysocki 1-0/+3
2016-06-24Clarify naming of thread info/stack allocatorsGravatar Linus Torvalds 1-4/+4
2016-06-16locking/atomic, arch/ia64: Implement atomic{,64}_fetch_{add,sub,and,or,xor}()Gravatar Peter Zijlstra 1-16/+114
2016-06-14locking/spinlock, arch: Update and fix spin_unlock_wait() implementationsGravatar Peter Zijlstra 1-0/+4
2016-06-08locking/mutex: Optimize mutex_trylock() fast-pathGravatar Peter Zijlstra 1-1/+1