All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-06-27 22:03:53 to 2013-06-27 23:54:22 UTC [more...]

[PATCH v6] memcg: event control at vmpressure
 2013-06-27 23:54 UTC  (11+ messages)
      ` [PATCH] memcg: consider "scanned < reclaimed" case when calculating
          ` [PATCH v2] vmpressure: consider "scanned < reclaimed" case when calculating a pressure level

[PATCH 3.9-stable] iwlwifi: fix rate control regression
 2013-06-27 23:53 UTC 

[patch 1/4 v5]swap: change block allocation algorithm for SSD
 2013-06-27 23:50 UTC  (2+ messages)

[PATCH v10 00/11] Allow pquota and gquota to be used together
 2013-06-27 23:50 UTC  (16+ messages)
` [PATCH v10 01/11] xfs: Define a new function xfs_is_quota_inode()
` [PATCH v10 02/11] xfs: Replace macro XFS_DQUOT_TREE with a function
` [PATCH v10 03/11] xfs: Replace macro XFS_DQ_TO_QIP "
` [PATCH v10 04/11] xfs: Code cleanup and removal of some typedef usage
` [PATCH v10 05/11] xfs: Do some whitespace cleanup in the data structure xfs_quotainfo
` [PATCH v10 06/11] xfs: Change xfs_dquot_acct to be a 2-dimensional array
` [PATCH v10 07/11] xfs: Remove incore use of XFS_OQUOTA_ENFD and XFS_OQUOTA_CHKD
` [PATCH v10 08/11] xfs: Add pquota fields where gquota is used
` [PATCH v10 09/11] xfs: Start using pquotaino from the superblock
` [PATCH v10 10/11] quota: Add proper versioning support to fs_quota_stat
` [PATCH v10 11/11] xfs: Use new qs_pquota field in fs_quota_stat for Q_XGETQSTAT

xt_ipvs match does not translate source address for ipvs
 2013-06-27 23:50 UTC  (3+ messages)

[PATCH 3.9-stable] Bluetooth: btmrvl: fix thread stopping race
 2013-06-27 23:47 UTC 

[PATCH 0/14] IB SRP initiator patches for kernel 3.11
 2013-06-27 23:45 UTC  (4+ messages)
` [PATCH 01/14] IB/srp: Fix remove_one crash due to resource exhaustion

[PATCH] Optimize wait_sb_inodes()
 2013-06-27 23:45 UTC  (13+ messages)

mmotm 2013-06-27-16-36 uploaded
 2013-06-27 23:37 UTC  (3+ messages)

[PATCH] Set the correct RTNL family for multicast netconf messages
 2013-06-27 23:44 UTC  (2+ messages)

[PATCH 3.9-stable] iwlegacy: fix rate control regression
 2013-06-27 23:43 UTC 

[PATCH 00/66] [v1] Full PPGTT minus soft pin
 2013-06-27 23:43 UTC  (68+ messages)
