]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commit
3.14-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 28 Jan 2015 01:00:08 +0000 (17:00 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 28 Jan 2015 01:00:08 +0000 (17:00 -0800)
commitfd1e6c3eec08bf643b47e02225fbc4eb2cec7c85
tree87711710f132b20bfd9ed419240ed264eaab92e5
parent446d37ed20186487c45a24a4071a77e296a6485b
3.14-stable patches

added patches:
fs-buffer-do-not-use-unnecessary-atomic-operations-when-discarding-buffers.patch
mm-do-not-use-atomic-operations-when-releasing-pages.patch
mm-do-not-use-unnecessary-atomic-operations-when-adding-pages-to-the-lru.patch
mm-non-atomically-mark-page-accessed-during-page-cache-allocation-where-possible.patch
mm-page_alloc-convert-hot-cold-parameter-and-immediate-callers-to-bool.patch
mm-page_alloc-lookup-pageblock-migratetype-with-irqs-enabled-during-free.patch
mm-page_alloc-only-check-the-alloc-flags-and-gfp_mask-for-dirty-once.patch
mm-page_alloc-only-check-the-zone-id-check-if-pages-are-buddies.patch
mm-page_alloc-reduce-number-of-times-page_to_pfn-is-called.patch
mm-page_alloc-take-the-alloc_no_watermark-check-out-of-the-fast-path.patch
mm-page_alloc-use-unsigned-int-for-order-in-more-places.patch
mm-shmem-avoid-atomic-operation-during-shmem_getpage_gfp.patch
13 files changed:
queue-3.14/fs-buffer-do-not-use-unnecessary-atomic-operations-when-discarding-buffers.patch [new file with mode: 0644]
queue-3.14/mm-do-not-use-atomic-operations-when-releasing-pages.patch [new file with mode: 0644]
queue-3.14/mm-do-not-use-unnecessary-atomic-operations-when-adding-pages-to-the-lru.patch [new file with mode: 0644]
queue-3.14/mm-non-atomically-mark-page-accessed-during-page-cache-allocation-where-possible.patch [new file with mode: 0644]
queue-3.14/mm-page_alloc-convert-hot-cold-parameter-and-immediate-callers-to-bool.patch [new file with mode: 0644]
queue-3.14/mm-page_alloc-lookup-pageblock-migratetype-with-irqs-enabled-during-free.patch [new file with mode: 0644]
queue-3.14/mm-page_alloc-only-check-the-alloc-flags-and-gfp_mask-for-dirty-once.patch [new file with mode: 0644]
queue-3.14/mm-page_alloc-only-check-the-zone-id-check-if-pages-are-buddies.patch [new file with mode: 0644]
queue-3.14/mm-page_alloc-reduce-number-of-times-page_to_pfn-is-called.patch [new file with mode: 0644]
queue-3.14/mm-page_alloc-take-the-alloc_no_watermark-check-out-of-the-fast-path.patch [new file with mode: 0644]
queue-3.14/mm-page_alloc-use-unsigned-int-for-order-in-more-places.patch [new file with mode: 0644]
queue-3.14/mm-shmem-avoid-atomic-operation-during-shmem_getpage_gfp.patch [new file with mode: 0644]
queue-3.14/series