summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-4.19/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-09-137-113/+192
|\
| * dm thin metadata: try to avoid ever aborting transactionsJoe Thornber2018-09-102-9/+100
| * dm raid: bump target version, update comments and documentationHeinz Mauelshagen2018-09-062-4/+10
| * dm raid: fix RAID leg rebuild errorsHeinz Mauelshagen2018-09-061-34/+46
| * dm raid: fix rebuild of specific devices by updating superblockHeinz Mauelshagen2018-09-061-0/+5
| * dm raid: fix stripe adding reshape deadlockHeinz Mauelshagen2018-09-061-8/+3
| * dm raid: fix reshape race on small devicesHeinz Mauelshagen2018-09-061-47/+1
| * dm: disable CRYPTO_TFM_REQ_MAY_SLEEP to fix a GFP_KERNEL recursion deadlockMikulas Patocka2018-09-062-7/+7
| * dm verity: fix crash on bufio buffer that was allocated with vmallocMikulas Patocka2018-09-041-4/+20
* | Merge tag 'drm-fixes-2018-09-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2018-09-138-190/+131
|\ \
| * \ Merge branch 'linux-4.19' of git://github.com/skeggsb/linux into drm-fixesDave Airlie2018-09-141-10/+11
| |\ \
| | * | drm/nouveau/devinit: fix warning when PMU/PRE_OS is missingBen Skeggs2018-09-131-10/+11
| * | | Merge branch 'drm-fixes-4.19' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie2018-09-143-12/+22
| |\ \ \
| | * | | drm/amdgpu: fix error handling in amdgpu_cs_user_fence_chunkChristian König2018-09-111-8/+15
| | * | | drm/amdgpu: move PSP init prior to IH in gpu resetEmily Deng2018-09-101-1/+1
| | * | | drm/amdgpu: Fix SDMA hang in prt mode v2Tao Zhou2018-09-101-2/+5
| | * | | drm/amdgpu: fix amdgpu_mn_unlock() in the CS error pathChristian König2018-09-101-1/+1
| * | | | Merge tag 'drm-intel-fixes-2018-09-11' of git://anongit.freedesktop.org/drm/d...Dave Airlie2018-09-144-168/+98
| |\ \ \ \
| | * | | | drm/i915/overlay: Allocate physical registers from stolenChris Wilson2018-09-111-153/+75
| | * | | | Merge tag 'gvt-fixes-2018-09-10' of https://github.com/intel/gvt-linux into d...Rodrigo Vivi2018-09-102-13/+17
| | |\ \ \ \
| | | * | | | drm/i915/gvt: Fix the incorrect length of child_device_config issueWeinan Li2018-09-061-11/+9
| | | * | | | drm/i915/gvt: Fix life cycle reference on KVM mmZhenyu Wang2018-09-041-2/+8
| | * | | | | drm/i915/bdw: Increase IPS disable timeout to 100msImre Deak2018-09-101-2/+6
* | | | | | | Merge tag 'pstore-v4.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-09-131-3/+14
|\ \ \ \ \ \ \
| * | | | | | | pstore: Fix incorrect persistent ram buffer mappingBin Yang2018-09-131-3/+14
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge tag 'mmc-v4.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds2018-09-132-2/+7
|\ \ \ \ \ \ \
| * | | | | | | mmc: meson-mx-sdio: fix OF child-node lookupJohan Hovold2018-09-051-2/+6
| * | | | | | | mmc: omap_hsmmc: fix wakeirq handling on removalAndreas Kemnade2018-09-041-0/+1
| |/ / / / / /
* | | | | | | Merge tag 'pinctrl-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-09-133-3/+27
|\ \ \ \ \ \ \
| * | | | | | | pinctrl: madera: Fix possible NULL pointer with pdata configRichard Fitzgerald2018-08-291-1/+1
| * | | | | | | pinctrl: ingenic: Fix group & function error checkingPaul Burton2018-08-291-2/+2
| * | | | | | | pinctrl: msm: Really mask level interrupts to prevent latchingStephen Boyd2018-08-291-0/+24
* | | | | | | | Merge branch 'for-4.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-09-131-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | MAINTAINERS: Make Dennis the percpu tree maintainerTejun Heo2018-09-131-2/+2
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rku...Linus Torvalds2018-09-132-3/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | hexagon: modify ffs() and fls() to return intRandy Dunlap2018-09-101-2/+2
| * | | | | | | | | arch/hexagon: fix kernel/dma.c build warningRandy Dunlap2018-09-101-1/+1
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge tag 's390-4.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2018-09-132-54/+34
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | s390/zcrypt: remove VLA usage from the AP busMartin Schwidefsky2018-09-121-53/+33
| * | | | | | | | | s390/crypto: Fix return code checking in cbc_paes_crypt()Ingo Franzki2018-09-041-1/+1
* | | | | | | | | | mm: get rid of vmacache_flush_all() entirelyLinus Torvalds2018-09-136-48/+4
| |_|/ / / / / / / |/| | | | | | | |
* | | | | | | | | Merge tag 'pci-v4.19-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-09-128-25/+41
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | PCI: Fix enabling of PASID on RC integrated endpointsFelix Kuehling2018-09-111-1/+4
| * | | | | | | | | IB/hfi1,PCI: Allow bus reset while probingDennis Dalessandro2018-09-113-7/+8
| * | | | | | | | | PCI: Fix faulty logic in pci_reset_bus()Dennis Dalessandro2018-09-111-1/+1
| * | | | | | | | | PCI: pciehp: Fix hot-add vs powerfault detection orderKeith Busch2018-09-111-9/+9
| * | | | | | | | | switchtec: Fix Spectre v1 vulnerabilityGustavo A. R. Silva2018-09-111-0/+4
| * | | | | | | | | Revert "PCI: Add ACS quirk for Intel 300 series"Mika Westerberg2018-09-111-6/+0
| * | | | | | | | | MAINTAINERS: Add Gustavo Pimentel as DesignWare PCI maintainerJoao Pinto2018-09-111-1/+1
| * | | | | | | | | MAINTAINERS: Add entries for PPC64 RPA PCI hotplug driversTyrel Datwyler2018-09-111-0/+14
| | |_|/ / / / / / | |/| | | | | | |