aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/ia64 (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-21Merge tag 'core-mm-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2021-02-21Merge tag 'oprofile-removal-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/linuxLinus Torvalds16-1389/+1
2021-02-21Merge branch 'work.elf-compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2021-02-20Merge tag 'efi-next-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds10-3/+22
2021-02-07Merge tag 'kbuild-fixes-v5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus 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/kernel/git/arnd/asm-genericLinus Torvalds2-14/+19
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/masahiroy/linux-kbuildLinus 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/kernel/git/arnd/asm-genericLinus Torvalds2-23/+14
2020-12-15Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-13/+4
2020-12-15Merge branch 'regset.followup' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-25/+28
2020-12-15Merge tag 'irq-core-2020-12-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus 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/arm-platforms into irq/coreThomas Gleixner2-1/+7
2020-12-14Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-13/+0
2020-12-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-24/+0
2020-12-12ia64: add support for TIF_NOTIFY_SIGNALJens Axboe2-2/+5
2020-12-08tweewide: Fix most Shebang linesFinn Behrens1-1/+1
2020-12-02sched/vtime: Consolidate IRQ time accountingFrederic Weisbecker1-5/+15
2020-11-29Merge tag 'locking-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra1-1/+1
2020-11-23arch: move SA_* definitions to generic headersPeter Collingbourne1-24/+0
2020-11-22mm: fix phys_to_target_node() and memory_add_physaddr_to_nid() exportsDan Williams1-0/+6
2020-11-06highmem: Get rid of kmap_types.hThomas Gleixner1-13/+0
2020-10-30ia64: convert to legacy_timer_tickArnd Bergmann2-23/+14
2020-10-27ia64: use asm-generic/mmu_context.h for no-op implementationsNicholas Piggin1-13/+4
2020-10-25[ia64] ptrace_[sg]etregs(): use access_elf_reg() instead of access_uarea()Al Viro1-20/+23
2020-10-25[ia64] missed cleanups from switch to regset coredumpsAl Viro2-5/+5
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches1-1/+1
2020-10-23Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2020-10-22Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds2-1/+0