All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-05-22 20:48:58 to 2015-05-22 21:39:15 UTC [more...]

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

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

"HEAD -> branch" decoration doesn't work with "--decorate=full"
 2015-05-22 21:38 UTC  (12+ messages)
    ` [PATCH 2/2] log: do not shorten decoration names too early

[PATCH] php, openobex: use _remove and don't expand EXTRA_OECONF to not kill sstate
 2015-05-22 21:38 UTC 

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

[U-Boot] [PATCH] pci: imx: display message if no pcie link
 2015-05-22 21:38 UTC  (5+ messages)
` [U-Boot] "

[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

[Xenomai] 3.14.17 patch initial ram disk hangup
 2015-05-22 21:37 UTC  (4+ messages)

[Bug 90217] Counter Strike Global Offensive: GPU fault after a while
 2015-05-22 21:35 UTC  (2+ messages)

MDS auth caps for cephfs
 2015-05-22 21:35 UTC  (3+ messages)

CephFS and the next firefly release v0.80.10
 2015-05-22 21:35 UTC  (2+ messages)

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

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

[Announce] submitGit for patch submission (was "Diffing submodule does not yield complete logs")
 2015-05-22 21:35 UTC  (6+ messages)

[PATCHSET 1/3 v4 block/for-4.2/core] writeback: cgroup writeback support
 2015-05-22 21:14 UTC  (104+ 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

[PATCH net-next v1 0/3] amd-xgbe: AMD XGBE driver updates 2015-05-22
 2015-05-22 21:32 UTC  (4+ messages)
` [PATCH net-next v1 1/3] amd-xgbe: Add setting of a missing hardware feature
` [PATCH net-next v1 2/3] amd-xgbe: Fix initial mode when auto-negotiation is disabled
` [PATCH net-next v1 3/3] amd-xgbe: Add more netif_dbg output to the driver

[PATCH net-next 0/6] netns: ease netlink use with a lot of netns
 2015-05-22 21:30 UTC  (9+ messages)
` [PATCH net-next v2 0/7] "

[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 

debian RT kernel
 2015-05-22 21:22 UTC  (2+ messages)

[Qemu-devel] [PATCH 00/20] monitor: Wean core off QError, and other cleanups
 2015-05-22 21:21 UTC  (7+ messages)
` [Qemu-devel] [PATCH 01/20] monitor: Drop broken, unused asynchronous command interface
` [Qemu-devel] [PATCH 02/20] monitor: Clean up after previous commit
` [Qemu-devel] [PATCH 03/20] monitor: Improve and document client_migrate_info protocol error

[Buildroot] [PATCH 1/1] package/nss-pam-ldapd: new package
 2015-05-22 21:21 UTC 

[PATCH 2/4] acpi: allow for an override to set _REV
 2015-05-22 21:19 UTC  (5+ messages)

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

+ fs-userfaultfdc-work-around-i386-build-error.patch added to -mm tree
 2015-05-22 21:18 UTC 

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

[PATCH v3 00/21] libnd: non-volatile memory device support
 2015-05-22 21:16 UTC  (4+ messages)
` [PATCH v3 18/21] nd_btt: atomic sector updates

[PATCH] submodule documentation: Reorder introductory paragraphs
 2015-05-22 21:18 UTC  (2+ messages)

+ drivers-gpu-drm-i915-i915_gem_gttc-hack-around-build-error-on-i386.patch added to -mm tree
 2015-05-22 21:17 UTC 

drivers/gpu/drm/i915/i915_gem_gtt.c
 2015-05-22 21:17 UTC 

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

[PATCH] oprofile: mark as machine-specific due to kernel deps
 2015-05-22 21:13 UTC 

[PATCH] rtlwifi: Fix EFUSE_ANA8M map value
 2015-05-22 21:13 UTC  (5+ messages)

[seabios test] 56972: tolerable FAIL - PUSHED
 2015-05-22 21:11 UTC 

Microsoft Exchange
 2015-05-22 20:27 UTC 

Tessellation shaders get MEM_OUT_OF_BOUNDS errors / missing triangles
 2015-05-22 21:10 UTC  (2+ messages)

rbd and the next firefly release v0.80.10
 2015-05-22 21:08 UTC  (2+ messages)

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

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

[meta-oracle-java][PATCH 1/2] oracle-jse-jdk: fix link to binaries
 2015-05-22 21:09 UTC  (2+ messages)
` [meta-oracle-java][PATCH 2/2] oracle-jse: provide java2-vm

[PATCH net] net: phy: bcm7xxx: Fix 7425 PHY ID and flags
 2015-05-22 21:07 UTC 

[PATCH v9 0/5] Add support to STMicroelectronics STM32 family
 2015-05-22 21:03 UTC  (13+ 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

[v2 PATCH 0/13] crypto: Convert all AEAD users to new interface
 2015-05-22 21:04 UTC  (4+ messages)
` [v2 PATCH 13/13] crypto: algif_aead - Switch to new AEAD interface

[PATCH] touchscreen: stmpe-ts: enable module autoload
 2015-05-22 21:02 UTC  (7+ messages)

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

[Qemu-devel] [PULL 00/19] Ide patches
 2015-05-22 19:59 UTC  (3+ messages)
` [Qemu-devel] [PULL 15/19] libqos/ahci: Swap memread/write with bufread/write
` [Qemu-devel] [PULL 16/19] qtest: pre-buffer hex nibs

[U-Boot] [PATCH] arm/ls1021a: Remove ccsr_ddr from immap_ls102xa.h
 2015-05-22 20:57 UTC  (3+ messages)

[U-Boot] [PATCH] driver/ddr/fsl: Remove deskew_cntrl register
 2015-05-22 20:57 UTC  (2+ messages)

[U-Boot] [PATCH] arm: ls102xa: Adjust the load address of U-Boot for NOR boot
 2015-05-22 20:56 UTC  (2+ messages)

[U-Boot] Please pull u-boot-fsl-qoriq master
 2015-05-22 20:55 UTC 

+ drivers-gpu-drm-i915-intel_tvc-fix-build.patch added to -mm tree
 2015-05-22 20:53 UTC 

[PATCH] clk: multiplier: introduce configurable clock multiplier
 2015-05-22 20:53 UTC 

+ drivers-gpu-drm-i915-intel_spritec-fix-build.patch added to -mm tree
 2015-05-22 20:51 UTC 

[linux-lvm] custom targets in lvm created dm tree
 2015-05-22 20:48 UTC 


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.