summaryrefslogtreecommitdiffstats
path: root/arch/ia64
AgeCommit message (Expand)AuthorLines
2022-08-27provide arch_test_bit_acquire for architectures that define test_bitMikulas Patocka-5/+2
2022-08-07Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linuxLinus Torvalds-21/+23
2022-08-07Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-21/+18
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-19/+31
2022-08-05Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-9/+0
2022-08-04Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-8/+0
2022-08-03Merge tag 'efi-efivars-removal-for-v5.20' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-5/+0
2022-07-29profile: setup_profiling_timer() is moslty not implementedBen Dooks-6/+0
2022-07-22PCI: Move isa_dma_bridge_buggy out of asm/dma.hStafford Horne-2/+0
2022-07-22PCI: Remove pci_get_legacy_ide_irq() and asm-generic/pci.hStafford Horne-6/+0
2022-07-17ia64: old_rr4 added under CONFIG_HUGETLB_PAGESouptick Joarder (HPE)-1/+4
2022-07-17mm/mmap: drop ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual-1/+0
2022-07-17ia64/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual-19/+28
2022-07-07genirq: Add and use an irq_data_update_affinity helperSamuel Holland-5/+5
2022-06-30bitops: unify non-atomic bitops prototypes across architecturesAlexander Lobakin-20/+22
2022-06-30ia64, processor: fix -Wincompatible-pointer-types in ia64_get_irr()Alexander Lobakin-1/+1
2022-06-28arch/*/: remove CONFIG_VIRT_TO_BUSArnd Bergmann-9/+0
2022-06-24efi: vars: Remove deprecated 'efivars' sysfs interfaceArd Biesheuvel-5/+0
2022-06-16ia64: fix sparse warnings with cmpxchg() & xchg()Luc Van Oostenryck-14/+14
2022-06-16mm: avoid unnecessary page fault retires on shared memory typesPeter Xu-0/+4
2022-06-04Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linuxLinus Torvalds-5/+1
2022-06-03Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-61/+0
2022-06-03Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-6/+9
2022-06-03ia64: cleanup remove_siblinginfo()Yury Norov-4/+0
2022-06-03arch/ia64: replace cpumask_weight with cpumask_empty where appropriateYury Norov-1/+1
2022-05-30Merge tag 'pm-5.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds-2/+2
2022-05-27Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-67/+42
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-3/+4
2022-05-26Merge tag 'kbuild-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-12/+3
2022-05-25Merge tag 'dma-mapping-5.19-2022-05-25' of git://git.infradead.org/users/hch/...Linus Torvalds-10/+1
2022-05-25Merge back reboot/poweroff notifiers rework for 5.19-rc1.Rafael J. Wysocki-2/+2
2022-05-19ia64: Use do_kernel_power_off()Dmitry Osipenko-2/+2
2022-05-13mm: change huge_ptep_clear_flush() to return the original pteBaolin Wang-2/+3
2022-05-13ia64: define get_cycles macro for arch-overrideJason A. Donenfeld-0/+1
2022-05-12ia64: mca: drop redundant spinlock initializationHaowen Bai-1/+0
2022-05-11ptrace: Remove arch_ptrace_attachEric W. Biederman-61/+0
2022-05-11kbuild: factor out the common installation code into scripts/install.shMasahiro Yamada-11/+2
2022-05-08ia64: make the install target not depend on any build artifactMasahiro Yamada-2/+2
2022-05-07fork: Generalize PF_IO_WORKER handlingEric W. Biederman-3/+3
2022-05-07fork: Explicity test for idle tasks in copy_threadEric W. Biederman-1/+1
2022-05-07fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman-2/+5
2022-04-29vmcore: convert copy_oldmem_page() to take an iov_iterMatthew Wilcox (Oracle)-28/+4
2022-04-29mm: use for_each_online_node and node_online instead of open codingPeng Liu-1/+1
2022-04-28ia64: replace comments with C99 initializersBenjamin Stürz-32/+32
2022-04-28ia64: ptrace: fix typos in commentsJulia Lawall-1/+1
2022-04-28ia64: fix typos in commentsJulia Lawall-5/+5
2022-04-18swiotlb: make the swiotlb_init interface more usefulChristoph Hellwig-3/+1
2022-04-18x86: remove the IOMMU table infrastructureChristoph Hellwig-7/+0
2022-04-01Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-6/+0
2022-03-31Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+1