summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ipc: use private shmem or hugetlbfs inodes for shm segments.Stephen Smalley2015-08-073-3/+5
* mm: initialize hotplugged pages as reservedMel Gorman2015-08-071-1/+9
* ocfs2: fix shift left overflowJoseph Qi2015-08-071-2/+2
* kthread: export kthread functionsDavid Kershner2015-08-071-0/+4
* fsnotify: fix oops in fsnotify_clear_marks_by_group_flags()Jan Kara2015-08-071-5/+25
* lib/iommu-common.c: do not use 0xffffffffffffffffl for computing align_maskSowmini Varadhan2015-08-071-1/+1
* mm/slub: allow merging when SLAB_DEBUG_FREE is setKonstantin Khlebnikov2015-08-071-2/+1
* signalfd: fix information leak in signalfd_copyinfoAmanieu d'Antras2015-08-071-2/+3
* signal: fix information leak in copy_siginfo_to_userAmanieu d'Antras2015-08-072-4/+8
* signal: fix information leak in copy_siginfo_from_user32Amanieu d'Antras2015-08-075-10/+2
* ocfs2: fix BUG in ocfs2_downconvert_thread_do_work()Joseph Qi2015-08-071-3/+7
* fs, file table: reinit files_stat.max_files after deferred memory initialisationMel Gorman2015-08-075-22/+25
* mm, meminit: replace rwsem with completionNicolai Stange2015-08-071-7/+15
* mm, meminit: allow early_pfn_to_nid to be used during runtimeMel Gorman2015-08-071-8/+8
* ipc: modify message queue accounting to not take kernel data structures into ...Marcus Gelderie2015-08-071-5/+0
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-08-052-6/+6
|\
| * KVM: MTRR: Use default type for non-MTRR-covered gfn before WARN_ONAlex Williamson2015-08-051-4/+4
| * Merge tag 'kvm-s390-master-20150730' of git://git.kernel.org/pub/scm/linux/ke...Paolo Bonzini2015-07-301-2/+2
| |\
| | * KVM: s390: Fix hang VCPU hang/loop regressionChristian Borntraeger2015-07-301-2/+2
* | | Merge tag 'md/4.2-rc5-fixes' of git://neil.brown.name/mdLinus Torvalds2015-08-053-7/+10
|\ \ \
| * | | md/raid5: don't let shrink_slab shrink too far.NeilBrown2015-08-031-2/+3
| * | | md: use kzalloc() when bitmap is disabledBenjamin Randazzo2015-08-031-1/+1
| * | | md/raid1: extend spinlock to protect raid1_end_read_request against inconsist...NeilBrown2015-08-031-4/+6
* | | | Merge branch 'for-4.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2015-08-053-11/+13
|\ \ \ \
| * | | | nfsd: do nfs4_check_fh in nfs4_check_file instead of nfs4_check_olstateidJeff Layton2015-07-311-6/+6
| * | | | nfsd: Fix a file leak on nfsd4_layout_setlease failureKinglong Mee2015-07-201-0/+1
| * | | | nfsd: Drop BUG_ON and ignore SECLABEL on absent filesystemKinglong Mee2015-07-201-5/+6
* | | | | mm, vmscan: Do not wait for page writeback for GFP_NOFS allocationsMichal Hocko2015-08-051-10/+6
* | | | | Merge tag 'pci-v4.2-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-08-041-0/+1
|\ \ \ \ \
| * | | | | PCI: Restore PCI_MSIX_FLAGS_BIRMASK definitionMichael S. Tsirkin2015-07-141-0/+1
* | | | | | Merge tag 'topic/mst-fixes-2015-08-04' of git://anongit.freedesktop.org/drm-i...Linus Torvalds2015-08-044-7/+26
|\ \ \ \ \ \
| * | | | | | drm/atomic-helpers: Make encoder picking more robustDaniel Vetter2015-08-041-5/+6
| * | | | | | drm/dp-mst: Remove debug WARN_ONDaniel Vetter2015-08-041-1/+0
| * | | | | | drm/i915: Fixup dp mst encoder selectionDaniel Vetter2015-08-041-0/+11
| * | | | | | drm/atomic-helper: Add an atomice best_encoder callbackDaniel Vetter2015-08-042-1/+9
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'for-linus-4.2-rc5-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-08-045-17/+62
|\ \ \ \ \ \
| * | | | | | xen/events/fifo: Handle linked events when closing a portRoss Lagerwall2015-08-043-9/+53
| * | | | | | xen: release lock occasionally during ballooningJuergen Gross2015-07-201-8/+7
| * | | | | | xen/gntdevt: Fix race condition in gntdev_release()Marek Marczykowski-Górecki2015-06-301-0/+2
* | | | | | | Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Linus Torvalds2015-08-041-2/+7
|\ \ \ \ \ \ \
| * | | | | | | Makefile: Force gzip and xz on module installJason A. Donenfeld2015-07-221-2/+2
| * | | | | | | kbuild: Do not pick up ARCH_{CPP,A,C}FLAGS from the environmentMichal Marek2015-07-221-0/+5
* | | | | | | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-08-035-18/+30
|\ \ \ \ \ \ \ \
| * | | | | | | | i2c: fix leaked device refcount on of_find_i2c_* error pathVladimir Zapolskiy2015-08-011-6/+14
| * | | | | | | | i2c: Fix typo in i2c-bfin-twi.cMasanari Iida2015-07-311-2/+2
| * | | | | | | | i2c: omap: fix bus recovery setupJan Luebbe2015-07-311-0/+11
| * | | | | | | | i2c: core: only use set_scl for bus recovery after calling prepare_recoveryJan Luebbe2015-07-311-1/+3
| * | | | | | | | misc: eeprom: at24: clean up at24_bin_write()Vladimir Zapolskiy2015-07-311-3/+0
| * | | | | | | | i2c: slave eeprom: clean up sysfs bin attribute read()/write()Vladimir Zapolskiy2015-07-311-6/+0
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2015-08-034-24/+23
|\ \ \ \ \ \ \ \