summaryrefslogtreecommitdiffstats
path: root/arch/ia64/include/asm
Commit message (Expand)AuthorAgeFilesLines
* 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-071-1/+4
|\ \
| * | ia64: old_rr4 added under CONFIG_HUGETLB_PAGESouptick Joarder (HPE)2022-07-171-1/+4
| |/
* | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-051-18/+0
|\ \
| * | ia64/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-171-18/+0
| |/
* | Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-051-8/+0
|\ \
| * | arch/*/: remove CONFIG_VIRT_TO_BUSArnd Bergmann2022-06-281-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 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-06-031-4/+0
|\
| * ptrace: Remove arch_ptrace_attachEric W. Biederman2022-05-111-4/+0
* | Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-261-2/+3
|\ \
| * | mm: change huge_ptep_clear_flush() to return the original pteBaolin Wang2022-05-131-2/+3
| |/
* | Merge tag 'dma-mapping-5.19-2022-05-25' of git://git.infradead.org/users/hch/...Linus Torvalds2022-05-251-7/+0
|\ \
| * | 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
|\
| * asm/user.h: killed unused macrosAl Viro2022-01-301-6/+0
* | Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-03-252-22/+4
|\ \
| * | asm-generic: Refactor dereference_[kernel]_function_descriptor()Christophe Leroy2022-02-161-19/+0
| * | asm-generic: Define 'func_desc_t' to commonly describe function descriptorsChristophe Leroy2022-02-161-0/+3
| * | asm-generic: Define CONFIG_HAVE_FUNCTION_DESCRIPTORSChristophe Leroy2022-02-161-2/+0
| * | ia64: Rename 'ip' to 'addr' in 'struct fdesc'Christophe Leroy2022-02-162-2/+2
| |/
* | Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Linus Torvalds2022-03-241-1/+1
|\ \
| * | treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva2022-02-171-1/+1
| |/
* | Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-233-24/+8
|\ \
| * | ia64: remove CONFIG_SET_FS supportArnd Bergmann2022-02-253-21/+6
| * | uaccess: generalize access_ok()Arnd Bergmann2022-02-251-3/+2
| |/
* | Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-0/+1
|\ \
| * | arch: Add pmd_pfn() where it is missingMike Rapoport2022-03-211-0/+1
| |/
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-03-211-7/+14
|\ \
| * | lib/xor: make xor prototypes more friendly to compiler vectorizationArd Biesheuvel2022-02-111-7/+14
| |/
* / fork, IA64: Provide alloc_thread_stack_node() for IA64Sebastian Andrzej Siewior2022-02-221-3/+3
|/
* Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-231-2/+0
|\
| * include: move find.h from asm_generic to linuxYury Norov2022-01-151-2/+0
* | locking: Allow to include asm/spinlock_types.h from linux/spinlock_types_raw.hSebastian Andrzej Siewior2021-12-071-1/+1
|/
* Merge tag 'asm-generic-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-11-101-15/+2
|\
| * arch: remove unused function syscall_set_arguments()Peter Collingbourne2021-09-141-15/+2
* | Merge branch 'per_signal_struct_coredumps-for-v5.16' of git://git.kernel.org/...Linus Torvalds2021-11-031-2/+2
|\ \
| * | ptrace: Remove the unnecessary arguments from arch_ptrace_stopEric W. Biederman2021-10-061-2/+2
| |/
* | Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-11-011-0/+5
|\ \
| * | ia64: Add instruction_pointer_set() APIMasami Hiramatsu2021-09-301-0/+5
| |/
* | Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-11-011-1/+1
|\ \
| * | sched: Add wrapper for get_wchan() to keep task blockedKees Cook2021-10-151-1/+1
| |/
* / locking: Remove spin_lock_flags() etcArnd Bergmann2021-10-301-17/+6
|/
* ia64: make num_rsvd_regions staticGeert Uytterhoeven2021-09-031-1/+0
* ia64: make reserve_elfcorehdr() staticGeert Uytterhoeven2021-09-031-1/+0