summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2021-07-08s390/irq: simplify on_async_stack()Heiko Carstens1-1/+1
2021-07-08s390/irq: inline do_softirq_own_stack()Heiko Carstens2-8/+13
2021-07-08s390/irq: simplify do_softirq_own_stack()Heiko Carstens1-11/+1
2021-07-08s390/ap: get rid of register asm in ap_dqap()Harald Freudenberger1-18/+24
2021-07-08s390: rename PIF_SYSCALL_RESTART to PIF_EXECVE_PGSTE_RESTARTSven Schnelle3-11/+12
2021-07-08s390: move restart of execve() syscallSven Schnelle2-15/+20
2021-07-08s390/signal: remove sigreturn on stackSven Schnelle4-36/+2
2021-07-08s390/signal: switch to using vdso for sigreturn and syscall restartSven Schnelle4-31/+31
2021-07-08s390/vdso: add minimal compat vdsoSven Schnelle16-25/+371
2021-07-08s390/vdso: rename VDSO64_LBASE to VDSO_LBASESven Schnelle2-2/+2
2021-07-08s390/vdso64: add sigreturn,rt_sigreturn and restart_syscallSven Schnelle2-0/+20
2021-07-08s390/vdso: always enable vdsoSven Schnelle2-24/+8
2021-07-08s390/ap: get rid of register asmHeiko Carstens1-63/+87
2021-07-08s390/irq: remove HAVE_IRQ_EXIT_ON_IRQ_STACKSven Schnelle1-1/+0
2021-07-08s390/traps: do not test MONITOR CALL without CONFIG_BUGIlya Leoshkevich1-0/+2
2021-07-08s390/ap: Rework ap_dqap to deal with messages greater than recv bufferHarald Freudenberger1-7/+41
2021-07-05s390/lib,string: fix strcat() inline asm constraint modifierHeiko Carstens1-1/+1
2021-07-05s390/cpumf: Allow concurrent access for CPU Measurement Counter FacilityThomas Richter5-1222/+1016
2021-07-05s390/mcck: move register validation to C codeAlexander Gordeev4-54/+78
2021-07-05s390/boot: replace magic string check with a bootdata flagAlexander Egorenkov3-1/+6
2021-07-05s390/mcck: keep machine check interruption codes sortedAlexander Gordeev1-1/+1
2021-07-05s390/mcck: move storage error checks to assemblerAlexander Gordeev3-26/+36
2021-07-05s390/mcck: always enter C handler with DAT enabledAlexander Gordeev2-32/+32
2021-07-05s390/mcck: optimize user mode check in case of !CONFIG_KVMAlexander Gordeev1-2/+4
2021-07-05s390/entry.S: factor out SIEEXIT macroAlexander Gordeev1-16/+12
2021-07-05s390/lib,uaccess: fix copy_in_user_mvcos() inline asm clobber listHeiko Carstens1-1/+1
2021-07-05s390: mm: Fix secure storage access exception handlingJanosch Frank4-1/+44
2021-07-05s390/kprobes: use is_kernel() helperKefeng Wang1-7/+2
2021-07-04Merge tag 's390-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds70-776/+917
2021-07-04Merge tag 'csky-for-linus-5.14-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds2-8/+7
2021-07-04csky: Kconfig: Remove unused selectsGuo Ren1-3/+0
2021-07-04csky: syscache: Fixup duplicate cache flushGuo Ren1-5/+7
2021-07-03Merge tag 'vfio-v5.14-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds1-1/+1
2021-07-03Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-1/+1
2021-07-03Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2-0/+235
2021-07-02Merge tag 'iommu-updates-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-2/+2
2021-07-02Merge tag 'linux-kselftest-kunit-fixes-5.14-rc1' of git://git.kernel.org/pub/...Linus Torvalds1-3/+0
2021-07-02Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds212-3609/+6413
2021-07-02Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds15-446/+3
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds104-242/+160
2021-07-02Merge tag 'mips_5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds37-115/+250
2021-07-02Merge tag 'pinctrl-v5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds11-717/+7
2021-07-01Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds25-525/+313
2021-07-01Merge tag 'drm-next-2021-07-01' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+2
2021-07-01Merge tag 'fs_for_v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds17-17/+18
2021-07-01kprobes: remove duplicated strong free_insn_page in x86 and s390Barry Song2-11/+0
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko18-1/+19
2021-07-01mm: remove special swap entry functionsAlistair Popple1-1/+1
2021-07-01mm/thp: define default pmd_pgtable()Anshuman Khandual32-43/+19
2021-07-01mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual25-43/+0