summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-03-1054-185/+277
|\
| * userfaultfd: remove wrong comment from userfaultfd_ctx_get()David Hildenbrand2017-03-091-2/+0
| * fat: fix using uninitialized fields of fat_inode/fsinfo_inodeOGAWA Hirofumi2017-03-091-1/+12
| * sh: cayman: IDE support fixBartlomiej Zolnierkiewicz2017-03-091-2/+0
| * kasan: fix races in quarantine_remove_cache()Dmitry Vyukov2017-03-091-6/+36
| * kasan: resched in quarantine_remove_cache()Dmitry Vyukov2017-03-091-1/+8
| * mm: do not call mem_cgroup_free() from within mem_cgroup_alloc()Tahsin Erdogan2017-03-091-3/+8
| * thp: fix another corner case of munlock() vs. THPsKirill A. Shutemov2017-03-091-5/+4
| * rmap: fix NULL-pointer dereference on THP munlockingKirill A. Shutemov2017-03-091-6/+7
| * mm/memblock.c: fix memblock_next_valid_pfn()AKASHI Takahiro2017-03-091-1/+4
| * userfaultfd: selftest: vm: allow to build in vm/ directoryAndrea Arcangeli2017-03-091-0/+4
| * userfaultfd: non-cooperative: userfaultfd_remove revalidate vma in MADV_DONTNEEDAndrea Arcangeli2017-03-093-13/+47
| * userfaultfd: non-cooperative: fix fork fctx->new memleakMike Rapoport2017-03-091-0/+9
| * mm/cgroup: avoid panic when init with low memoryLaurent Dufour2017-03-091-2/+5
| * drivers/md/bcache/util.h: remove duplicate inclusion of blkdev.hMasanari Iida2017-03-091-1/+0
| * mm/vmstats: add thp_split_pud event for clarityYisheng Xie2017-03-093-1/+7
| * include/linux/fs.h: fix unsigned enum warning with gcc-4.2Arnd Bergmann2017-03-091-1/+1
| * userfaultfd: non-cooperative: release all ctx in dup_userfaultfd_completeAndrea Arcangeli2017-03-091-13/+5
| * userfaultfd: non-cooperative: robustness checkAndrea Arcangeli2017-03-091-2/+7
| * userfaultfd: non-cooperative: rollback userfaultfd_exitAndrea Arcangeli2017-03-095-43/+1
| * x86, mm: unify exit paths in gup_pte_range()Dan Williams2017-03-091-19/+20
| * x86, mm: fix gup_pte_range() vs DAX mappingsDan Williams2017-03-091-2/+6
| * power/mm: update pte_write and pte_wrprotect to handle savedwriteAneesh Kumar K.V2017-03-093-7/+21
| * powerpc/mm: handle protnone ptes on forkAneesh Kumar K.V2017-03-091-31/+42
| * scripts/spelling.txt: add "overide" pattern and fix typo instancesMasahiro Yamada2017-03-0916-19/+18
| * scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesMasahiro Yamada2017-03-0917-18/+19
| * userfaultfd: shmem: __do_fault requires VM_FAULT_NOPAGEAndrea Arcangeli2017-03-091-1/+1
* | Merge tag 'xfs-4.11-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-03-0914-100/+103
|\ \
| * | xfs: try any AG when allocating the first btree block when reflinkingChristoph Hellwig2017-03-082-6/+10
| * | xfs: use iomap new flag for newly allocated delalloc blocksBrian Foster2017-03-082-17/+32
| * | xfs: remove kmem_zalloc_greedyDarrick J. Wong2017-03-073-24/+2
| * | xfs: Use xfs_icluster_size_fsb() to calculate inode alignment maskChandan Rajendra2017-03-071-2/+1
| * | xfs: fix and streamline error handling in xfs_end_ioChristoph Hellwig2017-03-071-32/+27
| * | xfs: only reclaim unwritten COW extents periodicallyChristoph Hellwig2017-03-076-13/+22
| * | iomap: invalidate page caches should be after iomap_dio_complete() in direct ...Eryu Guan2017-03-061-7/+10
* | | Merge tag 'gcc-plugins-v4.11-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-03-091-1/+1
|\ \ \
| * | | gcc-plugins: fix sancov_plugin for gcc-5Arnd Bergmann2017-02-271-1/+1
* | | | Merge tag 'pm-4.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2017-03-094-46/+44
|\ \ \ \
| * \ \ \ Merge branch 'pm-cpufreq-sched'Rafael J. Wysocki2017-03-091-10/+9
| |\ \ \ \
| | * | | | cpufreq: schedutil: Pass sg_policy to get_next_freq()Viresh Kumar2017-03-051-6/+5
| | * | | | cpufreq: schedutil: move cached_raw_freq to struct sugov_policyViresh Kumar2017-03-051-4/+4
| | | |/ / | | |/| |
| * | | | Merge branch 'pm-cpufreq'Rafael J. Wysocki2017-03-093-36/+35
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | cpufreq: intel_pstate: Do not reinit performance limits in ->setpolicyRafael J. Wysocki2017-03-061-13/+4
| | * | | cpufreq: intel_pstate: Fix intel_pstate_verify_policy()Rafael J. Wysocki2017-03-061-2/+2
| | * | | cpufreq: intel_pstate: Fix global settings in active modeRafael J. Wysocki2017-03-061-6/+15
| | * | | cpufreq: Add the "cpufreq.off=1" cmdline optionLen Brown2017-03-062-0/+4
| | * | | cpufreq: intel_pstate: Avoid triggering cpu_frequency tracepoint unnecessarilyRafael J. Wysocki2017-03-041-3/+5
| | * | | cpufreq: intel_pstate: Fix intel_cpufreq_verify_policy()Rafael J. Wysocki2017-03-041-10/+0
| | * | | cpufreq: intel_pstate: Do not use performance_limits in passive modeRafael J. Wysocki2017-03-041-2/+5
* | | | | Merge tag 'pci-v4.11-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-03-093-7/+7
|\ \ \ \ \