index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
xz_wrap.sh
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-12-24
pwm: imx: Add ipg clock operation
Anson Huang
1
-5
/
+48
2018-12-24
pwm: clps711x: Switch to SPDX identifier
Alexander Shiyan
1
-7
/
+2
2018-12-24
pwm: clps711x: Fix period calculation
Alexander Shiyan
1
-2
/
+2
2018-12-24
pwm: bcm2835: Switch to SPDX identifier
Stefan Wahren
1
-4
/
+1
2018-12-24
pwm: Enable Kona PWM to be built for the Cygnus architecture
Clément Péron
1
-1
/
+3
2018-12-24
Linux 4.20
v4.20
Linus Torvalds
1
-1
/
+1
2018-12-22
Revert "vfs: Allow userns root to call mknod on owned filesystems."
Christian Brauner
1
-2
/
+1
2018-12-22
dma-mapping: fix flags in dma_alloc_wc
Christoph Hellwig
1
-1
/
+1
2018-12-21
mm, page_alloc: fix has_unmovable_pages for HugePages
Oscar Salvador
1
-2
/
+5
2018-12-21
fork,memcg: fix crash in free_thread_stack on memcg charge fail
Rik van Riel
1
-2
/
+7
2018-12-21
mm: thp: fix flags for pmd migration when split
Peter Xu
1
-9
/
+11
2018-12-21
mm, memory_hotplug: initialize struct pages for the full memory section
Mikhail Zaslonko
1
-0
/
+12
2018-12-21
auxdisplay: charlcd: fix x/y command parsing
Mans Rullgard
1
-0
/
+3
2018-12-21
serial/sunsu: fix refcount leak
Yangtao Li
1
-5
/
+26
2018-12-21
sparc: Set "ARCH: sunxx" information on the same line
Corentin Labbe
2
-9
/
+8
2018-12-21
sparc: vdso: Drop implicit common-page-size linker flag
ndesaulniers@google.com
1
-1
/
+1
2018-12-21
qmi_wwan: Fix qmap header retrieval in qmimux_rx_fixup
Daniele Palmas
1
-7
/
+8
2018-12-21
qmi_wwan: Add support for Fibocom NL678 series
Jörgen Storvist
1
-0
/
+1
2018-12-21
tls: Do not call sk_memcopy_from_iter with zero length
Vakul Garg
1
-4
/
+6
2018-12-21
ipv6: tunnels: fix two use-after-free
Eric Dumazet
2
-0
/
+2
2018-12-21
Prevent overflow of sk_msg in sk_msg_clone()
Vakul Garg
1
-0
/
+3
2018-12-21
packet: validate address length
Willem de Bruijn
1
-0
/
+4
2018-12-21
net: netxen: fix a missing check and an uninitialized use
Kangjie Lu
1
-1
/
+2
2018-12-21
RISC-V: Select GENERIC_SCHED_CLOCK for clocksource drivers
Anup Patel
1
-0
/
+1
2018-12-21
RISC-V: lib: minor asm cleanup
Olof Johansson
2
-48
/
+53
2018-12-21
RISC-V: Update Kconfig to better handle CMDLINE
Nick Kossifidis
1
-24
/
+33
2018-12-21
riscv: remove unused variable in ftrace
David Abdurachmanov
1
-1
/
+0
2018-12-21
RISC-V: add of_node_put()
Yangtao Li
1
-0
/
+1
2018-12-21
RISC-V: Fix of_node_* refcount
Atish Patra
5
-1
/
+20
2018-12-21
riscv, atomic: Add #define's for the atomic_{cmp,}xchg_*() variants
Andrea Parri
1
-0
/
+9
2018-12-21
KVM: x86: Add CPUID support for new instruction WBNOINVD
Robert Hoo
2
-1
/
+2
2018-12-21
kvm: selftests: ucall: fix exit mmio address guessing
Andrew Jones
1
-11
/
+19
2018-12-21
Revert "compiler-gcc: disable -ftracer for __noclone functions"
Sean Christopherson
1
-8
/
+1
2018-12-21
regulator: tps65910: fix a missing check of return value
Kangjie Lu
1
-1
/
+3
2018-12-21
KVM: VMX: Move VM-Enter + VM-Exit handling to non-inline sub-routines
Sean Christopherson
5
-34
/
+78
2018-12-21
KVM: VMX: Explicitly reference RCX as the vmx_vcpu pointer in asm blobs
Sean Christopherson
2
-42
/
+50
2018-12-21
regulator: mcp16502: Select REGMAP_I2C to fix build error
Axel Lin
1
-0
/
+1
2018-12-21
KVM: x86: Use jmp to invoke kvm_spurious_fault() from .fixup
Sean Christopherson
1
-1
/
+1
2018-12-21
MAINTAINERS: Add arch/x86/kvm sub-directories to existing KVM/x86 entry
Sean Christopherson
1
-0
/
+1
2018-12-21
KVM/x86: Use SVM assembly instruction mnemonics instead of .byte streams
Uros Bizjak
2
-13
/
+6
2018-12-21
KVM/MMU: Flush tlb directly in the kvm_zap_gfn_range()
Lan Tianyu
1
-3
/
+13
2018-12-21
KVM/MMU: Flush tlb directly in kvm_set_pte_rmapp()
Lan Tianyu
1
-0
/
+5
2018-12-21
KVM/MMU: Move tlb flush in kvm_set_pte_rmapp() to kvm_mmu_notifier_change_pte()
Lan Tianyu
2
-7
/
+6
2018-12-21
KVM: Make kvm_set_spte_hva() return int
Lan Tianyu
10
-11
/
+17
2018-12-21
KVM: Replace old tlb flush function with new one to flush a specified range.
Lan Tianyu
2
-11
/
+23
2018-12-21
KVM/MMU: Add tlb flush with range helper function
Lan Tianyu
1
-1
/
+36
2018-12-21
KVM/VMX: Add hv tlb range flush support
Lan Tianyu
1
-17
/
+44
2018-12-21
x86/hyper-v: Add HvFlushGuestAddressList hypercall support
Lan Tianyu
4
-0
/
+141
2018-12-21
KVM: Add tlb_remote_flush_with_range callback in kvm_x86_ops
Lan Tianyu
1
-0
/
+7
2018-12-21
KVM: x86: Disable Intel PT when VMXON in L1 guest
Luwei Kang
2
-1
/
+8
[next]