All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-03-23 02:06:31 to 2011-03-23 04:59:16 UTC [more...]

[RFC] [PATCH v2 0/8] Provide cgroup isolation for buffered writes
 2011-03-23  4:52 UTC  (3+ messages)
` [PATCH v2 2/8] block,fs,mm: IO cgroup tracking for buffered write

[PATCH] ACPI: Handle multiple button devices with the same name
 2011-03-23  4:56 UTC  (2+ messages)

[BUG] VPN broken in net-next
 2011-03-23  4:56 UTC  (4+ messages)

RFC: Platform data for onboard USB assets
 2011-03-23  4:56 UTC  (8+ messages)

[PATCH V7 02/17] SPEAr13xx: Add PCIe host controller base driver support
 2011-03-23  4:52 UTC 

[PATCH] i2c/busses: Driver for Devantech USB-ISS I2C adapter
 2011-03-23  4:50 UTC  (4+ messages)

Xen 'EFI in HVM guests' GSoC idea
 2011-03-23  4:50 UTC 

[PATCH RFC 0/5] IO-less balance_dirty_pages() v2 (simple approach)
 2011-03-23  4:41 UTC  (5+ messages)

Subject: ANNOUNCE: mdadm 3.1.5 - A tool for managing Soft RAID under Linux
 2011-03-23  4:46 UTC 

[PATCH 1/3] memcg: mark init_section_page_cgroup() properly
 2011-03-23  4:36 UTC  (9+ messages)
` [PATCH 3/3] memcg: move page-freeing code outside of lock

cgroup: real meaning of memory.usage_in_bytes
 2011-03-23  4:35 UTC  (9+ messages)
  ` [PATCH] memcg: consider per-cpu stock reserves when returning RES_USAGE for _MEM

[Qemu-devel] Implement emulation of pSeries logical partitions (v3)
 2011-03-23  3:48 UTC  (6+ messages)
` [Qemu-devel] [PATCH 18/26] Implement the PAPR (pSeries) virtualized interrupt controller (xics)

+ sys_swapon-fix-inode-locking.patch added to -mm tree
 2011-03-23  4:36 UTC 

[PATCH] mm: remove unused zone_idx variable from set_migratetype_isolate
 2011-03-23  4:33 UTC  (3+ messages)

New release candidates for 4.0.2 and 4.1.0
 2011-03-23  4:40 UTC  (2+ messages)

Error while pulling mpeg2dec library
 2011-03-23  4:38 UTC  (4+ messages)

[RFC][PATCH 0/3] A forkbomb killer and mm tracking system
 2011-03-23  4:30 UTC  (8+ messages)
` [RFC][PATCH 1/3] forkbomb: introduce mm recorder
` [RFC][PATCH 2/3] forkbomb: forgetting useless information
` [RFC][PATCH 3/3] forkbomb: forkbomb killer

[Patch] acpi: introduce "acpi_addr=" parameter for kdump
 2011-03-23  4:36 UTC  (5+ messages)

linux-next: Tree for March 23
 2011-03-23  4:21 UTC 

[PATCH 0/4 rev2] Sandybridge suspend/resume fixes
 2011-03-23  4:20 UTC  (7+ messages)
` [PATCH 1/4] drm/i915: clock gating fix for gen5 and gen6
` [PATCH 2/4] drm/i915: save/restore DSPARB only for chips before gen4 but not for G33
` [PATCH 3/4] drm/i915: save/restore MI_ARB_STATE only before gen6
` [PATCH 4/4] drm/i915: move sandybridge RC6 enable in resume after ring initialization

ACPICA release 20110316 linuxized patches
 2011-03-23  4:19 UTC  (2+ messages)

[git pull] drm fixes
 2011-03-23  4:18 UTC 

[PATCH V4] btrfs: implement delayed inode items operation
 2011-03-23  4:19 UTC  (10+ messages)

[PATCH 00/18] [PATCH 00/18] Kemari for KVM v0.2.13
 2011-03-23  4:10 UTC  (38+ messages)
` [Qemu-devel] "
` [PATCH 01/18] Make QEMUFile buf expandable, and introduce qemu_realloc_buffer() and qemu_clear_buffer()
  ` [Qemu-devel] "
` [PATCH 02/18] Introduce read() to FdMigrationState
  ` [Qemu-devel] "
` [PATCH 03/18] Introduce qemu_loadvm_state_no_header() and make qemu_loadvm_state() a wrapper
  ` [Qemu-devel] "
