summaryrefslogtreecommitdiff
path: root/arch/s390/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-04-02mm: add ksys_readahead() helper; remove in-kernel calls to sys_readahead()Dominik Brodowski1-1/+1
2018-04-02mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()Dominik Brodowski2-4/+4
2018-04-02mm: add ksys_fadvise64_64() helper; remove in-kernel call to sys_fadvise64_64()Dominik Brodowski1-2/+3
2018-04-02fs: add ksys_fallocate() wrapper; remove in-kernel calls to sys_fallocate()Dominik Brodowski1-2/+2
2018-04-02fs: add ksys_p{read,write}64() helpers; remove in-kernel calls to syscallsDominik Brodowski1-2/+2
2018-04-02fs: add ksys_truncate() wrapper; remove in-kernel calls to sys_truncate()Dominik Brodowski1-1/+1
2018-04-02fs: add ksys_sync_file_range helper(); remove in-kernel calls to syscallDominik Brodowski1-1/+1
2018-04-02fs: add ksys_read() helper; remove in-kernel calls to sys_read()Dominik Brodowski1-1/+1
2018-04-02fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate()Dominik Brodowski1-1/+1
2018-04-02fs: add do_fchownat(), ksys_fchown() helpers and ksys_{,l}chown() wrappersDominik Brodowski1-3/+3
2018-04-02fs: add ksys_write() helper; remove in-kernel calls to sys_write()Dominik Brodowski1-1/+1
2018-03-06s390/entry.S: fix spurious zeroing of r0Christian Borntraeger1-2/+2
2018-02-22s390: do not bypass BPENTER for interrupt system callsMartin Schwidefsky1-0/+1
2018-02-22s390/clean-up: use CFI_* macros in entry.SHendrik Brueckner1-2/+3
2018-02-19s390: Replace IS_ENABLED(EXPOLINE_*) with IS_ENABLED(CONFIG_EXPOLINE_*)Eugeniu Rosca1-2/+2
2018-02-07s390: introduce execute-trampolines for branchesMartin Schwidefsky7-34/+264
2018-02-05s390: run user space and KVM guests with modified branch predictionMartin Schwidefsky2-5/+64
2018-02-05s390: add options to change branch prediction behaviour for the kernelMartin Schwidefsky5-0/+76
2018-02-05s390/alternative: use a copy of the facility bit maskMartin Schwidefsky4-3/+11
2018-02-05s390: scrub registers on kernel entry and KVM exitMartin Schwidefsky1-0/+47
2018-02-05s390/runtime_instrumentation: re-add signum system call parameterHeiko Carstens1-1/+9
2018-02-02s390/cpum_cf: correct counter number of LAST_HOST_TRANSLATIONSHendrik Brueckner1-1/+1
2018-02-02s390/kprobes: Fix %p uses in error messagesMasami Hiramatsu1-1/+1
2018-02-02s390/sysinfo: add and display licensed internal code identifierHendrik Brueckner1-0/+2
2018-02-01Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-3/+2
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds20-428/+758
2018-01-23s390: fix handling of -1 in set{,fs}[gu]id16 syscallsEugene Syromiatnikov1-4/+4
2018-01-23s390/syscalls: use generated syscall_table.h and unistd.h header filesHendrik Brueckner2-394/+2
2018-01-23s390/syscalls: add Makefile to generate system call header filesHendrik Brueckner1-0/+52
2018-01-23s390/syscalls: add syscalltbl scriptHendrik Brueckner1-0/+232
2018-01-23s390/syscalls: add system call tableHendrik Brueckner1-0/+390
2018-01-23s390/ipl: avoid usage of __section(.data)Vasily Gorbik1-8/+4
2018-01-23s390/head: replace hard coded values with constantsVasily Gorbik1-5/+5
2018-01-23s390: remove bogus system call table entriesHeiko Carstens1-3/+3
2018-01-23s390/kprobes: remove duplicate includesPravin Shedge1-1/+0
2018-01-16signal: Unify and correct copy_siginfo_to_user32Eric W. Biederman1-52/+0
2018-01-16signal: Unify and correct copy_siginfo_from_user32Eric W. Biederman1-48/+0
2018-01-09treewide: Use DEVICE_ATTR_WOJoe Perches1-1/+1
2018-01-09treewide: Use DEVICE_ATTR_RWJoe Perches1-2/+1
2017-12-15kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker1-0/+1
2017-12-13s390/vdso: revise CFI annotations of vDSO functionsHendrik Brueckner8-16/+52
2017-12-13s390/kernel: emit CFI data in .debug_frame and discard .eh_frame sectionsHendrik Brueckner11-0/+17
2017-12-07s390: fix compat system call tableHeiko Carstens1-3/+3
2017-12-05s390: add a few more SPDX identifiersMartin Schwidefsky3-0/+3
2017-11-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds27-83/+47
2017-11-28s390/gs: add compat regset for the guarded storage broadcast control blockMartin Schwidefsky1-0/+8
2017-11-24s390: kernel: Remove redundant license textGreg Kroah-Hartman13-72/+0
2017-11-24s390: kernel: add SPDX identifiers to the remaining filesGreg Kroah-Hartman22-0/+22
2017-11-24s390: sthyi: add SPDX identifiers to the remaining filesMartin Schwidefsky1-0/+1
2017-11-24s390/debug: use pK for kernel pointersChristian Borntraeger1-1/+1