index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
firmware
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-10-01
kvm: arm64: Configure VTCR_EL2.SL0 per VM
Suzuki K Poulose
2
-19
/
+49
2018-10-01
kvm: arm64: Dynamic configuration of VTTBR mask
Suzuki K Poulose
2
-10
/
+88
2018-10-01
kvm: arm64: Make stage2 page table layout dynamic
Suzuki K Poulose
1
-32
/
+52
2018-10-01
kvm: arm64: Prepare for dynamic stage2 page table layout
Suzuki K Poulose
4
-124
/
+136
2018-10-01
kvm: arm/arm64: Prepare for VM specific stage2 translations
Suzuki K Poulose
10
-134
/
+158
2018-10-01
kvm: arm64: Configure VTCR_EL2 per VM
Suzuki K Poulose
7
-81
/
+45
2018-10-01
kvm: arm/arm64: Allow arch specific configurations for VM
Suzuki K Poulose
4
-2
/
+19
2018-10-01
kvm: arm64: Clean up VTCR_EL2 initialisation
Suzuki K Poulose
2
-26
/
+11
2018-10-01
arm64: Add a helper for PARange to physical shift conversion
Suzuki K Poulose
1
-0
/
+20
2018-10-01
kvm: arm64: Add helper for loading the stage2 setting for a VM
Suzuki K Poulose
3
-3
/
+12
2018-10-01
kvm: arm/arm64: Remove spurious WARN_ON
Suzuki K Poulose
1
-1
/
+1
2018-10-01
kvm: arm/arm64: Fix stage2_flush_memslot for 4 level page table
Suzuki K Poulose
1
-1
/
+2
2018-09-23
Linux 4.19-rc5
v4.19-rc5
Greg Kroah-Hartman
1
-1
/
+1
2018-09-22
block: use nanosecond resolution for iostat
Omar Sandoval
5
-11
/
+12
2018-09-20
x86/mm: Expand static page table for fixmap space
Feng Tang
6
-8
/
+42
2018-09-20
ocfs2: fix ocfs2 read block panic
Junxiao Bi
1
-0
/
+1
2018-09-20
mm: slowly shrink slabs with a relatively small number of objects
Roman Gushchin
1
-0
/
+11
2018-09-20
kernel/sys.c: remove duplicated include
YueHaibing
1
-3
/
+0
2018-09-20
mm: shmem.c: Correctly annotate new inodes for lockdep
Joel Fernandes (Google)
1
-0
/
+2
2018-09-20
fs/proc/kcore.c: fix invalid memory access in multi-page read optimization
Dominique Martinet
1
-0
/
+1
2018-09-20
mm: disable deferred struct page for 32-bit arches
Pasha Tatashin
1
-0
/
+1
2018-09-20
fork: report pid exhaustion correctly
KJ Tsanaktsidis
1
-1
/
+1
2018-09-20
MAINTAINERS: Add X86 MM entry
Thomas Gleixner
1
-0
/
+9
2018-09-20
x86/intel_rdt: Add Reinette as co-maintainer for RDT
Fenghua Yu
1
-0
/
+1
2018-09-20
Revert "ubifs: xattr: Don't operate on deleted inodes"
Richard Weinberger
1
-24
/
+0
2018-09-20
ubifs: drop false positive assertion
Sascha Hauer
1
-1
/
+3
2018-09-20
ubifs: Check for name being NULL while mounting
Richard Weinberger
1
-0
/
+3
2018-09-20
KVM: nVMX: Fix bad cleanup on error of get/set nested state IOCTLs
Liran Alon
1
-8
/
+14
2018-09-20
drm/amdkfd: Fix ATS capablity was not reported correctly on some APUs
Yong Zhao
3
-6
/
+29
2018-09-20
drm/amdkfd: Change the control stack MTYPE from UC to NC on GFX9
Yong Zhao
5
-5
/
+10
2018-09-20
drm/amdgpu: Fix SDMA HQD destroy error on gfx_v7
Amber Lin
1
-1
/
+1
2018-09-20
pinctrl: intel: Do pin translation in other GPIO operations as well
Mika Westerberg
1
-48
/
+63
2018-09-20
floppy: Do not copy a kernel pointer to user memory in FDGETPRM ioctl
Andy Whitcroft
1
-0
/
+3
2018-09-20
libata: mask swap internal and hardware tag
Jens Axboe
1
-2
/
+12
2018-09-20
Compiler Attributes: naked can be shared
Miguel Ojeda
2
-8
/
+8
2018-09-20
Compiler Attributes: naked was fixed in gcc 4.6
Miguel Ojeda
1
-7
/
+1
2018-09-20
drm/vmwgfx: Fix buffer object eviction
Thomas Hellstrom
1
-1
/
+1
2018-09-20
drm/vmwgfx: Don't impose STDU limits on framebuffer size
Deepak Rawat
2
-35
/
+14
2018-09-20
drm/vmwgfx: limit mode size for all display unit to texture_max
Deepak Rawat
1
-3
/
+7
2018-09-20
drm/vmwgfx: limit screen size to stdu_max during check_modeset
Deepak Rawat
1
-8
/
+22
2018-09-20
drm/vmwgfx: don't check for old_crtc_state enable status
Deepak Rawat
1
-1
/
+1
2018-09-20
drm/amdgpu: add new polaris pci id
Alex Deucher
2
-6
/
+9
2018-09-20
kvm: selftests: Add platform_info_test
Drew Schmitt
5
-1
/
+206
2018-09-20
KVM: x86: Control guest reads of MSR_PLATFORM_INFO
Drew Schmitt
4
-0
/
+22
2018-09-20
KVM: x86: Turbo bits in MSR_PLATFORM_INFO
Drew Schmitt
1
-1
/
+0
2018-09-20
nVMX x86: Check VPID value on vmentry of L2 guests
Krish Sadhukhan
1
-0
/
+3
2018-09-20
nVMX x86: check posted-interrupt descriptor addresss on vmentry of L2
Krish Sadhukhan
1
-1
/
+5
2018-09-20
KVM: nVMX: Wake blocked vCPU in guest-mode if pending interrupt in virtual APICv
Liran Alon
3
-1
/
+32
2018-09-20
KVM: VMX: check nested state and CR4.VMXE against SMM
Paolo Bonzini
1
-2
/
+11
2018-09-20
kvm: x86: make kvm_{load|put}_guest_fpu() static
Sebastian Andrzej Siewior
2
-25
/
+23
[next]