` [PATCH 04/18] qemu-char: export socket_set_nodelay()
  ` [Qemu-devel] "
` [PATCH 05/18] vl.c: add deleted flag for deleting the handler
  ` [Qemu-devel] "
` [PATCH 06/18] virtio: decrement last_avail_idx with inuse before saving
  ` [Qemu-devel] "
` [PATCH 07/18] Introduce fault tolerant VM transaction QEMUFile and ft_mode
  ` [Qemu-devel] "
` [PATCH 08/18] savevm: introduce util functions to control ft_trans_file from savevm layer
  ` [Qemu-devel] "
` [PATCH 09/18] Introduce event-tap
  ` [Qemu-devel] "
` [PATCH 10/18] Call init handler of event-tap at main() in vl.c
  ` [Qemu-devel] "
` [PATCH 11/18] ioport: insert event_tap_ioport() to ioport_write()
  ` [Qemu-devel] "
` [PATCH 12/18] Insert event_tap_mmio() to cpu_physical_memory_rw() in exec.c
  ` [Qemu-devel] "
` [PATCH 13/18] net: insert event-tap to qemu_send_packet() and qemu_sendv_packet_async()
  ` [Qemu-devel] "
` [PATCH 14/18] block: insert event-tap to bdrv_aio_writev(), bdrv_aio_flush() and bdrv_flush()
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH 15/18] savevm: introduce qemu_savevm_trans_{begin, commit}
  ` [PATCH 15/18] savevm: introduce qemu_savevm_trans_{begin,commit}
` [PATCH 16/18] migration: introduce migrate_ft_trans_{put,get}_ready(), and modify migrate_fd_put_ready() when ft_mode is on
  ` [Qemu-devel] [PATCH 16/18] migration: introduce migrate_ft_trans_{put, get}_ready(), "
` [PATCH 17/18] migration-tcp: modify tcp_accept_incoming_migration() to handle ft_mode, and add a hack not to close fd when ft_mode is enabled
  ` [Qemu-devel] "
` [PATCH 18/18] Introduce "kemari:" to enable FT migration mode (Kemari)
  ` [Qemu-devel] "

[PATCH 0/7] ACPI, APEI patches for 2.6.39
 2011-03-23  4:16 UTC  (5+ messages)

debugging a modern laptop 
 2011-03-23  4:12 UTC  (2+ messages)

[PATCH 1/4] X86: Revamp reboot behaviour to match Windows more closely
 2011-03-23  4:08 UTC  (12+ messages)
` [PATCH 2/4] ACPICA: Fix access width for reset vector
` [PATCH 3/4] ACPI: Bug compatibility for Windows on the ACPI reboot vector
` [PATCH 4/4] ACPI: Make sure the FADT is at least rev 2 before using the reset register

[RFC][PATCH]: e1000e: If ASPM L0s needs to be disabled, do it prior to enabling device
 2011-03-23  4:08 UTC  (2+ messages)

[PATCH] ARM: Use asm-generic/sizes.h
 2011-03-23  4:07 UTC  (11+ messages)

libgssglue-0.2
 2011-03-23  3:57 UTC  (3+ messages)
` rpc.gssd: double free or corruption (was: libgssglue-0.2)

[PATCH][RFC] Null short-circuit for selinux_cred_free()
 2011-03-23  3:51 UTC  (2+ messages)

[linux test] 6615: tolerable FAIL - PUSHED
 2011-03-23  3:51 UTC 

NEED YOUR SWIFT RESPONSE !!
 2011-03-22 18:16 UTC 

[lm-sensors] [PATCH] hwmon: Driver for MAX16065/MAX16066 System
 2011-03-23  3:43 UTC 

[PATH 0/4] Memstick patches for 2.6.39
 2011-03-23  3:42 UTC  (10+ messages)

[PATCH 0/7] add the GPMI controller driver for IMX23/IMX28
 2011-03-23  3:41 UTC  (9+ messages)
` [PATCH 2/7] add the common code for GPMI driver
` [PATCH 5/7] add GPMI support for imx28

[Qemu-devel] [Bug 739785] [NEW] qemu-i386 on ARM bash: fork: Invalid argument
 2011-03-23  3:30 UTC  (2+ messages)
