aboutsummaryrefslogtreecommitdiff
path: root/arch/ia64
AgeCommit message (Expand)AuthorFilesLines
2016-12-25clocksource: Use a plain u64 instead of cycle_tGravatar Thomas Gleixner 4-10/+10
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 20-20/+20
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-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-1/+1
2016-12-12Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-12/+13
2016-12-12Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 4-199/+72
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 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+2
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-22ptrace: Don't allow accessing an undumpable mmGravatar Eric W. Biederman 1-1/+1
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-11-15sched/cputime, powerpc, s390: Make scaled cputime arch specificGravatar Stanislaw Gruszka 1-2/+2
2016-11-09ia64/topology: Convert to hotplug state machineGravatar Sebastian Andrzej Siewior 1-47/+7
2016-11-09ia64/salinfo: Convert to hotplug state machineGravatar Sebastian Andrzej Siewior 1-51/+32
2016-11-09ia64/palinfo: Convert to hotplug state machineGravatar Sebastian Andrzej Siewior 1-44/+16
2016-11-09ia64/err-inject: Convert to hotplug state machineGravatar Sebastian Andrzej Siewior 1-57/+17
2016-10-25locking/mutex: Kill arch specific codeGravatar Peter Zijlstra 1-90/+0
2016-10-19Merge branch 'gup_flag-cleanups'Gravatar Linus Torvalds 2-6/+10
2016-10-19mm: replace access_process_vm() write parameter with gup_flagsGravatar Lorenzo Stoakes 1-5/+9
2016-10-19mm: replace get_user_pages() write/force parameters with gup_flagsGravatar Lorenzo Stoakes 1-1/+1
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 27-98/+68
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-07nmi_backtrace: generate one-line reports for idle cpusGravatar Chris Metcalf 1-0/+1
2016-10-07ia64: implement atomic64_dec_if_positiveGravatar Vineet Gupta 1-0/+16
2016-10-03Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-22/+4
2016-10-03Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2016-10-03Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2016-09-30sched/core, ia64: Rename set_curr_task()Gravatar Peter Zijlstra 1-5/+5
2016-09-22libata: remove unused definitions from <asm/libata-portmap.h>Gravatar Christoph Hellwig 1-4/+0
2016-09-21x86/acpi: Set persistent cpuid <-> nodeid mapping when bootingGravatar Gu Zheng 1-1/+1
2016-09-19ia64/mca: Convert to hotplug state machineGravatar Sebastian Andrzej Siewior 1-22/+4
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 2-3/+16
2016-08-07ia64: move exports to definitionsGravatar Al Viro 25-92/+64
2016-08-07[kbuild] handle exports in lib-y objects reliablyGravatar Al Viro 2-6/+4
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 4-28/+21
2016-08-02kdump: arrange for paddr_vmcoreinfo_note() to return phys_addr_tGravatar Russell King 1-1/+1
2016-08-02signal: consolidate {TS,TLF}_RESTORE_SIGMASK codeGravatar Andy Lutomirski 1-28/+0
2016-08-02treewide: replace obsolete _refok by __refGravatar Fabian Frederick 1-1/+1