| Commit message (Expand) | Author | Age | Files | Lines |
* | s390/mm,fault: replace WARN_ON_ONCE() with unreachable() | Heiko Carstens | 2023-10-23 | 1 | -2/+1 |
* | s390/mm,fault: remove noinline attribute from all functions | Heiko Carstens | 2023-10-23 | 1 | -5/+5 |
* | s390/mm,fault: remove line break | Heiko Carstens | 2023-10-23 | 1 | -2/+1 |
* | s390/mm,fault: include linux/mmu_context.h | Heiko Carstens | 2023-10-23 | 1 | -1/+1 |
* | s390/mm,fault: have balanced braces, remove unnecessary blanks | Heiko Carstens | 2023-10-23 | 1 | -6/+6 |
* | s390/mm,fault: use pr_warn(), pr_cont(), ... instead of open-coding | Heiko Carstens | 2023-10-23 | 1 | -7/+5 |
* | s390/mm,fault: use pr_warn_ratelimited() | Heiko Carstens | 2023-10-23 | 1 | -3/+2 |
* | s390/mm,fault: use __ratelimit() instead of printk_ratelimit() | Heiko Carstens | 2023-10-23 | 1 | -1/+3 |
* | s390/mm,fault: reverse x-mas tree coding style | Heiko Carstens | 2023-10-23 | 1 | -5/+5 |
* | s390/mm,fault: remove and improve comments, adjust whitespace | Heiko Carstens | 2023-10-23 | 1 | -63/+23 |
* | s390/pai_crypto: dynamically allocate percpu pai crypto map data structure | Thomas Richter | 2023-10-19 | 1 | -27/+100 |
* | s390/mm: make vmemmap_free() only for CONFIG_MEMORY_HOTPLUG available | Heiko Carstens | 2023-10-19 | 1 | -0/+4 |
* | s390/mm: remove __GFP_HIGHMEM masking | Heiko Carstens | 2023-10-19 | 1 | -2/+1 |
* | s390/vmem: remove unused variable | Vasily Gorbik | 2023-10-16 | 1 | -2/+0 |
* | s390: add support for DCACHE_WORD_ACCESS | Heiko Carstens | 2023-10-16 | 4 | -0/+45 |
* | s390: provide word-at-a-time implementation | Heiko Carstens | 2023-10-16 | 1 | -0/+42 |
* | s390/extable: reduce number of extable macros | Heiko Carstens | 2023-10-16 | 1 | -16/+7 |
* | s390/crash: fix virtual vs physical address confusion | Alexander Gordeev | 2023-10-16 | 1 | -1/+1 |
* | s390/crash: remove unused parameter | Alexander Gordeev | 2023-10-16 | 1 | -2/+2 |
* | s390: use control register bit defines | Heiko Carstens | 2023-09-19 | 14 | -29/+29 |
* | s390/ctlreg: add control register bits | Heiko Carstens | 2023-09-19 | 1 | -34/+69 |
* | s390/irq: use CR0 defines to define CR0_IRQ_SUBCLASS_MASK | Heiko Carstens | 2023-09-19 | 1 | -11/+12 |
* | s390/ctlreg: add missing defines | Heiko Carstens | 2023-09-19 | 1 | -0/+14 |
* | s390/setup: make use of system_ctl_load() | Heiko Carstens | 2023-09-19 | 1 | -3/+3 |
* | s390/ctlreg: add system_ctl_load() | Heiko Carstens | 2023-09-19 | 2 | -21/+53 |
* | s390/early: use system_ctl_set_bit() instead of local_ctl_set_bit() | Heiko Carstens | 2023-09-19 | 1 | -6/+6 |
* | s390/ctlreg: allow to call system_ctl_set/clear_bit() early | Heiko Carstens | 2023-09-19 | 1 | -7/+34 |
* | s390/ctltreg: make initialization of control register save area explicit | Heiko Carstens | 2023-09-19 | 3 | -2/+15 |
* | s390/ctlreg: add struct ctlreg | Heiko Carstens | 2023-09-19 | 19 | -80/+91 |
* | s390/ctlreg: add type checking to __local_ctl_load() and __local_ctl_store() | Heiko Carstens | 2023-09-19 | 1 | -0/+2 |
* | s390/kprobes,ptrace: open code struct per_reg | Heiko Carstens | 2023-09-19 | 2 | -5/+19 |
* | s390/ctlreg: change parameters of __local_ctl_load() and __local_ctl_store() | Heiko Carstens | 2023-09-19 | 6 | -12/+12 |
* | s390/ctlreg: use local_ctl_load() and local_ctl_store() where possible | Heiko Carstens | 2023-09-19 | 10 | -35/+35 |
* | s390/ctlreg: add local_ctl_load() and local_ctl_store() | Heiko Carstens | 2023-09-19 | 1 | -0/+17 |
* | s390/ctlreg: add local and system prefix to some functions | Heiko Carstens | 2023-09-19 | 25 | -98/+98 |
* | s390/ctlreg: cleanup inline assemblies | Heiko Carstens | 2023-09-19 | 1 | -9/+22 |
* | s390/ctlreg: rename ctl_reg.h to ctlreg.h | Heiko Carstens | 2023-09-19 | 12 | -16/+14 |
* | s390/ctlreg: move control register code to separate file | Heiko Carstens | 2023-09-19 | 9 | -56/+74 |
* | s390/setup: use strlcat() instead of strcat() | Heiko Carstens | 2023-09-19 | 1 | -1/+1 |
* | s390/smp: keep the original lowcore for CPU 0 | Ilya Leoshkevich | 2023-09-19 | 3 | -64/+0 |
* | s390/smp: disallow CPU hotplug of CPU 0 | Tobias Huschle | 2023-09-19 | 1 | -4/+2 |
* | s390/smp,mcck: fix early IPI handling | Heiko Carstens | 2023-09-19 | 2 | -11/+5 |
* | Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 2023-09-08 | 1 | -0/+10 |
|\ |
|
| * | s390/bpf: Pass through tail call counter in trampolines | Ilya Leoshkevich | 2023-09-06 | 1 | -0/+10 |
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2023-09-07 | 9 | -18/+186 |
|\ \ |
|
| * \ | Merge tag 'kvm-s390-next-6.6-1' of https://git.kernel.org/pub/scm/linux/kerne... | Paolo Bonzini | 2023-08-31 | 10 | -31/+211 |
| |\ \ |
|
| | * | | KVM: s390: pv: Allow AP-instructions for pv-guests | Steffen Eiden | 2023-08-28 | 2 | -3/+15 |
| | * | | KVM: s390: Add UV feature negotiation | Steffen Eiden | 2023-08-28 | 3 | -0/+91 |
| | * | | s390/uv: UV feature check utility | Steffen Eiden | 2023-08-28 | 4 | -3/+10 |
| | * | | KVM: s390: pv: relax WARN_ONCE condition for destroy fast | Viktor Mihajlovski | 2023-08-28 | 1 | -1/+2 |