Age | Commit message (Expand) | Author | Files | Lines |
2017-05-08 | mm, compaction: restrict async compaction to pageblocks of same migratetype | Vlastimil Babka | 2 | -9/+22 |
2017-05-08 | mm, compaction: add migratetype to compact_control | Vlastimil Babka | 2 | -8/+8 |
2017-05-08 | mm, compaction: change migrate_async_suitable() to suitable_migration_source() | Vlastimil Babka | 2 | -8/+16 |
2017-05-08 | mm, page_alloc: count movable pages when stealing from pageblock | Vlastimil Babka | 3 | -21/+63 |
2017-05-08 | mm, page_alloc: split smallest stolen page in fallback | Vlastimil Babka | 1 | -25/+37 |
2017-05-08 | mm, compaction: remove redundant watermark check in compact_finished() | Vlastimil Babka | 1 | -8/+0 |
2017-05-08 | mm, compaction: reorder fields in struct compact_control | Vlastimil Babka | 1 | -5/+5 |
2017-05-06 | docs: complete bumping minimal GNU Make version to 3.81 | Max Filippov | 1 | -1/+1 |
2017-05-06 | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 14 | -105/+465 |
2017-05-06 | Merge tag 'xfs-4.12-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 56 | -667/+2162 |
2017-05-06 | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 31 | -1011/+1035 |
2017-05-06 | refcount: change EXPORT_SYMBOL markings | Greg Kroah-Hartman | 1 | -11/+11 |
2017-05-06 | docs: bump minimal GNU Make version to 3.81 | Masahiro Yamada | 1 | -1/+1 |
2017-05-06 | initramfs: avoid "label at end of compound statement" error | Linus Torvalds | 1 | -0/+1 |
2017-05-05 | Merge tag 'devicetree-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 49 | -233/+1152 |
2017-05-05 | Merge tag 'for-4.12/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 3 | -18/+39 |
2017-05-05 | Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 63 | -944/+1807 |
2017-05-05 | Merge tag 'staging-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1787 | -15278/+359290 |
2017-05-05 | Merge tag 'media/v4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc... | Linus Torvalds | 352 | -5238/+15001 |
2017-05-05 | Merge tag 'drm-coc-for-v4.12-rc1' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 1 | -0/+11 |
2017-05-05 | Merge tag 'drm-forgot-about-tegra-for-v4.12-rc1' of git://people.freedesktop.... | Linus Torvalds | 25 | -202/+1517 |
2017-05-05 | Merge tag 'gfs2-4.12.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 8 | -347/+518 |
2017-05-05 | Merge tag 'for-linus-4.12-ofs-1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 14 | -432/+447 |
2017-05-05 | Merge tag 'befs-v4.12-rc1' of git://github.com/luisbg/linux-befs | Linus Torvalds | 1 | -0/+15 |
2017-05-05 | Merge tag 'initramfs-fix-4.12-rc1' of git://github.com/stffrdhrn/linux | Linus Torvalds | 1 | -6/+9 |
2017-05-05 | GFS2: Allow glocks to be unlocked after withdraw | Bob Peterson | 1 | -2/+4 |
2017-05-05 | xfs: fix use-after-free in xfs_finish_page_writeback | Eryu Guan | 1 | -2/+2 |
2017-05-05 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 77 | -1256/+3754 |
2017-05-05 | dm cache metadata: fail operations if fail_io mode has been established | Mike Snitzer | 1 | -4/+8 |
2017-05-05 | Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 212 | -2790/+8698 |
2017-05-05 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 11 | -21/+4 |
2017-05-05 | CIFS: add misssing SFM mapping for doublequote | Björn Jacke | 2 | -0/+7 |
2017-05-05 | arm64: Fix the DMA mmap and get_sgtable API with DMA_ATTR_FORCE_CONTIGUOUS | Catalin Marinas | 1 | -16/+49 |
2017-05-05 | befs: make export work with cold dcache | Fabian Frederick | 1 | -0/+15 |
2017-05-05 | initramfs: Always do fput() and load modules after rootfs populate | Stafford Horne | 1 | -6/+9 |
2017-05-04 | Merge branch 'for-4.12/dax' into libnvdimm-for-next | Dan Williams | 110 | -2054/+4759 |
2017-05-04 | libnvdimm, pfn: fix 'npfns' vs section alignment | Dan Williams | 1 | -2/+4 |
2017-05-04 | Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 166 | -3259/+8064 |
2017-05-05 | drm: Document code of conduct | Daniel Vetter | 1 | -0/+11 |
2017-05-05 | Merge tag 'drm/tegra/for-4.12-rc1' of git://anongit.freedesktop.org/tegra/lin... | Dave Airlie | 25 | -202/+1517 |
2017-05-04 | Merge tag 'driver-core-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 6 | -9/+29 |
2017-05-04 | Merge tag 'usb-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 230 | -3809/+15570 |
2017-05-04 | libnvdimm: handle locked label storage areas | Dan Williams | 5 | -10/+39 |
2017-05-04 | libnvdimm: convert NDD_ flags to use bitops, introduce NDD_LOCKED | Dan Williams | 6 | -9/+19 |
2017-05-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 54 | -437/+1174 |
2017-05-04 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 119 | -2748/+4299 |
2017-05-04 | Merge tag 'gpio-v4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds | 66 | -648/+1860 |
2017-05-04 | of: fix sparse warnings in fdt, irq, reserved mem, and resolver code | Rob Herring | 5 | -6/+6 |
2017-05-04 | Merge tag 'platform-drivers-x86-v4.12-1' of git://git.infradead.org/linux-pla... | Linus Torvalds | 34 | -1294/+1618 |
2017-05-04 | Merge tag 'vfio-v4.12-rc1' of git://github.com/awilliam/linux-vfio | Linus Torvalds | 2 | -86/+77 |