index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
vmx
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-07-05
Revert "mtd: rawnand: sunxi: Add A23/A33 DMA support"
Miquel Raynal
1
-36
/
+2
2019-07-05
i2c: tegra: Add Dmitry as a reviewer
Dmitry Osipenko
1
-0
/
+1
2019-07-05
KVM: arm64/sve: Fix vq_present() macro to yield a bool
Zhang Lei
1
-1
/
+1
2019-07-05
swap_readpage(): avoid blk_wake_io_task() if !synchronous
Oleg Nesterov
1
-5
/
+8
2019-07-05
devres: allow const resource arguments
Arnd Bergmann
2
-2
/
+4
2019-07-05
mm/vmscan.c: prevent useless kswapd loops
Shakeel Butt
1
-12
/
+15
2019-07-05
fs/userfaultfd.c: disable irqs for fault_pending and event locks
Eric Biggers
1
-16
/
+26
2019-07-05
mm/page_alloc.c: fix regression with deferred struct page init
Juergen Gross
1
-1
/
+2
2019-07-04
ptrace: Fix ->ptracer_cred handling for PTRACE_TRACEME
Jann Horn
1
-3
/
+1
2019-07-04
drm/imx: only send event on crtc disable if kept disabled
Robert Beckett
1
-1
/
+1
2019-07-04
drm/imx: notify drm core before sending event during crtc disable
Robert Beckett
1
-2
/
+2
2019-07-03
nfsd: Fix overflow causing non-working mounts on 1 TB machines
Paul Menzel
1
-1
/
+1
2019-07-03
crypto: user - prevent operating on larval algorithms
Eric Biggers
1
-0
/
+3
2019-07-03
crypto: cryptd - Fix skcipher instance memory leak
Vincent Whitchurch
1
-0
/
+1
2019-07-03
lib/mpi: Fix karactx leak in mpi_powm
Herbert Xu
1
-4
/
+2
2019-07-03
Bluetooth: Fix faulty expression for minimum encryption key size check
Matias Karhumaa
1
-1
/
+1
2019-07-02
gpio/spi: Fix spi-gpio regression on active high CS
Linus Walleij
1
-1
/
+8
2019-07-02
ftrace/x86: Anotate text_mutex split between ftrace_arch_code_modify_post_pro...
Jiri Kosina
1
-0
/
+2
2019-07-02
ALSA: line6: Fix write on zero-sized buffer
Takashi Iwai
1
-0
/
+5
2019-07-02
KVM: LAPIC: Fix pending interrupt in IRR blocked by software disable LAPIC
Wanpeng Li
1
-1
/
+1
2019-07-02
KVM: nVMX: Change KVM_STATE_NESTED_EVMCS to signal vmcs12 is copied from eVMCS
Liran Alon
2
-9
/
+17
2019-07-02
KVM: nVMX: Allow restore nested-state to enable eVMCS when vCPU in SMM
Liran Alon
1
-1
/
+4
2019-07-02
KVM: x86: degrade WARN to pr_warn_ratelimited
Paolo Bonzini
1
-3
/
+3
2019-07-02
ARM: davinci: da830-evm: fix GPIO lookup for OHCI
Bartosz Golaszewski
1
-1
/
+1
2019-07-02
ARM: davinci: omapl138-hawk: add missing regulator constraints for OHCI
Bartosz Golaszewski
1
-0
/
+3
2019-07-02
ARM: davinci: da830-evm: add missing regulator constraints for OHCI
Bartosz Golaszewski
1
-0
/
+3
2019-07-02
drm/i915/ringbuffer: EMIT_INVALIDATE *before* switch context
Chris Wilson
1
-3
/
+3
2019-07-02
soc: ti: fix irq-ti-sci link error
Arnd Bergmann
2
-3
/
+3
2019-07-01
ALSA: hda: Fix widget_mutex incomplete protection
Evan Green
1
-6
/
+12
2019-07-01
drm/amdgpu/gfx9: use reset default for PA_SC_FIFO_SIZE
Alex Deucher
1
-19
/
+0
2019-07-01
ALSA: firewire-lib/fireworks: fix miss detection of received MIDI messages
Takashi Sakamoto
1
-1
/
+1
2019-07-01
vfs: move_mount: reject moving kernel internal mounts
Eric Biggers
1
-3
/
+4
2019-07-01
fork: return proper negative error code
Christian Brauner
1
-0
/
+1
2019-07-01
drm/amdgpu: Don't skip display settings in hwmgr_resume()
Lyude Paul
1
-1
/
+1
2019-07-01
drm/amd/powerplay: use hardware fan control if no powerplay fan table
Evan Quan
3
-1
/
+8
2019-07-01
mtd: rawnand: ingenic: Fix ingenic_ecc dependency
Paul Cercueil
4
-11
/
+4
2019-07-01
mtd: spinand: Fix max_bad_eraseblocks_per_lun info in memorg
Frieder Schrempf
2
-3
/
+3
2019-06-30
Linux 5.2-rc7
v5.2-rc7
Linus Torvalds
1
-2
/
+2
2019-06-29
linux/kernel.h: fix overflow for DIV_ROUND_UP_ULL
Vinod Koul
1
-1
/
+2
2019-06-29
mm, swap: fix THP swap out
Huang Ying
1
-5
/
+2
2019-06-29
fork,memcg: alloc_thread_stack_node needs to set tsk->stack
Andrea Arcangeli
1
-1
/
+5
2019-06-29
MAINTAINERS: add CLANG/LLVM BUILD SUPPORT info
Nick Desaulniers
1
-0
/
+8
2019-06-29
mm/vmalloc.c: avoid bogus -Wmaybe-uninitialized warning
Arnd Bergmann
1
-2
/
+2
2019-06-29
mm/page_idle.c: fix oops because end_pfn is larger than max_pfn
Colin Ian King
1
-2
/
+2
2019-06-29
initramfs: fix populate_initrd_image() section mismatch
Geert Uytterhoeven
1
-2
/
+2
2019-06-29
mm/oom_kill.c: fix uninitialized oc->constraint
Yafang Shao
1
-7
/
+5
2019-06-29
mm: hugetlb: soft-offline: dissolve_free_huge_page() return zero on !PageHuge
Naoya Horiguchi
2
-13
/
+21
2019-06-29
mm: soft-offline: return -EBUSY if set_hwpoison_free_buddy_page() fails
Naoya Horiguchi
1
-0
/
+2
2019-06-29
signal: remove the wrong signal_pending() check in restore_user_sigmask()
Oleg Nesterov
6
-28
/
+36
2019-06-29
fs/binfmt_flat.c: make load_flat_shared_library() work
Jann Horn
1
-16
/
+7
[next]