All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-04-06 18:58:07 to 2015-04-06 20:07:34 UTC [more...]

[PATCHSET 2/3 v2 block/for-4.1/core] writeback: cgroup writeback backpressure propagation
 2015-04-06 20:07 UTC  (35+ messages)
` [PATCH 01/19] memcg: make mem_cgroup_read_{stat|event}() iterate possible cpus instead of online
` [PATCH 02/19] writeback: clean up wb_dirty_limit()
` [PATCH 03/19] writeback: reorganize [__]wb_update_bandwidth()
` [PATCH 04/19] writeback: implement wb_domain
` [PATCH 05/19] writeback: move global_dirty_limit into wb_domain
` [PATCH 06/19] writeback: consolidate dirty throttle parameters into dirty_throttle_control
` [PATCH 07/19] writeback: add dirty_throttle_control->wb_bg_thresh
` [PATCH 08/19] writeback: make __wb_calc_thresh() take dirty_throttle_control
` [PATCH 09/19] writeback: add dirty_throttle_control->pos_ratio
` [PATCH 10/19] writeback: add dirty_throttle_control->wb_completions
` [PATCH 11/19] writeback: add dirty_throttle_control->dom
` [PATCH 12/19] writeback: make __wb_writeout_inc() and hard_dirty_limit() take wb_domaas a parameter
` [PATCH 13/19] writeback: separate out domain_dirty_limits()
` [PATCH 14/19] writeback: move over_bground_thresh() to mm/page-writeback.c
` [PATCH 15/19] writeback: update wb_over_bg_thresh() to use wb_domain aware operations
` [PATCH 16/19] writeback: implement memcg wb_domain
` [PATCH 17/19] writeback: reset wb_domain->dirty_limit[_tstmp] when memcg domain size changes
` [PATCH 18/19] writeback: implement memcg writeback domain based throttling
` [PATCH 19/19] mm: vmscan: disable memcg direct reclaim stalling if cgroup writeback support is in use

IBSS support in ath10k - our test results and questions
 2015-04-06 20:04 UTC  (5+ messages)

[PATCHSET 1/3 v3 block/for-4.1/core] writeback: cgroup writeback support
 2015-04-06 19:58 UTC  (81+ messages)
` [PATCH 01/49] memcg: add per cgroup dirty page accounting
` [PATCH 02/49] blkcg: move block/blk-cgroup.h to include/linux/blk-cgroup.h
` [PATCH 03/49] update !CONFIG_BLK_CGROUP dummies in include/linux/blk-cgroup.h
` [PATCH 04/49] blkcg: always create the blkcg_gq for the root blkcg
` [PATCH 05/49] memcg: add mem_cgroup_root_css
` [PATCH 06/49] blkcg: add blkcg_root_css
` [PATCH 07/49] cgroup, block: implement task_get_css() and use it in bio_associate_current()
` [PATCH 08/49] blkcg: implement task_get_blkcg_css()
` [PATCH 09/49] blkcg: implement bio_associate_blkcg()
` [PATCH 10/49] memcg: implement mem_cgroup_css_from_page()
` [PATCH 11/49] writeback: move backing_dev_info->state into bdi_writeback
` [PATCH 12/49] writeback: move backing_dev_info->bdi_stat[] "
` [PATCH 13/49] writeback: move bandwidth related fields from backing_dev_info "
` [PATCH 14/49] writeback: s/bdi/wb/ in mm/page-writeback.c
` [PATCH 15/49] writeback: move backing_dev_info->wb_lock and ->worklist into bdi_writeback
` [PATCH 16/49] writeback: reorganize mm/backing-dev.c
` [PATCH 17/49] writeback: separate out include/linux/backing-dev-defs.h
` [PATCH 18/49] bdi: make inode_to_bdi() inline
` [PATCH 19/49] writeback: add @gfp to wb_init()
` [PATCH 20/49] bdi: separate out congested state into a separate struct
` [PATCH 21/49] writeback: add {CONFIG|BDI_CAP|FS}_CGROUP_WRITEBACK
` [PATCH 22/49] writeback: make backing_dev_info host cgroup-specific bdi_writebacks
` [PATCH 23/49] writeback, blkcg: associate each blkcg_gq with the corresponding bdi_writeback_congested
` [PATCH 24/49] writeback: attribute stats to the matching per-cgroup bdi_writeback
  ` [PATCH 25/49] writeback: let balance_dirty_pages() work on the matching cgroup bdi_writeback
