summaryrefslogtreecommitdiffstats
path: root/arch/ia64
Commit message (Expand)AuthorAgeFilesLines
* ia64: define get_cycles macro for arch-overrideJason A. Donenfeld2022-05-301-0/+1
* ia64: ensure proper NUMA distance and possible map initializationValentin Schneider2022-03-081-2/+5
* ia64: don't do IA64_CMPXCHG_DEBUG without CONFIG_PRINTKRandy Dunlap2021-11-181-1/+1
* ia64: kprobes: Fix to pass correct trampoline address to the handlerMasami Hiramatsu2021-11-181-4/+5
* mm/page_alloc: fix memory map initialization for descending nodesMike Rapoport2021-07-252-3/+8
* ia64: mca_drv: fix incorrect array size calculationArnd Bergmann2021-07-141-1/+1
* sched/core: Initialize the idle task with preemption disabledValentin Schneider2021-07-141-1/+0
* tweewide: Fix most Shebang linesFinn Behrens2021-05-221-1/+1
* ia64: module: fix symbolizer crash on fdescrSergei Trofimovich2021-05-192-5/+30
* ia64: fix EFI_DEBUG buildSergei Trofimovich2021-05-141-5/+6
* ia64: fix discontig.c section mismatchesRandy Dunlap2021-04-281-3/+3
* ia64: remove duplicate entries in generic_defconfigRandy Dunlap2021-04-211-2/+0
* ia64: fix user_stack_pointer() for ptrace()Sergei Trofimovich2021-04-141-7/+1
* ia64: fix format strings for err_injectSergei Trofimovich2021-04-101-11/+11
* ia64: mca: allocate early mca with GFP_ATOMICSergei Trofimovich2021-04-101-1/+1
* ia64: fix ptrace(PTRACE_SYSCALL_INFO_EXIT) signSergei Trofimovich2021-03-301-1/+1
* ia64: fix ia64_syscall_get_set_arguments() for break-based syscallsSergei Trofimovich2021-03-301-6/+18
* local64.h: make <asm/local64.h> mandatoryRandy Dunlap2021-01-121-1/+0
* mm: memmap defer init doesn't work as expectedBaoquan He2021-01-061-2/+2
* Merge tag 'locking-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-11-291-1/+1
|\
| * sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra2020-11-241-1/+1
* | mm: fix phys_to_target_node() and memory_add_physaddr_to_nid() exportsDan Williams2020-11-221-0/+6
|/
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-1/+1
* Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-231-1/+1
|\
| * tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe2020-10-171-1/+1
* | Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2020-10-222-1/+0
|\ \
| * | kbuild: preprocess module linker scriptMasahiro Yamada2020-09-252-1/+0
* | | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-10-221-0/+1
|\ \ \
| * | | uaccess: add infrastructure for kernel builds with set_fs()Christoph Hellwig2020-09-081-0/+1
* | | | mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim2020-10-181-0/+1
* | | | ia64: fix build error with !COREDUMPKrzysztof Kozlowski2020-10-181-1/+1
| |_|/ |/| |
* | | mm: pass migratetype into memmap_init_zone() and move_pfn_range_to_zone()David Hildenbrand2020-10-161-2/+2
* | | Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-154-21/+8
|\ \ \
| * | | dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig2020-10-061-1/+1
| * | | dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig2020-10-062-2/+2
| * | | dma-mapping: add a new dma_alloc_pages APIChristoph Hellwig2020-09-251-0/+2
| * | | Merge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/torv...Christoph Hellwig2020-09-252-3/+1
| |\ \ \
| * | | | dma-mapping: add (back) arch_dma_mark_clean for ia64Christoph Hellwig2020-09-113-17/+3
| * | | | dma-mapping: introduce dma_get_seg_boundary_nr_pages()Nicolin Chen2020-09-031-2/+1
* | | | | Merge tag 'kernel-clone-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-141-2/+2
|\ \ \ \ \
| * | | | | ia64: switch to kernel_clone()Christian Brauner2020-08-201-2/+2
| | |_|/ / | |/| | |
* | | | | Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-122-18/+0
|\ \ \ \ \
| * | | | | unify generic instances of csum_partial_copy_nocheck()Al Viro2020-08-202-18/+0
| |/ / / /
* | | | | Merge tag 'ia64_for_5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ae...Linus Torvalds2020-10-1220-7021/+22
|\ \ \ \ \
| * | | | | ia64: Use libata instead of the legacy ide driver in defconfigsChristoph Hellwig2020-09-115-23/+18
| * | | | | ia64: Remove perfmonChristoph Hellwig2020-09-1120-6998/+4
* | | | | | Merge tag 'perf-kprobes-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-10-121-75/+2
|\ \ \ \ \ \
| * | | | | | ia64: kprobes: Use generic kretprobe trampoline handlerMasami Hiramatsu2020-09-081-75/+2
| |/ / / / /
* | | | | | Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-121-0/+1
|\ \ \ \ \ \
| * | | | | | vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUGKees Cook2020-09-011-0/+1