aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-25futex: Wireup futex_waitv syscallAndré Almeida1-0/+1
2021-11-10Merge tag 'asm-generic-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-19/+12
2021-11-01Merge tag 'audit-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/auditLinus Torvalds1-4/+6
2021-11-01Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds2-16/+5
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook1-4/+1
2021-10-08ftrace: Cleanup ftrace_dyn_arch_init()Weizhao Ouyang1-6/+0
2021-10-01audit: add support for the openat2 syscallRichard Guy Briggs1-0/+2
2021-10-01audit: replace magic audit syscall class numbers with macrosRichard Guy Briggs1-4/+4
2021-09-30kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu1-4/+4
2021-09-30kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu1-3/+2
2021-09-30kprobes: treewide: Replace arch_deref_entry_point() with dereference_symbol_descriptor()Masami Hiramatsu1-5/+0
2021-09-30ia64: kprobes: Fix to pass correct trampoline address to the handlerMasami Hiramatsu1-4/+5
2021-09-14arch: remove unused function syscall_set_arguments()Peter Collingbourne1-19/+12
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-28/+29
2021-09-03mm: wire up syscall process_mreleaseSuren Baghdasaryan1-0/+2
2021-09-03ia64: make num_rsvd_regions staticGeert Uytterhoeven1-1/+1
2021-09-03ia64: make reserve_elfcorehdr() staticGeert Uytterhoeven1-26/+25
2021-09-03ia64: fix #endif comment for reserve_elfcorehdr()Geert Uytterhoeven1-1/+1
2021-09-03ia64: fix typo in a commentJason Wang1-1/+1
2021-07-12exit/bdflush: Remove the deprecated bdflush system callEric W. Biederman1-1/+1
2021-07-01Merge tag 'fs_for_v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-1/+1
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-5/+4
2021-06-29arch, mm: remove stale mentions of DISCONIGMEMMike Rapoport1-3/+2
2021-06-29mm: update legacy flush_tlb_* to use vmaChen Li1-1/+1
2021-06-29ia64: mca_drv: fix incorrect array size calculationArnd Bergmann1-1/+1
2021-06-28Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-8/+7
2021-06-28Merge tag 'perf-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-16/+0
2021-06-18sched: Change task_struct::statePeter Zijlstra2-5/+5
2021-06-18sched: Introduce task_is_running()Peter Zijlstra1-2/+2
2021-06-07quota: Wire up quotactl_fd syscallJan Kara1-1/+1
2021-06-03Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar1-1/+1
2021-06-03kprobes: Do not increment probe miss count in the fault handlerNaveen N. Rao1-7/+0
2021-06-01kprobes: Remove kprobe::fault_handlerPeter Zijlstra1-9/+0
2021-05-17quota: Disable quotactl_path syscallJan Kara1-1/+1
2021-05-12sched/core: Initialize the idle task with preemption disabledValentin Schneider1-1/+0
2021-05-01Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-0/+3
2021-04-30ia64: module: fix symbolizer crash on fdescrSergei Trofimovich1-4/+25
2021-04-30ia64: drop marked broken DISCONTIGMEM and VIRTUAL_MEM_MAPSergei Trofimovich3-14/+2
2021-04-30ia64: mca: always make IA64_MCA_DEBUG an expressionSergei Trofimovich1-2/+2
2021-04-30ia64: fix EFI_DEBUG buildSergei Trofimovich1-5/+6
2021-04-30ia64: trivial spelling fixesBhaskar Chowdhury1-3/+3
2021-04-30ia64: drop unused IA64_FW_EMU ifdefSergei Trofimovich1-5/+0
2021-04-30ia64: ensure proper NUMA distance and possible map initializationValentin Schneider1-2/+5
2021-04-30arch/ia64/kernel/fsys.S: fix typosBhaskar Chowdhury1-2/+2
2021-04-30arch/ia64/kernel/head.S: remove duplicate includeZhang Yunkai1-1/+0
2021-04-29Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds4-82/+5
2021-04-29Merge tag 'for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-0/+1
2021-04-25ia64: syscalls: switch to generic syscallhdr.shMasahiro Yamada2-42/+2
2021-04-25ia64: syscalls: switch to generic syscalltbl.shMasahiro Yamada3-40/+3
2021-04-22arch: Wire up Landlock syscallsMickaël Salaün1-0/+3