All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-08-25 16:48:34 to 2011-08-25 17:56:02 UTC [more...]

[kernel-hardening] Trying to get PaX RANDMMAP into the mainstream kernel
 2011-08-25 17:56 UTC  (2+ messages)

BTRFS and power loss ~= corruption?
 2011-08-25 17:55 UTC  (4+ messages)

possible circular locking dependency detected. 3.0.0-rc7-wl kernel
 2011-08-25 17:54 UTC 

[RFC] fs, proc: Introduce the /proc/<pid>/map_files/ directory v2
 2011-08-25 17:54 UTC  (14+ messages)

[RFC] branch: list branches by single remote
 2011-08-25 17:54 UTC  (5+ messages)
` [PATCH 0/5] RFC: patterns for branch list
  ` [PATCH 1/5] branch: allow pattern arguments

[RFC 0/5] fix data+OOB writes, add ioctl
 2011-08-25 17:54 UTC  (10+ messages)

[PATCH] cifs-utils: Add uid/gid to SID mapping functions (try #4)
 2011-08-25 17:54 UTC  (3+ messages)

Subject: [PATCH V7 2/4] mm: frontswap: core code
 2011-08-25 17:52 UTC  (4+ messages)

[PATCH 0000/0059] Staging: hv: Driver cleanup
 2011-08-25 17:52 UTC  (58+ messages)
` [PATCH 01/59] Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get rid of the PCI signature
  ` [PATCH 06/59] Staging: hv: blkvsc: Use the newly introduced vmbus ID in the blockvsc driver
  ` [PATCH 08/59] Staging: hv: netvsc: Use the newly introduced vmbus ID in netvsc driver
  ` [PATCH 09/59] Staging: hv: mousevsc: Use the newly introduced vmbus ID in mouse driver
  ` [PATCH 10/59] Staging: hv: util: Make hv_utils a vmbus device driver
  ` [PATCH 11/59] Staging: hv: vmbus: Cleanup vmbus_match()
  ` [PATCH 12/59] Staging: hv: vmbus: Cleanup vmbus_uevent() code
  ` [PATCH 13/59] Staging: hv: vmbus: Support the notion of id tables in vmbus_match()
  ` [PATCH 14/59] Staging: hv: vmbus: Get rid of an unnecessary include line in vmbus_drv.c
  ` [PATCH 15/59] Staging: hv: storvsc: Get rid of the DMI signature
  ` [PATCH 16/59] Staging: hv: netvsc: Get rid of the PCI signature
  ` [PATCH 17/59] Staging: hv: netvsc: Get rid of the DMI signature in netvsc_drv.c
  ` [PATCH 18/59] Staging: hv: util: Get rid of the DMI signature in hv_util.c
  ` [PATCH 19/59] Staging: hv: util: Get rid of the PCI "
  ` [PATCH 20/59] Staging: hv: netvsc: Initialize the driver name directly
  ` [PATCH 21/59] Staging: hv: netvsc: Get rid of the empty function netvsc_initialize()
  ` [PATCH 22/59] Staging: hv: vmbus: Get rid of the unused name field in struct hv_driver
  ` [PATCH 23/59] Staging: hv: vmbus: Get rid of some unnecessary comments
  ` [PATCH 24/59] Staging: hv: vmbus: Cleanup unnecessary comments in hv.c
  ` [PATCH 25/59] Staging: hv: vmbus: Cleanup error handling in hv_init()
  ` [PATCH 26/59] Staging: hv: vmbus: Get rid of unnecessay comments in connection.c
  ` [PATCH 27/59] Staging: hv: vmbus: Get rid of the function dump_gpadl_body()
  ` [PATCH 28/59] Staging: hv: vmbus: Get rid of the function dump_gpadl_header()
  ` [PATCH 29/59] Staging: hv: vmbus: Rename openMsg to open_msg in channel.c
  ` [PATCH 30/59] Staging: hv: vmbus: Get rid of unnecessary comments "
  ` [PATCH 31/59] Staging: hv: vmbus: Change the variable name openInfo to open_info "
  ` [PATCH 32/59] Staging: hv: vmbus: Cleanup error values in ringbuffer.c
  ` [PATCH 33/59] Staging: hv: vmbus: Cleanup the error return value in vmbus_recvpacket_raw()
  ` [PATCH 34/59] Staging: hv: netvsc: Get rid of an unnecessary print statement in netvsc_probe()
  ` [PATCH 35/59] Staging: hv: vmbus: Retry vmbus_post_msg() before giving up
  ` [PATCH 36/59] Staging: hv: storvsc: Cleanup error handling in storvsc_dev_add()
  ` [PATCH 37/59] Staging: hv: storvsc: Cleanup error handling in storvsc_channel_init()
  ` [PATCH 38/59] Staging: hv: storvsc: Cleanup error handling in storvsc_connect_to_vsp()
  ` [PATCH 39/59] Staging: hv: storvsc: Cleanup error handling in storvsc_do_io()
  ` [PATCH 40/59] Storage: hv: storvsc: Get rid of some unnecessary DPRINTs from storvsc.c
  ` [PATCH 41/59] Staging: hv: storvsc: Fix/cleanup some dated comments in storvsc.c
  ` [PATCH 42/59] Staging: hv: storvsc: Cleanup returned error code in storvsc_host_reset()
  ` [PATCH 43/59] Staging: hv: storvsc: Cleanup error code returned in storvsc_probe()
  ` [PATCH 44/59] Staging: hv: storvsc: Cleanup returned error code in storvsc_drv_init()
  ` [PATCH 45/59] Staging: hv: netvsc: Cleanup the returned error code in netvsc_probe()
  ` [PATCH 46/59] Staging: hv: netvsc: Cleanup error return codes in netvsc_destroy_recv_buf()
  ` [PATCH 47/59] Staging: hv: netvsc: Cleanup error return values in netvsc_init_recv_buf()
  ` [PATCH 48/59] Staging: hv: netvsc: Cleanup error returns in netvsc_connect_vsp()
  ` [PATCH 49/59] Staging: hv: netvsc: Cleanup error return values in netvsc_send()
  ` [PATCH 50/59] Staging: hv: netvsc: Cleanup error return codes in netvsc_device_add()
  ` [PATCH 51/59] Staging: hv: netvsc: Cleanup error codes in rndis_filter_receive()
  ` [PATCH 52/59] Staging: hv: netvsc: Cleanup error code in rndis_filter_query_device()
  ` [PATCH 53/59] Staging: hv: netvsc: Cleanup error return values in rndis_filter_set_packet_filter()
  ` [PATCH 54/59] Staging: hv: netvsc: Cleanup error returns in rndis_filter_init_device()
  ` [PATCH 55/59] Staging: hv: netvsc: Cleanup error code in rndis_filter_device_add()
  ` [PATCH 56/59] Staging: hv: mouse: Change the jump label Cleanup to cleanup
  ` [PATCH 57/59] Staging: hv: mouse: Get rid of the unused PCI signature
  ` [PATCH 58/59] Staging: hv: netvsc: Change the jump label Cleanup to cleanup
  ` [PATCH 59/59] Staging: hv: netvsc: Change the jump label Exit to exit

[Bug 39145] New: screen goes dark when the graphics driver (radeon) is loaded
 2011-08-25 17:49 UTC  (2+ messages)
` [Bug 39145] "

bug report: Sun Blade 100 kernel panics during boot under 3.0.3
 2011-08-25 17:48 UTC  (3+ messages)

[PATCH 1/5] wl12xx: don't disconnect on recovery
 2011-08-25 17:48 UTC  (3+ messages)
` [PATCH 4/5] wl12xx: add config_hangover command

Subject: [PATCH V7 3/4] mm: frontswap: add swap hooks and extend try_to_unuse
 2011-08-25 17:46 UTC  (3+ messages)

mtrr failure, 3.1-rc1
 2011-08-25 17:46 UTC  (7+ messages)
        ` [PATCH] mtrr: fix UP breakage caused during switch to stop_machine

[PATCH 0/9] mesh fixes
 2011-08-25 17:46 UTC  (4+ messages)
` [PATCH 2/9] mac80211: Limit amount of HWMP frames and forwarded data packets in queues on mesh interfaces

[PATCH 0/4] dynamic debug: cleanups + compile fix
 2011-08-25 17:42 UTC  (6+ messages)
` [PATCH 1/4] dynamic_debug: consolidate repetitive struct _ddebug descriptor definitions
` [PATCH 2/4] dynamic_debug: remove num_enabled accounting
` [PATCH 3/4] dynamic_debug: use a single printk() to emit msgs
` [PATCH 4/4] dynamic_debug: fix undefined reference to `__netdev_printk'

ALSA: hda: hdmi: Hint matching between input devices and pcm devices
 2011-08-25 17:41 UTC  (6+ messages)

[Qemu-devel] [PATCH v6 00/14] trace-state: make the behaviour of "disable" consistent across all backends
 2011-08-25 17:40 UTC  (3+ messages)
` [Qemu-devel] [PATCH v6 02/14] provide support for default implementations using weak symbols

[xen-unstable test] 8739: tolerable FAIL - PUSHED
 2011-08-25 17:40 UTC 

[kernel-hardening] [RFC] x86, mm: start mmap allocation for libs from low addresses
 2011-08-25 17:39 UTC  (4+ messages)

How to handle named resources with DT?
 2011-08-25 17:38 UTC  (11+ messages)

Subject: [PATCH V7 2/4] mm: frontswap: core code
 2011-08-25 17:37 UTC  (3+ messages)

[PATCH v2 00/24] C6X: New architecture patch set
 2011-08-25 17:36 UTC  (6+ messages)

[PATCH] mac80211: mesh gate fixes
 2011-08-25 17:36 UTC 

[PATCH] perf_event: fix slow and broken cgroup context switch code
 2011-08-25 17:34 UTC  (6+ messages)

[Qemu-devel] PPC* and Sparc32 crash
 2011-08-25 17:33 UTC  (9+ messages)

[PATCH] avrcp: do not get fd when not connected
 2011-08-25 17:33 UTC 

[BUG] perf_event: semantic of PERF_SAMPLE_READ unclear
 2011-08-25 17:32 UTC  (2+ messages)

[PATCH] dma: shdma: transfer based runtime PM
 2011-08-25 17:32 UTC  (7+ messages)

[ath9k-devel] 'Superchannel'?
 2011-08-25 17:32 UTC  (9+ messages)

[PATCH] nfsd4: permit read opens of executable-only files
 2011-08-25 17:31 UTC  (2+ messages)

select() to /dev/rtc0 to wait for clock tick timed out
 2011-08-25 17:30 UTC  (10+ messages)

[PATCH RFC] gitk: Allow commit editing
 2011-08-25 17:30 UTC  (5+ messages)
` [PATCH] "
    ` [PATCH v3] "

[RFC/RFT] b43: Relax requirement for descriptors to be in the DMA zone
 2011-08-25 17:29 UTC  (5+ messages)

[LTP] [PATCH 4/7 ver2 w/attachment] Changes to pounder's build scripts (Cyril Hrubis)
 2011-08-25 17:26 UTC 

kvm PCI assignment & VFIO ramblings
 2011-08-25 17:20 UTC  (11+ messages)
          ` [Qemu-devel] "

linux-next: Tree for Aug 4
 2011-08-25 17:17 UTC  (9+ messages)
` [PATCH -next] drivers/base/inode.c: let vmstat_text be optional
    ` [Patch] numa: introduce CONFIG_NUMA_SYSFS for drivers/base/node.c
          ` [patch] numa: fix NUMA compile error when sysfs and procfs are disabled

[PATCH v2 00/43] signal: set_current_blocked() and block_sigmask()
 2011-08-25 17:15 UTC  (3+ messages)
` [PATCH v2 03/43] arm: Use "

[PATCH 0/1] Enable network sanity checks for Poky derived distros
 2011-08-25 17:15 UTC  (2+ messages)
` [PATCH 1/1] poky.conf: perform network sanity check by default for poky distros

[Qemu-devel] [PULL] slirp: Fix issues with -mms-bitfields
 2011-08-25 17:15 UTC  (14+ messages)

Backport libxl bugfixes to 4.1
 2011-08-25 17:13 UTC  (7+ messages)
` [PATCH 0 of 5] A bunch of fixes for libxl
  ` [PATCH 1 of 5] libxl: Remove frontend and backend devices from xenstore after destroy
  ` [PATCH 2 of 5] libxl: Accept disk name in libxl_devid_to_device_disk
  ` [PATCH 3 of 5] libxl: Allocate memory for strings in libxl_device_disk
  ` [PATCH 4 of 5] xen.lowlevel.xl: Return None on empty domain name
  ` [PATCH 5 of 5] libxl: Do not SEGV when no 'removable' disk parameter in xenstore

mmotm 2011-08-24-14-08 uploaded
 2011-08-25 17:12 UTC  (7+ messages)

Subject: [PATCH V7 1/4] mm: frontswap: swap data structure changes
 2011-08-25 17:11 UTC  (3+ messages)

[PATCH] Bluetooth-next: Add incremental indexing in sysfs HCI connection name
 2011-08-25 17:11 UTC  (8+ messages)

Traffic shaping - class ID 16bit limit?
 2011-08-25 17:10 UTC  (4+ messages)

[U-Boot] [PATCH] ppc460: read get_sys_info from CPR registers instead of STRP registers
 2011-08-25 17:09 UTC  (8+ messages)

[patch 0/8] intel iommu, irq-remap, x2apic bug fixes and cleanups
 2011-08-25 17:05 UTC  (5+ messages)
` [patch 3/8] iommu: move IOMMU specific code to intel-iommu.c

[PATCH] memcg: remove unneeded preempt_disable
 2011-08-25 17:07 UTC  (9+ messages)

How to make the kernel support NTFS?
 2011-08-25 17:06 UTC  (4+ messages)

[PATCH BlueZ 0/4] Sixaxis Plugin, almost there?
 2011-08-25 17:06 UTC  (9+ messages)
` [PATCH BlueZ 3/4] Link to udev only when needed

G-20
 2011-08-25 11:32 UTC 

[Cluster-devel] [PATCH 56/56] libgfs2: Make in-core rgrps use rbtree
 2011-08-25 17:03 UTC 

Build failure for openjade in dev
 2011-08-25 16:58 UTC  (5+ messages)
    ` Build failure for openjade in dev: `libtool: link: cannot find the library `=/usr/lib/libstdc++.la'`

Layer priorities influencing default version selection
 2011-08-25 16:58 UTC  (5+ messages)
` [OE-core] "
    ` [bitbake-devel] "

[Cluster-devel] [PATCH 55/56] fsck.gfs2: Speed up rangecheck functions
 2011-08-25 17:03 UTC 

DD Cine CT DVB-C/T
 2011-08-25 16:47 UTC 

[PATCH] mac80211: refactor skb copy to failq in mesh_path_move_to_queue
 2011-08-25 17:02 UTC  (6+ messages)

[Cluster-devel] [PATCH 54/56] fsck.gfs2: pass1c counts percentage backward
 2011-08-25 17:02 UTC 

[Cluster-devel] [PATCH 53/56] fsck.gfs2: Print step 2 duplicate debug msg first
 2011-08-25 17:02 UTC 

[Cluster-devel] [PATCH 52/56] fsck.gfs2: Recognize partially gfs2-converted dinodes
 2011-08-25 17:01 UTC 

[PATCH] input:cyapa: Add new I2C-based input touchpad driver for Cypress I2C touchpad devices
 2011-08-25 17:01 UTC  (5+ messages)

[Cluster-devel] [PATCH 51/56] fsck.gfs2: system dinodes take priority over user
 2011-08-25 17:01 UTC 

[Bug 41732] New: [radeon] KMS (and X.org) detect wrong outputs
 2011-08-25 17:01 UTC  (4+ messages)
` [Bug 41732] "

[Bug 26692] New: Fusion MPT SPI bringup takes 80 seconds when the kernel is quiet
 2011-08-25 17:00 UTC  (2+ messages)
` [Bug 26692] "

[patch] xen-blkback: sync I/O after backend disconnected
 2011-08-25 16:15 UTC  (3+ messages)
    ` [Xen-devel] "

[PATCHSET] freezer: fix various bugs and simplify implementation
 2011-08-25 16:56 UTC  (7+ messages)
` [PATCH 06/16] freezer: make exiting tasks properly unfreezable

[Cluster-devel] [PATCH 50/56] fsck.gfs2: Increment link count reporting wrong dinode
 2011-08-25 16:59 UTC 

[Cluster-devel] [PATCH 49/56] fsck.gfs2: Shorten debug output
 2011-08-25 16:58 UTC 

[Cluster-devel] [PATCH 48/56] libgfs2: Make rebuild functions not re-read ip
 2011-08-25 16:58 UTC 

[Cluster-devel] [PATCH 47/56] fsck.gfs2: Bad extended attributes not deleted
 2011-08-25 16:57 UTC 

cleancache can lead to serious performance degradation
 2011-08-25 16:56 UTC  (2+ messages)

[PATCH 0/7 v5] new ioctl()s and soc-camera implementation
 2011-08-25 16:57 UTC  (5+ messages)
` [PATCH 0/2] i.MX3: support multi-size buffers in V4L
  ` [PATCH 2/2] V4L: mx3-camera: prepare to support multi-size buffers

[Cluster-devel] [PATCH 46/56] fsck.gfs2: Handle duplicate reference to dinode blocks
 2011-08-25 16:57 UTC 

[Cluster-devel] [PATCH 45/56] fsck.gfs2: Remove bad inodes from duplicate tree
 2011-08-25 16:56 UTC 

[Buildroot] bash instead of busybox
 2011-08-25 16:56 UTC 

[bug] 'VT-d 1G super page' feature is blocked
 2011-08-25 16:56 UTC  (12+ messages)
            ` [PATCH][VTD] fixing vt-d/ept page table sharing in xen-4.1

[Cluster-devel] [PATCH 44/56] fsck.gfs2: Add ability to check gfs1 file systems
 2011-08-25 16:55 UTC 

[PATCH 1/3] jsm: remove remaining flip buffer code
 2011-08-25 16:54 UTC  (2+ messages)

[dm-crypt] some ideas for recovery?
 2011-08-25 16:54 UTC  (3+ messages)

[Cluster-devel] [PATCH 19/56] fsck.gfs2: fsck.gfs2: Move check_num_ptrs from metawalk to pass1
 2011-08-25 16:53 UTC 

[REGRESSION][BISECTED] Notebook crashes upon detecting the PCI subsystem with kernels >= 2.6.24-rc7
 2011-08-25 16:53 UTC  (8+ messages)
  ` [Bug 41622] "

[Cluster-devel] [PATCH 05/56] libgfs2: move gfs1 structures to libgfs2
 2011-08-25 16:52 UTC 

[Cluster-devel] [PATCH 04/56] libgfs2: Make check_sb and read_sb operate on gfs1
 2011-08-25 16:52 UTC 

[PATCH v3] at91: merge board usb-a9260 and usb-a9263 together
 2011-08-25 15:55 UTC  (2+ messages)

[PATCH 6/6 V3] hwmon: OMAP4: On die temperature sensor driver
 2011-08-25 16:51 UTC  (8+ messages)
        ` [lm-sensors] [PATCH 6/6 V3] hwmon: OMAP4: On die temperature

[Cluster-devel] 03/44 libgfs1: Add a centralized gfs1 variable to superblock variables
 2011-08-25 16:50 UTC 

[Cluster-devel] [PATCH 00/56] fsck.gfs2: Support for checking gfs1 file systems
 2011-08-25 16:49 UTC 

[PATCH] submodule: Demonstrate known breakage during recursive merge
 2011-08-25 16:49 UTC  (2+ messages)
` [PATCH] rev-list: Demonstrate breakage with --ancestry-path --all

[V3][PATCH 0/6] x86, nmi: new NMI handling routines
 2011-08-25 16:45 UTC  (2+ messages)
` [V3][PATCH 5/6] x86, nmi: track NMI usage stats


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.