summaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | mm: rework virtual memory accountingKonstantin Khlebnikov2016-01-141-2/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-01-141-7/+7
|\ \ \ | |/ / |/| |
| * | module: use a structure to encapsulate layout.Rusty Russell2015-12-041-7/+7
* | | Merge tag 'trace-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2016-01-121-7/+5
|\ \ \ | |_|/ |/| |
| * | ia64: ftrace: Fix the comments for ftrace_modify_code()Li Bin2015-12-231-7/+5
| |/
* | [IA64] Enable mlock2 syscall for ia64Tony Luck2015-12-141-0/+1
|/
* [IA64] Wire up kcmp syscallÉmeric MASCHINO2015-10-281-0/+1
* ia64: Enable userfaultfd and membarrier system callsLuck, Tony2015-09-151-0/+2
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-09-081-1/+1
|\
| * mm: rename alloc_pages_exact_node() to __alloc_pages_node()Vlastimil Babka2015-09-081-1/+1
* | Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-09-081-1/+1
|\ \ | |/ |/|
| * arch, drivers: don't include <asm/io.h> directly, use <linux/io.h> insteadDan Williams2015-08-101-1/+1
* | ia64/iosapic: Use irq_set_chip_handler_name_locked()Thomas Gleixner2015-07-271-3/+3
* | ia64/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu2015-07-273-6/+6
* | treewide: Use helper function to access irq_data->msi_descJiang Liu2015-07-161-1/+1
|/
* Merge tag 'libnvdimm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-06-291-0/+4
|\
| * e820, efi: add ACPI 6.0 persistent memory typesDan Williams2015-05-271-0/+4
* | Merge tag 'please-pull-misc-4.2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-06-292-4/+5
|\ \
| * | ia64: Use setup_timerVaishali Thakkar2015-06-151-4/+2
| * | ia64: export flush_icache_range for module useLuis R. Rodriguez2015-06-151-0/+3
* | | Merge tag 'please-pull-paravirt' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-06-2221-1928/+44
|\ \ \
OpenPOWER on IntegriCloud