` [PATCH 26/49] writeback: make congestion functions per bdi_writeback
` [PATCH 27/49] writeback, blkcg: restructure blk_{set|clear}_queue_congested()
` [PATCH 28/49] writeback, blkcg: propagate non-root blkcg congestion state
` [PATCH 29/49] writeback: implement and use inode_congested()
` [PATCH 30/49] writeback: implement WB_has_dirty_io wb_state flag
` [PATCH 31/49] writeback: implement backing_dev_info->tot_write_bandwidth
` [PATCH 32/49] writeback: make bdi_has_dirty_io() take multiple bdi_writeback's into account
` [PATCH 33/49] writeback: don't issue wb_writeback_work if clean
` [PATCH 34/49] writeback: make bdi->min/max_ratio handling cgroup writeback aware
` [PATCH 35/49] writeback: implement bdi_for_each_wb()
` [PATCH 36/49] writeback: remove bdi_start_writeback()
` [PATCH 37/49] writeback: make laptop_mode_timer_fn() handle multiple bdi_writeback's
` [PATCH 38/49] writeback: make writeback_in_progress() take bdi_writeback instead of backing_dev_info
` [PATCH 39/49] writeback: make bdi_start_background_writeback() "
` [PATCH 40/49] writeback: make wakeup_flusher_threads() handle multiple bdi_writeback's
` [PATCH 41/49] writeback: add wb_writeback_work->auto_free
` [PATCH 42/49] writeback: implement bdi_wait_for_completion()
` [PATCH 43/49] writeback: implement wb_wait_for_single_work()
` [PATCH 44/49] writeback: restructure try_writeback_inodes_sb[_nr]()
` [PATCH 45/49] writeback: make writeback initiation functions handle multiple bdi_writeback's
` [PATCH 46/49] writeback: dirty inodes against their matching cgroup bdi_writeback's
` [PATCH 47/49] buffer, writeback: make __block_write_full_page() honor cgroup writeback
` [PATCH 48/49] mpage: make __mpage_writepage() "
` [PATCH 49/49] ext2: enable cgroup writeback support

[RFC] write(2) semantics wrt return values and current position
 2015-04-06 20:04 UTC  (5+ messages)

[PATCH] x86, paravirt, xen: Remove the 64-bit irq_enable_sysexit pvop
 2015-04-06 20:03 UTC  (8+ messages)
      ` [Xen-devel] "

[PATCH net-next v2 0/5] mpls: Behaviour-changing improvements
 2015-04-06 20:02 UTC  (3+ messages)
` [PATCH net-next v3 0/4] "

VxLAN system wedge in 4.0.0-rc5+ from davem net-next?
 2015-04-06 20:00 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] libvpx : add hash
 2015-04-06 19:56 UTC 

+ checkpatch-add-uart_ops-to-normally-const-structs.patch added to -mm tree
 2015-04-06 19:52 UTC 

[PATCH] nfsd: clear NFSEXP_PNFS flags if not supports pnfs in kernel
 2015-04-06 19:51 UTC  (3+ messages)

recover corrupt BTRFS
 2015-04-06 19:51 UTC  (4+ messages)

+ hfsplus-dont-store-special-osx-xattr-prefix-on-disk.patch added to -mm tree
 2015-04-06 19:51 UTC 

Using ath10k for WiFi capturing non-11ac traffic
 2015-04-06 19:49 UTC 

[PATCH v4 2/2] watchdog: add watchdog_exclude sysctl to assist nohz
 2015-04-06 19:45 UTC  (4+ messages)
