summaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel
Commit message (Expand)AuthorAgeFilesLines
* kasan: stackdepot: move filter_irq_stacks() to stackdepot.cAlexander Potapenko2020-04-071-0/+2
* asm-generic: fix unistd_32.h generation formatMichal Simek2020-04-071-1/+1
* Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-04-031-0/+1
|\
| * .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-251-0/+1
* | Merge tag 'please-pull-ia64_for_5.7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-03-315-78/+39
|\ \
| * | ia64: replace setup_irq() by request_irq()afzal mohammed2020-03-135-78/+39
| |/
* | Merge tag 'smp-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-03-301-7/+1
|\ \
| * | ia64: Replace cpu_down() with smp_shutdown_nonboot_cpus()Qais Yousef2020-03-251-7/+1
| |/
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-03-301-0/+1
|\ \
| * | ia64: Remove mm.h from asm/uaccess.hSebastian Andrzej Siewior2020-03-211-0/+1
| |/
* | efi: Clean up config_parse_tables()Ard Biesheuvel2020-02-231-2/+1
* | efi/ia64: Switch to efi_config_parse_tables()Ard Biesheuvel2020-02-231-1/+4
* | efi/ia64: Use local variable for EFI system table addressArd Biesheuvel2020-02-231-5/+6
* | efi/ia64: Use existing helpers to locate ESI tableArd Biesheuvel2020-02-232-17/+10
* | efi: Merge EFI system table revision and vendor checksArd Biesheuvel2020-02-231-20/+3
* | efi/ia64: Move HCDP and MPS table handling into IA64 arch codeArd Biesheuvel2020-02-231-0/+13
|/
* proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-12/+12
* Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds2020-01-291-0/+1
|\
| * arch: wire up pidfd_getfd syscallSargun Dhillon2020-01-131-0/+1
* | Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-01-291-0/+1
|\ \
| * | open: introduce openat2(2) syscallAleksa Sarai2020-01-181-0/+1
| |/
* | Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-01-291-3/+0
|\ \
| * | arch/ia64/setup: Drop dummy_con initializationArvind Sankar2020-01-141-3/+0
| |/
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-01-282-7/+7
|\ \
| * | sched/rt, ia64: Use CONFIG_PREEMPTIONThomas Gleixner2019-12-082-7/+7
| |/
* | Merge branch 'core-headers-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-01-281-2/+0
|\ \
| * | ACPI/sleep: Convert acpi_wakeup_address into a functionSean Christopherson2019-12-101-2/+0
| |/
* / remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-4/+4
|/
* Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/...Linus Torvalds2019-12-011-1/+1
|\
| * y2038: vdso: change timespec to __kernel_old_timespecArnd Bergmann2019-11-151-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds2019-11-281-6/+0
|\ \
| * | dma-direct: provide mmap and get_sgtable method overridesChristoph Hellwig2019-11-111-6/+0
| |/
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-11-261-2/+2
|\ \
| * | sched/cputime: Rename vtime_account_system() to vtime_account_kernel()Frederic Weisbecker2019-10-091-2/+2
| |/
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-11-261-11/+9
|\ \
| * | ia64: Move EXCEPTION_TABLE to RO_DATA segmentKees Cook2019-11-041-1/+1
| * | vmlinux.lds.h: Replace RODATA with RO_DATAKees Cook2019-11-041-1/+1
| * | vmlinux.lds.h: Move NOTES into RO_DATAKees Cook2019-11-041-2/+0
| * | vmlinux.lds.h: Move Program Header restoration into NOTES macroKees Cook2019-11-041-3/+1
| * | vmlinux.lds.h: Provide EMIT_PT_NOTE to indicate export of .notesKees Cook2019-11-041-0/+2
| * | ia64: Rename PT_LOAD identifier "code" to "text"Kees Cook2019-11-041-7/+7
| |/
* | Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-11-251-1/+1
|\ \ | |/ |/|
| * ia64: Use pr_warn instead of pr_warningKefeng Wang2019-10-181-1/+1
* | ia64: Fix some warnings introduced in merge windowTony Luck2019-09-241-0/+1
* | Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-09-191-1/+1
|\ \
| * | dma-mapping: fix filename referencesAndy Shevchenko2019-09-031-1/+1
* | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-09-162-1/+4
|\ \ \
| * | | efi: ia64: move SAL systab handling out of generic EFI codeArd Biesheuvel2019-08-082-1/+4
| |/ /
* | | Merge tag 'please-pull-ia64_for_5.4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-09-1625-412/+99
|\ \ \
| * | | ia64: remove CONFIG_SWIOTLB ifdefsChristoph Hellwig2019-08-161-2/+0