summaryrefslogtreecommitdiffstats
path: root/arch/ia64/include
AgeCommit message (Expand)AuthorLines
2023-09-11arch: Remove Itanium (IA-64) architectureArd Biesheuvel-14319/+0
2023-09-05Merge tag 'kbuild-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds-1/+0
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds-17/+17
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-14/+17
2023-08-25Merge branch 'acpi-processor'Rafael J. Wysocki-3/+3
2023-08-24ia64: implement the new page table range APIMatthew Wilcox (Oracle)-6/+12
2023-08-22ia64: remove <asm/export.h>Masahiro Yamada-1/+0
2023-08-18arch/ia64/include: remove CONFIG_IA64_DEBUG_CMPXCHG from uapi headerThomas Huth-17/+17
2023-08-18ia64: mm: convert to GENERIC_IOREMAPBaoquan He-8/+5
2023-08-12locking: remove spin_lock_prefetchMateusz Guzik-3/+0
2023-07-14ACPI: processor: Rename ACPI_PDC symbolsMichal Wilczynski-2/+2
2023-07-14ACPI: processor: Refactor arch_acpi_set_pdc_bits()Michal Wilczynski-2/+2
2023-07-11mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe-1/+1
2023-07-01Merge tag 'kbuild-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds-3/+1
2023-06-29Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-4/+23
2023-06-27Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-7/+0
2023-06-22kbuild: generate KSYMTAB entries by modpostMasahiro Yamada-3/+1
2023-06-16ia64/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner-20/+0
2023-06-05locking/atomic: make atomic*_{cmp,}xchg optionalMark Rutland-7/+0
2023-05-18fbdev: Rename fb_mem*() helpersThomas Zimmermann-6/+6
2023-05-18fbdev: Move framebuffer I/O helpers into <asm/fb.h>Thomas Zimmermann-0/+20
2023-05-09Merge drm/drm-next into drm-misc-nextMaxime Ripard-5/+5
2023-05-05Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-3/+3
2023-04-29locking/arch: Rename all internal __xchg() names to __arch_xchg()Andrzej Hajda-3/+3
2023-04-20arch/ia64: Implement <asm/fb.h> with generic helpersThomas Zimmermann-6/+5
2023-04-05mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov-2/+2
2023-03-05Remove Intel compiler supportMasahiro Yamada-172/+2
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-15/+34
2023-02-15dma-mapping: no need to pass a bus_type into get_arch_dma_ops()Greg Kroah-Hartman-1/+1
2023-02-13char/agp: introduce asm-generic/agp.hMike Rapoport-21/+1
2023-02-13char/agp: consolidate {alloc,free}_gatt_pages()Mike Rapoport-6/+0
2023-02-09mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)-4/+0
2023-02-02mm: add vma_alloc_zeroed_movable_folio()Matthew Wilcox (Oracle)-8/+6
2023-02-02mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand-1/+0
2023-02-02ia64/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand-3/+29
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-16/+0
2022-11-18ia64: remove unused __SLOW_DOWN_IO and SLOW_DOWN_IO definitionsBjorn Helgaas-4/+0
2022-11-18ia64/kprobes: remove orphan declarations from arch/ia64/include/asm/kprobes.hGaosheng Cui-2/+0
2022-11-08mm: remove kern_addr_valid() completelyKefeng Wang-16/+0
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-7/+0
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-3/+3
2022-09-11kernel: exit: cleanup release_thread()Kefeng Wang-7/+0
2022-09-11arch: mm: rename FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDERZi Yan-3/+3
2022-09-09termios: kill uapi termios.h that are identical to generic oneAl Viro-51/+0
2022-09-09termios: get rid of non-UAPI asm/termios.hAl Viro-13/+0
2022-09-09termios: start unifying non-UAPI parts of asm/termios.hAl Viro-16/+0
2022-09-09termios: uninline conversion helpersAl Viro-35/+6
2022-08-27provide arch_test_bit_acquire for architectures that define test_bitMikulas Patocka-5/+2