All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-06-20 09:03:32 to 2012-06-20 09:46:31 UTC [more...]

[PATCH 00/17] Swap-over-NBD without deadlocking V12
 2012-06-20  9:35 UTC  (32+ messages)
` [PATCH 01/17] mm: sl[au]b: Add knowledge of PFMEMALLOC reserve pages
` [PATCH 02/17] mm: slub: Optimise the SLUB fast path to avoid pfmemalloc checks
` [PATCH 03/17] mm: Introduce __GFP_MEMALLOC to allow access to emergency reserves
` [PATCH 04/17] mm: allow PF_MEMALLOC from softirq context
` [PATCH 05/17] mm: Only set page->pfmemalloc when ALLOC_NO_WATERMARKS was used
` [PATCH 06/17] mm: Ignore mempolicies when using ALLOC_NO_WATERMARK
` [PATCH 07/17] net: Introduce sk_gfp_atomic() to allow addition of GFP flags depending on the individual socket
` [PATCH 08/17] netvm: Allow the use of __GFP_MEMALLOC by specific sockets
` [PATCH 09/17] netvm: Allow skb allocation to use PFMEMALLOC reserves
` [PATCH 10/17] netvm: Propagate page->pfmemalloc to skb
` [PATCH 11/17] netvm: Propagate page->pfmemalloc from skb_alloc_page "
` [PATCH 12/17] netvm: Set PF_MEMALLOC as appropriate during SKB processing
` [PATCH 13/17] mm: Micro-optimise slab to avoid a function call
` [PATCH 14/17] nbd: Set SOCK_MEMALLOC for access to PFMEMALLOC reserves
` [PATCH 15/17] mm: Throttle direct reclaimers if PF_MEMALLOC reserves are low and swap is backed by network storage
` [PATCH 16/17] mm: Account for the number of times direct reclaimers get throttled
` [PATCH 17/17] netvm: Prevent a stream-specific deadlock

[PATCH] net/ceph/osd_client.c add sem to osdmap destroy
 2012-06-20  9:46 UTC  (4+ messages)

[PATCH] sched: Folding nohz load accounting more accurate
 2012-06-20  9:45 UTC  (10+ messages)

Security vulnerability process, and CVE-2012-0217
 2012-06-20  9:45 UTC  (3+ messages)

[Qemu-devel] [PATCH v6 00/17] hub-based networking patchset
 2012-06-20  9:42 UTC  (18+ messages)
` [Qemu-devel] [PATCH v6 01/17] net: Add a hub net client
` [Qemu-devel] [PATCH v6 02/17] net: Use hubs for the vlan feature
` [Qemu-devel] [PATCH v6 03/17] net: Look up 'vlan' net clients using hubs
` [Qemu-devel] [PATCH v6 04/17] hub: Check that hubs are configured correctly
` [Qemu-devel] [PATCH v6 05/17] net: Drop vlan argument to qemu_new_net_client()
` [Qemu-devel] [PATCH v6 06/17] net: Remove vlan qdev property
` [Qemu-devel] [PATCH v6 07/17] net: Remove vlan code from net.c
` [Qemu-devel] [PATCH v6 08/17] net: Remove VLANState
` [Qemu-devel] [PATCH v6 09/17] net: Rename non_vlan_clients to net_clients
` [Qemu-devel] [PATCH v6 10/17] net: Rename VLANClientState to NetClientState
` [Qemu-devel] [PATCH v6 11/17] net: Rename vc local variables to nc
` [Qemu-devel] [PATCH v6 12/17] net: Rename qemu_del_vlan_client() to qemu_del_net_client()
` [Qemu-devel] [PATCH v6 13/17] net: Make "info network" output more readable info
` [Qemu-devel] [PATCH v6 14/17] net: cleanup deliver/deliver_iov func pointers
` [Qemu-devel] [PATCH v6 15/17] net: determine if packets can be sent before net queue deliver packets
` [Qemu-devel] [PATCH v6 16/17] hub: add the support for hub own flow control
` [Qemu-devel] [PATCH v6 17/17] net: roll back qdev_prop_vlan