` [Qemu-devel] [Bug 739785] "

[Xenomai-core] Help: What is this in xenomai? rtheap crash?
 2011-03-23  3:40 UTC 

[RFC] perf: EBNF for event syntax
 2011-03-23  3:36 UTC 

[PATCH] CIFS: Use invalidate_inode_pages2 instead of invalidate_remote_inode (try #4)
 2011-03-23  3:34 UTC  (15+ messages)

[Xenomai-core] Help:Is the latency test right?
 2011-03-23  3:24 UTC 

[BUG?] shmem: memory leak on NO-MMU arch
 2011-03-23  3:23 UTC  (4+ messages)

[PATCH 1/2] ACPI : remove CONFIG_ACPI_PROCFS_POWER and AC/Battery procfs I/F
 2011-03-23  3:23 UTC  (2+ messages)

[PATCH 2/2] ACPI button: remove unused procfs I/F
 2011-03-23  3:21 UTC  (3+ messages)

Revert "[ARM] pxa: remove now unnecessary dma_needs_bounce()"
 2011-03-23  3:15 UTC  (5+ messages)

[RFC PATCH V4 0/5] cpuidle: Cleanup pm_idle and include driver/cpuidle.c in-kernel
 2011-03-23  3:13 UTC  (5+ messages)
` [RFC PATCH V4 2/5] cpuidle: list based cpuidle driver registration and selection
` [RFC PATCH V4 3/5] cpuidle: default idle driver for x86

[PATCH-v2 00/14] iscsi-target: iSCSI target v4.1.0-rc1 series initial merge
 2011-03-23  3:06 UTC  (16+ messages)
` [PATCH-v2 01/14] iscsi: Resolve iscsi_proto.h naming conflicts with drivers/target/iscsi
` [PATCH-v2 02/14] iscsi: Add Serial Number Arithmetic LT and GT into iscsi_proto.h
` [PATCH-v2 03/14] target: Convert REPORT_LUNs to use int_to_scsilun
` [PATCH-v2 04/14] iscsi-target: Add iSCSI fabric support for target v4
` [PATCH-v2 05/14] iscsi-target: Add TCM v4 compatiable ConfigFS control plane
` [PATCH-v2 06/14] iscsi-target: Add configfs fabric dependent statistics
` [PATCH-v2 07/14] iscsi-target: Add TPG and Device logic
` [PATCH-v2 08/14] iscsi-target: Add iSCSI Login Negotiation and Parameter logic
` [PATCH-v2 09/14] iscsi-target: Add CHAP Authentication support using libcrypto
` [PATCH-v2 10/14] iscsi-target: Add Sequence/PDU list + DataIN response logic
` [PATCH-v2 11/14] iscsi-target: Add iSCSI Error Recovery Hierarchy support
` [PATCH-v2 12/14] iscsi-target: Add support for task management operations
` [PATCH-v2 13/14] iscsi-target: Add misc utility and debug logic
` [PATCH-v2 14/14] iscsi-target: Add Makefile/Kconfig and update TCM top level

[patch 00/15] CFS Bandwidth Control V5
 2011-03-23  3:03 UTC  (16+ messages)
` [patch 01/15] sched: introduce primitives to account for CFS bandwidth tracking
` [patch 02/15] sched: validate CFS quota hierarchies
` [patch 03/15] sched: accumulate per-cfs_rq cpu usage
` [patch 04/15] sched: throttle cfs_rq entities which exceed their local quota
` [patch 05/15] sched: unthrottle cfs_rq(s) who ran out of quota at period refresh
` [patch 06/15] sched: allow for positional tg_tree walks
` [patch 07/15] sched: prevent interactions between throttled entities and load-balance
` [patch 08/15] sched: migrate throttled tasks on HOTPLUG
` [patch 09/15] sched: add exports tracking cfs bandwidth control statistics
` [patch 10/15] sched: (fixlet) dont update shares twice on on_rq parent
` [patch 11/15] sched: hierarchical task accounting for SCHED_OTHER
` [patch 12/15] sched: maintain throttled rqs as a list
` [patch 13/15] sched: expire slack quota using generation counters
` [patch 14/15] sched: return unused quota on voluntary sleep
` [patch 15/15] sched: add documentation for bandwidth control

new cpu schedule
 2011-03-23  2:57 UTC 

Weird behavior of shell variables in git aliases
 2011-03-23  3:01 UTC  (12+ messages)

[Bug 31712] New: GPU lockup CP stall after resume from hibernation
 2011-03-23  2:55 UTC 

[Bug 35578] New: When WebGL(HWaccel) is activated, Firefox will Crash
 2011-03-23  2:50 UTC 

[RFC PATCH] Audio standards on tm6000
 2011-03-23  2:49 UTC  (18+ messages)
                      ` tm6000 and IR
                                          ` [PATCH] tm6000: add/rework reg.defines
                                              ` tm6000 and radio
                                                  ` [PATCH] tm6000: fix s-video input

