summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/traps.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-31arm64: use IRQ_STACK_SIZE instead of THREAD_SIZE for irq stackManinder Singh1-1/+1
2020-06-19Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-0/+1
2020-06-18maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig1-1/+1
2020-06-15arm64: traps: Dump registers prior to panic() in bad_mode()Will Deacon1-0/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-2/+2
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov1-7/+1
2020-06-09arm64: add show_stack_loglvl()Dmitry Safonov1-2/+8
2020-06-09arm64: add loglvl to dump_backtrace()Dmitry Safonov1-7/+8
2020-06-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-61/+72
2020-05-28Merge branch 'for-next/bti' into for-next/coreWill Deacon1-60/+71
2020-05-19hardirq/nmi: Allow nested nmi_enter()Peter Zijlstra1-6/+2
2020-05-18arm64: Call debug_traps_init() from trap_init() to help early kgdbDouglas Anderson1-1/+1
2020-03-16arm64: BTI: Reset BTYPE when skipping emulated instructionsDave Martin1-0/+2
2020-03-16arm64: traps: Shuffle code to eliminate forward declarationsDave Martin1-52/+55
2020-03-16arm64: unify native/compat instruction skippingDave Martin1-10/+8
2020-03-16arm64: Basic Branch Target Identification supportDave Martin1-0/+8
2019-12-08sched/rt, arm64: Use CONFIG_PREEMPTIONThomas Gleixner1-0/+3
2019-10-28Merge branch 'for-next/entry-s-to-c' into for-next/coreCatalin Marinas1-4/+8
2019-10-28arm64: Remove asmlinkage from updated functionsJames Morse1-4/+4
2019-10-28arm64: remove __exception annotationsJames Morse1-3/+7
2019-10-25arm64: Fake the IminLine size on systems affected by Neoverse-N1 #1542419James Morse1-1/+7
2019-10-25arm64: errata: Hide CTR_EL0.DIC on systems affected by Neoverse-N1 #1542419James Morse1-0/+3
2019-09-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-5/+15
2019-08-21arm64: entry: Move ct_user_exit before any other exceptionJames Morse1-0/+9
2019-08-13arm64: constify sys64_hook instancesMark Rutland1-5/+5
2019-08-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2019-08-05arm64: esr: Add ESR exception class encoding for trapped ERETWill Deacon1-0/+1
2019-07-26KVM: arm64: Update kvm_arm_exception_class and esr_class_str for new ECZenghui Yu1-0/+1
2019-07-22arm64: stacktrace: Factor out backtrace initialisationDave Martin1-7/+6
2019-07-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+4
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+3
2019-07-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-16/+7
2019-07-05arm64: Update silicon-errata.txt for Neoverse-N1 #1349291James Morse1-0/+4
2019-06-26arm64: rename dump_instr as dump_kernel_instrjinho lim1-16/+7
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman1-1/+1
2019-05-29signal/arm64: Use force_sig not force_sig_fault for SIGKILLEric W. Biederman1-1/+4
2019-05-27signal: Remove task parameter from force_sig_mceerrEric W. Biederman1-1/+1
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman1-1/+1
2019-05-27signal/arm64: Use force_sig not force_sig_fault for SIGKILLEric W. Biederman1-1/+4
2019-05-23arm64: Remove useless message during oopsWill Deacon1-4/+0
2019-05-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-19/+14
2019-05-01Merge branch 'for-next/timers' of git://git.kernel.org/pub/scm/linux/kernel/g...Will Deacon1-2/+2
2019-04-30arm64: Use arch_timer_read_counter instead of arch_counter_get_cntvctMarc Zyngier1-2/+2
2019-04-16arm64: Handle trapped DC CVADPAndrew Murray1-0/+3
2019-04-09arm64: probes: Move magic BRK values into brk-imm.hWill Deacon1-1/+1
2019-04-09arm64: debug: Remove redundant user_mode(regs) checks from debug handlersWill Deacon1-6/+0
2019-04-09arm64: debug: Separate debug hooks based on target exception levelWill Deacon1-11/+9
2019-04-08arm64: backtrace: Don't bother trying to unwind the userspace stackWill Deacon1-6/+9
2019-02-06arm64: Handle serror in NMI contextJulien Thierry1-2/+6