messages from 2015-04-06 16:31:39 to 2015-04-06 20:58:02 UTC [more...]
[PATCH] clk: qcom: Fix parent_map translations
2015-04-06 20:57 UTC (2+ messages)
[PATCH] x86: vdso: fix pvclock races with task migration
2015-04-06 20:57 UTC (4+ messages)
[GIT PULL] kselftest updates for 4.1-rc1
2015-04-06 20:53 UTC
[PATCH 0/3] dm-crypt: Adds support for wiping key when doing suspend/hibernation
2015-04-06 20:51 UTC (6+ messages)
[PATCH 1/2] stmmac: Add binding document for IMG Pistachio DWMAC
2015-04-06 20:51 UTC (3+ messages)
` [PATCH 2/2] stmmac: Add IMG Pistachio platform glue layer
Hang on large copy_from_user with PREEMPT_NONE
2015-04-06 20:42 UTC (8+ messages)
[git pull] Input updates for 4.0-rc6
2015-04-06 20:37 UTC
[PATCH] mvneta: dont call mvneta_adjust_link() manually
2015-04-06 20:36 UTC (2+ messages)
[PATCH 00/11] ARM: dts: Refactor Exynos4 boards for phandle notation
2015-04-06 20:28 UTC (12+ messages)
` [PATCH 01/11] ARM: dts: Add labels to nodes used in Exynos4 based DTS
` [PATCH 02/11] ARM: dts: Use phandle notation for overriding nodes in Exynos4210
` [PATCH 03/11] ARM: dts: Use phandle notation for overriding nodes in Exynos4210 Origen
` [PATCH 04/11] ARM: dts: Use phandle notation for overriding nodes in SMDKv310
` [PATCH 05/11] ARM: dts: Use phandle notation for overriding nodes in Trats
` [PATCH 06/11] ARM: dts: Use phandle notation for overriding nodes in Exynos4212
` [PATCH 07/11] ARM: dts: Use phandle notation for overriding nodes in Exynos4x12
` [PATCH 08/11] ARM: dts: Use phandle notation for overriding nodes in Exynos4412
` [PATCH 09/11] ARM: dts: Use phandle notation for overriding nodes in Odroid
` [PATCH 10/11] ARM: dts: Use phandle notation for overriding nodes in SMDK4412
` [PATCH 11/11] ARM: dts: Use phandle notation for overriding nodes in Trats2
[PATCH 0/2] Input: atmel_mxt_ts - Add support for T100 multi-touch
2015-04-06 20:30 UTC (5+ messages)
` [PATCH 1/2] Input: atmel_mxt_ts - Implement support for T100 touch object
` [PATCH 2/2] Input: atmel_mxt_ts - Split out touchpad initialisation logic
[PATCH] x86, paravirt, xen: Remove the 64-bit irq_enable_sysexit pvop
2015-04-06 20:27 UTC (8+ messages)
` [Xen-devel] "
[PATCHSET 1/3 v3 block/for-4.1/core] writeback: cgroup writeback support
2015-04-06 19:58 UTC (50+ 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
[PATCH v4] ARM: smp: Only expose /sys/.../cpuX/online if hotpluggable
2015-04-06 20:24 UTC
[RFC PATCH 00/11] IB/Verbs: IB Management Helpers
2015-04-06 20:22 UTC (2+ messages)
[PATCHSET 3/3 v2 block/for-4.1/core] writeback: implement foreign cgroup inode bdi_writeback switching
2015-04-06 20:18 UTC (11+ messages)
` [PATCH 01/10] writeback: relocate wb[_try]_get(), wb_put(), inode_{attach|detach}_wb()
` [PATCH 02/10] writeback: make writeback_control track the inode being written back
` [PATCH 03/10] writeback: implement foreign cgroup inode detection
` [PATCH 04/10] truncate: swap the order of conditionals in cancel_dirty_page()
` [PATCH 05/10] writeback: implement [locked_]inode_to_wb_and_lock_list()
` [PATCH 06/10] writeback: implement unlocked_inode_to_wb transaction and use it for stat updates
` [PATCH 07/10] writeback: use unlocked_inode_to_wb transaction in inode_congested()
` [PATCH 08/10] writeback: add lockdep annotation to inode_to_wb()
` [PATCH 09/10] writeback: implement foreign cgroup inode bdi_writeback switching
` [PATCH 10/10] writeback: disassociate inodes from dying bdi_writebacks
[PATCHSET 2/3 v2 block/for-4.1/core] writeback: cgroup writeback backpressure propagation
2015-04-06 20:07 UTC (21+ 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
[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)
[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 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
[PATCH 1/2] nohz: add tick_nohz_full_set_cpus() API
2015-04-06 19:28 UTC (17+ messages)
` [PATCH 2/2] nohz: make nohz_full imply isolcpus
` [PATCH v2 1/2] nohz: add tick_nohz_full_clear_cpus() and _set_cpus() APIs
` [PATCH v2 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 (2+ messages)
` [PATCH] blkcg: always create the blkcg_gq for the root blkcg
[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
[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
[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
[PATCH 0/4] Add MSPI support for Cygnus
2015-04-06 19:09 UTC (19+ messages)
` [PATCH 1/4] ARM: dts: Add binding for Broadcom MSPI driver
` [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
` [PATCH 4/4] spi: bcm-mspi: Add support to set serial baud clock rate
Slab infrastructure for bulk object allocation and freeing V3
2015-04-06 19:07 UTC
[PATCH v6 1/2] DT: hwspinlock: Add binding documentation for Qualcomm hwmutex
2015-04-06 19:04 UTC (10+ messages)
4.0.0-rc mouse/keyboard events get stuck
2015-04-06 18:39 UTC
[PATCH] x86: Revert E820_PRAM change in e820_end_pfn()
2015-04-06 18:36 UTC (3+ messages)
[PATCH] sched/core: Remove wakeup_gran with single call calc_delta_fair
2015-04-06 18:43 UTC
[PATCH] checkpatch: validate MODULE_LICENSE content
2015-04-06 18:43 UTC
another pmem variant V3
2015-04-06 18:26 UTC (9+ messages)
` [PATCH 1/2] x86: add support for the non-standard protected e820 type
` [Linux-nvdimm] "
[PATCH] iio/axp288_adc: add missing channel info mask
2015-04-06 18:39 UTC (3+ messages)
[PATCH RESEND] efivarfs: Ensure VariableName is NUL-terminated
2015-04-06 18:39 UTC (2+ messages)
[PATCH v2] iio/axp288_adc: add missing channel info mask
2015-04-06 18:38 UTC
[PATCH V2 0/6] i2c: qup: Add support for v2 tags and bam dma
2015-04-06 18:31 UTC (7+ messages)
` [PATCH V2 1/6] i2c: qup: Change qup_wait_writeready function to use for all timeouts
` [PATCH V2 2/6] i2c: qup: Add V2 tags support
` [PATCH V2 3/6] i2c: qup: Add bam dma capabilities
` [PATCH V2 4/6] i2c: qup: Transfer every i2c_msg in i2c_msgs without stop
` [PATCH V2 5/6] dts: msm8974: Add blsp2_bam dma node
` [PATCH V2 6/6] dts: msm8974: Add dma channels for blsp2_i2c1 node
Slab infrastructure for bulk object allocation and freeing V2
2015-04-06 18:27 UTC (5+ messages)
[PATCH] mfd: tps65010: remove incorrect __exit markups
2015-04-06 18:24 UTC (2+ messages)
[PATCH v2] x86: deinline dma_alloc_attrs()
2015-04-06 18:20 UTC (2+ messages)
` [PATCH v2] x86: deinline dma_free_attrs()
[PATCH] sunrpc: eliminate RPC_DEBUG
2015-04-06 18:18 UTC (5+ messages)
[PATCH v3 0/7] tracing: 'hist' triggers
2015-04-06 18:07 UTC (7+ messages)
` [PATCH v3 5/7] tracing: Add 'hist' event trigger command
[PATCH v2 0/5] Refactor Qualcomm RPM regulator to single platform_device
2015-04-06 17:57 UTC (15+ messages)
` [PATCH v2 2/5] regulator: Introduce property to flag drms
` [PATCH v2 5/5] regulator: qcom: Rework to single platform device
[PATCH v2 0/2] Add extcon support for AXP288 PMIC
2015-04-06 17:55 UTC (4+ messages)
` [PATCH v2 2/2] extcon-axp288: Add axp288 extcon driver support
[PATCH v3] ARM: smp: Only expose /sys/.../cpuX/online if hotpluggable
2015-04-06 17:47 UTC (6+ messages)
[PATCH] cpusets: Make cpus_allowed and mems_allowed masks hotplug invariant
2015-04-06 17:47 UTC (8+ messages)
[PATCH v4 0/6] Convert twl4030_madc_battery to IIO consumer and add DT aupport
2015-04-06 17:45 UTC (5+ messages)
` [PATCH v4 1/6] power: twl4030-madc-battery: Convert to iio consumer
` [PATCH v4 6/6] power: twl4030_madc_battery: Add missing MODULE_ALIAS
[PATCH v2 0/8] Asynchronous device/driver probing support
2015-04-06 17:45 UTC (4+ messages)
smp_call_function_single lockups
2015-04-06 17:32 UTC (18+ messages)
` [PATCH] smp/call: Detect stuck CSD locks
[PATCH v3] perf/rapl: support per domain energy unit
2015-04-06 17:30 UTC (3+ messages)
[PATCH v3 0/3] spi: fsl-dspi (vf610) clock fixes
2015-04-06 17:12 UTC (7+ messages)
` [PATCH v3 1/3] spi: fsl-dspi: Fix clock rate scale values
` [PATCH v3 2/3] devicetree: spi: fsl-dspi: Add cs-sck delays
` [PATCH v3 3/3] spi: fsl-dspi: Add ~50ns delay between cs and sck
[PATCHv3 0/2] Add support for generic register mapped poweroff
2015-04-06 16:51 UTC (2+ messages)
[PATCH v2] Input: cros_ec_keyb - Clear keyboard state only when it hasn't been a wake source
2015-04-06 16:47 UTC (3+ messages)
[PATCH] clk: si5351: fix .round_rate for multisynth 6-7
2015-04-06 16:43 UTC (2+ messages)
[PATCH][ASoC]Add ability to remove rate constraints from generic ASoC AC'97 CODEC driver
2015-04-06 16:41 UTC (6+ messages)
[PATCH v6] spi: Add SPI driver for Mikrotik RB4xx series boards
2015-04-06 16:39 UTC (2+ messages)
[PATCH v2] Input - mt: Fix input_mt_get_slot_by_key
2015-04-06 16:33 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox