Age | Commit message (Expand) | Author | Files | Lines |
2016-06-17 | Merge tag 'pwm/for-4.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 4 | -3/+7 |
2016-06-17 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 12 | -23/+67 |
2016-06-17 | Merge tag 'nfsd-4.7-1' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 10 | -57/+70 |
2016-06-17 | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 4 | -25/+32 |
2016-06-17 | KEYS: potential uninitialized variable | Dan Carpenter | 1 | -1/+1 |
2016-06-16 | kvm: vmx: check apicv is active before using VT-d posted interrupt | Yang Zhang | 1 | -5/+10 |
2016-06-16 | kvm: Fix irq route entries exceeding KVM_MAX_IRQ_ROUTES | Xiubo Li | 1 | -1/+1 |
2016-06-16 | Merge tag 'drm-fixes-for-v4.7-rc4' of git://people.freedesktop.org/~airlied/l... | Linus Torvalds | 30 | -164/+393 |
2016-06-16 | Merge tag 'platform-drivers-x86-v4.7-2' of git://git.infradead.org/users/dvha... | Linus Torvalds | 3 | -30/+69 |
2016-06-16 | Merge tag 'upstream-4.7-rc4' of git://git.infradead.org/linux-ubifs | Linus Torvalds | 2 | -3/+16 |
2016-06-16 | Merge tag 'for-linus-4.7-2' of git://git.code.sf.net/p/openipmi/linux-ipmi | Linus Torvalds | 1 | -2/+6 |
2016-06-16 | nfsd: Make init_open_stateid() a bit more whole | Oleg Drokin | 1 | -15/+12 |
2016-06-16 | nfsd: Extend the mutex holding region around in nfsd4_process_open2() | Oleg Drokin | 1 | -3/+13 |
2016-06-16 | nfsd: Always lock state exclusively. | Oleg Drokin | 2 | -21/+21 |
2016-06-16 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 5 | -3/+79 |
2016-06-16 | Update email addresses in MAINTAINERS and .mailmap | Shuah Khan | 2 | -1/+4 |
2016-06-16 | Update my main e-mails at the Kernel tree | Mauro Carvalho Chehab | 5 | -19/+38 |
2016-06-16 | Merge branch 'drm-fixes-4.7' of git://people.freedesktop.org/~agd5f/linux int... | Dave Airlie | 13 | -56/+175 |
2016-06-16 | kvm: svm: Do not support AVIC if not CONFIG_X86_LOCAL_APIC | Suravee Suthikulpanit | 1 | -5/+10 |
2016-06-16 | kvm: svm: Fix implicit declaration for __default_cpu_present_to_apicid() | Suravee Suthikulpanit | 2 | -3/+14 |
2016-06-15 | Merge branch 'drm-etnaviv-fixes' of git://git.pengutronix.de/git/lst/linux in... | Dave Airlie | 1 | -0/+1 |
2016-06-15 | rpc: share one xps between all backchannels | J. Bruce Fields | 5 | -4/+19 |
2016-06-15 | nfsd4/rpc: move backchannel create logic into rpc code | J. Bruce Fields | 3 | -21/+11 |
2016-06-15 | SUNRPC: fix xprt leak on xps allocation failure | J. Bruce Fields | 1 | -2/+3 |
2016-06-15 | ovl: fix uid/gid when creating over whiteout | Miklos Szeredi | 1 | -2/+11 |
2016-06-15 | drm/etnaviv: initialize iommu domain page size | Lucas Stach | 1 | -0/+1 |
2016-06-15 | Merge branch 'linux-4.7' of git://github.com/skeggsb/linux into drm-fixes | Dave Airlie | 2 | -8/+10 |
2016-06-15 | drm/nouveau/iccsense: fix memory leak | Ben Skeggs | 1 | -7/+9 |
2016-06-15 | drm/nouveau/Revert "drm/nouveau/device/pci: set as non-CPU-coherent on ARM64" | Robin Murphy | 1 | -1/+1 |
2016-06-15 | drm/amd/powerplay: select samu dpm 0 as boot level on polaris. | Rex Zhu | 1 | -4/+1 |
2016-06-15 | drm/amd/powerplay: update powerplay table parsing | Rex Zhu | 4 | -34/+97 |
2016-06-15 | drm/dp/mst: Always clear proposed vcpi table for port. | Andrey Grodzovsky | 1 | -5/+3 |
2016-06-15 | drm/crtc: only store the necessary data for set_config rollback | Philipp Zabel | 1 | -18/+18 |
2016-06-15 | drm/crtc: fix connector reference counting mismatch in drm_crtc_helper_set_co... | Philipp Zabel | 1 | -8/+10 |
2016-06-15 | Merge tag 'drm-intel-fixes-2016-06-14' of git://anongit.freedesktop.org/drm-i... | Dave Airlie | 10 | -41/+132 |
2016-06-15 | drm/i915/ilk: Don't disable SSC source if it's in use | Lyude | 1 | -14/+34 |
2016-06-14 | nfsd: Fix NFSD_MDS_PR_KEY on 32-bit by adding ULL postfix | Geert Uytterhoeven | 1 | -1/+1 |
2016-06-14 | Merge branch 'kvm-mips-fixes' into HEAD | Paolo Bonzini | 5 | -8/+27 |
2016-06-14 | MIPS: KVM: Fix CACHE triggered exception emulation | James Hogan | 1 | -0/+3 |
2016-06-14 | MIPS: KVM: Don't unwind PC when emulating CACHE | James Hogan | 1 | -6/+10 |
2016-06-14 | MIPS: KVM: Include bit 31 in segment matches | James Hogan | 1 | -1/+1 |
2016-06-14 | MIPS: KVM: Fix modular KVM under QEMU | James Hogan | 4 | -1/+13 |
2016-06-14 | pwm: atmel-hlcdc: Fix default PWM polarity | Boris Brezillon | 1 | -1/+1 |
2016-06-14 | ubi: Don't bypass ->getattr() | Richard Weinberger | 2 | -13/+20 |
2016-06-14 | Revert "mtd: switch open_mtd_by_chdev() to use of vfs_stat()" | Richard Weinberger | 1 | -5/+8 |
2016-06-14 | Revert "mtd: switch ubi_open_volume_path() to vfs_stat()" | Richard Weinberger | 1 | -8/+11 |
2016-06-14 | Merge branch 'for-4.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -29/+44 |
2016-06-14 | Merge tag 'regulator-fix-v4.7-rc2' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2 | -4/+20 |
2016-06-14 | Revert "drm/amdgpu: add pipeline sync while vmid switch in same ctx" | Alex Deucher | 3 | -13/+6 |
2016-06-14 | drm/amdgpu/gfx7: fix broken condition check | Alex Deucher | 1 | -1/+1 |