summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86/mm: Disallow running with 32-bit PTEs to work around erratumDave Hansen2016-07-135-0/+38
* x86/mm: Ignore A/D bits in pte/pmd/pud_none()Dave Hansen2016-07-132-3/+16
* x86/mm: Move swap offset/type up in PTE to work around erratumDave Hansen2016-07-131-6/+20
* selftests/x86: Add vDSO mremap() testDmitry Safonov2016-07-082-1/+112
* x86/vdso: Add mremap hook to vm_special_mappingDmitry Safonov2016-07-083-5/+55
* x86/mm/pat, /dev/mem: Remove superfluous error messageJiri Kosina2016-07-082-9/+2
* Merge tag 'v4.7-rc6' into x86/mm, to merge fixes before applying new changesIngo Molnar2016-07-0810432-275474/+580032
|\
| * Linux 4.7-rc6v4.7-rc6Linus Torvalds2016-07-031-1/+1
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2016-07-034-2/+37
| |\
| | * fuse: serialize dirops by defaultMiklos Szeredi2016-06-304-2/+37
| * | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-07-032-8/+33
| |\ \
| | * | ovl: warn instead of error if d_type is not supportedVivek Goyal2016-07-031-5/+7
| | * | ovl: get_write_access() in truncateMiklos Szeredi2016-06-291-0/+21
| | * | ovl: fix dentry leak for default_permissionsMiklos Szeredi2016-06-291-3/+5
| | |/
| * | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-07-021-4/+6
| |\ \
| | * | MIPS: Fix possible corruption of cache mode by mprotect.Ralf Baechle2016-07-021-4/+6
| | |/
| * | Merge tag 'powerpc-4.7-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-07-027-19/+65
| |\ \
| | * | powerpc: Initialise pci_io_base as early as possibleDarren Stevens2016-06-304-1/+10
| | * | powerpc/tm: Avoid SLB faults in treclaim/trecheckpoint when RI=0Michael Neuling2016-06-291-17/+44
| | * | powerpc/eeh: Fix wrong argument passed to eeh_rmv_device()Gavin Shan2016-06-281-1/+1
| | * | powerpc/tm: Always reclaim in start_thread() for exec() class syscallsCyril Bur2016-06-271-0/+10
| * | | Merge tag 'drm-fixes-for-v4.7-rc6' of git://people.freedesktop.org/~airlied/l...Linus Torvalds2016-07-0212-78/+160
| |\ \ \
| | * \ \ Merge tag 'drm-intel-fixes-2016-06-30' of git://anongit.freedesktop.org/drm-i...Dave Airlie2016-07-025-22/+22
| | |\ \ \
| | | * | | drm/i915: Fix missing unlock on error in i915_ppgtt_info()Wei Yongjun2016-06-301-2/+2
| | | * | | drm/i915: Removing PCI IDs that are no longer listed as Kabylake.Rodrigo Vivi2016-06-291-7/+2
| | | * | | drm/i915: Add more Kabylake PCI IDs.Rodrigo Vivi2016-06-291-0/+3
| | | * | | drm/i915: Avoid early timeout during AUX transfersImre Deak2016-06-291-1/+1
| | | * | | drm/i915/hsw: Avoid early timeout during LCPLL disable/restoreImre Deak2016-06-291-4/+4
| | | * | | drm/i915/lpt: Avoid early timeout during FDI PHY resetImre Deak2016-06-291-4/+4
| | | * | | drm/i915/bxt: Avoid early timeout during PLL enableImre Deak2016-06-291-2/+2
| | | * | | drm/i915: Refresh cached DP port register value on resumeVille Syrjälä2016-06-291-3/+5
| | | | |/ | | | |/|
| | * | | Merge branch 'drm-fixes-4.7' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2016-07-027-56/+138
| | |\ \ \
| | | * | | drm/amd/powerplay: workaround for UVD clock issueRex Zhu2016-06-291-0/+4
| | | * | | drm/amdgpu: add ACLK_CNTL setting for polaris10Ken Wang2016-06-291-0/+3
| | | * | | drm/amd/powerplay: fix issue uvd dpm can't enabled on Polaris11.Rex Zhu2016-06-291-41/+60
| | | * | | drm/amd/powerplay: Workaround for Memory EDC Error on Polaris10.Rex Zhu2016-06-291-0/+26
| | | * | | drm/amd/powerplay: Update CKS on/ CKS off voltage offset calculationRex Zhu2016-06-231-9/+17
| | | * | | drm/amd/powerplay: disable FFC.Rex Zhu2016-06-233-5/+24
| | | * | | drm/amd/powerplay: add some definition for FFC feature on polaris.Rex Zhu2016-06-232-1/+4
| * | | | | Merge tag 'spi-fix-v4.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-07-024-6/+38
| |\ \ \ \ \
| | | \ \ \ \
| | | \ \ \ \
| | | \ \ \ \
| | | \ \ \ \
| | | \ \ \ \
| | | \ \ \ \
| | *-----. \ \ \ \ Merge remote-tracking branches 'spi/fix/ep93xx', 'spi/fix/rockchip', 'spi/fix...Mark Brown2016-06-304-6/+38
| | |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / | | |/| | | | | | |
| | | | | | * | | | spi: spi-ti-qspi: Suspend the queue before removing the deviceJean-Jacques Hiblot2016-05-311-0/+7
| | | | | * | | | | spi: sunxi: fix transfer timeoutMichal Suchanek2016-06-142-2/+18
| | | | | * | | | | spi: sun4i: fix FIFO limitMichal Suchanek2016-06-141-3/+10
| | | | | |/ / / /
| | | | * / / / / spi: rockchip: Signal unfinished DMA transfersTomeu Vizoso2016-06-081-1/+3
| | | | |/ / / /
| | | * | | | | Merge branch 'asoc-fix-ep93xx' into spi-fix-ep93xxMark Brown2016-05-2683-486/+3298
| | | |\ \ \ \ \
| * | | \ \ \ \ \ Merge tag 'regulator-fix-v4.7-rc5' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-07-022-2/+7
| |\ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \
| | *-. \ \ \ \ \ \ \ Merge remote-tracking branches 'regulator/fix/anatop' and 'regulator/fix/max7...Mark Brown2016-07-012-2/+7
| | |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / | | |/| | | | | | | |
| | | | * | | | | | | regulator: max77620: check for valid regulator infoVenkat Reddy Talla2016-06-291-1/+6
| | | | | |_|/ / / / | | | | |/| | | | |
| | | * / | | | | | regulator: anatop: allow regulator to be in bypass modeMika Båtsman2016-06-171-1/+1
| | | |/ / / / / /