aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-06-28Merge branch 'v4.1/topic/KASAN' into linux-linaro-lsk-v4.1linux-linaro-lsk-v4.1-testAlex Shi
2016-06-28mm/mempool: avoid KASAN marking mempool poison checks as use-after-freev4.1/topic/KASANMatthew Dawson
2016-06-28kasan: test fix: warn if the UAF could not be detected in kmalloc_uaf2Alexander Potapenko
2016-06-28tracing, kasan: Silence Kasan warning in check_stack of stack_tracerYang Shi
2016-06-28arm64: disable kasan when accessing frame->fp in unwind_frameYang Shi
2016-06-28x86: Fix KASAN false positives in thread_saved_pc()Dmitry Vyukov
2016-06-28mm, slub, kasan: enable user tracking by default with KASAN=yAndrey Ryabinin
2016-06-28lib: test_kasan: add some testcasesWang Long
2016-06-28x86, kasan: Fix build failure on KASAN=y && KMEMCHECK=y kernelsAndrey Ryabinin
2016-06-28lib/test_kasan.c: make kmalloc_oob_krealloc_less more correctlyWang Long
2016-06-28lib/test_kasan.c: fix a typoWang Long
2016-06-28x86/kasan: Move KASAN_SHADOW_OFFSET to the arch KconfigAndrey Ryabinin
2016-06-28arm64/kasan: add the conflict in "arm64: add KASAN support"Xishi Qiu
2016-06-28arm64/efi: fix libstub build under CONFIG_MODVERSIONSArd Biesheuvel
2016-06-28arm64/efi: isolate EFI stub from the kernel properArd Biesheuvel
2016-06-27arm64/efi: remove /chosen/linux, uefi-stub-kern-ver DT propertyArd Biesheuvel
2016-06-27x86, efi, kasan: Fix build failure on !KASAN && KMEMCHECK=y kernelsAndrey Ryabinin
2016-06-27x86, efi, kasan: #undef memset/memcpy/memmove per archAndrey Ryabinin
2016-06-27scripts/dtc: Update to upstream version 9d3649bd3be245c9Rob Herring
2016-06-27arm64: simplify dma_get_opsArnd Bergmann
2016-06-24Merge branch 'v4.1/topic/writeback-cg' into linux-linaro-lsk-v4.1Alex Shi
2016-06-24jump_label/x86: Work around asm build bug on older/backported GCCsv4.1/topic/writeback-cgPeter Zijlstra
2016-06-24blkcg: fix incorrect read/write sync/async stat accountingTejun Heo
2016-06-24cgroup: fix seq_show_option merge with legacy_nameKees Cook
2016-06-24Revert "writeback: plug writeback at a high level"Linus Torvalds
2016-06-24block: don't release bdi while request_queue has live referencesTejun Heo
2016-06-24writeback, cgroup: fix use of the wrong bdi_writeback which mismatches the inodeTejun Heo
2016-06-24writeback, cgroup: fix premature wb_put() in locked_inode_to_wb_and_lock_list()Tejun Heo
2016-06-24writeback: use higher precision calculation in domain_dirty_limits()Tejun Heo
2016-06-24memcg: remove pcp_counter_lockGreg Thelen
2016-06-24bdi: Remove "inline" keyword from exported I_BDEV() implementationGeert Uytterhoeven
2016-06-16Merge branch 'v4.1/topic/writeback-cg' into linux-linaro-lsk-v4.1Alex Shi
2016-06-16writeback: Fix performance regression in wb_over_bg_thresh()Howard Cochran
2016-06-14 Merge tag 'v4.1.26' into linux-linaro-lsk-v4.1Alex Shi
2016-06-08Merge branch 'v4.1/topic/writeback-cg' into linux-linaro-lsk-v4.1Alex Shi
2016-06-08cgroup: replace unified-hierarchy.txt with a proper cgroup v2 documentationTejun Heo
2016-06-08cgroup: rename Documentation/cgroups/ to Documentation/cgroup-legacy/Tejun Heo
2016-06-08cgroup: replace __DEVEL__sane_behavior with cgroup2 fs typeTejun Heo
2016-06-08cfq-iosched: fix the setting of IOPS mode on SSDsJens Axboe
2016-06-08block: Make CFQ default to IOPS mode on SSDsTahsin Erdogan
2016-06-08writeback: initialize inode members that track writeback historyTahsin Erdogan
2016-06-08writeback: keep superblock pinned during cgroup writeback association switchesTejun Heo
2016-06-08memcg: fix dirty page migrationGreg Thelen
2016-06-08block: detach bdev inode from its wb in __blkdev_put()Ilya Dryomov
2016-06-08fs/block_dev.c: Remove WARN_ON() when inode writeback failsVivek Goyal
2016-06-08cgroup: make sure a parent css isn't offlined before its childrenTejun Heo
2016-06-08cgroup: make sure a parent css isn't freed before its childrenTejun Heo
2016-06-08mm: page_alloc: generalize the dirty balance reserveJohannes Weiner
2016-06-08block: fix module reference leak on put_disk() call for cgroups throttleRoman Pen
2016-06-08memcg: fix memory.high targetVladimir Davydov