` [PATCH 01/66] drm/i915: Remove extra error state NULL
` [PATCH 02/66] drm/i915: Extract error buffer capture
` [PATCH 03/66] drm/i915: make PDE|PTE platform specific
` [PATCH 04/66] drm: Optionally create mm blocks from top-to-bottom
` [PATCH 05/66] drm/i915: Don't clear gtt with 0 entries
` [PATCH 06/66] drm/i915: Conditionally use guard page based on PPGTT
` [PATCH 07/66] drm/i915: Use drm_mm for PPGTT PDEs
` [PATCH 08/66] drm/i915: cleanup context fini
` [PATCH 09/66] drm/i915: Do a fuller init after reset
` [PATCH 10/66] drm/i915: Split context enabling from init
` [PATCH 11/66] drm/i915: destroy i915_gem_init_global_gtt
` [PATCH 12/66] drm/i915: Embed PPGTT into the context
` [PATCH 13/66] drm/i915: Unify PPGTT codepaths on gen6+
` [PATCH 14/66] drm/i915: Move ppgtt initialization down
` [PATCH 15/66] drm/i915: Tie context to PPGTT
` [PATCH 16/66] drm/i915: Really share scratch page
` [PATCH 17/66] drm/i915: Combine scratch members into a struct
` [PATCH 18/66] drm/i915: Drop dev from pte_encode
` [PATCH 19/66] drm/i915: Use gtt shortform where possible
` [PATCH 20/66] drm/i915: Move fbc members out of line
` [PATCH 21/66] drm/i915: Move gtt and ppgtt under address space umbrella
` [PATCH 22/66] drm/i915: Move gtt_mtrr to i915_gtt
` [PATCH 23/66] drm/i915: Move stolen stuff "
` [PATCH 24/66] drm/i915: Move aliasing_ppgtt
` [PATCH 25/66] drm/i915: Put the mm in the parent address space
` [PATCH 26/66] drm/i915: Move active/inactive lists to new mm
` [PATCH 27/66] drm/i915: Create a global list of vms
` [PATCH 28/66] drm/i915: Remove object's gtt_offset
` [PATCH 29/66] drm: pre allocate node for create_block
` [PATCH 30/66] drm/i915: Getter/setter for object attributes
` [PATCH 31/66] drm/i915: Create VMAs (part 1)
` [PATCH 32/66] drm/i915: Create VMAs (part 2) - kill gtt space
` [PATCH 33/66] drm/i915: Create VMAs (part 3) - plumbing
` [PATCH 34/66] drm/i915: Create VMAs (part 3.5) - map and fenceable tracking
` [PATCH 35/66] drm/i915: Create VMAs (part 4) - Error capture
` [PATCH 36/66] drm/i915: Create VMAs (part 5) - move mm_list
` [PATCH 37/66] drm/i915: Create VMAs (part 6) - finish error plumbing
` [PATCH 38/66] drm/i915: create an object_is_active()
` [PATCH 39/66] drm/i915: Move active to vma
` [PATCH 40/66] drm/i915: Track all VMAs per VM
` [PATCH 41/66] drm/i915: Defer request freeing
` [PATCH 42/66] drm/i915: Clean up VMAs before freeing
` [PATCH 43/66] drm/i915: Replace has_bsd/blt with a mask
` [PATCH 44/66] drm/i915: Catch missed context unref earlier
` [PATCH 45/66] drm/i915: Add a context open function
` [PATCH 46/66] drm/i915: Permit contexts on all rings
` [PATCH 47/66] drm/i915: Fix context fini refcounts
` [PATCH 48/66] drm/i915: Better reset handling for contexts
` [PATCH 49/66] drm/i915: Create a per file_priv default context
` [PATCH 50/66] drm/i915: Remove ring specificity from contexts
` [PATCH 51/66] drm/i915: Track which ring a context ran on
` [PATCH 52/66] drm/i915: dump error state based on capture
` [PATCH 53/66] drm/i915: PPGTT should take a ppgtt argument
` [PATCH 54/66] drm/i915: USE LRI for switching PP_DIR_BASE
` [PATCH 55/66] drm/i915: Extract mm switching to function
` [PATCH 56/66] drm/i915: Write PDEs at init instead of enable
` [PATCH 57/66] drm/i915: Disallow pin with full ppgtt
` [PATCH 58/66] drm/i915: Get context early in execbuf
` [PATCH 59/66] drm/i915: Pass ctx directly to switch/hangstat
` [PATCH 60/66] drm/i915: Actually add the new address spaces
` [PATCH 61/66] drm/i915: Use multiple VMs
` [PATCH 62/66] drm/i915: Kill now unused ppgtt_{un, }bind
` [PATCH 63/66] drm/i915: Add PPGTT dumper
` [PATCH 64/66] drm/i915: Dump all ppgtt
` [PATCH 65/66] drm/i915: Add debugfs for vma info per vm
` [PATCH 66/66] drm/i915: Getparam full ppgtt

[PATCH 00/18][V7]: PVH xen: Phase I, Version 7 patches
 2013-06-27 23:43 UTC  (6+ messages)
` [PATCH 09/18] PVH xen: Support privileged op emulation for PVH

Immediate Delivery Mandated (27th June 2013)
 2013-06-27 23:38 UTC 

mmotm 2013-06-27-16-36 uploaded
 2013-06-27 23:37 UTC 

Performance regression from switching lock to rw-sem for anon-vma tree
 2013-06-27 23:31 UTC  (11+ messages)

[PATCH] nbd: correct disconnect behavior
 2013-06-27 23:25 UTC  (4+ messages)

[PATCH v3.9 stable] PCI: acpiphp: Re-enumerate devices when host bridge receives Bus Check
 2013-06-27 23:24 UTC 

[Qemu-devel] [PATCH 0/6] rdma: core logic and unpin support
 2013-06-27 23:16 UTC  (11+ messages)
` [Qemu-devel] [PATCH 1/6] rdma: update documentation to reflect new "
` [Qemu-devel] [PATCH 2/6] rdma: introduce ram_handle_compressed()
` [Qemu-devel] [PATCH 3/6] rdma: core logic
` [Qemu-devel] [PATCH 4/6] rdma: allow state transitions between other states besides ACTIVE
` [Qemu-devel] [PATCH 5/6] rdma: introduce MIG_STATE_NONE and change MIG_STATE_SETUP state transition
` [Qemu-devel] [PATCH 6/6] rdma: account for the time spent in MIG_STATE_SETUP through QMP

[PATCH v3] net: Unmap fragment page once iterator is done
 2013-06-27 23:22 UTC  (4+ messages)

[RFC/PATCH 0/1] cygwin: Remove the Win32 l/stat() functions
 2013-06-27 23:18 UTC  (13+ messages)

[Qemu-devel] [PATCH 0/4] qemu-char: ringbuf fixes
 2013-06-27 23:17 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/4] qemu-char: Fix ringbuf option size

fa_type and fib_info - a question
 2013-06-27 23:17 UTC  (2+ messages)

[PATCH 1/1] MPC831x: fix PCI express probing
 2013-06-27 23:16 UTC  (2+ messages)
` [1/1] "

