summaryrefslogtreecommitdiff
path: root/arch/ia64
AgeCommit message (Expand)AuthorFilesLines
2023-02-24Merge tag 'efi-next-for-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2023-02-21Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-1/+2
2023-02-21Merge tag 'asm-generic-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-27/+1
2023-02-15dma-mapping: no need to pass a bus_type into get_arch_dma_ops()Greg Kroah-Hartman1-1/+1
2023-02-14char/agp: introduce asm-generic/agp.hMike Rapoport2-21/+1
2023-02-14char/agp: consolidate {alloc,free}_gatt_pages()Mike Rapoport1-6/+0
2023-02-10mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)1-4/+0
2023-02-10mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-4/+4
2023-02-05kbuild: remove --include-dir MAKEFLAG from top MakefileMasahiro Yamada1-1/+1
2023-02-03efi: Drop minimum EFI version check at bootArd Biesheuvel1-1/+1
2023-02-03mm: add vma_alloc_zeroed_movable_folio()Matthew Wilcox (Oracle)1-8/+6
2023-02-03mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-1/+0
2023-02-03ia64/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-3/+29
2023-02-01ia64: fix build error due to switch case label appearing next to declarationJames Morse1-2/+5
2023-01-31Merge tag 'v6.2-rc6' into sched/core, to pick up fixesIngo Molnar1-2/+2
2023-01-13arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra1-0/+1
2023-01-13objtool/idle: Validate __cpuidle code as noinstrPeter Zijlstra1-1/+0
2023-01-11sched/cputime: Fix IA64 build error of missing arch_vtime_task_switch() proto...Ingo Molnar1-0/+1
2023-01-05elfcore: Add a cprm parameter to elf_core_extra_{phdrs,data_size}Catalin Marinas1-2/+2
2022-12-15Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-1/+2
2022-12-14Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-31/+0
2022-12-13Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-20/+12
2022-11-23ACPI: make remove callback of ACPI driver voidDawei Li1-2/+2
2022-11-19ia64: remove unused __SLOW_DOWN_IO and SLOW_DOWN_IO definitionsBjorn Helgaas1-4/+0
2022-11-19ia64/kprobes: remove orphan declarations from arch/ia64/include/asm/kprobes.hGaosheng Cui1-2/+0
2022-11-19ia64: replace IS_ERR() with IS_ERR_VALUE()ye xingchen1-3/+3
2022-11-16ia64: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov1-11/+9
2022-11-09mm: remove kern_addr_valid() completelyKefeng Wang1-16/+0
2022-11-09hugetlb: simplify hugetlb handling in follow_page_maskMike Kravetz1-15/+0
2022-10-17arch: Introduce CONFIG_FUNCTION_ALIGNMENTPeter Zijlstra2-1/+2
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds10-20/+29
2022-10-12ia64: mca: use strscpy() is more robust and saferxu xin1-1/+1
2022-10-12ia64: update config filesLukas Bulwahn5-10/+0
2022-10-11Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-4/+4
2022-10-10Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2-7/+3
2022-10-08Merge tag 'tty-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-109/+0
2022-10-02ia64: simplify esi object addition in MakefileMasahiro Yamada1-4/+1
2022-10-02kbuild: remove head-y syntaxMasahiro Yamada1-1/+0
2022-10-02kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada1-2/+2
2022-09-12ia64: export memory_add_physaddr_to_nid to fix cxl build errorRandy Dunlap1-0/+1
2022-09-12ia64: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-09-12ia64: fix clock_getres(CLOCK_MONOTONIC) to report ITC frequencySergei Trofimovich2-1/+27
2022-09-12kernel: exit: cleanup release_thread()Kefeng Wang1-7/+0
2022-09-12arch: mm: rename FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDERZi Yan2-4/+4
2022-09-09termios: kill uapi termios.h that are identical to generic oneAl Viro1-51/+0
2022-09-09termios: get rid of non-UAPI asm/termios.hAl Viro1-13/+0
2022-09-09termios: start unifying non-UAPI parts of asm/termios.hAl Viro1-16/+0
2022-09-09termios: uninline conversion helpersAl Viro1-35/+6
2022-08-27provide arch_test_bit_acquire for architectures that define test_bitMikulas Patocka1-5/+2
2022-08-08Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linuxLinus Torvalds2-21/+23