` [PATCH v5 0/2] nohz/watchdog/smp_hotplug_thread changes
  ` [PATCH v5 1/2] smpboot: allow excluding cpus from the smpboot threads
  ` [PATCH v5 2/2] watchdog: add watchdog_exclude sysctl to assist nohz

[PATCH] x86/boot: use __noreturn instead of directly __attribute__ definition
 2015-04-06 19:35 UTC  (2+ messages)

+ rtc-hym8563-fix-swapped-enable-disable-of-clockout-control-bit.patch added to -mm tree
 2015-04-06 19:44 UTC 

+ zram-fix-error-return-code.patch added to -mm tree
 2015-04-06 19:43 UTC 

post-receive: pub/scm/linux/kernel/git/tj/cgroup
 2015-04-06 19:42 UTC 

[PATCH 00/25] treewide: Use bool function return values of true/false not 1/0
 2015-04-06 19:39 UTC  (3+ messages)
` [PATCH 16/25] include/linux: "

[PATCH 0/4] Prevent UDP tunnels from operating on garbage socket
 2015-04-06 19:38 UTC  (3+ messages)

Hang on large copy_from_user with PREEMPT_NONE
 2015-04-06 19:36 UTC  (4+ messages)

+ mm-page-writeback-check-before-clear-pagereclaim.patch added to -mm tree
 2015-04-06 19:37 UTC 

+ mm-migrate-check-before-clear-pageswapcache.patch added to -mm tree
 2015-04-06 19:36 UTC 

[RFC v7 1/2] mm: prototype: rid swapoff of quadratic complexity
 2015-04-06 19:34 UTC  (3+ messages)

[PATCH 1/3] mmc: dw_mmc: Increase cmd11 timeout to 500ms
 2015-04-06 19:32 UTC  (3+ messages)

[PATCH] ext4 mballoc: fix tail allocation
 2015-04-06 19:31 UTC 

+ slab-infrastructure-for-bulk-object-allocation-and-freeing-v3.patch added to -mm tree
 2015-04-06 19:31 UTC 

[PATCH 1/2] nohz: add tick_nohz_full_set_cpus() API
 2015-04-06 19:28 UTC  (7+ messages)
` [PATCH 2/2] nohz: make nohz_full imply isolcpus

[writeback, blkcg] BUG: unable to handle kernel NULL pointer dereference at 0000000000000030
 2015-04-06 19:27 UTC  (3+ messages)
` [PATCH] blkcg: always create the blkcg_gq for the root blkcg

[U-Boot] [PATCHv3 00/17] Add SPL support for SoCFPGA
 2015-04-06 19:23 UTC  (5+ messages)
` [U-Boot] printf("%d") breaks u-boot 2015.01+

[PATCH v3] x86: deinline dma_alloc_attrs()
 2015-04-06 19:20 UTC  (3+ messages)
` [PATCH v3] x86: deinline dma_free_attrs()

[PATCH v2] x86: Revert E820_PRAM change in e820_end_pfn()
 2015-04-06 19:00 UTC 

post-receive: pub/scm/linux/kernel/git/stable/stable-queue
 2015-04-06 19:18 UTC 

[PATCH 1/2] [v2] blk-mq: fix plugging in blk_sq_make_request
 2015-04-06 19:14 UTC  (2+ messages)
` [PATCH 2/2] blk-plug: don't flush nested plug lists

[PATCH] eal: fix log level check
 2015-04-06 19:14 UTC 

post-receive: pub/scm/linux/kernel/git/stable/stable-queue
 2015-04-06 19:12 UTC 

post-receive: pub/scm/linux/kernel/git/broonie/sound
 2015-04-06 19:11 UTC 

[asoc:topic/intel 37/37] sound/soc/intel/atom/sst/sst_drv_interface.c:277:19: sparse: cast removes address space of expression
 2015-04-06 19:10 UTC  (3+ messages)
` [PATCH asoc] ASoC: Intel: read_shim_data() can be static

