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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-02
s390/opcodes: add missing instructions to the disassembler
Martin Schwidefsky
1
-0
/
+11
2019-05-02
s390/bug: add entry size to the __bug_table section
Martin Schwidefsky
1
-12
/
+12
2019-05-02
s390: use proper expoline sections for .dma code
Martin Schwidefsky
1
-4
/
+15
2019-05-02
s390/nospec: rename assembler generated expoline thunks
Martin Schwidefsky
1
-5
/
+5
2019-05-02
s390: add missing ENDPROC statements to assembler functions
Martin Schwidefsky
10
-6
/
+47
2019-04-30
Merge tag 'kvm-s390-next-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
8
-8
/
+145
2019-04-29
locking/lockdep: check for freed initmem in static_obj()
Gerald Schaefer
2
-0
/
+15
2019-04-29
s390/kernel: add support for kernel address space layout randomization (KASLR)
Gerald Schaefer
9
-5
/
+207
2019-04-29
s390/kernel: introduce .dma sections
Gerald Schaefer
24
-188
/
+334
2019-04-29
s390/sclp: do not use static sccbs
Gerald Schaefer
4
-6
/
+10
2019-04-29
s390/kprobes: use static buffer for insn_page
Gerald Schaefer
1
-17
/
+18
2019-04-29
s390/kernel: convert SYSCALL and PGM_CHECK handlers to .quad
Gerald Schaefer
3
-17
/
+12
2019-04-29
s390/kernel: build a relocatable kernel
Gerald Schaefer
11
-42
/
+124
2019-04-29
s390: enable processes for mio instructions
Sebastian Ott
2
-0
/
+12
2019-04-29
s390/pci: add parameter to disable usage of MIO instructions
Sebastian Ott
1
-1
/
+6
2019-04-29
s390/pci: provide support for MIO instructions
Sebastian Ott
7
-31
/
+294
2019-04-29
s390/pci: move io address mapping code to pci_insn.c
Sebastian Ott
4
-39
/
+60
2019-04-29
s390/pci: add parameter to force floating irqs
Sebastian Ott
3
-0
/
+9
2019-04-29
s390/pci: gather statistics for floating vs directed irqs
Sebastian Ott
3
-6
/
+10
2019-04-29
s390: show statistics for MSI IRQs
Sebastian Ott
3
-13
/
+42
2019-04-29
s390/pci: provide support for CPU directed interrupts
Sebastian Ott
5
-63
/
+368
2019-04-29
s390/airq: provide cacheline aligned ivs
Sebastian Ott
1
-4
/
+6
2019-04-29
s390/pci: clarify interrupt vector usage
Sebastian Ott
1
-12
/
+26
2019-04-29
s390/airq: recognize directed interrupts
Sebastian Ott
3
-3
/
+3
2019-04-29
s390/sclp: detect DIRQ facility
Sebastian Ott
1
-0
/
+1
2019-04-29
s390/pci: move everything irq related to pci_irq.c
Sebastian Ott
4
-217
/
+229
2019-04-29
s390/pci: remove unused define
Sebastian Ott
1
-2
/
+0
2019-04-29
s390/pci: mark command line parser data __initdata
Sebastian Ott
1
-1
/
+1
2019-04-29
s390/ipl: Provide has_secure sysfs attribute
Philipp Rudo
2
-0
/
+19
2019-04-29
s390/kexec_file: Disable kexec_load when IPLed secure
Philipp Rudo
2
-0
/
+16
2019-04-29
s390/kexec_file: Create ipl report and pass to next kernel
Philipp Rudo
5
-9
/
+86
2019-04-29
s390/kexec_file: Signature verification prototype
Philipp Rudo
8
-0
/
+95
2019-04-29
s390/kexec_file: Load new kernel to absolute 0
Philipp Rudo
5
-18
/
+28
2019-04-29
s390/kexec_file: Unify loader code
Philipp Rudo
4
-84
/
+58
2019-04-29
s390/kexec_file: Simplify parmarea access
Philipp Rudo
6
-25
/
+28
2019-04-29
s390/purgatory: Omit use of bin2c
Philipp Rudo
2
-6
/
+17
2019-04-29
s390/purgatory: Reduce purgatory size
Philipp Rudo
2
-4
/
+64
2019-04-29
s390/kexec_file: Fix detection of text segment in ELF loader
Philipp Rudo
1
-1
/
+6
2019-04-29
s390/kexec_file: Fix potential segment overlap in ELF loader
Philipp Rudo
1
-1
/
+1
2019-04-29
KVM: s390: vsie: Return correct values for Invalid CRYCB format
Pierre Morel
1
-1
/
+1
2019-04-29
KVM: s390: vsie: Do not shadow CRYCB when no AP and no keys
Pierre Morel
1
-2
/
+4
2019-04-26
s390/boot: pad bzImage to 4K
Martin Schwidefsky
1
-0
/
+1
2019-04-26
s390/ipl: add helper functions to create an IPL report
Martin Schwidefsky
2
-0
/
+161
2019-04-26
s390/ipl: read IPL report at early boot
Martin Schwidefsky
7
-11
/
+250
2019-04-26
s390/ipl: add definitions for the IPL report block
Martin Schwidefsky
1
-1
/
+61
2019-04-26
s390/ipl: provide uapi header for list directed IPL
Martin Schwidefsky
5
-128
/
+161
2019-04-26
s390/ipl: make ipl_info less confusing
Martin Schwidefsky
4
-68
/
+66
2019-04-26
KVM: s390: provide kvm_arch_no_poll function
Christian Borntraeger
3
-0
/
+19
2019-04-25
s390: report new CPU capabilities
Martin Schwidefsky
3
-1
/
+14
2019-04-25
s390/crypto: use TRNG for seeding/reseeding
Harald Freudenberger
1
-20
/
+47
[prev]
[next]