Age | Commit message (Expand) | Author | Files | Lines |
2017-12-16 | s390: always save and restore all registers on context switch | Heiko Carstens | 1 | -10/+9 |
2017-12-16 | Revert "s390/kbuild: enable modversions for symbols exported from asm" | Sasha Levin | 1 | -8/+0 |
2017-12-09 | s390/pci: do not require AIS facility | Christian Borntraeger | 1 | -1/+1 |
2017-12-09 | s390/runtime instrumentation: simplify task exit handling | Heiko Carstens | 1 | -1/+3 |
2017-11-30 | s390/kbuild: enable modversions for symbols exported from asm | Heiko Carstens | 1 | -0/+8 |
2017-11-30 | s390: fix transactional execution control register handling | Heiko Carstens | 1 | -1/+1 |
2017-07-28 | s390/syscalls: Fix out of bounds arguments access | Jiri Olsa | 1 | -0/+6 |
2017-07-21 | s390: reduce ELF_ET_DYN_BASE | Kees Cook | 1 | -8/+7 |
2017-07-05 | s390/ctl_reg: make __ctl_load a full memory barrier | Heiko Carstens | 1 | -1/+3 |
2017-04-27 | s390/mm: fix CMMA vs KSM vs others | Christian Borntraeger | 1 | -0/+2 |
2017-04-12 | s390/uaccess: get_user() should zero on failure (again) | Heiko Carstens | 1 | -1/+1 |
2017-03-15 | s390: TASK_SIZE for kernel threads | Martin Schwidefsky | 1 | -1/+2 |
2016-10-28 | s390/mm: fix gmap tlb flush issues | David Hildenbrand | 1 | -1/+2 |
2016-09-24 | s390: get_user() should zero on failure | Al Viro | 1 | -4/+4 |
2016-09-15 | s390/pci_dma: fix DMA table corruption with > 4 TB main memory | Gerald Schaefer | 1 | -0/+2 |
2016-07-27 | s390: fix test_fp_ctl inline assembly contraints | Martin Schwidefsky | 1 | -1/+1 |
2016-05-19 | s390/mm: fix asce_bits handling with dynamic pagetable levels | Gerald Schaefer | 5 | -16/+29 |
2016-05-05 | s390/pci: add extra padding to function measurement block | Sebastian Ott | 1 | -1/+2 |
2016-04-12 | s390/pci: enforce fmb page boundary rule | Sebastian Ott | 1 | -1/+1 |
2016-03-16 | s390/mm: four page table levels vs. fork | Martin Schwidefsky | 2 | -10/+30 |
2016-03-04 | s390/fpu: signals vs. floating point control register | Martin Schwidefsky | 1 | -0/+2 |
2016-03-04 | KVM: s390: fix memory overwrites when vx is disabled | David Hildenbrand | 1 | -1/+0 |
2015-11-16 | s390: wire up mlock2 system call | Heiko Carstens | 1 | -1/+2 |
2015-11-16 | s390: avoid cache aliasing under z/VM and KVM | Martin Schwidefsky | 1 | -3/+10 |
2015-11-11 | s390: add support for ipl devices in subchannel sets > 0 | Sebastian Ott | 2 | -1/+3 |
2015-11-09 | s390/pci_dma: handle dma table failures | Sebastian Ott | 1 | -1/+3 |
2015-11-09 | s390/syscalls: remove system call number calculation | Heiko Carstens | 1 | -8/+8 |
2015-11-09 | s390/diag: add a s390 prefix to the diagnose trace point | Martin Schwidefsky | 1 | -3/+3 |
2015-11-06 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -0/+2 |
2015-11-06 | Merge tag 'iommu-updates-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -1/+8 |
2015-11-04 | Merge tag 'kvm-arm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Paolo Bonzini | 1 | -0/+2 |
2015-11-03 | s390: remove runtime instrumentation interrupts | Martin Schwidefsky | 3 | -7/+0 |
2015-11-02 | Merge branches 'x86/vt-d', 'arm/omap', 'arm/smmu', 's390', 'core' and 'x86/am... | Joerg Roedel | 2 | -1/+8 |
2015-10-27 | s390/nmi: remove casts | Heiko Carstens | 1 | -43/+46 |
2015-10-27 | s390: don't store registers on disabled wait anymore | Heiko Carstens | 1 | -41/+5 |
2015-10-27 | s390: get rid of __set_psw_mask() | Heiko Carstens | 1 | -16/+11 |
2015-10-23 | KVM: Add kvm_arch_vcpu_{un}blocking callbacks | Christoffer Dall | 1 | -0/+2 |
2015-10-16 | s390/fpu: split fpu-internal.h into fpu internals, api, and type headers | Hendrik Brueckner | 6 | -39/+62 |
2015-10-14 | s390/spinlock: remove unneeded serializations at unlock | Christian Borntraeger | 1 | -3/+0 |
2015-10-14 | s390/etr,stp: fix possible deadlock on machine check | Heiko Carstens | 1 | -4/+6 |
2015-10-14 | s390/bitops: remove 31 bit related comments | Heiko Carstens | 1 | -19/+12 |
2015-10-14 | s390/cmpxchg: remove dead code | Heiko Carstens | 1 | -27/+3 |
2015-10-14 | s390/nmi: change type of mcck_interruption_code lowcore field | Heiko Carstens | 1 | -1/+1 |
2015-10-14 | s390/flags: use _BITUL macro | Heiko Carstens | 3 | -17/+22 |
2015-10-14 | s390/flags: fix flag handling | Heiko Carstens | 2 | -6/+6 |
2015-10-14 | s390/udelay: make udelay have busy loop semantics | Heiko Carstens | 3 | -0/+17 |
2015-10-14 | s390/cpumf: rework program parameter setting to detect guest samples | Christian Borntraeger | 2 | -1/+11 |
2015-10-14 | s390/entry: add assembler macro to conveniently tests under mask | Hendrik Brueckner | 2 | -23/+33 |
2015-10-14 | s390/fpu: add static FPU save area for init_task | Hendrik Brueckner | 1 | -0/+2 |
2015-10-14 | s390/fpu: always enable the vector facility if it is available | Hendrik Brueckner | 2 | -14/+2 |