summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MAINTAINERS: Vladimir has movedVladimir Davydov2016-09-012-1/+3
* mm, mempolicy: task->mempolicy must be NULL before dropping final referenceDavid Rientjes2016-09-013-6/+22
* printk/nmi: avoid direct printk()-s from __printk_nmi_flush()Sergey Senozhatsky2016-09-011-15/+23
* treewide: remove references to the now unnecessary DEFINE_PCI_DEVICE_TABLEJoe Perches2016-09-014-20/+0
* drivers/scsi/wd719x.c: remove last declaration using DEFINE_PCI_DEVICE_TABLEJoe Perches2016-09-011-1/+1
* mm, vmscan: only allocate and reclaim from zones with pages managed by the bu...Mel Gorman2016-09-013-15/+27
* lib/test_hash.c: fix warning in preprocessor symbol evaluationGeert Uytterhoeven2016-09-011-9/+15
* lib/test_hash.c: fix warning in two-dimensional array initGeert Uytterhoeven2016-09-011-1/+1
* kconfig: tinyconfig: provide whole choice blocks to avoid warningsArnd Bergmann2016-09-012-0/+10
* kexec: fix double-free when failing to relocate the purgatoryThiago Jung Bauermann2016-09-011-0/+3
* mm, oom: prevent premature OOM killer invocation for high order requestMichal Hocko2016-09-011-49/+2
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-08-313-4/+4
|\
| * crypto: vmx - fix null dereference in p8_aes_xts_cryptLi Zhong2016-08-241-1/+1
| * crypto: qat - fix aes-xts key sizesGiovanni Cabiddu2016-08-241-2/+2
| * hwrng: mxc-rnga - Fix Kconfig dependencyFabian Frederick2016-08-241-1/+1
* | binfmt_elf: switch to new creds when switching to new mmLinus Torvalds2016-08-311-1/+1
* | Merge tag 'seccomp-v4.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-08-301-4/+8
|\ \
| * | seccomp: Fix tracer exit notifications during fatal signalsKees Cook2016-08-301-4/+8
* | | Merge tag 'md/4.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2016-08-305-57/+107
|\ \ \
| * | | raid5: avoid unnecessary bio data setShaohua Li2016-08-241-8/+5
| * | | raid5: fix memory leak of bio integrity dataShaohua Li2016-08-241-7/+15
| * | | raid10: record correct address of bad blockTomasz Majchrzak2016-08-241-4/+5
| * | | md-cluster: fix error return code in join()Wei Yongjun2016-08-241-3/+9
| * | | r5cache: set MD_JOURNAL_CLEAN correctlySong Liu2016-08-242-9/+9
| * | | md: don't print the same repeated messages about delayed sync operationArtur Paszkiewicz2016-08-171-4/+9
| * | | md: remove obsolete ret in md_start_syncGuoqing Jiang2016-08-171-5/+2
| * | | md: do not count journal as spare in GET_ARRAY_INFOSong Liu2016-08-161-0/+3
| * | | md: Prevent IO hold during accessing to faulty raid5 arrayAlexey Obitotskiy2016-08-051-1/+3
| * | | MD: hold mddev lock to change bitmap locationShaohua Li2016-08-051-14/+33
| * | | raid5: fix incorrectly counter of conf->empty_inactive_list_nrZhengYuan Liu2016-08-011-0/+12
| * | | raid10: increment write counter after bio is splitTomasz Majchrzak2016-07-301-2/+2
* | | | Merge tag 'nfs-for-4.8-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2016-08-3018-78/+244
|\ \ \ \
| * | | | NFSv4.x: Fix a refcount leak in nfs_callback_up_netTrond Myklebust2016-08-301-0/+1
| * | | | NFS4: Avoid migration loopsBenjamin Coddington2016-08-301-0/+5
| * | | | pNFS/flexfiles: Fix an Oopsable condition when connection to the DS failsTrond Myklebust2016-08-292-28/+28
| * | | | NFSv4.1: Remove obsolete and incorrrect assignment in nfs4_callback_sequenceTrond Myklebust2016-08-281-1/+0
| * | | | NFSv4.1: Close callback races for OPEN, LAYOUTGET and LAYOUTRETURNTrond Myklebust2016-08-281-13/+65
| * | | | NFSv4.1: Defer bumping the slot sequence number until we free the slotTrond Myklebust2016-08-282-3/+9
| * | | | NFSv4.1: Delay callback processing when there are referring triplesTrond Myklebust2016-08-284-4/+29
| * | | | NFSv4.1: Fix Oopsable condition in server callback racesTrond Myklebust2016-08-283-4/+35
| * | | | SUNRPC: Silence WARN_ON when NFSv4.1 over RDMA is in useChuck Lever2016-08-241-2/+2
| * | | | pnfs/blocklayout: update last_write_offset atomically with extentsBenjamin Coddington2016-08-233-5/+10
| * | | | pNFS: The client must not do I/O to the DS if it's lease has expiredTrond Myklebust2016-08-231-0/+1
| * | | | pNFS: Handle NFS4ERR_OLD_STATEID correctly in LAYOUTSTAT callsTrond Myklebust2016-08-192-6/+29
| * | | | pNFS/flexfiles: Set reasonable default retrans values for the data channelTrond Myklebust2016-08-161-2/+2
| * | | | NFS: Allow the mount option retrans=0Trond Myklebust2016-08-163-8/+26
| * | | | pNFS/flexfiles: Fix layoutstat periodic reportingTrond Myklebust2016-08-142-5/+5
* | | | | mm/usercopy: get rid of CONFIG_DEBUG_STRICT_USER_COPY_CHECKSJosh Poimboeuf2016-08-3019-128/+45
* | | | | Merge branch 'for-4.8-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-08-302-2/+2
|\ \ \ \ \
| * | | | | pata_ninja32: Avoid corrupting status flagsAlan Cox2016-08-301-1/+1