[RFC][PATCH] mm: madvise: MADV_POPULATE for quick pre-faulting
 2013-06-27 23:16 UTC  (2+ messages)

[Qemu-devel] [PATCH] q35 chipset: Extend support of SMBUS(module pm_smbus.c) HST_STS register v2
 2013-06-27 23:14 UTC 

[PATCH] usb: Clear both buffers when clearing a control transfer TT buffer
 2013-06-27 23:10 UTC 

[failures] ocfs2-xattr-fix-inlined-xattr-reflink.patch removed from -mm tree
 2013-06-27 23:08 UTC 

[Ocfs2-devel] [PATCH V2] ocfs2: xattr: fix inlined xattr reflink
 2013-06-27 23:08 UTC  (2+ messages)

[PATCH] improve modalias building
 2013-06-27 23:05 UTC  (2+ messages)

[Qemu-devel] [PATCH v12 00/15] rdma: migration support
 2013-06-27 23:02 UTC  (8+ messages)
` [Qemu-devel] [PATCH v12 01/15] rdma: add documentation
` [Qemu-devel] [PATCH v12 04/15] rdma: export throughput w/ MigrationStats QMP
` [Qemu-devel] [PATCH v12 15/15] rdma: account for the time spent in MIG_STATE_SETUP through QMP

[ANNOUNCEMENT] Yocto Project 1.4.1 released
 2013-06-27 23:02 UTC 

[Ocfs2-devel] [PATCH] ocfs2: llseek requires to ocfs2 inode lock for the file in SEEK_END
 2013-06-27 22:59 UTC  (8+ messages)

[PATCH] clk: tegra: fix ifdef for tegra_periph_reset_assert inline
 2013-06-27 22:59 UTC  (4+ messages)

[PATCH 3/8] vfio: add external user support
 2013-06-27 22:57 UTC  (5+ messages)
` [PATCH v2] "

[Buildroot] [RFC v3 1/1] ti-gfx: add new package
 2013-06-27 22:56 UTC 

[PATCH] openssh: fix initscript restart command
 2013-06-27 22:53 UTC 

[PATCH 000/165] radeon drm-next patches
 2013-06-27 22:52 UTC  (6+ messages)

What's cooking in git.git (Jun 2013, #09; Thu, 27)
 2013-06-27 22:47 UTC 

[PATCH] mm: module_alloc: check if size is 0
 2013-06-27 22:46 UTC  (7+ messages)
` [PATCH v2] "

[PATCH v2 2/5] ipset: add "inner" flag implementation
 2013-06-27 22:45 UTC  (4+ messages)

Understanding lock contention in __udp4_lib_mcast_deliver
 2013-06-27 22:44 UTC  (7+ messages)

[PATCH 0/4] Updated mc patch and enable udev-cache
 2013-06-27 22:43 UTC  (5+ messages)
` [PATCH 1/4] mc: Don't remove libdir and split helpers into packages
` [PATCH 2/4] packagegroups: Update for split mc packages
` [PATCH 3/4] packagegroup-core-basic: remove hardcode udev
` [PATCH 4/4] packagegroup-core-boot: used udev-cache for sysvinit

[PATCH v2 0/3] pci: ACS fixes & quirks
 2013-06-27 22:40 UTC  (4+ messages)
` [PATCH v2 1/3] pci: Fix flaw in pci_acs_enabled()
` [PATCH v2 2/3] pci: Differentiate ACS controllable from enabled
` [PATCH v2 3/3] pci: ACS quirk for AMD southbridge

[XenARM] XEN tools for ARM with Virtualization Extensions
 2013-06-27 22:40 UTC  (8+ messages)

