summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-10-1612-61/+58
|\
| * sh: add copy_user_page() alias for __copy_user()Ross Zwisler2015-10-161-0/+1
| * lib/Kconfig: ZLIB_DEFLATE must select BITREVERSEAndrew Morton2015-10-161-0/+1
| * mm, dax: fix DAX deadlocksRoss Zwisler2015-10-162-41/+31
| * memcg: convert threshold to bytesShaohua Li2015-10-161-0/+1
| * builddeb: remove debian/files before buildRiku Voipio2015-10-161-2/+2
| * mm, fs: obey gfp_mapping for add_to_page_cache()Michal Hocko2015-10-166-18/+22
* | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2015-10-155-2/+16
|\ \
| * | arm64: compat: wire up new syscallsWill Deacon2015-10-142-1/+10
| * | arm64: Fix MINSIGSTKSZ and SIGSTKSZManjeet Pawar2015-10-122-0/+5
| * | arm64: errata: use KBUILD_CFLAGS_MODULE for erratum #843419Will Deacon2015-10-121-1/+1
* | | Merge tag 'pinctrl-v4.3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2015-10-153-115/+117
|\ \ \
| * | | pinctrl: uniphier: fix input enable settings for PH1-sLD8Masahiro Yamada2015-10-021-113/+113
| * | | pinctrl: imx25: ensure that a pin with id i is at position i in the info arrayUwe Kleine-König2015-10-021-1/+3
| * | | pinctrl: sun5i: Fix a10s pwm1 pinctrl mappingHans de Goede2015-10-021-1/+1
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2015-10-1530-94/+481
|\ \ \ \
| * | | | IB/ipoib: For sendonly join free the multicast group on leaveChristoph Lameter2015-10-133-2/+5
| * | | | IB/cma: Accept connection without a valid netdev on RoCEHaggai Eran2015-10-061-14/+40
| * | | | xprtrdma: Don't require LOCAL_DMA_LKEY support for fastregSagi Grimberg2015-10-061-5/+3
| * | | | usnic: add missing clauses to BSD licenseJeff Squyres2015-10-0625-73/+433
* | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2015-10-151-1/+1
|\ \ \ \ \
| * | | | | ext4: Update EXT4_USE_FOR_EXT2 descriptionJean Delvare2015-09-241-1/+1
* | | | | | vmstat: explicitly schedule per-cpu work on the CPU we need it to run onLinus Torvalds2015-10-151-3/+4
* | | | | | Merge branch 'for-4.3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-10-151-4/+4
|\ \ \ \ \ \
| * | | | | | workqueue: make sure delayed work run in local cpuShaohua Li2015-09-301-4/+4
* | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-10-144-87/+90
|\ \ \ \ \ \ \
| * | | | | | | KVM: x86: fix RSM into 64-bit protected modePaolo Bonzini2015-10-141-3/+7
| * | | | | | | KVM: x86: fix previous commit for 32-bitPaolo Bonzini2015-10-141-1/+1
| * | | | | | | KVM: x86: fix SMI to halted VCPUPaolo Bonzini2015-10-131-0/+3
| * | | | | | | KVM: x86: clean up kvm_arch_vcpu_runnablePaolo Bonzini2015-10-131-10/+29
| * | | | | | | KVM: x86: map/unmap private slots in __x86_set_memory_regionPaolo Bonzini2015-10-131-32/+30
| * | | | | | | KVM: x86: build kvm_userspace_memory_region in x86_set_memory_regionPaolo Bonzini2015-10-133-42/+21
* | | | | | | | Merge tag 'mfd-fixes-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2015-10-142-1/+3
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | mfd: max77843: Fix max77843_chg_init() return on errorJavier Martinez Canillas2015-10-011-1/+1
| * | | | | | | mfd: intel-lpss: Fix build error when !CONFIG_PM_SLEEPAndy Shevchenko2015-10-011-0/+2
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge tag 'nfsd-4.3-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2015-10-132-9/+1
|\ \ \ \ \ \ \
| * | | | | | | svcrdma: Fix NFS server crash triggered by 1MB NFS WRITEChuck Lever2015-10-121-1/+1
| * | | | | | | nfsd/blocklayout: accept any minlengthChristoph Hellwig2015-10-091-8/+0
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-10-135-1/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | crypto: ahash - ensure statesize is non-zeroRussell King2015-10-131-1/+2
| * | | | | | | | crypto: camellia_aesni_avx - Fix CPU feature checksBen Hutchings2015-10-081-0/+5
| * | | | | | | | crypto: sparc - initialize blkcipher.ivsizeDave Kleikamp2015-10-083-0/+5
* | | | | | | | | Merge tag 'iommu-fixes-v4.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-10-136-19/+42
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | iommu/amd: Fix NULL pointer deref on device detachJoerg Roedel2015-10-091-0/+9
| * | | | | | | | | iommu/amd: Prevent binding other PCI drivers to IOMMU PCI devicesJiang Liu2015-10-091-0/+3
| * | | | | | | | | Merge branch 'for-joerg/arm-smmu/fixes' of git://git.kernel.org/pub/scm/linux...Joerg Roedel2015-10-073-19/+29
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | iommu/arm-smmu: Use correct address mask for CMD_TLBI_S2_IPAWill Deacon2015-09-221-3/+6
| | * | | | | | | | | iommu/arm-smmu: Ensure IAS is set correctly for AArch32-capable SMMUsWill Deacon2015-09-221-3/+9
| | * | | | | | | | | iommu/io-pgtable-arm: Don't use dma_to_phys()Robin Murphy2015-09-222-13/+14
| * | | | | | | | | | iommu/vt-d: Fix memory leak in dmar_insert_one_dev_info()Sudip Mukherjee2015-09-291-0/+1
| | |_|_|_|_|/ / / / | |/| | | | | | | |
OpenPOWER on IntegriCloud