summaryrefslogtreecommitdiffstats
path: root/arch/ia64
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linuxLinus Torvalds2022-06-042-5/+1
|\
| * ia64: cleanup remove_siblinginfo()Yury Norov2022-06-031-4/+0
| * arch/ia64: replace cpumask_weight with cpumask_empty where appropriateYury Norov2022-06-031-1/+1
* | Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-06-032-61/+0
|\ \
| * | ptrace: Remove arch_ptrace_attachEric W. Biederman2022-05-112-61/+0
| |/
* | Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-06-031-6/+9
|\ \
| * | fork: Generalize PF_IO_WORKER handlingEric W. Biederman2022-05-071-3/+3
| * | fork: Explicity test for idle tasks in copy_threadEric W. Biederman2022-05-071-1/+1
| * | fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman2022-05-071-2/+5
| |/
* | Merge tag 'pm-5.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2022-05-301-2/+2
|\ \
| * \ Merge back reboot/poweroff notifiers rework for 5.19-rc1.Rafael J. Wysocki2022-05-251-2/+2
| |\ \
| | * | ia64: Use do_kernel_power_off()Dmitry Osipenko2022-05-191-2/+2
| | |/
* | | Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-05-278-67/+42
|\ \ \
| * | | ia64: mca: drop redundant spinlock initializationHaowen Bai2022-05-121-1/+0
| * | | vmcore: convert copy_oldmem_page() to take an iov_iterMatthew Wilcox (Oracle)2022-04-291-28/+4
| * | | ia64: replace comments with C99 initializersBenjamin Stürz2022-04-281-32/+32
| * | | ia64: ptrace: fix typos in commentsJulia Lawall2022-04-281-1/+1
| * | | ia64: fix typos in commentsJulia Lawall2022-04-284-5/+5
| | |/ | |/|
* | | Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-262-3/+4
|\ \ \
| * | | mm: change huge_ptep_clear_flush() to return the original pteBaolin Wang2022-05-131-2/+3
| * | | mm: use for_each_online_node and node_online instead of open codingPeng Liu2022-04-291-1/+1
| |/ /
* | | Merge tag 'kbuild-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2022-05-262-12/+3
|\ \ \
| * | | kbuild: factor out the common installation code into scripts/install.shMasahiro Yamada2022-05-112-11/+2
| * | | ia64: make the install target not depend on any build artifactMasahiro Yamada2022-05-081-2/+2
| |/ /
* | | Merge tag 'dma-mapping-5.19-2022-05-25' of git://git.infradead.org/users/hch/...Linus Torvalds2022-05-252-10/+1
|\ \ \ | |_|/ |/| |
| * | swiotlb: make the swiotlb_init interface more usefulChristoph Hellwig2022-04-181-3/+1
| * | 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 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-03-311-2/+1
|\ \
| * | arch: syscalls: simplify uapi/kapi directory creationMasahiro Yamada2022-03-311-2/+1
* | | Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-03-283-6/+5
|\ \ \
| * | | resume_user_mode: Move to resume_user_mode.hEric W. Biederman2022-03-103-4/+3
| * | | ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman2022-03-101-2/+2
| | |/ | |/|
* | | Merge tag 'tty-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-03-281-209/+0
|\ \ \
| * | | ia64: termbits.h is identical to asm-generic oneIlpo Järvinen2022-02-251-209/+0
| | |/ | |/|
* | | Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-03-254-25/+8
|\ \ \
| * | | 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-162-2/+1
| * | | ia64: Rename 'ip' to 'addr' in 'struct fdesc'Christophe Leroy2022-02-163-5/+5
| |/ /
* | | 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-236-47/+48
|\ \ \
| * \ \ Merge branch 'set_fs-4' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Arnd Bergmann2022-02-255-46/+47
| |\ \ \
| | * | | ia64: remove CONFIG_SET_FS supportArnd Bergmann2022-02-255-43/+45
| | * | | uaccess: generalize access_ok()Arnd Bergmann2022-02-251-3/+2
| | |/ /
| * / / signal.h: add linux/signal.h and asm/signal.h to UAPI compile-test coverageMasahiro Yamada2022-02-171-1/+1
| |/ /
* | | Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-0/+1
|\ \ \