2017-11-16 |
Andrey Ryabinin | mm: remove unused pgdat->inactive_ratio Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
commit | commitdiff | tree |
2017-11-16 |
Jérôme Glisse | mm/mmu_notifier: avoid call to invalidate_range() in... Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
commit | commitdiff | tree |
2017-11-16 |
Jérôme Glisse | mm/mmu_notifier: avoid double notification when it... Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
commit | commitdiff | tree |
2017-11-16 |
Sergey Senozhatsky | zsmalloc: calling zs_map_object() from irq is a bug Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
commit | commitdiff | tree |
2017-11-16 |
Ralph Campbell | mm/hmm: constify hmm_devmem_page_get_drvdata() parameter Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
commit | commitdiff | tree |
2017-11-16 |
Anshuman Khandual | fs/hugetlbfs/inode.c: remove redundant -ENIVAL return... Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
commit | commitdiff | tree |
2017-11-16 |
Sergey Senozhatsky | zram: remove zlib from the list of recommended algorithms Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
commit | commitdiff | tree |
2017-11-16 |
Sergey Senozhatsky | zram: add zstd to the supported algorithms list Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
commit | commitdiff | tree |
2017-11-16 |
Yafang Shao | mm/page-writeback.c: print a warning if the vm dirtiness... Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
commit | commitdiff | tree |
2017-11-16 |
Gioh Kim | mm/memblock.c: make the index explicit argument of... Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
commit | commitdiff | tree |
2017-11-16 |
Michal Hocko | mm, memory_hotplug: remove timeout from __offline_memory Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
commit | commitdiff | tree |
2017-11-16 |
Michal Hocko | mm, memory_hotplug: do not fail offlining too early Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
commit | commitdiff | tree |
2017-11-16 |
Michal Hocko | mm, page_alloc: fail has_unmovable_pages when seeing... Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
commit | commitdiff | tree |
2017-11-16 |
Michal Hocko | mm: distinguish CMA and MOVABLE isolation in has_unmovable_p... Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
commit | commitdiff | tree |
2017-11-16 |
Michal Hocko | mm: drop migrate type checks from has_unmovable_pages Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
commit | commitdiff | tree |
2017-11-16 |
Tahsin Erdogan | mm/page-writeback.c: remove unused parameter from balance_di... Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
commit | commitdiff | tree |
2017-11-16 |
Huang Ying | mm, swap: fix false error message in __swp_swapcount() Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
commit | commitdiff | tree |
2017-11-16 |
Minchan Kim | mm: swap: SWP_SYNCHRONOUS_IO: skip swapcache only if... Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
commit | commitdiff | tree |
2017-11-16 |
Minchan Kim | mm, swap: skip swapcache for swapin of synchronous... Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
commit | commitdiff | tree |
2017-11-16 |
Minchan Kim | mm, swap: introduce SWP_SYNCHRONOUS_IO Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
commit | commitdiff | tree |
2017-11-16 |
Minchan Kim | bdi: introduce BDI_CAP_SYNCHRONOUS_IO Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
commit | commitdiff | tree |
2017-11-16 |
Minchan Kim | zram: set BDI_CAP_STABLE_WRITES once Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
commit | commitdiff | tree |
2017-11-16 |
Changbin Du | mm: update comments for struct page.mapping Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
commit | commitdiff | tree |
2017-11-16 |
Johannes Thumshirn | net/rds/ib_fmr.c: use kmalloc_array_node() Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
commit | commitdiff | tree |
2017-11-16 |
Johannes Thumshirn | mm/mempool.c: use kmalloc_array_node() Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
commit | commitdiff | tree |
2017-11-16 |
Johannes Thumshirn | drivers/infiniband/sw/rdmavt/qp.c: use kmalloc_array_node() Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
commit | commitdiff | tree |
2017-11-16 |
Johannes Thumshirn | drivers/infiniband/hw/qib/qib_init.c: use kmalloc_array_node() Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
commit | commitdiff | tree |
2017-11-16 |
Johannes Thumshirn | block/blk-mq.c: use kmalloc_array_node() Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
commit | commitdiff | tree |
2017-11-16 |
Johannes Thumshirn | include/linux/slab.h: add kmalloc_array_node() and... Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
commit | commitdiff | tree |
2017-11-16 |
Miles Chen | slub: fix sysfs duplicate filename creation when slub_debug=O Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
commit | commitdiff | tree |
2017-11-16 |
Alexey Dobriyan | slab, slub, slob: convert slab_flags_t to 32-bit Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
commit | commitdiff | tree |
2017-11-16 |
Alexey Dobriyan | slab, slub, slob: add slab_flags_t Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
commit | commitdiff | tree |
2017-11-16 |
David Rientjes | mm/slab.c: only set __GFP_RECLAIMABLE once Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
commit | commitdiff | tree |
2017-11-16 |
Miles Chen | mm/slob.c: remove an unnecessary check for __GFP_ZERO Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
commit | commitdiff | tree |
2017-11-16 |
Yang Shi | mm: oom: show unreclaimable slab info when unreclaimable... Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
commit | commitdiff | tree |
2017-11-16 |
Yang Shi | mm: slabinfo: remove CONFIG_SLABINFO Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
commit | commitdiff | tree |
2017-11-16 |
Yang Shi | tools: slabinfo: add "-U" option to show unreclaimable... Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
commit | commitdiff | tree |
2017-11-16 |
Guozhonghua | ocfs2: remove unneeded goto in ocfs2_reserve_cluster_bitmap_... Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
commit | commitdiff | tree |
2017-11-16 |
Changwei Ge | ocfs2/dlm: get mle inuse only when it is initialized Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
commit | commitdiff | tree |
2017-11-16 |
alex chen | ocfs2: subsystem.su_mutex is required while accessing... Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
commit | commitdiff | tree |
2017-11-16 |
alex chen | ocfs2: ip_alloc_sem should be taken in ocfs2_get_block() Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
commit | commitdiff | tree |
2017-11-16 |
alex chen | ocfs2: should wait dio before inode lock in ocfs2_setattr() Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
commit | commitdiff | tree |
2017-11-16 |
piaojun | ocfs2: clean up some unused function declarations Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
commit | commitdiff | tree |
2017-11-16 |
Changwei Ge | ocfs2: fix cluster hang after a node dies Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
commit | commitdiff | tree |
2017-11-16 |
piaojun | ocfs2: cleanup unused func declaration and assignment Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
commit | commitdiff | tree |
2017-11-16 |
piaojun | ocfs2: no need flush workqueue before destroying it Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
commit | commitdiff | tree |
2017-11-16 |
Guozhonghua | ocfs2: remove unused declaration ocfs2_publish_get_mount_state() Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
commit | commitdiff | tree |
2017-11-16 |
Geert Uytterhoeven | m32r: fix endianness constraints Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
commit | commitdiff | tree |
2017-11-16 |
Maninder Singh | bloat-o-meter: provide 3 different arguments for data... Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
commit | commitdiff | tree |
2017-11-15 |
Linus Torvalds | Merge tag 'ipmi-for-4.15' of git://github.com/cminyard...
|
commit | commitdiff | tree |
2017-11-15 |
Linus Torvalds | Merge tag 'pci-v4.15-changes' of git://git.kernel.org...
|
commit | commitdiff | tree |
2017-11-15 |
Linus Torvalds | Merge tag 'for-linus' of git://git.kernel.org/pub/scm...
|
commit | commitdiff | tree |
2017-11-15 |
Linus Torvalds | Merge branch 'for-4.15' of git://git.kernel.org/pub...
|
commit | commitdiff | tree |
2017-11-15 |
Linus Torvalds | Merge branch 'for-4.15' of git://git.kernel.org/pub...
|
commit | commitdiff | tree |
2017-11-15 |
Linus Torvalds | Merge branch 'for-4.15' of git://git.kernel.org/pub...
|
commit | commitdiff | tree |
2017-11-15 |
Linus Torvalds | Merge branch 'for-4.15' of git://git.kernel.org/pub...
|
commit | commitdiff | tree |
2017-11-15 |
Linus Torvalds | Merge tag 'modules-for-v4.15' of git://git.kernel.org...
|
commit | commitdiff | tree |
2017-11-15 |
Linus Torvalds | Merge tag 'mailbox-v4.15' of git://git.linaro.org/landing...
|
commit | commitdiff | tree |
2017-11-15 |
Linus Torvalds | Merge tag 'for-v4.15' of git://git.kernel.org/pub/scm...
|
commit | commitdiff | tree |
2017-11-15 |
Linus Torvalds | Merge tag 'hsi-for-4.15' of git://git.kernel.org/pub...
|
commit | commitdiff | tree |
2017-11-15 |
Linus Torvalds | Merge tag 'selinux-pr-20171113' of git://git.kernel...
|
commit | commitdiff | tree |
2017-11-15 |
Linus Torvalds | Merge tag 'audit-pr-20171113' of git://git.kernel.org...
|
commit | commitdiff | tree |
2017-11-15 |
Jann Horn | mm/pagewalk.c: report holes in hugetlb ranges Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
commit | commitdiff | tree |
2017-11-15 |
Linus Torvalds | Merge git://git.kernel.org/pub/scm/linux/kernel/git...
|
commit | commitdiff | tree |
2017-11-15 |
Linus Torvalds | Merge tag 'mips_4.15' of git://git.kernel.org/pub/scm...
|
commit | commitdiff | tree |
2017-11-15 |
Linus Torvalds | Merge tag 'arm64-upstream' of git://git.kernel.org...
|
commit | commitdiff | tree |
2017-11-15 |
Linus Torvalds | Merge tag 'riscv-for-linus-4.15-arch-v9-premerge' of...
|
commit | commitdiff | tree |
2017-11-15 |
Linus Torvalds | Merge branch 'for-linus' of ssh://gitolite.kernel.org...
|
commit | commitdiff | tree |
2017-11-15 |
Linus Torvalds | Merge branch 'for-linus' of ssh://gitolite.kernel.org...
|
commit | commitdiff | tree |
2017-11-15 |
Linus Torvalds | Merge branch 'for-linus' of ssh://gitolite.kernel.org...
|
commit | commitdiff | tree |
2017-11-15 |
Linus Torvalds | Merge tag 'devicetree-for-4.15' of git://git.kernel...
|
commit | commitdiff | tree |
2017-11-15 |
Linus Torvalds | Merge tag 'leds_for_4.15rc1' of git://git.kernel.org...
|
commit | commitdiff | tree |
2017-11-15 |
Linus Torvalds | Merge branch 'for-linus' of git://git.kernel.org/pub...
|
commit | commitdiff | tree |
2017-11-15 |
Linus Torvalds | Merge tag 'sound-4.15-rc1' of ssh://gitolite.kernel...
|
commit | commitdiff | tree |
2017-11-15 |
Linus Torvalds | Merge branch 'i2c/for-4.15' of ssh://gitolite.kernel...
|
commit | commitdiff | tree |
2017-11-15 |
Linus Torvalds | Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org...
|
commit | commitdiff | tree |
2017-11-15 |
Linus Torvalds | Merge tag 'dma-mapping-4.15' of git://git.infradead...
|
commit | commitdiff | tree |
2017-11-15 |
Linus Torvalds | Merge tag 'dmaengine-4.15-rc1' of git://git.infradead...
|
commit | commitdiff | tree |
2017-11-15 |
Linus Torvalds | Merge tag 'vfio-v4.15-rc1' of git://github.com/awilliam...
|
commit | commitdiff | tree |
2017-11-15 |
Linus Torvalds | Merge tag 'iommu-v4.15-rc1' of git://github.com/awilliam...
|
commit | commitdiff | tree |
2017-11-15 |
Linus Torvalds | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm...
|
commit | commitdiff | tree |
2017-11-15 |
Linus Torvalds | Merge branch 'for-next' of git://git.kernel.org/pub...
|
commit | commitdiff | tree |
2017-11-14 |
Linus Torvalds | Merge tag 'for-4.15/dm' of git://git.kernel.org/pub...
|
commit | commitdiff | tree |
2017-11-14 |
Linus Torvalds | Merge branch 'for-4.15/block' of git://git.kernel.dk...
|
commit | commitdiff | tree |
2017-11-14 |
Linus Torvalds | Merge tag 'configfs-for-4.15' of git://git.infradead...
|
commit | commitdiff | tree |
2017-11-14 |
Linus Torvalds | Merge branch 'for_linus' of git://git.kernel.org/pub...
|
commit | commitdiff | tree |
2017-11-14 |
Linus Torvalds | Merge branch 'fsnotify' of git://git.kernel.org/pub...
|
commit | commitdiff | tree |
2017-11-14 |
Linus Torvalds | Merge tag 'dlm-4.15' of git://git.kernel.org/pub/scm...
|
commit | commitdiff | tree |
2017-11-14 |
Linus Torvalds | Merge tag 'gfs2-4.15.fixes' of git://git.kernel.org...
|
commit | commitdiff | tree |
2017-11-14 |
Linus Torvalds | Merge tag 'jfs-4.15' of git://github.com/kleikamp/linux...
|
commit | commitdiff | tree |
2017-11-14 |
Linus Torvalds | Merge branch 'for-4.15' of git://git.kernel.org/pub...
|
commit | commitdiff | tree |
2017-11-14 |
Linus Torvalds | Merge tag 'xfs-4.15-merge-1' of git://git.kernel.org...
|
commit | commitdiff | tree |
2017-11-14 |
Linus Torvalds | Merge tag 'ext4_for_linus' of git://git.kernel.org...
|
commit | commitdiff | tree |
2017-11-14 |
Linus Torvalds | Merge tag 'fscrypt-for-linus' of git://git.kernel.org...
|
commit | commitdiff | tree |
2017-11-14 |
Linus Torvalds | Merge branch 'linus' of git://git.kernel.org/pub/scm...
|
commit | commitdiff | tree |
2017-11-14 |
Linus Torvalds | Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub...
|
commit | commitdiff | tree |
2017-11-14 |
Linus Torvalds | Merge tag 'tty-4.15-rc1' of git://git.kernel.org/pub...
|
commit | commitdiff | tree |
2017-11-14 |
Linus Torvalds | Merge tag 'staging-4.15-rc1' of git://git.kernel.org...
|
commit | commitdiff | tree |
2017-11-14 |
Linus Torvalds | Merge tag 'devprop-4.15-rc1' of git://git.kernel.org...
|
commit | commitdiff | tree |
2017-11-14 |
Linus Torvalds | Merge tag 'acpi-4.15-rc1' of git://git.kernel.org/pub...
|
commit | commitdiff | tree |
next |