index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-06
KVM: arm64: Don't log IMP DEF sysreg traps
Mark Rutland
1
-0
/
+8
2019-12-06
KVM: arm64: Sanely ratelimit sysreg messages
Mark Rutland
2
-8
/
+21
2019-12-06
KVM: arm/arm64: vgic: Use wrapper function to lock/unlock all vcpus in kvm_vg...
Miaohe Lin
1
-15
/
+4
2019-12-06
KVM: arm/arm64: vgic: Fix potential double free dist->spis in __kvm_vgic_dest...
Miaohe Lin
1
-0
/
+1
2019-12-06
KVM: arm/arm64: Get rid of unused arg in cpu_init_hyp_mode()
Miaohe Lin
1
-2
/
+2
2019-11-08
Merge remote-tracking branch 'kvmarm/misc-5.5' into kvmarm/next
Marc Zyngier
16
-63
/
+97
2019-11-08
KVM: arm64: Opportunistically turn off WFI trapping when using direct LPI inj...
Marc Zyngier
3
-6
/
+11
2019-11-08
KVM: vgic-v4: Track the number of VLPIs per vcpu
Marc Zyngier
4
-0
/
+8
2019-11-07
KVM: arm/arm64: Let the timer expire in hardirq context on RT
Thomas Gleixner
1
-4
/
+4
2019-10-29
KVM: arm/arm64: vgic: Don't rely on the wrong pending table
Zenghui Yu
1
-3
/
+3
2019-10-29
KVM: arm/arm64: vgic: Fix some comments typo
Zenghui Yu
3
-3
/
+3
2019-10-29
KVM: arm/arm64: vgic: Remove the declaration of kvm_send_userspace_msi()
Zenghui Yu
1
-2
/
+0
2019-10-28
KVM: arm64: vgic-v4: Move the GICv4 residency flow to be driven by vcpu_load/put
Marc Zyngier
8
-42
/
+48
2019-10-28
KVM: arm64: Don't set HCR_EL2.TVM when S2FWB is supported
Christoffer Dall
2
-3
/
+12
2019-10-28
KVM: arm/arm64: Show halt poll counters in debugfs
Christian Borntraeger
2
-0
/
+8
2019-10-24
Merge remote-tracking branch 'kvmarm/kvm-arm64/stolen-time' into kvmarm-maste...
Marc Zyngier
36
-207
/
+774
2019-10-24
KVM: arm64: Select TASK_DELAY_ACCT+TASKSTATS rather than SCHEDSTATS
Steven Price
1
-1
/
+4
2019-10-21
arm64: Retrieve stolen time as paravirtualized guest
Steven Price
5
-4
/
+155
2019-10-21
arm/arm64: Make use of the SMCCC 1.1 wrapper
Steven Price
2
-60
/
+34
2019-10-21
arm/arm64: Provide a wrapper for SMCCC 1.1 calls
Steven Price
1
-0
/
+45
2019-10-21
KVM: arm64: Provide VCPU attributes for stolen time
Steven Price
5
-0
/
+79
2019-10-21
KVM: Allow kvm_device_ops to be const
Steven Price
2
-5
/
+5
2019-10-21
KVM: arm64: Support stolen time reporting via shared structure
Steven Price
7
-0
/
+111
2019-10-21
KVM: Implement kvm_put_guest()
Steven Price
1
-0
/
+22
2019-10-21
KVM: arm64: Implement PV_TIME_FEATURES call
Steven Price
7
-1
/
+67
2019-10-21
KVM: arm/arm64: Factor out hypercall handling from PSCI code
Christoffer Dall
9
-87
/
+112
2019-10-21
KVM: arm64: Document PV-time interface
Steven Price
2
-0
/
+94
2019-10-21
Merge remote-tracking branch 'arm64/for-next/smccc-conduit-cleanup' into kvm-...
Marc Zyngier
8
-60
/
+57
2019-10-21
KVM: arm/arm64: Allow user injection of external data aborts
Christoffer Dall
8
-5
/
+49
2019-10-21
KVM: arm/arm64: Allow reporting non-ISV data aborts to userspace
Christoffer Dall
9
-1
/
+96
2019-10-14
firmware: arm_sdei: use common SMCCC_CONDUIT_*
Mark Rutland
3
-13
/
+8
2019-10-14
firmware/psci: use common SMCCC_CONDUIT_*
Mark Rutland
2
-23
/
+11
2019-10-14
arm: spectre-v2: use arm_smccc_1_1_get_conduit()
Mark Rutland
1
-7
/
+3
2019-10-14
arm64: errata: use arm_smccc_1_1_get_conduit()
Mark Rutland
1
-25
/
+12
2019-10-14
arm/arm64: smccc/psci: add arm_smccc_1_1_get_conduit()
Mark Rutland
2
-0
/
+31
2019-10-13
Linux 5.4-rc3
Linus Torvalds
1
-1
/
+1
2019-10-13
Merge tag 'trace-v5.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
15
-132
/
+223
2019-10-13
Merge tag 'hwmon-for-v5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
5
-9
/
+47
2019-10-13
Merge tag 'fixes-for-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-4
/
+3
2019-10-13
Merge tag 'for-linus-20191012' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-17
/
+20
2019-10-12
tracing: Initialize iter->seq after zeroing in tracing_read_pipe()
Petr Mladek
1
-0
/
+1
2019-10-12
tracing/hwlat: Don't ignore outer-loop duration when calculating max_latency
Srivatsa S. Bhat (VMware)
1
-0
/
+2
2019-10-12
tracing/hwlat: Report total time spent in all NMIs during the sample
Srivatsa S. Bhat (VMware)
1
-1
/
+1
2019-10-12
recordmcount: Fix nop_mcount() function
Steven Rostedt (VMware)
1
-4
/
+1
2019-10-12
tracing: Do not create tracefs files if tracefs lockdown is in effect
Steven Rostedt (VMware)
1
-0
/
+4
2019-10-12
tracing: Add locked_down checks to the open calls of files created for tracefs
Steven Rostedt (VMware)
10
-4
/
+98
2019-10-12
tracing: Add tracing_check_open_get_tr()
Steven Rostedt (VMware)
6
-60
/
+81
2019-10-12
tracing: Have trace events system open call tracing_open_generic_tr()
Steven Rostedt (VMware)
3
-15
/
+5
2019-10-12
tracing: Get trace_array reference for available_tracers files
Steven Rostedt (VMware)
1
-2
/
+15
2019-10-12
ftrace: Get a reference counter for the trace_array on filter files
Steven Rostedt (VMware)
1
-9
/
+18
[next]