summaryrefslogtreecommitdiffstats
path: root/arch/ia64
Commit message (Expand)AuthorAgeFilesLines
* quota: Disable quotactl_path syscallJan Kara2021-05-171-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-05-072-19/+0
|\
| * mm: remove xlate_dev_kmem_ptr()David Hildenbrand2021-05-072-19/+0
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-05-052-12/+5
|\|
| * mm: generalize ARCH_ENABLE_MEMORY_[HOTPLUG|HOTREMOVE]Anshuman Khandual2021-05-051-6/+2
| * mm: generalize HUGETLB_PAGE_SIZE_VARIABLEAnshuman Khandual2021-05-051-5/+1
| * hugetlb: pass vma into huge_pte_alloc() and huge_pmd_share()Peter Xu2021-05-051-1/+2
* | Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2021-05-011-0/+3
|\ \ | |/ |/|
| * arch: Wire up Landlock syscallsMickaël Salaün2021-04-221-0/+3
* | mm: move mem_init_print_info() into mm_init()Kefeng Wang2021-04-301-1/+0
* | ia64: module: fix symbolizer crash on fdescrSergei Trofimovich2021-04-302-5/+30
* | ia64: drop marked broken DISCONTIGMEM and VIRTUAL_MEM_MAPSergei Trofimovich2021-04-3013-331/+4
* | ia64: mca: always make IA64_MCA_DEBUG an expressionSergei Trofimovich2021-04-301-2/+2
* | ia64: fix EFI_DEBUG buildSergei Trofimovich2021-04-301-5/+6
* | ia64: trivial spelling fixesBhaskar Chowdhury2021-04-301-3/+3
* | ia64: simplify code flow around swiotlb initSergei Trofimovich2021-04-301-2/+5
* | ia64: drop unused IA64_FW_EMU ifdefSergei Trofimovich2021-04-301-5/+0
* | ia64: ensure proper NUMA distance and possible map initializationValentin Schneider2021-04-301-2/+5
* | arch/ia64/include/asm/pgtable.h: minor typo fixesBhaskar Chowdhury2021-04-301-1/+1
* | arch/ia64/kernel/fsys.S: fix typosBhaskar Chowdhury2021-04-301-2/+2
* | arch/ia64/kernel/head.S: remove duplicate includeZhang Yunkai2021-04-301-1/+0
* | Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-04-294-82/+5
|\ \
| * | ia64: syscalls: switch to generic syscallhdr.shMasahiro Yamada2021-04-252-42/+2
| * | ia64: syscalls: switch to generic syscalltbl.shMasahiro Yamada2021-04-253-40/+3
| |/
* | Merge tag 'for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2021-04-291-0/+1
|\ \
| * | quota: wire up quotactl_pathSascha Hauer2021-03-171-0/+1
| |/
* | ia64: fix discontig.c section mismatchesRandy Dunlap2021-04-161-3/+3
* | ia64: remove duplicate entries in generic_defconfigRandy Dunlap2021-04-161-2/+0
* | ia64: fix user_stack_pointer() for ptrace()Sergei Trofimovich2021-04-091-7/+1
* | ia64: fix format strings for err_injectSergei Trofimovich2021-03-251-11/+11
* | ia64: mca: allocate early mca with GFP_ATOMICSergei Trofimovich2021-03-251-1/+1
|/
* ia64: fix ptrace(PTRACE_SYSCALL_INFO_EXIT) signSergei Trofimovich2021-03-131-1/+1
* ia64: fix ia64_syscall_get_set_arguments() for break-based syscallsSergei Trofimovich2021-03-131-6/+18
* ia64: don't call handle_signal() unless there's actually a signal queuedJens Axboe2021-03-021-1/+2
* Merge tag 'kbuild-fixes-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-281-1/+0
|\
| * ia64: remove redundant READELF from arch/ia64/MakefileMasahiro Yamada2021-02-281-1/+0
* | Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-271-1/+1
|\ \ | |/ |/|
| * arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe2021-02-211-1/+1
* | Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-02-2513-62/+32
|\ \
| * | arch: syscalls: remove $(srctree)/ prefix from syscall tablesMasahiro Yamada2021-02-221-1/+1
| * | arch: syscalls: add missing FORCE and fix 'targets' to make if_changed workMasahiro Yamada2021-02-221-5/+6
| * | ia64: remove generated/nr-irqs.h generation to fix build warningMasahiro Yamada2021-02-124-34/+3
| * | ia64: remove unneeded header includes from <asm/mca.h>Masahiro Yamada2021-02-124-6/+6
| * | ia64: do not typedef struct pal_min_state_area_sMasahiro Yamada2021-02-126-16/+16
* | | mm: simplify parater of function memmap_init_zone()Baoquan He2021-02-241-5/+7
* | | mm: rename memmap_init() and memmap_init_zone()Baoquan He2021-02-241-3/+3
* | | mm: fix prototype warning from kernel test robotBaoquan He2021-02-241-6/+0
* | | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-0/+1
|\ \ \ | |_|/ |/| |
| * | fs: add mount_setattr()Christian Brauner2021-01-241-0/+1
* | | Merge tag 'core-mm-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-211-2/+2
|\ \ \