filestore btrfs trans
 2012-06-20  9:43 UTC 

[RFC PATCH] ARM: Make a compile trustzone conditionally
 2012-06-20  9:43 UTC  (6+ messages)

[U-Boot] [PATCH 0/8 V4] EXYNOS5: Enable I2C support
 2012-06-20  9:43 UTC  (7+ messages)
` [U-Boot] [PATCH 6/8 V4] I2C: Modify the I2C driver for EXYNOS5

[PATCH 1/2] cfg80211: Support for automatic channel selection in AP mode
 2012-06-20  9:42 UTC  (3+ messages)

[Qemu-devel] [PATCH v5 00/16] QEMU OpenRISC support
 2012-06-20  9:42 UTC  (4+ messages)
` [Qemu-devel] [PATCH v5 11/16] target-or32: Add a IIS dummy board

[PATCH 00/10] perf, x86: Add northbridge counter support for AMD family 15h
 2012-06-20  9:41 UTC  (6+ messages)
` [PATCH 05/10] perf, x86: Move Intel specific code to intel_pmu_init()

[git pull] drm-fixes
 2012-06-20  9:41 UTC  (4+ messages)
` regression with dynpm [was: [git pull] drm-fixes]

Charger Manager Proposal
 2012-06-20  9:41 UTC 

Oops on boot for omap3xxx, EHCI fails
 2012-06-20  9:41 UTC  (2+ messages)

[PATCH RFC] gdbus: Rename variables named "signal" (so that it can be compiled with -Wshadow)
 2012-06-20  9:41 UTC  (7+ messages)

problems with ceph.init / etc/hosts and ceph.conf
 2012-06-20  9:40 UTC  (4+ messages)

Bug? 100% load on core after physically removing USB storage from host
 2012-06-20  9:40 UTC  (7+ messages)

[PATCH] drm/i915: Fix eDP blank screen after S3 resume on HP desktops
 2012-06-20  9:39 UTC  (5+ messages)

Need help regarding the USB mass storage driver
 2012-06-20  9:39 UTC 

[ath9k-devel] Atheros [168c 0034] can't enable wireless button LED
 2012-06-20  9:39 UTC  (6+ messages)
        `  "

[PATCH 00/12] Swap-over-NFS without deadlocking V6
 2012-06-20  9:38 UTC  (26+ messages)
` [PATCH 01/12] netvm: Prevent a stream-specific deadlock
` [PATCH 02/12] selinux: tag avc cache alloc as non-critical
` [PATCH 03/12] mm: Methods for teaching filesystems about PG_swapcache pages
` [PATCH 04/12] mm: Add support for a filesystem to activate swap files and use direct_IO for writing swap pages
` [PATCH 05/12] mm: swap: Implement generic handler for swap_activate
` [PATCH 06/12] mm: Add get_kernel_page[s] for pinning of kernel addresses for I/O
` [PATCH 07/12] mm: Add support for direct_IO to highmem pages
` [PATCH 08/12] nfs: teach the NFS client how to treat PG_swapcache pages
` [PATCH 09/12] nfs: disable data cache revalidation for swapfiles
` [PATCH 10/12] nfs: enable swap on NFS
` [PATCH 11/12] nfs: Prevent page allocator recursions with swap over NFS
` [PATCH 12/12] Avoid dereferencing bd_disk during swap_entry_free for network storage

[PATCH v6 0/4] CPU hotplug, cpusets, suspend/resume: Fixes, cleanups and optimizations
 2012-06-20  9:36 UTC  (2+ messages)

[Qemu-devel] [PATCH] raw-posix: Fix build without is_allocated support
 2012-06-20  9:36 UTC  (2+ messages)

[PATCH 00/12] Swap-over-NFS without deadlocking V6
 2012-06-20  9:36 UTC  (6+ messages)
` [PATCH 01/12] selinux: tag avc cache alloc as non-critical
` [PATCH 02/12] mm: Methods for teaching filesystems about PG_swapcache pages

Using cifs as rootfs for diskless machines?
 2012-06-20  9:36 UTC 

[PATCH] sdp: Prevent duplicate records registration
 2012-06-20  9:35 UTC  (2+ messages)

[PATCH v3] mmc: core: Fix the HPI execution sequence
 2012-06-20  9:33 UTC 

[PATCH] ALSA: Add missing include of pcm.h to pcm_params.h
 2012-06-20  9:34 UTC  (3+ messages)

10GBE performance drop with net.ipv4.tcp_timestamps=0
 2012-06-20  9:33 UTC  (13+ messages)

[PATCH] power_supply: Add charge_rate_limit power supply attribute
 2012-06-20  8:08 UTC 

Editing the root commit
 2012-06-20  9:32 UTC  (4+ messages)

BUG: scheduling while atomic: chcpu/6197/0x00000002
 2012-06-20  9:15 UTC  (3+ messages)

[PATCH] drm/i915: fix hard-hangs while resetting the gpu on some ilks
 2012-06-20  9:33 UTC  (3+ messages)
` [PATCH] drm/i915: don't call modeset_init_hw in i915_reset

