index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-01
s390/mm,pageattr: don't use pte_val()/pXd_val() as lvalue
Heiko Carstens
1
-8
/
+8
2022-03-01
s390/mm,pgtable: don't use pte_val()/pXd_val() as lvalue
Heiko Carstens
2
-89
/
+77
2022-03-01
s390/mm: use set_pXd()/set_pte() helper functions everywhere
Heiko Carstens
9
-50
/
+51
2022-03-01
s390/mm: add set_pte_bit()/clear_pte_bit() helper functions
Heiko Carstens
1
-0
/
+30
2022-03-01
s390/mm: add set_pXd()/set_pte() helper functions
Heiko Carstens
1
-0
/
+25
2022-03-01
s390/entry: remove unused expoline thunk
Vasily Gorbik
1
-1
/
+0
2022-03-01
s390/ftrace: make use of epsw to get psw mask
Heiko Carstens
1
-4
/
+10
2022-03-01
s390/ptrace: remove opencoded offsetof
Heiko Carstens
1
-88
/
+76
2022-03-01
s390/smp: sort out physical vs virtual pointers usage
Alexander Gordeev
1
-3
/
+3
2022-03-01
s390/test_unwind: fix and extend kprobes test
Vasily Gorbik
1
-33
/
+50
2022-03-01
s390/test_unwind: add ftrace test
Vasily Gorbik
1
-0
/
+59
2022-03-01
s390/test_unwind: add "backtrace" module parameter
Vasily Gorbik
1
-1
/
+5
2022-03-01
s390/test_unwind: minor cleanup
Vasily Gorbik
1
-44
/
+28
2022-03-01
s390/test_unwind: show tests as skipped if unsupported
Vasily Gorbik
1
-6
/
+3
2022-03-01
s390: always use the packed stack layout
Vasily Gorbik
5
-37
/
+5
2022-03-01
Merge branch 'fixes' into features
Vasily Gorbik
8
-10
/
+65
2022-03-01
s390/extable: fix exception table sorting
Heiko Carstens
1
-2
/
+7
2022-03-01
s390/ftrace: fix arch_ftrace_get_regs implementation
Heiko Carstens
4
-5
/
+18
2022-03-01
s390/ftrace: fix ftrace_caller/ftrace_regs_caller generation
Heiko Carstens
1
-0
/
+35
2022-03-01
s390/setup: preserve memory at OLDMEM_BASE and OLDMEM_SIZE
Alexander Egorenkov
1
-0
/
+2
2022-02-09
s390/mm: use CRST_ALLOC_ORDER instead of number
Heiko Carstens
1
-4
/
+4
2022-02-09
s390/maccess: fix semantics of memcpy_real() and its callers
Alexander Gordeev
7
-40
/
+37
2022-02-09
s390/dump: fix old lowcore virtual vs physical address confusion
Alexander Gordeev
3
-2
/
+5
2022-02-06
s390/lgr: use simple assignment instead of memcpy
Heiko Carstens
1
-2
/
+1
2022-02-06
s390/dump: fix os_info virtual vs physical address confusion
Alexander Gordeev
1
-2
/
+2
2022-02-06
s390/maccess: fix absolute lowcore virtual vs physical address confusion
Alexander Gordeev
1
-8
/
+9
2022-02-06
s390/ftrace: verify opcode before applying patch
Sven Schnelle
1
-16
/
+27
2022-02-06
s390: remove invalid email address of Heiko Carstens
Heiko Carstens
23
-28
/
+3
2022-02-06
s390/module: fix building test_modules_helpers.o with clang
Ilya Leoshkevich
2
-3
/
+3
2022-02-06
Merge tag 'perf_urgent_for_v5.17_rc3' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-2
/
+16
2022-02-05
Merge tag 'for-linus-5.17a-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
4
-47
/
+10
2022-02-05
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
17
-115
/
+222
2022-02-05
Merge tag 'kvmarm-fixes-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
1728
-22078
/
+60813
2022-02-04
Merge tag 'random-5.17-rc3-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-4
/
+4
2022-02-04
lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFI
Jason A. Donenfeld
2
-4
/
+4
2022-02-04
KVM: x86: Use ERR_PTR_USR() to return -EFAULT as a __user pointer
Sean Christopherson
1
-3
/
+3
2022-02-04
KVM: x86: Report deprecated x87 features in supported CPUID
Jim Mattson
1
-6
/
+7
2022-02-03
Merge tag 'mips-fixes-5.17_2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-4
/
+10
2022-02-03
KVM: arm64: Workaround Cortex-A510's single-step and PAC trap errata
James Morse
4
-3
/
+46
2022-02-03
KVM: arm64: Stop handle_exit() from handling HVC twice when an SError occurs
James Morse
1
-0
/
+8
2022-02-03
KVM: arm64: Avoid consuming a stale esr value when SError occur
James Morse
1
-1
/
+2
2022-02-03
x86/Xen: streamline (and fix) PV CPU enumeration
Jan Beulich
2
-24
/
+6
2022-02-02
Merge tag 'kvm-riscv-fixes-5.17-1' of https://github.com/kvm-riscv/linux into...
Paolo Bonzini
2
-18
/
+33
2022-02-02
RISC-V: KVM: Fix SBI implementation version
Anup Patel
1
-1
/
+2
2022-02-02
RISC-V: KVM: make CY, TM, and IR counters accessible in VU mode
Mayuresh Chitale
1
-0
/
+4
2022-02-02
kvm/riscv: rework guest entry logic
Mark Rutland
1
-17
/
+27
2022-02-02
perf/x86/intel/pt: Fix crash with stop filters in single-range mode
Tristan Hume
1
-2
/
+3
2022-02-02
x86/perf: Default set FREEZE_ON_SMI for all
Peter Zijlstra
1
-0
/
+13
2022-02-01
kvm/arm64: rework guest entry logic
Mark Rutland
1
-18
/
+33
2022-02-01
kvm/x86: rework guest entry logic
Mark Rutland
4
-50
/
+7
[next]