LKML Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-05-22 18:19:34 to 2015-05-22 22:23:59 UTC [more...]

[PATCHSET 2/3 v3 block/for-4.2/core] writeback: cgroup writeback backpressure propagation
 2015-05-22 22:23 UTC  (4+ 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 07/19] writeback: add dirty_throttle_control->wb_bg_thresh

[PATCH v4 0/3] Compile-time stack frame pointer validation
 2015-05-22 22:22 UTC  (9+ messages)

[RFC v1] tree-wide: remove "select FW_LOADER" uses
 2015-05-22 22:22 UTC  (16+ messages)

Should we automatically generate a module signing key at all?
 2015-05-22 22:21 UTC  (10+ messages)

[PATCH] PCIe / hotplug: Drop pointless label from pciehp_probe()
 2015-05-22 22:38 UTC 

[PATCH v3 0/2] Optimise some IP checksum functions
 2015-05-22 21:54 UTC  (6+ messages)
` [PATCH v3 2/2] powerpc: add support for csum_add()

[RFC PATCH] percpu system call: fast userspace percpu critical sections
 2015-05-22 22:06 UTC  (7+ messages)

[PATCH] PCI / hotplug / ACPI: Check ignore_hotplug for all downstream devices
 2015-05-22 22:16 UTC  (3+ messages)

[PATCH] ARM: Kconfig: Select clocksource in STM32 entry
 2015-05-22 21:50 UTC 

[RFC v3 PATCH 00/10] hugetlbfs: add fallocate support
 2015-05-22 21:50 UTC  (2+ messages)

mmotm 2015-05-22-14-48 uploaded
 2015-05-22 21:48 UTC 

[PATCH 1/6 linux-next] ubifs: remove unnecessary semi-colon
 2015-05-22 21:46 UTC  (7+ messages)
` [PATCH 6/6 linux-next] ubifs: remove else after return

[PATCH 0/2] turbostat, support CPU0 hotplug
 2015-05-22 21:44 UTC  (4+ messages)
` [PATCH 2/2] turbostat, add set_base_cpu()

[PATCH] mm: meminit: Finish initialisation of struct pages before basic setup
 2015-05-22 21:43 UTC  (5+ messages)

[PATCH 00/19] ACPICA: 20150515 Release
 2015-05-22 22:06 UTC  (6+ messages)
` [PATCH 18/19] ACPICA: ACPI 6.0: Add support for NFIT table

KVM: x86: zero kvmclock_offset when vcpu0 initializes kvmclock system MSR
 2015-05-22 21:40 UTC 

[PATCH 1/3] staging:lustre: remove tcpip abstraction from libcfs
 2015-05-22 21:40 UTC  (4+ messages)
  ` [lustre-devel] "

[PATCH v3 00/21] libnd: non-volatile memory device support
 2015-05-22 21:39 UTC  (7+ messages)
` [PATCH v3 14/21] libnd: blk labels and namespace instantiation
` [PATCH v3 18/21] nd_btt: atomic sector updates

Crypto Fixes for 3.13
 2015-05-22 21:39 UTC  (13+ messages)
    ` Crypto Fixes for 3.14
      ` Crypto Fixes for 3.19
          ` Crypto Fixes for 4.1

[dm:for-next 30/30] drivers/md/dm-thin.c:338:5: sparse: symbol '__blkdev_issue_discard_async' was not declared. Should it be static?
 2015-05-22 21:37 UTC  (2+ messages)
` [PATCH dm] dm thin: __blkdev_issue_discard_async() can be static

[git pull] drm fixes
 2015-05-22 21:34 UTC  (2+ messages)

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

[V5 PATCH 0/5] ACPI: Introduce support for _CCA object
 2015-05-22 21:56 UTC  (3+ messages)
` [V5 PATCH 1/5] ACPI / scan: Parse _CCA and setup device coherency

[PATCH 0/4] perf: Add support for PMU events in JSON format
 2015-05-22 21:28 UTC  (7+ messages)
` [PATCH 2/4] perf: jevents: Program to convert JSON file to C style file

[RFC 1/1] fs/omfs/file.c: use mpage_readpage() instead of block_read_full_page()
 2015-05-22 21:22 UTC 

[PATCH 00/23] userfaultfd v4
 2015-05-22 21:18 UTC  (5+ messages)
` [PATCH 22/23] userfaultfd: avoid mmap_sem read recursion in mcopy_atomic

[PATCH v4 00/13] staging: lustre: lnet: code cleanups
 2015-05-22 21:16 UTC  (8+ messages)
` [PATCH v4 10/13] staging: lustre: lnet: lnet: checkpatch.pl fixes

[RFC v3 00/45] Richacls
 2015-05-22 21:08 UTC  (3+ messages)
` [RFC v3 14/45] richacl: Permission check algorithm

[PATCH v9 0/5] Add support to STMicroelectronics STM32 family
 2015-05-22 21:03 UTC  (6+ messages)