MFD USB host: prevents CORE retention in idle
 2012-06-20  9:29 UTC  (12+ messages)

[PATCH v3] ipv4: Early TCP socket demux
 2012-06-20  9:30 UTC  (4+ messages)

[Resend with ACK][PATCH] memory hotplug: fix invalid memory access caused by stale kswapd pointer
 2012-06-20  9:21 UTC  (2+ messages)

[Qemu-devel] [PATCH 00/13] iommu series
 2012-06-20  9:25 UTC  (7+ messages)
` [Qemu-devel] [PATCH 07/13] usb: Convert usb_packet_{map, unmap} to universal DMA helpers

[RFC] Generic crypto counters
 2012-06-20  9:24 UTC  (2+ messages)

[PATCH v2] PINCTRL: SiRF: add GPIO and GPIO irq support in CSR SiRFprimaII
 2012-06-20  9:22 UTC  (3+ messages)

[PATCH] gpio/mxc: use the edge_sel feature if available
 2012-06-20  9:21 UTC  (4+ messages)

[PATCH] allow padlock module to load without xcrypt support
 2012-06-20  9:22 UTC 

[U-Boot] [PATCH v2 0/7] feature additions and fixes for da850/omap-l138
 2012-06-20  9:20 UTC  (5+ messages)
` [U-Boot] [PATCH v2 3/7] da850/omap-l138: Add support to read u-boot image from MMC/SD

[Qemu-devel] USB hardware simulation in external process
 2012-06-20  9:20 UTC  (4+ messages)

[PATCH -mm] memcg: prevent from OOM with too many dirty pages
 2012-06-20  9:20 UTC  (4+ messages)

[PATCH] gpio/mxc: use the edge_sel feature if available
 2012-06-20  9:19 UTC  (2+ messages)

[PATCH v2 0/5] ARM: topology: set the capacity of each cores for big.LITTLE
 2012-06-20  9:19 UTC  (11+ messages)
` [PATCH v2 1/5] ARM: topology: Add arch_scale_freq_power function
` [PATCH v2 5/5] sched: cpu_power: enable ARCH_POWER

VERIFIED vs CLOSED in yocto bugzilla
 2012-06-20  9:18 UTC  (3+ messages)

[Xenomai] Sharing memory between rt-posix and standard-posix apps
 2012-06-20  9:18 UTC  (10+ messages)

[PATCH v4 0/8] ARM: OMAP2+: PM: introduce the power domains functional states
 2012-06-20  9:17 UTC  (4+ messages)