post-receive: pub/scm/linux/kernel/git/broonie/sound
 2015-04-06 19:11 UTC 

[Qemu-devel] Migration sometimes fails with IDE and Qemu 2.2.1
 2015-04-06 19:10 UTC  (4+ messages)
` [Qemu-devel] [Qemu-block] "

[PATCH 2/2] nohz: make nohz_full imply isolcpus
 2015-04-06 19:09 UTC  (4+ messages)
` [PATCH v2 1/2] nohz: add tick_nohz_full_clear_cpus() and _set_cpus() APIs

[PATCH 0/4] Add MSPI support for Cygnus
 2015-04-06 19:09 UTC  (10+ messages)
` [PATCH 2/4] spi: bcm53xx: Refactor to make driver nonspecific to 53xx SoCs
` [PATCH 3/4] spi: bcm-mspi: Make BCMA optional to support non-BCMA chips

post-receive: pub/scm/linux/kernel/git/stable/stable-queue
 2015-04-06 19:09 UTC 

[ANNOUNCE] Git Merge Contributors Summit, April 8th, Paris
 2015-04-06 19:08 UTC  (3+ messages)

[ANN] wireless-regdb: master-2015-04-06
 2015-04-06 19:08 UTC  (2+ messages)
` [wireless-regdb] "

Slab infrastructure for bulk object allocation and freeing V3
 2015-04-06 19:07 UTC  (2+ messages)

[Qemu-devel] [Bug 1440843] [NEW] Guest WinXP crashes when trying to use a USB spectrometer
 2015-04-06 18:59 UTC 

[PATCH v6 1/2] DT: hwspinlock: Add binding documentation for Qualcomm hwmutex
 2015-04-06 19:04 UTC  (10+ messages)

[PATCH 00/14] Fix fallout from per-user struct clk patches
 2015-04-06 19:04 UTC  (6+ messages)
` [PATCH 03/14] clkdev: get rid of redundant clk_add_alias() prototype in linux/clk.h

post-receive: pub/scm/linux/kernel/git/rostedt/linux-trace
 2015-04-06 19:03 UTC 

DVBSky S952 and PCTV 290e DVB-T2 Together
 2015-04-06 19:02 UTC 

post-receive: pub/scm/linux/kernel/git/stable/stable-queue
 2015-04-06 19:02 UTC 

post-receive: pub/scm/linux/kernel/git/stable/stable-queue
 2015-04-06 19:01 UTC 

[RFC PATCH 0/7] add OSv support
 2015-04-06 19:01 UTC  (5+ messages)
` [RFC PATCHv2 0/8] "
  ` [RFC PATCHv2 5/8] "

post-receive: pub/scm/linux/kernel/git/stable/stable-queue
 2015-04-06 19:01 UTC 

[U-Boot] [PATCH v3 1/3] ARM: mx6: Fix errata workarounds for i.MX6
 2015-04-06 19:01 UTC  (3+ messages)
` [U-Boot] [PATCH v3 2/3] ARM: Add workaround for Cortex-A9 errata 845369
` [U-Boot] [PATCH v3 3/3] ARM: mx6: Enable ARM errata workaround for 845369

[PATCH 0/8 v2] xfs: DAX support
 2015-04-06 19:00 UTC  (4+ messages)
` [PATCH 8/8] xfs: add initial "

post-receive: pub/scm/linux/kernel/git/sforshee/wireless-regdb
 2015-04-06 19:00 UTC 

[RFC PATCHv3 0/7] add OSv support
 2015-04-06 18:58 UTC  (6+ messages)
  ` [RFC PATCHv3 3/7] eal: Add extern C on eal_thread.h
  ` [RFC PATCHv3 4/7] eal: Add extern C on eal_private.h
  ` [RFC PATCHv3 5/7] add OSv support
  ` [RFC PATCHv3 6/7] app/test: support OSv
  ` [RFC PATCHv3 7/7] doc: Add Getting Started Guide for OSv


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.