aboutsummaryrefslogtreecommitdiff
path: root/arch/ia64
AgeCommit message (Expand)AuthorFilesLines
2022-07-07genirq: Add and use an irq_data_update_affinity helperGravatar Samuel Holland 3-5/+5
2022-06-04Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linuxGravatar Linus Torvalds 2-5/+1
2022-06-03Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 2-61/+0
2022-06-03Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-6/+9
2022-06-03ia64: cleanup remove_siblinginfo()Gravatar Yury Norov 1-4/+0
2022-06-03arch/ia64: replace cpumask_weight with cpumask_empty where appropriateGravatar Yury Norov 1-1/+1
2022-05-30Merge tag 'pm-5.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Gravatar Linus Torvalds 1-2/+2
2022-05-27Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 8-67/+42
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-3/+4
2022-05-26Merge tag 'kbuild-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 2-12/+3
2022-05-25Merge tag 'dma-mapping-5.19-2022-05-25' of git://git.infradead.org/users/hch/...Gravatar Linus Torvalds 2-10/+1
2022-05-25Merge back reboot/poweroff notifiers rework for 5.19-rc1.Gravatar Rafael J. Wysocki 1-2/+2
2022-05-19ia64: Use do_kernel_power_off()Gravatar Dmitry Osipenko 1-2/+2
2022-05-13mm: change huge_ptep_clear_flush() to return the original pteGravatar Baolin Wang 1-2/+3
2022-05-13ia64: define get_cycles macro for arch-overrideGravatar Jason A. Donenfeld 1-0/+1
2022-05-12ia64: mca: drop redundant spinlock initializationGravatar Haowen Bai 1-1/+0
2022-05-11ptrace: Remove arch_ptrace_attachGravatar Eric W. Biederman 2-61/+0
2022-05-11kbuild: factor out the common installation code into scripts/install.shGravatar Masahiro Yamada 2-11/+2
2022-05-08ia64: make the install target not depend on any build artifactGravatar Masahiro Yamada 1-2/+2
2022-05-07fork: Generalize PF_IO_WORKER handlingGravatar Eric W. Biederman 1-3/+3
2022-05-07fork: Explicity test for idle tasks in copy_threadGravatar Eric W. Biederman 1-1/+1
2022-05-07fork: Pass struct kernel_clone_args into copy_threadGravatar Eric W. Biederman 1-2/+5
2022-04-29vmcore: convert copy_oldmem_page() to take an iov_iterGravatar Matthew Wilcox (Oracle) 1-28/+4
2022-04-29mm: use for_each_online_node and node_online instead of open codingGravatar Peng Liu 1-1/+1
2022-04-28ia64: replace comments with C99 initializersGravatar Benjamin Stürz 1-32/+32
2022-04-28ia64: ptrace: fix typos in commentsGravatar Julia Lawall 1-1/+1
2022-04-28ia64: fix typos in commentsGravatar Julia Lawall 4-5/+5
2022-04-18swiotlb: make the swiotlb_init interface more usefulGravatar Christoph Hellwig 1-3/+1
2022-04-18x86: remove the IOMMU table infrastructureGravatar Christoph Hellwig 1-7/+0
2022-04-01Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-6/+0
2022-03-31Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+1
2022-03-31arch: syscalls: simplify uapi/kapi directory creationGravatar Masahiro Yamada 1-2/+1
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 3-6/+5
2022-03-28Merge tag 'tty-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-209/+0
2022-03-25Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 4-25/+8
2022-03-24Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Gravatar Linus Torvalds 1-1/+1
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 6-47/+48
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 1-0/+1
2022-03-22Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-19/+2
2022-03-22drivers/base/node: consolidate node device subsystem initialization in node_d...Gravatar David Hildenbrand 1-10/+0
2022-03-22mm, memory_hotplug: drop arch_free_nodedataGravatar Michal Hocko 1-5/+0
2022-03-22mm: handle uninitialized numa nodes gracefullyGravatar Michal Hocko 1-2/+2
2022-03-22mm, memory_hotplug: make arch_alloc_nodedata independent on CONFIG_MEMORY_HOT...Gravatar Michal Hocko 1-2/+0
2022-03-22Merge tag 'nfsd-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxGravatar Linus Torvalds 1-1/+0
2022-03-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-7/+14
2022-03-21Merge tag 'core-core-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-3/+3
2022-03-21arch: Add pmd_pfn() where it is missingGravatar Mike Rapoport 1-0/+1
2022-03-11arch: Remove references to CONFIG_NFSD_V3 in the default configsGravatar Chuck Lever 1-1/+0
2022-03-10resume_user_mode: Move to resume_user_mode.hGravatar Eric W. Biederman 3-4/+3
2022-03-10ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hGravatar Eric W. Biederman 1-2/+2