summaryrefslogtreecommitdiffstats
path: root/arch/ia64
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-257-16/+19
|\
| * treewide: Consolidate get_dma_ops() implementationsBart Van Assche2017-01-241-1/+4
| * treewide: Constify most dma_map_ops structuresBart Van Assche2017-01-247-15/+15
* | arch, mm: remove arch specific show_memMichal Hocko2017-02-221-48/+0
* | Merge tag 'extable-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-02-216-20/+46
|\ \
| * | ia64: ensure exception table search users include extable.hPaul Gortmaker2017-01-245-3/+5
| * | ia64: move ia64_done_with_exception out of asm/uaccess.hPaul Gortmaker2017-01-246-18/+42
| |/
* | Merge tag 'acpi-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2017-02-201-1/+2
|\ \
| * | x86/ACPI: keep x86_cpu_to_acpiid mapping valid on CPU hotplugVitaly Kuznetsov2017-02-071-1/+2
| |/
* | sched/cputime: Remove generic asm headersFrederic Weisbecker2017-02-011-3/+1
* | ia64, sched/cputime: Remove unused cputime definitionsFrederic Weisbecker2017-02-011-106/+0
* | ia64: Convert vtime to use nsec units directlyFrederic Weisbecker2017-02-012-9/+9
* | ia64, sched/cputime: Move the nsecs based cputime headers to the last arch us...Frederic Weisbecker2017-02-011-2/+106
* | sched/cputime: Push time to account_system_time() in nsecsFrederic Weisbecker2017-02-011-5/+6
* | sched/cputime: Push time to account_idle_time() in nsecsFrederic Weisbecker2017-02-011-1/+1
* | sched/cputime: Push time to account_user_time() in nsecsFrederic Weisbecker2017-02-011-1/+1
* | sched/clock: Fix hotplug crashPeter Zijlstra2017-01-201-0/+2
* | sched/cputime: Rename vtime_account_user() to vtime_flush()Frederic Weisbecker2017-01-141-1/+1
* | sched/cputime, ia64: Accumulate cputime and account only on tick/task switchFrederic Weisbecker2017-01-142-15/+53
* | sched/cputime, ia64: Fix incorrect start cputime assignment on task switchFrederic Weisbecker2017-01-141-1/+1
|/
* clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-254-10/+10
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-2420-20/+20
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-12-181-0/+2
|\
| * ACPI/NUMA: Do not map pxm to node when NUMA is turned offBoris Ostrovsky2016-12-151-0/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2016-12-141-1/+1
|\ \
| * | ptrace: Don't allow accessing an undumpable mmEric W. Biederman2016-11-221-1/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-12-121-12/+13
|\ \ \ | |_|/ |/| |
| * | mm: remove the page size change check in tlb_remove_pageAneesh Kumar K.V2016-12-121-12/+4
| * | mm: add tlb_remove_check_page_size_change to track page size changeAneesh Kumar K.V2016-12-121-0/+6
| * | mm/hugetlb: add tlb_remove_hugetlb_entry for handling hugetlb pagesAneesh Kumar K.V2016-12-121-0/+3
* | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-124-199/+72
|\ \ \ | |/ / |/| |
| * | ia64/topology: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-091-47/+7
| * | ia64/salinfo: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-091-51/+32
| * | ia64/palinfo: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-091-44/+16
| * | ia64/err-inject: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-091-57/+17
| |/
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-12-121-2/+2
|\ \
| * | sched/cputime, powerpc, s390: Make scaled cputime arch specificStanislaw Gruszka2016-11-151-2/+2
| |/
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-12-122-91/+0
|\ \
| * | locking/core: Provide common cpu_relax_yield() definitionChristian Borntraeger2016-11-171-1/+0
| * | locking/core, arch: Remove cpu_relax_lowlatency()Christian Borntraeger2016-11-161-1/+0
| * | locking/core: Introduce cpu_relax_yield()Christian Borntraeger2016-11-161-0/+1
| * | locking/mutex: Kill arch specific codePeter Zijlstra2016-10-251-90/+0
| |/
* / tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPINGFrancis Yan2016-11-301-0/+2
|/
* Merge branch 'gup_flag-cleanups'Linus Torvalds2016-10-192-6/+10
|\
| * mm: replace access_process_vm() write parameter with gup_flagsLorenzo Stoakes2016-10-191-5/+9
| * mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes2016-10-191-1/+1
* | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-10-1427-98/+68
|\ \
| * | ia64: move exports to definitionsAl Viro2016-08-0725-92/+64
| * | [kbuild] handle exports in lib-y objects reliablyAl Viro2016-08-072-6/+4
* | | Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Linus Torvalds2016-10-141-4/+0
|\ \ \ | |_|/ |/| |