summaryrefslogtreecommitdiff
path: root/arch/ia64
AgeCommit message (Expand)AuthorFilesLines
2021-03-02ia64: don't call handle_signal() unless there's actually a signal queuedJens Axboe1-1/+2
2021-02-28Merge tag 'kbuild-fixes-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+0
2021-02-28ia64: remove redundant READELF from arch/ia64/MakefileMasahiro Yamada1-1/+0
2021-02-27Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2021-02-25Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds13-62/+32
2021-02-24mm: simplify parater of function memmap_init_zone()Baoquan He1-5/+7
2021-02-24mm: rename memmap_init() and memmap_init_zone()Baoquan He1-3/+3
2021-02-24mm: fix prototype warning from kernel test robotBaoquan He1-6/+0
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2021-02-21arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe1-1/+1
2021-02-22arch: syscalls: remove $(srctree)/ prefix from syscall tablesMasahiro Yamada1-1/+1
2021-02-22arch: syscalls: add missing FORCE and fix 'targets' to make if_changed workMasahiro Yamada1-5/+6
2021-02-21Merge tag 'core-mm-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2021-02-21Merge tag 'oprofile-removal-5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds16-1389/+1
2021-02-21Merge branch 'work.elf-compat' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2021-02-20Merge tag 'efi-next-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds10-3/+22
2021-02-12ia64: remove generated/nr-irqs.h generation to fix build warningMasahiro Yamada4-34/+3
2021-02-12ia64: remove unneeded header includes from <asm/mca.h>Masahiro Yamada4-6/+6
2021-02-12ia64: do not typedef struct pal_min_state_area_sMasahiro Yamada6-16/+16
2021-02-07Merge tag 'kbuild-fixes-v5.11-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-2/+2
2021-02-01kbuild: remove PYTHON variableMasahiro Yamada2-2/+2
2021-01-29tlb: mmu_gather: Remove start/end arguments from tlb_gather_mmu()Will Deacon1-1/+1
2021-01-29tlb: mmu_gather: Remove unused start/end arguments from tlb_finish_mmu()Will Deacon1-1/+1
2021-01-28Merge tag 'asm-generic-fixes-v5.11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-14/+19
2021-01-24fs: add mount_setattr()Christian Brauner1-0/+1
2021-01-22arch: ia64: Remove rest of perfmon supportViresh Kumar10-1217/+1
2021-01-22arch: ia64: Remove CONFIG_OPROFILE supportViresh Kumar6-172/+0
2021-01-18efi: ia64: move IA64-only declarations to new asm/efi.h headerArd Biesheuvel10-3/+22
2021-01-17ia64: fix build failure caused by memory model changesMike Rapoport1-0/+1
2021-01-12ia64: fix xchg() warningArnd Bergmann1-1/+1
2021-01-12ia64: fix timer cleanup regressionArnd Bergmann1-13/+18
2021-01-06elf_prstatus: collect the common part (everything before pr_reg) into a structAl Viro1-1/+1
2020-12-29local64.h: make <asm/local64.h> mandatoryRandy Dunlap1-1/+0
2020-12-29mm: memmap defer init doesn't work as expectedBaoquan He1-2/+2
2020-12-22Merge tag 'kbuild-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+1
2020-12-19epoll: wire up syscall epoll_pwait2Willem de Bruijn1-0/+1
2020-12-16Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2-2/+5
2020-12-16Merge tag 'asm-generic-timers-5.11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-23/+14
2020-12-15Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-13/+4
2020-12-15Merge branch 'regset.followup' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-25/+28
2020-12-15Merge tag 'irq-core-2020-12-15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-5/+15
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds6-106/+53
2020-12-15ia64: make SPARSEMEM default and disable DISCONTIGMEMMike Rapoport1-3/+3
2020-12-15ia64: forbid using VIRTUAL_MEM_MAP with FLATMEMMike Rapoport4-44/+22
2020-12-15ia64: split virtual map initialization out of paging_init()Mike Rapoport2-31/+40
2020-12-15ia64: discontig: paging_init(): remove local max_pfn calculationMike Rapoport1-4/+1
2020-12-15ia64: remove 'ifdef CONFIG_ZONE_DMA32' statementsMike Rapoport2-4/+0
2020-12-15ia64: remove custom __early_pfn_to_nid()Mike Rapoport2-33/+0
2020-12-15Merge tag 'irqchip-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner2-1/+7
2020-12-14Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-13/+0