summaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel
Commit message (Expand)AuthorAgeFilesLines
* clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-253-8/+8
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-2414-14/+14
* 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 '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
| |/
* | sched/cputime, powerpc, s390: Make scaled cputime arch specificStanislaw Gruszka2016-11-151-2/+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-147-92/+22
|\ \ | |/ |/|
| * ia64: move exports to definitionsAl Viro2016-08-077-92/+22
* | nmi_backtrace: generate one-line reports for idle cpusChris Metcalf2016-10-071-0/+1
* | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-10-031-22/+4
|\ \
| * | ia64/mca: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-191-22/+4
| |/
* | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-031-1/+1
|\ \
| * | x86/acpi: Set persistent cpuid <-> nodeid mapping when bootingGu Zheng2016-09-211-1/+1
| |/
* | sched/core, ia64: Rename set_curr_task()Peter Zijlstra2016-09-301-5/+5
|/
* dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-041-2/+2
* kdump: arrange for paddr_vmcoreinfo_note() to return phys_addr_tRussell King2016-08-021-1/+1
* treewide: replace obsolete _refok by __refFabian Frederick2016-08-021-1/+1
* Merge tag 'please-pull-misc-4.8' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-08-013-31/+13
|\
| * ia64: salinfo: use a waitqueue instead a sema down/up comboSebastian Andrzej Siewior2016-07-251-28/+10
| * ia64: efi: use timespec64 for persistent clockArnd Bergmann2016-06-172-3/+3
* | Merge branch 'acpi-numa'Rafael J. Wysocki2016-07-252-1/+2
|\ \
| * | ACPI / NUMA: Move acpi_numa_arch_fixup() to ia64 onlyRobert Richter2016-05-302-1/+2
| |/
* | fix up initial thread stack pointer vs thread_info confusionLinus Torvalds2016-06-241-0/+1
|/
* exit_thread: accept a task parameter to be exitedJiri Slaby2016-05-202-9/+9
* Merge tag 'please-pull-misc-4.7' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-05-193-4/+3
|\
| * ia64/unaligned: Silence another GCC warning about an uninitialised variableMatt Fleming2016-05-051-0/+1
| * ia64/traps: Silence GCC warning about uninitialised variableMatt Fleming2016-05-051-0/+1
| * ia64: Remove superfluous SMP function callAnna-Maria Gleixner2016-05-021-4/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-05-171-1/+1
|\ \
| * | ia64: Fix misspellings in comments.Adam Buchbinder2016-04-181-1/+1
| |/
* | efi: Get rid of the EFI_SYSTEM_TABLES status bitArd Biesheuvel2016-04-281-2/+0
|/
* [IA64] Enable preadv2 and pwritev2 syscalls for ia64Tony Luck2016-03-251-0/+2
* Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-201-2/+1
|\
| * mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen2016-02-161-2/+1
* | Merge tag 'tty-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-03-171-2/+5
|\ \
| * | ia64: Pin controlling tty for unaligned fault messagePeter Hurley2016-01-281-2/+5
| |/
* | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-151-1/+1
|\ \
| * | arch/hotplug: Call into idle with a proper stateThomas Gleixner2016-03-011-1/+1
| |/
* | ia64: Set System RAM type and descriptorToshi Kani2016-01-302-6/+13
|/
* [IA64] Enable copy_file_range syscall for ia64Tony Luck2016-01-221-0/+1
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2016-01-181-3/+3
|\
| * ia64: rename nop->iosapic_nopMichael S. Tsirkin2016-01-121-3/+3
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-01-151-2/+1
|\ \
OpenPOWER on IntegriCloud