summaryrefslogtreecommitdiffstats
path: root/arch/ia64
Commit message (Expand)AuthorAgeFilesLines
* arch: mm: rename FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDERZi Yan2022-09-112-4/+4
* provide arch_test_bit_acquire for architectures that define test_bitMikulas Patocka2022-08-271-5/+2
* Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linuxLinus Torvalds2022-08-072-21/+23
|\
| * bitops: unify non-atomic bitops prototypes across architecturesAlexander Lobakin2022-06-301-20/+22
| * ia64, processor: fix -Wincompatible-pointer-types in ia64_get_irr()Alexander Lobakin2022-06-301-1/+1
* | Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-08-073-21/+18
|\ \
| * | profile: setup_profiling_timer() is moslty not implementedBen Dooks2022-07-291-6/+0
| * | ia64: old_rr4 added under CONFIG_HUGETLB_PAGESouptick Joarder (HPE)2022-07-171-1/+4
| * | ia64: fix sparse warnings with cmpxchg() & xchg()Luc Van Oostenryck2022-06-161-14/+14
| |/
* | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-053-19/+31
|\ \
| * | mm/mmap: drop ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-171-1/+0
| * | ia64/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-173-19/+28
| * | mm: avoid unnecessary page fault retires on shared memory typesPeter Xu2022-06-161-0/+4
| |/
* | Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-052-9/+0
|\ \
| * | arch/*/: remove CONFIG_VIRT_TO_BUSArnd Bergmann2022-06-282-9/+0
| |/
* | Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-08-042-8/+0
|\ \
| * | PCI: Move isa_dma_bridge_buggy out of asm/dma.hStafford Horne2022-07-221-2/+0
| * | PCI: Remove pci_get_legacy_ide_irq() and asm-generic/pci.hStafford Horne2022-07-221-6/+0
| |/
* | Merge tag 'efi-efivars-removal-for-v5.20' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-08-035-5/+0
|\ \
| * | efi: vars: Remove deprecated 'efivars' sysfs interfaceArd Biesheuvel2022-06-245-5/+0
| |/
* / genirq: Add and use an irq_data_update_affinity helperSamuel Holland2022-07-073-5/+5
|/
* Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linuxLinus Torvalds2022-06-042-5/+1
|\
| * ia64: cleanup remove_siblinginfo()Yury Norov2022-06-031-4/+0
| * arch/ia64: replace cpumask_weight with cpumask_empty where appropriateYury Norov2022-06-031-1/+1
* | Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-06-032-61/+0
|\ \
| * | ptrace: Remove arch_ptrace_attachEric W. Biederman2022-05-112-61/+0
| |/
* | Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-06-031-6/+9
|\ \
| * | fork: Generalize PF_IO_WORKER handlingEric W. Biederman2022-05-071-3/+3
| * | fork: Explicity test for idle tasks in copy_threadEric W. Biederman2022-05-071-1/+1
| * | fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman2022-05-071-2/+5
| |/
* | Merge tag 'pm-5.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2022-05-301-2/+2
|\ \
| * \ Merge back reboot/poweroff notifiers rework for 5.19-rc1.Rafael J. Wysocki2022-05-251-2/+2
| |\ \
| | * | ia64: Use do_kernel_power_off()Dmitry Osipenko2022-05-191-2/+2
| | |/
* | | Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-05-278-67/+42
|\ \ \
| * | | ia64: mca: drop redundant spinlock initializationHaowen Bai2022-05-121-1/+0
| * | | vmcore: convert copy_oldmem_page() to take an iov_iterMatthew Wilcox (Oracle)2022-04-291-28/+4
| * | | ia64: replace comments with C99 initializersBenjamin Stürz2022-04-281-32/+32
| * | | ia64: ptrace: fix typos in commentsJulia Lawall2022-04-281-1/+1
| * | | ia64: fix typos in commentsJulia Lawall2022-04-284-5/+5
| | |/ | |/|
* | | Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-262-3/+4
|\ \ \
| * | | mm: change huge_ptep_clear_flush() to return the original pteBaolin Wang2022-05-131-2/+3
| * | | mm: use for_each_online_node and node_online instead of open codingPeng Liu2022-04-291-1/+1
| |/ /
* | | Merge tag 'kbuild-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2022-05-262-12/+3
|\ \ \
| * | | kbuild: factor out the common installation code into scripts/install.shMasahiro Yamada2022-05-112-11/+2
| * | | ia64: make the install target not depend on any build artifactMasahiro Yamada2022-05-081-2/+2
| |/ /
* | | Merge tag 'dma-mapping-5.19-2022-05-25' of git://git.infradead.org/users/hch/...Linus Torvalds2022-05-252-10/+1
|\ \ \ | |_|/ |/| |
| * | swiotlb: make the swiotlb_init interface more usefulChristoph Hellwig2022-04-181-3/+1
| * | x86: remove the IOMMU table infrastructureChristoph Hellwig2022-04-181-7/+0
| |/
* / ia64: define get_cycles macro for arch-overrideJason A. Donenfeld2022-05-131-0/+1
|/
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2022-04-011-6/+0
|\