` [PATCH 1/8] ARM: OMAP2+: PM: protect the power domain state change by a mutex

[PATCH] pinctrl: pinctrl-imx: fix map setting problem if NO_PAD_CTL
 2012-06-20  9:17 UTC  (2+ messages)

[PATCH] drm/i915: return -ENODEV if hw context are not supported
 2012-06-20  9:18 UTC  (3+ messages)

[PATCH 1/2] serial/amba-pl011: use devm_* allocators
 2012-06-20  9:16 UTC  (4+ messages)

[Qemu-devel] Threaded VNC server status - time to enable by default ?
 2012-06-20  9:15 UTC 

[PATCH v3 0/5] ARM OMAP3530evm misc fixes
 2012-06-20  9:14 UTC  (12+ messages)
` [PATCH 1/5] ARM: OMAP3EVM: Add NAND flash definition
` [PATCH 2/5] ARM: OMAP3EVM: Adding USB internal LDOs board file
` [PATCH 3/5] ARM: omap3evm: enable VBUS switch for EHCI tranceiver
` [PATCH 4/5] ARM: OMAP3EVM: cosmetic fixes for parent clk set
` [PATCH 5/5] ARM: OMAP3530evm: set pendown_state and debounce time for ads7846

[U-Boot] [PATCH v3 1/1] tegra: usb: Fix device enumeration problem of USB1
 2012-06-20  9:15 UTC 

[PATCH] net: Update netdev_alloc_frag to work more efficiently with TCP and GRO
 2012-06-20  9:14 UTC  (5+ messages)

[U-Boot] [PATCH v2 1/2] CONFIG_SYS_BAUDRATE_TABLE: Add <config_fallbacks.h>, place there
 2012-06-20  9:14 UTC  (4+ messages)
` [U-Boot] [PATCH v4 "
  ` [U-Boot] [PATCH v4 2/2] hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c

[RFCv2] respect channels in iface combinations
 2012-06-20  9:13 UTC  (9+ messages)
` [RFCv2 03/13] cfg80211: add channel tracking for AP and mesh
` [RFCv2 05/13] cfg80211: introduce cfg80211_get_chan_state

[PATCH] mmc: at91: fix bus speed
 2012-06-20  9:13 UTC  (3+ messages)
` Fwd: "

[PATCH 00/14] Final (large) batch of Snowball Device Tree Enablement
 2012-06-20  9:12 UTC  (7+ messages)
` [PATCH 08/14] mfd: Add IRQ domain support for the AB8500

[PATCH] cfg80211: fix regression in multi-vif AP start
 2012-06-20  9:11 UTC  (2+ messages)

[PATCH v7 00/10] KVM: MMU: fast page fault
 2012-06-20  9:11 UTC  (4+ messages)
` [PATCH v7 02/10] KVM: MMU: abstract spte write-protect

[PATCH] tools: honour --libdir when it is passed to ./configure
 2012-06-20  9:10 UTC  (2+ messages)

[PATCH RESEND] gpio: fix bits conflict for gpio flags
 2012-06-20  9:10 UTC  (2+ messages)

[PATCH v2] mac80211: initialize sta pointer to avoid false-positive warning
 2012-06-20  9:07 UTC  (5+ messages)

[PATCH] memory hotplug: fix invalid memory access caused by stale kswapd pointer
 2012-06-20  9:01 UTC  (5+ messages)
` [PATCH] trivial, memory hotplug: add kswapd_is_running() for better readability

linux-next: build failure after merge of the net-next tree
 2012-06-20  9:06 UTC  (4+ messages)

[xen-unstable bisection] complete test-amd64-amd64-xl-win7-amd64
 2012-06-20  9:06 UTC  (3+ messages)

extend v4l2_mbus_framefmt
 2012-06-20  9:05 UTC  (7+ messages)

[PATCH] mn10300: Remove -mmemfuncs from KBUILD_CFLAGS
 2012-06-20  9:05 UTC  (2+ messages)

[PATCH 0/5] fix netns in nl80211
 2012-06-20  9:05 UTC  (6+ messages)
` [PATCH 1/5] cfg80211: make some functions static
` [PATCH 2/5] nl80211: refactor __cfg80211_rdev_from_info
` [PATCH 3/5] nl80211: fix netns separation
` [PATCH 4/5] nl80211: change __cfg80211_rdev_from_info
` [PATCH 5/5] nl80211: use __cfg80211_rdev_from_attrs for testmode

[RFC PATCH 1/2] irq_domain: correct a minor wrong comment for linear revmap
 2012-06-20  9:00 UTC  (2+ messages)
` [RFC PATCH 2/2] irq: add irq_desc_initialize to remove some duplicated lines


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.