[Qemu-devel] BBL execution hooking
 2011-03-23  2:44 UTC 

KVM make error--drivers/usb/serial/usb_wwan.c
 2011-03-23  2:41 UTC 

[PATCH 3/5] oom: create oom autogroup
 2011-03-23  2:41 UTC  (5+ messages)

different kernels mean NFS4/GSSAPI works or doesn't
 2011-03-23  2:41 UTC  (2+ messages)

[PATCH 0/5] Upgrade qemu to 0.14.0
 2011-03-23  2:06 UTC  (4+ messages)

[PATCH] tcp: avoid cwnd moderation in undo
 2011-03-23  2:37 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] netfilter: h323: bug in parsing of ASN1 SEQOF field
 2011-03-23  2:33 UTC  (2+ messages)

[Qemu-devel] [PATCH 00/11] Add live migration unit tests
 2011-03-23  2:31 UTC  (5+ messages)
` [Qemu-devel] [PATCH 03/11] vmstate: for vmstate types that reuse the same field, make sure name is unique
` [Qemu-devel] [PATCH 11/11] test-vmstate: add test case to verify we don't change VMState

[PATCH v2] net/unix: Add secdata to unix_stream msgs
 2011-03-23  2:32 UTC  (2+ messages)

v0 Add class support to the role_transition rule
 2011-03-23  2:28 UTC  (9+ messages)
` [v0 PATCH 1/3] SELinux: Add class support to the role_trans structure
` [v0 PATCH 2/3] SELinux: Compute role in newcontext for all classes
` [v0 PATCH 3/3] SELinux: Write class field in role_trans_write
` [v0 PATCH 1/5] Add class to role_trans & role_trans_rule
` [v0 PATCH 2/5] Make role_transition parser to handle class field
` [v0 PATCH 3/5] Handle the class in role_trans structure
` [v0 PATCH 4/5] Handle the class in role_trans_rule structure
` [v0 PATCH 5/5] Display the class in role_transition rule

[PATCH 1/2 2.6.37.stable] intel_idle: disable NHM/WSM HW C-state auto-demotion
 2011-03-23  2:26 UTC  (2+ messages)
` [PATCH 2/2 2.6.37.stable] intel_idle: disable Atom/Lincroft "

[Bridge] build breakage due to br_multicast.c referencing ipv6_dev_get_saddr()
 2011-03-23  2:26 UTC  (5+ messages)
  ` [Bridge] [PATCH] bridge: Fix possibly wrong MLD queries' ethernet source address
      `  "

[PATCH 2/2] virtio_net: remove send completion interrupts and avoid TX queue overrun through packet drop
 2011-03-23  2:26 UTC  (5+ messages)

[PATCHv2] net: davinci_emac:Fix translation logic for buffer descriptor
 2011-03-23  2:25 UTC  (3+ messages)

[Resend] Cross Memory Attach v3 [PATCH]
 2011-03-23  2:22 UTC  (7+ messages)

[git pull] drm next tree
 2011-03-23  2:19 UTC  (2+ messages)

[Qemu-devel] [PATCH v5 0/4] piix_pci: optimize irq data path
 2011-03-23  2:17 UTC  (5+ messages)
` [Qemu-devel] [PATCH v5 1/4] pci: add accessor function to get irq levels
` [Qemu-devel] [PATCH v5 2/4] piix_pci: eliminate PIIX3State::pci_irq_levels
` [Qemu-devel] [PATCH v5 3/4] piix_pci: optimize set irq path
` [Qemu-devel] [PATCH v5 4/4] piix_pci: load path clean up

[PATCH 1/1] ipv6: ip6_route_output does not modify sk parameter, so make it const
 2011-03-23  2:17 UTC  (2+ messages)

[patch net-2.6] bonding: fix rx_handler locking
 2011-03-23  2:16 UTC  (3+ messages)

[PATCH] (revised) xf86-video-ati: add support for vblank on crtc > 1
 2011-03-23  2:15 UTC 

[PATCH 00/74] Union mounts version something or other
 2011-03-23  2:12 UTC  (2+ messages)

[PATCH 44/74] union-mount: Temporarily disable some syscalls
 2011-03-23  2:05 UTC  (3+ messages)
` [PATCH 73/74] union-mount: Implement union-aware setxattr()
` [PATCH 74/74] union-mount: Implement union-aware lsetxattr()


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.