` [PATCH v9 1/5] dt-bindings: Document the STM32 timer bindings
` [PATCH v9 2/5] clockevents/drivers: Add STM32 Timer driver
` [PATCH v9 3/5] dt-bindings: Document the STM32 USART bindings
` [PATCH v9 4/5] serial: stm32-usart: Add STM32 USART Driver
` [PATCH v9 5/5] ARM: dts: Introduce STM32F429 MCU

[PATCH v2] x86: Stop relying on magic jmp behavior for early_idt_handlers
 2015-05-22 20:59 UTC  (5+ messages)

[PATCH v4 0/4] remoteproc: Introduce wkup_m3_rproc driver
 2015-05-22 20:45 UTC  (5+ messages)
` [PATCH v4 1/4] remoteproc: introduce rproc_get_by_phandle API
` [PATCH v4 2/4] remoteproc: add a rproc ops for performing address translation
` [PATCH v4 3/4] Documentation: dt: add bindings for TI Wakeup M3 processor
` [PATCH v4 4/4] remoteproc/wkup_m3: add a remoteproc driver for TI Wakeup M3

[GIT] Networking
 2015-05-22 20:44 UTC 

[PATCH 1/2] KVM: MMU: fix SMAP virtualization
 2015-05-22 20:43 UTC  (2+ messages)

[RFC PATCH 0/3] clk: stm32: Add clock driver for STM32F4[23]xxx devices
 2015-05-22 20:41 UTC  (4+ messages)
` [RFC PATCH 1/3] dt-bindings: Document the STM32F4 clock bindings
` [RFC PATCH 2/3] clk: stm32: Add clock driver for STM32F4[23]xxx devices
` [RFC PATCH 3/3] ARM: dts: stm32f429: Adopt STM32F4 clock driver

[PATCH 0/13] Parallel struct page initialisation v4
 2015-05-22 20:31 UTC  (3+ messages)
` [PATCH 03/13] mm: meminit: Only set page reserved in the memblock region

[PATCH v8 00/16] Add support to STMicroelectronics STM32 family
 2015-05-22 20:20 UTC  (5+ messages)
` [PATCH v8 01/16] scripts: link-vmlinux: Don't pass page offset to kallsyms if XIP Kernel

[Linaro-acpi] [PATCH v2 6/7] Watchdog: introduce ARM SBSA watchdog driver
 2015-05-22 20:17 UTC  (4+ messages)

[PATCH 0/1] Fix an issue with 'ethtool' configuring PHYs
 2015-05-22 20:15 UTC  (3+ messages)
` [PATCH 1/1] net: core: 'ethtool' issue with querying phy settings

[char-misc-next 1/4] mei: export hbm features to debugfs under devstate
 2015-05-22 20:03 UTC  (3+ messages)

[PATCH v2] tty: remove platform_sysrq_reset_seq
 2015-05-22 19:59 UTC 

net/unix: sk_socket can disappear when state is unlocked
 2015-05-22 19:59 UTC  (7+ messages)

[PATCH] tty: remove platform_sysrq_reset_seq
 2015-05-22 19:58 UTC  (2+ messages)

[PATCH 0/5] Marvell PXA1928 USB support
 2015-05-22 19:54 UTC  (5+ messages)
` [PATCH 4/5] phy: add Marvell HSIC 28nm PHY

[PATCH] Staging: media: lirc: Replace timeval with ktime_t
 2015-05-22 19:52 UTC  (2+ messages)
` [Y2038] "

[RFCv4 PATCH 25/34] sched: Add over-utilization/tipping point indicator
 2015-05-22 19:48 UTC  (2+ messages)
` [PATCH] sched: Fix compiler errors for NO_SMP machines

[PATCH] init/do_mounts: Add create_dev() failure log
 2015-05-22 19:44 UTC  (3+ messages)

[PATCH soc] ARM: use ARM_SINGLE_ARMV7M for ARMv7-M platforms
 2015-05-22 19:34 UTC  (7+ messages)

[PATCH v2] ARM: dts: nitrogen6x: add CAN support
 2015-05-22 19:30 UTC  (3+ messages)
  ` Aw: "

[PATCH v3 0/7] mfd: cros_ec: Add multi EC and proto v3 support
 2015-05-22 19:28 UTC  (2+ messages)

Device Tree Blob (DTB) licence
 2015-05-22 19:27 UTC  (4+ messages)

[PATCH v2 0/5] Qualcomm PCIe and PCIe/PHY drivers
 2015-05-22 19:26 UTC  (4+ messages)
` [PATCH v2 5/5] ARM: qcom: Add Qualcomm APQ8084 SoC

[PATCH v7 5/7] clk: hisilicon: Remove __init for marking function prototypes
 2015-05-22 19:17 UTC  (11+ messages)
