summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-06-08HID: asus: Add support for Zen AiO MD-5110 keyboardDaniel Drake3-0/+3
2017-06-08HID: move Asus keyboard support from hid-chicony to hid-asusDaniel Drake4-6/+33
2017-06-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds8-40/+119
2017-06-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-0/+1
2017-06-02Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-15/+12
2017-06-02Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-12/+83
2017-06-02HID: asus: Stop underlying hardware on removeCarlo Caione1-0/+2
2017-06-01Merge tag 'nfsd-4.12-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds4-35/+17
2017-06-01Merge tag 'gcc-plugins-v4.12-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds10-60/+48
2017-06-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-102/+83
2017-06-01Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2-3/+3
2017-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds9-92/+241
2017-06-01Revert "x86/PAT: Fix Xorg regression on CPUs that don't support PAT"Ingo Molnar1-6/+3
2017-06-01KVM: x86: Fix nmi injection failure when vcpu got blockedZhuangYanying1-2/+5
2017-06-01KVM: SVM: do not zero out segment attributes if segment is unusable or not pr...Roman Pen1-13/+11
2017-05-31Merge tag 'drm-fixes-for-v4.12-rc4' of git://people.freedesktop.org/~airlied/...Linus Torvalds24-154/+169
2017-06-01Merge tag 'exynos-drm-fixes-for-v4.12' of git://git.kernel.org/pub/scm/linux/...Dave Airlie3-28/+11
2017-06-01Merge branch 'drm-fixes-4.12' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie1-27/+68
2017-06-01Merge branch 'msm-fixes-4.12-rc4' of git://people.freedesktop.org/~robclark/l...Dave Airlie10-20/+35
2017-06-01Merge tag 'drm-intel-fixes-2017-05-29' of git://anongit.freedesktop.org/git/d...Dave Airlie10-79/+55
2017-05-31iscsi-target: Always wait for kthread_should_stop() before kthread exitJiang Yi4-8/+34
2017-05-31iscsi-target: Fix initial login PDU asynchronous socket close OOPsNicholas Bellinger2-62/+133
2017-05-31drm/amdgpu: Program ring for vce instance 1 at its register spaceLeo Liu1-27/+68
2017-05-31Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds9-44/+178
2017-05-30"Yes, people use FOLL_FORCE ;)"Linus Torvalds1-1/+1
2017-05-30KVM: SVM: ignore type when setting segment registersGioh Kim1-1/+1
2017-05-30KVM: nVMX: fix nested_vmx_check_vmptr failure paths under debuggingRadim Krčmář1-83/+57
2017-05-29Merge tag 'pinctrl-v4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds12-52/+50
2017-05-29kthread: fix boot hang (regression) on MIPS/OpenRISCVegard Nossum2-3/+0
2017-05-29ovl: filter trusted xattr for non-adminMiklos Szeredi1-1/+11
2017-05-29HID: i2c: Call acpi_device_fix_up_power for ACPI-enumerated devicesHans de Goede1-0/+13
2017-05-29ovl: mark upper merge dir with type origin entries "impure"Amir Goldstein6-58/+60
2017-05-29x86/debug/32: Convert a smp_processor_id() call to raw to avoid DEBUG_PREEMPT...Borislav Petkov1-1/+1
2017-05-29x86/microcode/AMD: Change load_microcode_amd()'s param to bool to fix preempt...Borislav Petkov1-8/+8
2017-05-29drm/exynos: clean up description of exynos_drm_crtcInki Dae1-4/+1
2017-05-29drm/exynos: dsi: Remove bridge node reference in removalHoegeun Kwon1-0/+4
2017-05-29drm/exynos: dsi: Fix the parse_dt functionHoegeun Kwon1-17/+5
2017-05-29drm/exynos: Merge pre/postclose hooksDaniel Vetter1-7/+1
2017-05-28Linux 4.12-rc3v4.12-rc3Linus Torvalds1-1/+1
2017-05-28Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds4-17/+11
2017-05-28mtk-vcodec: Use designated initializersKees Cook3-12/+12
2017-05-28drm/amd/powerplay: Use designated initializersKees Cook1-10/+10
2017-05-28drm/amdgpu: Use designated initializersKees Cook1-5/+5
2017-05-28sgi-xp: Use designated initializersKees Cook2-30/+18
2017-05-28ocfs2: Use ERR_CAST() to avoid cross-structure castKees Cook1-1/+1
2017-05-28ntfs: Use ERR_CAST() to avoid cross-structure castKees Cook1-1/+1
2017-05-28NFS: Use ERR_CAST() to avoid cross-structure castKees Cook1-1/+1
2017-05-28efi/bgrt: Skip efi_bgrt_init() in case of non-EFI bootDave Young1-0/+3
2017-05-28x86/efi: Correct EFI identity mapping under 'efi=old_map' when KASLR is enabledBaoquan He1-8/+71
2017-05-28x86/efi: Disable runtime services on kexec kernel if booted with efi=old_mapSai Praneeth1-2/+4