aboutsummaryrefslogtreecommitdiff
path: root/arch/ia64
AgeCommit message (Expand)AuthorFilesLines
2023-09-11acpi: Provide ia64 dummy implementation of acpi_proc_quirk_mwait_check()Gravatar Ard Biesheuvel 1-0/+4
2023-09-05Merge tag 'kbuild-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 22-26/+21
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 4-42/+24
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 7-69/+66
2023-08-28Merge tag 'acpi-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Gravatar Linus Torvalds 1-3/+3
2023-08-28Merge tag 'v6.6-vfs.fchmodat2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+1
2023-08-25Merge branch 'acpi-processor'Gravatar Rafael J. Wysocki 1-3/+3
2023-08-24ia64: implement the new page table range APIGravatar Matthew Wilcox (Oracle) 4-26/+54
2023-08-22ia64: remove <asm/export.h>Gravatar Masahiro Yamada 1-1/+0
2023-08-22ia64: replace #include <asm/export.h> with #include <linux/export.h>Gravatar Masahiro Yamada 21-25/+21
2023-08-21kill do_each_thread()Gravatar Oleg Nesterov 1-2/+2
2023-08-18ia64/kexec: refactor for kernel/Kconfig.kexecGravatar Eric DeVolder 1-23/+5
2023-08-18arch/ia64/include: remove CONFIG_IA64_DEBUG_CMPXCHG from uapi headerGravatar Thomas Huth 2-17/+17
2023-08-18ia64: mm: convert to GENERIC_IOREMAPGravatar Baoquan He 3-43/+12
2023-08-12locking: remove spin_lock_prefetchGravatar Mateusz Guzik 1-3/+0
2023-07-29arch/*/configs/*defconfig: Replace AUTOFS4_FS by AUTOFS_FSGravatar Sven Joachim 4-4/+4
2023-07-27arch: Register fchmodat2, usually as syscall 452Gravatar Palmer Dabbelt 1-0/+1
2023-07-22Merge tag 'io_uring-6.5-2023-07-21' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-1/+1
2023-07-21ia64: mmap: Consider pgoff when searching for free mappingGravatar Helge Deller 1-1/+1
2023-07-14ACPI: processor: Rename ACPI_PDC symbolsGravatar Michal Wilczynski 1-2/+2
2023-07-14ACPI: processor: Refactor arch_acpi_set_pdc_bits()Gravatar Michal Wilczynski 1-2/+2
2023-07-11mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Gravatar Rick Edgecombe 1-1/+1
2023-07-01Merge tag 'kbuild-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 4-5/+3
2023-06-29Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 1-4/+23
2023-06-28Merge branch 'expand-stack'Gravatar Linus Torvalds 1-30/+6
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-2/+3
2023-06-27Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-7/+0
2023-06-27mm: always expand the stack with the mmap write lock heldGravatar Linus Torvalds 1-30/+6
2023-06-26Merge tag 'x86-boot-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 3-22/+2
2023-06-22ia64,export.h: replace EXPORT_DATA_SYMBOL* with EXPORT_SYMBOL*Gravatar Masahiro Yamada 2-2/+2
2023-06-22kbuild: generate KSYMTAB entries by modpostGravatar Masahiro Yamada 2-3/+1
2023-06-19ia64/hugetlb: pte_alloc_huge() pte_offset_huge()Gravatar Hugh Dickins 1-2/+2
2023-06-16ia64/cpu: Switch to arch_cpu_finalize_init()Gravatar Thomas Gleixner 3-22/+2
2023-06-09cachestat: wire up cachestat for other architecturesGravatar Nhat Pham 1-0/+1
2023-06-05init: remove pointless Root_* valuesGravatar Christoph Hellwig 1-1/+1
2023-06-05locking/atomic: make atomic*_{cmp,}xchg optionalGravatar Mark Rutland 1-7/+0
2023-05-18fbdev: Rename fb_mem*() helpersGravatar Thomas Zimmermann 1-6/+6
2023-05-18fbdev: Move framebuffer I/O helpers into <asm/fb.h>Gravatar Thomas Zimmermann 1-0/+20
2023-05-09Merge drm/drm-next into drm-misc-nextGravatar Maxime Ripard 15-42/+37
2023-05-05Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-3/+3
2023-04-29locking/arch: Rename all internal __xchg() names to __arch_xchg()Gravatar Andrzej Hajda 2-3/+3
2023-04-28Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+2
2023-04-28Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-3/+3
2023-04-27Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 3-3/+3
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 3-7/+6
2023-04-27Merge tag 'sysctl-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 1-10/+1
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-10/+14
2023-04-25Merge tag 'asm-generic-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+1
2023-04-21ia64: fix an addr to taddr in huge_pte_offset()Gravatar Hugh Dickins 1-1/+1