` [PATCH v7 6/7] clk: hi6220: Clock driver support for Hisilicon hi6220 SoC

[PATCH] bridge: fix parsing of MLDv2 reports
 2015-05-22 19:09 UTC  (2+ messages)

[git pull] Input updates for 4.1-rc4
 2015-05-22 19:07 UTC 

[PATCH 0/2] MIPS: MSA: bugfixes of context switch
 2015-05-22 19:06 UTC  (5+ messages)
` [PATCH 1/2] MIPS: MSA: bugfix - disable MSA during thread switch correctly

[PATCH] staging: lustre: osc: clean up whitespace and align function parameters
 2015-05-22 18:50 UTC 

[fuse-devel] fuse_get_context() and namespaces
 2015-05-22 18:59 UTC  (4+ messages)

[PATCH 1/2] CRISv10: delete unused lib/old_checksum.c
 2015-05-22 18:58 UTC  (2+ messages)
` [PATCH 2/2] CRISv10: delete unused lib/dmacopy.c

[PATCH v2 1/3] net: macb: Document zynq gem dt binding
 2015-05-22 18:58 UTC  (4+ messages)
` [PATCH v2 2/3] net: macb: Disable half duplex gigabit on Zynq

[PATCHv2 net-next] bridge: allow setting hash_max + multicast_router if interface is down
 2015-05-22 18:56 UTC  (2+ messages)

Compilers and RCU readers: Once more unto the breach!
 2015-05-22 18:55 UTC  (11+ messages)

[PATCH v6 2/4] PCI: X-Gene: Add the APM X-Gene v1 PCIe MSI/MSIX termination driver
 2015-05-22 18:43 UTC  (10+ messages)
` [PATCH v7 0/4] PCI: X-Gene: Add APM X-Gene v1 "
  ` [PATCH v7 2/4] PCI: X-Gene: Add the APM X-Gene v1 PCIe "
      ` [PATCH v8 0/4] PCI: X-Gene: Add APM X-Gene v1 "
      ` [PATCH v8 1/4] documentation: dts: Add the device tree binding for APM X-Gene v1 PCIe MSI device tree node
      ` [PATCH v8 2/4] PCI: X-Gene: Add the APM X-Gene v1 PCIe MSI/MSIX termination driver
      ` [PATCH v8 3/4] arm64: dts: Add the device tree entry for the APM X-Gene PCIe MSI node
      ` [PATCH v8 4/4] PCI: X-Gene: Add the MAINTAINERS entry for APM X-Gene v1 PCIe MSI driver

[PATCH RFC v2 0/2] crypto: Introduce Public Key Encryption API
 2015-05-22 18:37 UTC  (4+ messages)
` [PATCH RFC v2 1/2] crypto: add PKE API

[PATCH] CRIS: delete unused build.c
 2015-05-22 18:40 UTC 

[PATCH v4 0/2] socfpga: support suspend to ram
 2015-05-22 18:02 UTC  (3+ messages)
` [PATCH v4 1/2] ARM: "
` [PATCH v4 2/2] ARM: socfpga: dts: add sdram controller dt binding doc

[PATCH net] ipv4: fill in table id when replacing a route
 2015-05-22 18:35 UTC  (2+ messages)

[PATCH v3 1/2] mtd: arasan: Add device tree binding documentation
 2015-05-22 18:19 UTC  (2+ messages)
` [PATCH v3 2/2] mtd: nand: Add support for Arasan Nand Flash Controller

[PATCH 1/6] staging:lustre:remove useless libcfs_sock_release
 2015-05-22 18:32 UTC  (6+ messages)
` [PATCH 2/6] staging:lustre:remove useless libcfs_sock_abort_accept
` [PATCH 3/6] staging:lustre: rename tcpip handling functions to lnet_* prefix
` [PATCH 4/6] staging:lustre: use available kernel wrappers in lib-socket.c
` [PATCH 5/6] staging:lustre: style cleanups for lib-socket.c
` [PATCH 6/6] staging:lustre: Update license and copyright "

[PATCH 0/6] staging:lustre: remove tcpip abstraction from libcfs
 2015-05-22 18:32 UTC 

[PATCH v4 00/11] simplify block layer based on immutable biovecs
 2015-05-22 18:18 UTC  (11+ messages)
` [PATCH v4 02/11] block: simplify bio_add_page()
` [PATCH v4 03/11] bcache: remove driver private bio splitting code
` [PATCH v4 04/11] btrfs: remove bio splitting and merge_bvec_fn() calls
` [PATCH v4 05/11] block: remove split code in blkdev_issue_discard
` [PATCH v4 06/11] md/raid5: get rid of bio_fits_rdev()
` [PATCH v4 07/11] md/raid5: split bio for chunk_aligned_read
` [PATCH v4 08/11] block: kill merge_bvec_fn() completely
` [PATCH v4 09/11] fs: use helper bio_add_page() instead of open coding on bi_io_vec
` [PATCH v4 10/11] block: remove bio_get_nr_vecs()
` [PATCH v4 11/11] Documentation: update notes in biovecs about arbitrarily sized bios


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).