| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | KVM: Opt out of generic hardware enabling on s390 and PPC | Sean Christopherson | 2022-12-29 | 2 | -7/+0 |
| * | | | | | | KVM: Drop kvm_arch_check_processor_compat() hook | Sean Christopherson | 2022-12-29 | 1 | -6/+1 |
| * | | | | | | KVM: Drop kvm_arch_{init,exit}() hooks | Sean Christopherson | 2022-12-29 | 1 | -10/+0 |
| * | | | | | | KVM: s390: Mark __kvm_s390_init() and its descendants as __init | Sean Christopherson | 2022-12-29 | 5 | -6/+6 |
| * | | | | | | KVM: s390: Do s390 specific init without bouncing through kvm_init() | Sean Christopherson | 2022-12-29 | 1 | -4/+25 |
| * | | | | | | KVM: Drop arch hardware (un)setup hooks | Sean Christopherson | 2022-12-29 | 1 | -10/+0 |
| * | | | | | | KVM: s390: Move hardware setup/unsetup to init/exit | Sean Christopherson | 2022-12-29 | 1 | -10/+13 |
| * | | | | | | KVM: s390: Unwind kvm_arch_init() piece-by-piece() if a step fails | Sean Christopherson | 2022-12-29 | 1 | -7/+14 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2023-02-24 | 1 | -0/+17 |
|\ \ \ \ \ \ |
|
| * \ \ \ \ \ | Merge tag 'v6.2' into iommufd.git for-next | Jason Gunthorpe | 2023-02-21 | 12 | -76/+111 |
| |\ \ \ \ \ \
| | | |/ / / /
| | |/| | | | |
|
| * | | | | | | Merge branch 'iommu-memory-accounting' of ssh://gitolite.kernel.org/pub/scm/l... | Jason Gunthorpe | 2023-01-30 | 2 | -16/+20 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | irq/s390: Add arch_is_isolated_msi() for s390 | Jason Gunthorpe | 2023-01-11 | 1 | -0/+17 |
| | |_|/ / / /
| |/| | | | | |
|
* | | | | | | | Merge tag 'iommu-updates-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2023-02-24 | 2 | -16/+20 |
|\ \ \ \ \ \ \ |
|
| | \ \ \ \ \ \ | |
| | \ \ \ \ \ \ | |
| *-. \ \ \ \ \ \ | Merge branches 'apple/dart', 'arm/exynos', 'arm/renesas', 'arm/smmu', 'x86/vt... | Joerg Roedel | 2023-02-18 | 2 | -16/+20 |
| |\ \ \ \ \ \ \ \
| | | |/ / / / / /
| | |/| / / / / /
| | | |/ / / / /
| | |_| / / / /
| |/| | / / / |
|
| | | * | | | | iommu/s390: Use GFP_KERNEL in sleepable contexts | Jason Gunthorpe | 2023-01-25 | 1 | -1/+1 |
| | | * | | | | iommu/s390: Push the gfp parameter to the kmem_cache_alloc()'s | Jason Gunthorpe | 2023-01-25 | 2 | -16/+20 |
| | |/ / / / |
|
* | | | | | | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2023-02-23 | 4 | -11/+10 |
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | | |
|
| * | | | | | mm: replace vma->vm_flags indirect modification in ksm_madvise | Suren Baghdasaryan | 2023-02-09 | 1 | -1/+5 |
| * | | | | | mm: replace vma->vm_flags direct modifications with modifier calls | Suren Baghdasaryan | 2023-02-09 | 1 | -2/+1 |
| * | | | | | mm: add vma_alloc_zeroed_movable_folio() | Matthew Wilcox (Oracle) | 2023-02-02 | 1 | -3/+2 |
| * | | | | | mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVE | David Hildenbrand | 2023-02-02 | 1 | -1/+0 |
| * | | | | | mm: remove zap_page_range and create zap_vma_pages | Mike Kravetz | 2023-01-18 | 2 | -4/+2 |
* | | | | | | Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 2023-02-21 | 1 | -37/+678 |
|\ \ \ \ \ \ |
|
| * \ \ \ \ \ | Daniel Borkmann says: | Jakub Kicinski | 2023-02-10 | 1 | -37/+678 |
| |\ \ \ \ \ \
| | |_|/ / / /
| |/| | | | | |
|
| | * | | | | | s390/bpf: Implement bpf_jit_supports_kfunc_call() | Ilya Leoshkevich | 2023-01-29 | 1 | -2/+23 |
| | * | | | | | s390/bpf: Implement bpf_jit_supports_subprog_tailcalls() | Ilya Leoshkevich | 2023-01-29 | 1 | -10/+27 |
| | * | | | | | s390/bpf: Implement arch_prepare_bpf_trampoline() | Ilya Leoshkevich | 2023-01-29 | 1 | -22/+520 |
| | * | | | | | s390/bpf: Implement bpf_arch_text_poke() | Ilya Leoshkevich | 2023-01-29 | 1 | -0/+97 |
| | * | | | | | s390/bpf: Add expoline to tail calls | Ilya Leoshkevich | 2023-01-29 | 1 | -2/+10 |
| | * | | | | | s390/bpf: Fix a typo in a comment | Ilya Leoshkevich | 2023-01-28 | 1 | -1/+1 |
| | | |_|_|/
| | |/| | | |
|
* | | | | | | Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds | 2023-02-21 | 2 | -5/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | crypto: s390/aes - drop redundant xts key check | Vladis Dronov | 2023-01-06 | 1 | -4/+0 |
| * | | | | | | crypto: xts - drop xts_check_key() | Vladis Dronov | 2023-01-06 | 1 | -1/+1 |
| | |_|_|/ /
| |/| | | | |
|
* | | | | | | Merge tag 's390-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/... | Linus Torvalds | 2023-02-21 | 77 | -1367/+1935 |
|\ \ \ \ \ \ |
|
| * | | | | | | s390/irq,idle: simplify idle check | Heiko Carstens | 2023-02-15 | 3 | -6/+4 |
| * | | | | | | s390/processor: add test_and_set_cpu_flag() and test_and_clear_cpu_flag() | Heiko Carstens | 2023-02-15 | 1 | -0/+16 |
| * | | | | | | s390/processor: let cpu helper functions return boolean values | Heiko Carstens | 2023-02-15 | 1 | -4/+5 |
| * | | | | | | s390/kfence: fix page fault reporting | Heiko Carstens | 2023-02-15 | 1 | -14/+35 |
| * | | | | | | s390/zcrypt: introduce ctfm field in struct CPRBX | Harald Freudenberger | 2023-02-15 | 1 | -1/+2 |
| * | | | | | | s390: remove confusing comment from uapi types header file | Heiko Carstens | 2023-02-14 | 1 | -4/+1 |
| * | | | | | | s390/entry: remove toolchain dependent micro-optimization | Heiko Carstens | 2023-02-14 | 1 | -6/+0 |
| * | | | | | | s390/mem_detect: do not truncate online memory ranges info | Vasily Gorbik | 2023-02-14 | 8 | -28/+40 |
| * | | | | | | s390/vx: remove __uint128_t type from __vector128 struct again | Heiko Carstens | 2023-02-14 | 1 | -1/+0 |
| * | | | | | | s390/mm: add support for RDP (Reset DAT-Protection) | Gerald Schaefer | 2023-02-14 | 4 | -1/+90 |
| * | | | | | | s390/mm: define private VM_FAULT_* reasons from top bits | Peter Xu | 2023-02-14 | 1 | -5/+9 |
| * | | | | | | s390/ap: fix status returned by ap_qact() | Halil Pasic | 2023-02-10 | 1 | -1/+4 |
| * | | | | | | s390/ap: fix status returned by ap_aqic() | Halil Pasic | 2023-02-10 | 1 | -2/+5 |
| * | | | | | | Revert "s390/mem_detect: do not update output parameters on failure" | Heiko Carstens | 2023-02-09 | 1 | -1/+4 |
| * | | | | | | s390/idle: remove arch_cpu_idle_time() and corresponding code | Heiko Carstens | 2023-02-09 | 3 | -74/+11 |
| * | | | | | | s390/vx: use simple assignments to access __vector128 members | Heiko Carstens | 2023-02-09 | 5 | -10/+10 |