[PATCH 14/24] drm/i915: irq handlers don't need interrupt-safe spinlocks
 2013-06-27 22:40 UTC  (4+ messages)
` [PATCH] "

[PATCH] scripts/mod: Spelling s/DEVICEVTABLE/DEVICETABLE/
 2013-06-27 22:34 UTC  (2+ messages)

[lm-sensors] [PATCH 1/2 v2] hwmon (ds1621): Add DS1731 chip support to ds1621 driver
 2013-06-27 22:33 UTC  (2+ messages)

[Qemu-devel] [PULL 00/12] migration queue
 2013-06-28  5:32 UTC  (5+ messages)

NFSv4.1 session
 2013-06-27 22:32 UTC  (2+ messages)

[PATCH 0/2] v4l-utils: Fix crashes found by Mayhem
 2013-06-27 22:31 UTC  (2+ messages)

[RFC Patch net-next 0/5] net: introduce generic type and helpers for IP address
 2013-06-27 22:30 UTC  (4+ messages)
` [RFC Patch net-next 2/5] net: introduce generic inet_pton()

[xen-4.2-testing test] 18230: regressions - FAIL
 2013-06-27 22:29 UTC 

deadlock in scheduler enabling HRTICK feature
 2013-06-27 22:28 UTC  (7+ messages)

[Qemu-devel] [PATCH v4 06/10] qemu-ga: Add Windows VSS provider to quiesce applications on fsfreeze
 2013-06-27 22:25 UTC  (2+ messages)

[Xenomai] Kernel Panic not syncing kernel stack overflow on AMCC PowerPC 460EX upon upgrade
 2013-06-27 22:24 UTC  (3+ messages)

[PATCH] nbd: correct disconnect behavior
 2013-06-27 22:24 UTC 

[PATCH v6 0/5] git-remote-mediawiki: new tool to preview local changes without pushing
 2013-06-27 22:21 UTC  (5+ messages)
` [PATCH v6 2/5] git-remote-mediawiki: new git bin-wrapper for developement

[U-Boot] [PATCH 01/10 v5] powerpc/mpc85xx: support application without resetvec segment in the linker script
 2013-06-27 22:19 UTC  (7+ messages)
` [U-Boot] [PATCH 03/10 v5] common/Makefile: Add new symbol CONFIG_SPL_ENV_SUPPORT for environment in SPL

[PATCH 1/4] mfd: Kontron PLD mfd driver
 2013-06-27 22:14 UTC  (11+ messages)
` [PATCH v2 0/4] Kontron PLD drivers
  ` [PATCH v2 3/4] gpio: Kontron PLD gpio driver
` [PATCH v3 0/4] Kontron PLD drivers
  ` [PATCH v3 4/4] watchdog: Kontron PLD watchdog timer driver

[Bug 65873] New: R600/SI: Cannot select store with truncate to 32-bit
 2013-06-27 22:19 UTC  (2+ messages)
` [Bug 65873] "

first parent, commit graph layout, and pull merge direction
 2013-06-27 22:16 UTC  (14+ messages)
                      ` [PATCH] pull: require choice between rebase/merge on non-fast-forward pull

+ ocfs2-fix-issue-that-ocfs2_setattr-does-not-deal-with-new_i_size==i_size.patch added to -mm tree
 2013-06-27 22:10 UTC 

[PATCH V2 for-next 0/4] Add receive Flow Steering support
 2013-06-27 22:09 UTC  (8+ messages)
` [PATCH V2 for-next 1/4] IB/core: "

PANIC at net/xfrm/xfrm_output.c:125 (3.9.4)
 2013-06-27 22:07 UTC  (5+ messages)

Problems building core-image-minimal for meta-fsl-asm-extra / 'wandboard-dual'
 2013-06-27 22:07 UTC  (7+ messages)
` [yocto] "

Testing a OF Device Tree driver on a kernel using a board file
 2013-06-27 22:07 UTC  (2+ messages)

[PATCH WW 00/13] Convert TTM to Wound/wait mutexes
 2013-06-27 22:05 UTC  (5+ messages)
` [PATCH WW 08/13] drm/radeon: inline reservations
` [PATCH WW 11/13] drm/radeon: get rid of ttm_bo_is_reserved usage

[PATCH net-next 2/2] ipv6: resend MLD report if a link-local address completes DAD
 2013-06-27 22:04 UTC  (2+ messages)

[Qemu-devel] [PATCH 1/2] fbdev: add linux framebuffer display driver
 2013-06-27 22:03 UTC  (6+ messages)
` [Qemu-devel] [PATCH 2/2] fbdev: add monitor commands to enable/disable/query


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.