index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
s390
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-20
s390/cpumf: Adjust registration of s390 PMU device drivers
Thomas Richter
2
-16
/
+15
2019-11-20
s390/smp: fix physical to logical CPU map for SMT
Heiko Carstens
1
-26
/
+54
2019-11-20
s390/early: move access registers setup in C code
Vasily Gorbik
2
-8
/
+11
2019-11-20
s390/head64: remove unnecessary vdso_per_cpu_data setup
Vasily Gorbik
1
-2
/
+0
2019-11-20
s390/early: move control registers setup in C code
Vasily Gorbik
2
-6
/
+12
2019-11-12
s390/disassembler: don't hide instruction addresses
Ilya Leoshkevich
1
-6
/
+7
2019-11-12
s390/cpum_sf: Assign error value to err variable
Thomas Richter
1
-1
/
+2
2019-11-12
s390/cpum_sf: Replace function name in debug statements
Thomas Richter
1
-15
/
+15
2019-11-12
s390/cpum_sf: Use consistant debug print format for sampling
Thomas Richter
1
-47
/
+44
2019-11-11
Merge tag 'v5.4-rc7' into sched/core, to pick up fixes
Ingo Molnar
5
-15
/
+45
2019-11-05
s390/unwind: drop unnecessary code around calling ftrace_graph_ret_addr()
Miroslav Benes
1
-12
/
+2
2019-11-04
vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATA
Kees Cook
1
-1
/
+1
2019-11-04
vmlinux.lds.h: Replace RO_DATA_SECTION with RO_DATA
Kees Cook
1
-1
/
+1
2019-11-04
vmlinux.lds.h: Move NOTES into RO_DATA
Kees Cook
1
-2
/
+0
2019-11-04
vmlinux.lds.h: Move Program Header restoration into NOTES macro
Kees Cook
1
-3
/
+1
2019-11-04
vmlinux.lds.h: Provide EMIT_PT_NOTE to indicate export of .notes
Kees Cook
1
-0
/
+2
2019-11-04
s390: Move RO_DATA into "text" PT_LOAD Program Header
Kees Cook
1
-2
/
+2
2019-10-31
s390/idle: fix cpu idle time calculation
Heiko Carstens
1
-7
/
+22
2019-10-31
s390/unwind: fix mixing regs and sp
Ilya Leoshkevich
1
-5
/
+13
2019-10-31
s390: add error handling to perf_callchain_kernel
Ilya Leoshkevich
1
-2
/
+6
2019-10-31
s390/process: avoid custom stack unwinding in get_wchan
Vasily Gorbik
1
-20
/
+16
2019-10-31
s390: avoid double handling of "noexec" option
Vasily Gorbik
1
-16
/
+1
2019-10-31
s390/time: remove monotonic_clock()
Heiko Carstens
1
-9
/
+0
2019-10-22
s390/kaslr: add support for R_390_GLOB_DAT relocation type
Gerald Schaefer
1
-0
/
+1
2019-10-10
seccomp: simplify secure_computing()
Christian Brauner
1
-1
/
+1
2019-10-09
sched/cputime: Rename vtime_account_system() to vtime_account_kernel()
Frederic Weisbecker
1
-2
/
+2
2019-10-01
s390/cpumf: Fix indentation in sampling device driver
Thomas Richter
1
-1
/
+1
2019-10-01
s390/cpumsf: Check for CPU Measurement sampling
Thomas Richter
1
-0
/
+6
2019-10-01
s390/cpumf: Use consistant debug print format
Thomas Richter
1
-2
/
+2
2019-09-28
Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
3
-6
/
+6
2019-09-27
Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-23
/
+1
2019-09-23
s390/topology: avoid firing events before kobjs are created
Vasily Gorbik
1
-1
/
+2
2019-09-19
s390/cpum_sf: Support ioctl PERF_EVENT_IOC_PERIOD
Thomas Richter
1
-40
/
+125
2019-09-17
Merge tag 's390-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
12
-174
/
+76
2019-09-16
s390/cpum_sf: Fix line length and format string
Thomas Richter
1
-7
/
+13
2019-09-13
s390: add support for IBM z15 machines
Martin Schwidefsky
1
-0
/
+4
2019-09-10
kexec: Fix file verification on S390
Matthew Garrett
1
-1
/
+1
2019-09-03
s390/base: remove unused s390_base_mcck_handler
Vasily Gorbik
1
-21
/
+0
2019-08-29
s390/setup: avoid using strncmp with hardcoded length
Vasily Gorbik
1
-5
/
+5
2019-08-29
s390/sclp: avoid using strncmp with hardcoded length
Vasily Gorbik
1
-1
/
+1
2019-08-29
s390/module: avoid using strncmp with hardcoded length
Vasily Gorbik
1
-2
/
+2
2019-08-26
s390/vdso: reuse kstrtobool for option value parsing
Vasily Gorbik
1
-13
/
+5
2019-08-21
s390/stacktrace: use common arch_stack_walk infrastructure
Vasily Gorbik
1
-44
/
+6
2019-08-21
s390/kasan: avoid report in get_wchan
Vasily Gorbik
1
-2
/
+2
2019-08-21
s390/process: avoid potential reading of freed stack
Vasily Gorbik
1
-6
/
+16
2019-08-21
s390: clean .bss before running uncompressed kernel
Vasily Gorbik
4
-62
/
+20
2019-08-21
s390: move vmalloc option parsing to startup code
Vasily Gorbik
1
-11
/
+2
2019-08-19
kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCE
Jiri Bohac
3
-6
/
+6
2019-08-09
s390/vdso: map vdso also for statically linked binaries
Heiko Carstens
1
-5
/
+0
2019-08-06
s390: put _stext and _etext into .text section
Vasily Gorbik
1
-6
/
+4
[prev]
[next]