Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | s390/bpf: take advantage of stack_depth tracking | Michael Holzheu | 2017-11-10 | 2 | -15/+18 | |
| * | | | | | s390: simplify transactional execution elf hwcap handling | Heiko Carstens | 2017-11-09 | 1 | -1/+1 | |
| * | | | | | s390/virtio: remove unused header file kvm_virtio.h | Christian Borntraeger | 2017-11-09 | 2 | -65/+0 | |
| * | | | | | s390: avoid undefined behaviour | Heiko Carstens | 2017-11-08 | 2 | -9/+9 | |
| * | | | | | s390/disassembler: generate opcode tables from text file | Heiko Carstens | 2017-11-08 | 6 | -1856/+1813 | |
| * | | | | | s390/disassembler: remove insn_to_mnemonic() | Heiko Carstens | 2017-11-08 | 2 | -29/+0 | |
| * | | | | | s390: remove named saved segment support | Heiko Carstens | 2017-11-08 | 10 | -210/+9 | |
| * | | | | | s390/archrandom: Reconsider s390 arch random implementation | Harald Freudenberger | 2017-11-08 | 1 | -13/+13 | |
| * | | | | | s390/pci: do not require AIS facility | Christian Borntraeger | 2017-11-08 | 3 | -4/+9 | |
| * | | | | | s390/nmi: avoid using long-displacement facility | Vasily Gorbik | 2017-11-02 | 1 | -1/+1 | |
| * | | | | | s390: pass endianness info to sparse | Luc Van Oostenryck | 2017-11-02 | 1 | -1/+1 | |
| * | | | | | s390/decompressor: remove informational messages | Martin Schwidefsky | 2017-10-26 | 1 | -2/+0 | |
| * | | | | | s390/cpum_cf: add hardware counter support for IBM z14 | Hendrik Brueckner | 2017-10-26 | 1 | -60/+218 | |
| * | | | | | s390/nmi: do register validation as early as possible | Martin Schwidefsky | 2017-10-19 | 5 | -95/+85 | |
| * | | | | | s390/nmi: allocation of the extended save area | Martin Schwidefsky | 2017-10-19 | 4 | -47/+99 | |
| * | | | | | s390/ctl_reg: move control register definitions to ctl_reg.h | Martin Schwidefsky | 2017-10-19 | 3 | -9/+14 | |
| * | | | | | s390/ctl_reg: use decoding unions in update_cr_regs | Martin Schwidefsky | 2017-10-19 | 4 | -22/+42 | |
| * | | | | | s390/nmi: use smp_emergency_stop instead of smp_send_stop | Martin Schwidefsky | 2017-10-19 | 3 | -15/+29 | |
| * | | | | | s390/vdso: move boot_vdso_data to vdso.c | Martin Schwidefsky | 2017-10-18 | 3 | -1/+16 | |
| * | | | | | s390/spinlock: use cpu alternatives to enable niai instruction | Vasily Gorbik | 2017-10-18 | 2 | -9/+5 | |
| * | | | | | s390: introduce CPU alternatives | Vasily Gorbik | 2017-10-18 | 7 | -0/+334 | |
| * | | | | | s390/debug: only write data once | Sebastian Ott | 2017-10-18 | 1 | -2/+4 | |
| * | | | | | s390/debug: improve debug_event | Sebastian Ott | 2017-10-18 | 2 | -15/+19 | |
| * | | | | | s390/kexec: Fix checksum validation return code for kdump | Philipp Rudo | 2017-10-18 | 1 | -3/+3 | |
| * | | | | | s390: update defconfig | Martin Schwidefsky | 2017-10-16 | 4 | -22/+10 | |
| * | | | | | s390/debug: adjust coding style | Heiko Carstens | 2017-10-16 | 2 | -582/+494 | |
| * | | | | | s390/kprobes: remove KPROBE_SWAP_INST state | Heiko Carstens | 2017-10-12 | 2 | -9/+0 | |
| * | | | | | s390: cleanup string ops prototypes | Heiko Carstens | 2017-10-09 | 2 | -25/+25 | |
| * | | | | | s390: optimize memset implementation | Heiko Carstens | 2017-10-09 | 1 | -8/+12 | |
| * | | | | | s390/mm: use memset64 instead of clear_table | Heiko Carstens | 2017-10-09 | 4 | -28/+12 | |
| * | | | | | s390: implement memset16, memset32 & memset64 | Heiko Carstens | 2017-10-09 | 2 | -0/+66 | |
| * | | | | | Merge branch 'sthyi' into features | Martin Schwidefsky | 2017-10-09 | 13 | -71/+182 | |
| |\ \ \ \ \ | | | |_|/ / | | |/| | | | ||||||
| | * | | | | s390/sthyi: add s390_sthyi system call | QingFeng Hao | 2017-10-09 | 6 | -2/+43 | |
| | * | | | | s390/sthyi: add cache to store hypervisor info | QingFeng Hao | 2017-10-09 | 4 | -26/+71 | |
| | * | | | | s390/sthyi: reorganize sthyi implementation | QingFeng Hao | 2017-10-09 | 6 | -73/+98 | |
| | | |_|/ | | |/| | | ||||||
| * | | | | s390: use generic rwsem implementation | Heiko Carstens | 2017-10-04 | 2 | -210/+1 | |
| * | | | | s390/disassembler: add new z14 instructions | Heiko Carstens | 2017-09-29 | 1 | -1/+82 | |
| * | | | | s390/disassembler: add missing z13 instructions | Heiko Carstens | 2017-09-29 | 1 | -2/+28 | |
| * | | | | s390/disassembler: add sthyi instruction | Heiko Carstens | 2017-09-29 | 1 | -0/+1 | |
| * | | | | s390/disassembler: remove double instructions | Heiko Carstens | 2017-09-29 | 1 | -6/+0 | |
| * | | | | s390/disassembler: fix LRDFU format | Heiko Carstens | 2017-09-29 | 1 | -1/+1 | |
| * | | | | s390/disassembler: add missing end marker for e7 table | Heiko Carstens | 2017-09-29 | 1 | -0/+1 | |
| * | | | | s390/virtio: remove the old KVM virtio transport | Thomas Huth | 2017-09-29 | 1 | -13/+0 | |
| * | | | | s390/ccwgroup: tie a ccwgroup driver to its ccw driver | Julian Wiedmann | 2017-09-29 | 1 | -0/+2 | |
| * | | | | s390/crypto: add s390 platform specific aes gcm support. | Harald Freudenberger | 2017-09-29 | 1 | -3/+293 | |
| * | | | | s390/crypto: add inline assembly for KMA instruction to cpacf.h | Patrick Steuer | 2017-09-29 | 1 | -1/+51 | |
| * | | | | s390/rwlock: introduce rwlock wait queueing | Martin Schwidefsky | 2017-09-28 | 4 | -244/+72 | |
| * | | | | s390/spinlock: introduce spinlock wait queueing | Martin Schwidefsky | 2017-09-28 | 5 | -43/+180 | |
| * | | | | s390/spinlock: use the cpu number +1 as spinlock value | Martin Schwidefsky | 2017-09-28 | 2 | -17/+17 | |
| * | | | | s390/topology: add detection of dedicated vs shared CPUs | Martin Schwidefsky | 2017-09-28 | 5 | -4/+56 |