public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-08-25 15:31:38 to 2011-08-25 18:51:36 UTC [more...]

[PATCH] tty/powerpc: fix build break with ehv_bytechan.c on allyesconfig
 2011-08-25 18:51 UTC  (5+ messages)

[PATCH] memcg: remove unneeded preempt_disable
 2011-08-25 18:49 UTC  (12+ messages)

[PATCH 0000/0059] Staging: hv: Driver cleanup
 2011-08-25 18:50 UTC  (64+ messages)
` [PATCH 01/59] Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get rid of the PCI signature
  ` [PATCH 02/59] Staging: hv: Replace struct hv_guid with the uuid type already defined in Linux
  ` [PATCH 03/59] Staging: hv: Add struct hv_vmbus_device_id to mod_devicetable.h
  ` [PATCH 04/59] Staging: hv: Add code to parse struct hv_vmbus_device_id table
  ` [PATCH 05/59] Staging: hv: vmbus: Introduce vmbus ID space in struct hv_driver
  ` [PATCH 06/59] Staging: hv: blkvsc: Use the newly introduced vmbus ID in the blockvsc driver
  ` [PATCH 07/59] Staging: hv: storvsc: Use the newly introduced vmbus ID in storvsc 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

[PATCH] coredump: fix pipe coredump when core limit is 0
 2011-08-25 18:43 UTC  (7+ messages)

2.6.39.4: Oops in rcu_read_unlock_special()/_raw_spin_lock()
 2011-08-25 18:28 UTC  (5+ messages)

linux-next: manual merge of the xen tree with the tip tree
 2011-08-25 18:26 UTC  (3+ messages)

[PATCH] Revert "mkuboot.sh: Fail if mkimage is missing"
 2011-08-25 18:19 UTC  (3+ messages)

[PATCH 0/4] dynamic debug: cleanups + compile fix
 2011-08-25 18:19 UTC  (7+ 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 3/4 re-post] "
` [PATCH 4/4] dynamic_debug: fix undefined reference to `__netdev_printk'

Broken pci_block_user_cfg_access interface
 2011-08-25 18:19 UTC  (12+ messages)

[RFC 000/118] drbd: part 1 of adding multiple volume support to drbd
 2011-08-25 18:16 UTC  (30+ messages)
` [PATCH 004/118] drbd: Get rid of BE_DRBD_MAGIC and BE_DRBD_MAGIC_BIG
` [PATCH 005/118] drbd: Endianness convert the constants instead of the variables
` [PATCH 006/118] drbd: Magic reserved block_id value cleanup
` [PATCH 007/118] drbd: Move drbd_free_tl_hash() to drbd_main()
` [PATCH 009/118] drbd: Request lookup code cleanup (1)
` [PATCH 010/118] drbd: Request lookup code cleanup (2)
` [PATCH 011/118] drbd: Request lookup code cleanup (3)
` [PATCH 012/118] drbd: Request lookup code cleanup (4)
` [PATCH 013/118] drbd: Add interval tree data structure
` [PATCH 014/118] drbd: Put sector and size in struct drbd_request into struct drbd_interval
` [PATCH 015/118] drbd: Use interval tree for overlapping write request detection
` [PATCH 016/118] drbd: Add read_requests tree
  ` [Drbd-dev] "
` [PATCH 017/118] drbd: Use the read and write request trees for request lookups
` [PATCH 018/118] drbd: Put sector and size in struct drbd_epoch_entry into struct drbd_interval
` [PATCH 019/118] drbd: Use interval tree for overlapping epoch entry detection
` [PATCH 020/118] drbd: Remove the unused hash tables
` [PATCH 021/118] drbd: Convert all constants in enum drbd_req_event to upper case
` [PATCH 022/118] drbd: Convert all constants in enum drbd_thread_state "
` [PATCH 023/118] drbd: Replace the ERR_IF macro with an assert-like macro
` [PATCH 024/118] drbd: Remove some useless paranoia code
` [PATCH 025/118] drbd: Inline function overlaps() is now unused
` [PATCH 026/118] drbd: Interval tree bugfix
` [PATCH 027/118] idr: idr_for_each_entry() macro
` [PATCH 028/118] drbd: Minimal struct drbd_tconn
` [PATCH 029/118] drbd: moved net_conf from mdev to tconn
` [PATCH 030/118] drbd: moved net_cont and net_cnt_wait "
` [PATCH 068/118] drbd: conn_printk() a dev_printk() alike for drbd's connections

[PATCH 1/4 v4] drivers: create a pin control subsystem
 2011-08-25 18:14 UTC  (5+ messages)

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

linux-next: build failure after merge of the final tree (akpm and moduleh trees related)
 2011-08-25 18:10 UTC  (2+ messages)

[PATCH] [v2] tty/powerpc: fix build break with ehv_bytechan.c on allyesconfig
 2011-08-25 18:06 UTC 

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

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

[PATCH] KVM: Add wrapper script around QEMU to test kernels
 2011-08-25 18:01 UTC  (2+ messages)
` [Qemu-devel] "

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

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

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

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

[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:20 UTC  (6+ messages)

linux-next: Tree for Aug 4
 2011-08-25 17:17 UTC  (8+ 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  (6+ messages)
` [PATCH v2 03/43] arm: Use "

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

Subject: [PATCH V7 1/4] mm: frontswap: swap data structure changes
 2011-08-25 17:11 UTC  (2+ 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

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

[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  (9+ messages)
` [PATCH 06/16] freezer: make exiting tasks properly unfreezable

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

[PATCH 0/2] i.MX3: support multi-size buffers in V4L
 2011-08-25 16:57 UTC  (4+ messages)
  ` [PATCH 1/2] dmaengine: ipu-idmac: add support for the DMA_PAUSE control
  ` [PATCH 2/2] V4L: mx3-camera: prepare to support multi-size buffers

[PATCH 1/3] jsm: remove remaining flip buffer code
 2011-08-25 16:54 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] "

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

[V3][PATCH 0/6] x86, nmi: new NMI handling routines
 2011-08-25 16:45 UTC  (7+ messages)
` [V3][PATCH 1/6] x86, nmi: split out nmi from traps.c
` [V3][PATCH 2/6] x86, nmi: create new NMI handler routines
` [V3][PATCH 3/6] x86, nmi: wire up NMI handlers to new routines
` [V3][PATCH 4/6] x86, nmi: add in logic to handle multiple events and unknown NMIs
` [V3][PATCH 5/6] x86, nmi: track NMI usage stats
` [V3][PATCH 6/6] x86, nmi: print out NMI stats in /proc/interrupts

[PATCH] oom: skip frozen tasks
 2011-08-25 16:47 UTC  (7+ messages)

3.0.3 64-bit Crash running fscache/cachefilesd
 2011-08-25 16:44 UTC 

linux-next: manual merge of the moduleh tree with the arm tree
 2011-08-25 16:39 UTC  (3+ messages)

linux-next: build failure after merge of the ptrace tree
 2011-08-25 16:35 UTC  (2+ messages)
` [PATCH] add EXPORT_SYMBOL(set_current_blocked)

[PATCH] perf record: create events initially disabled and enable after init
 2011-08-25 16:17 UTC 

[PATCH v2 0/2] Pass resources to pci_create_bus() and fix MIPS PCI resources
 2011-08-25 16:09 UTC  (3+ messages)
` [PATCH v2 2/2] MIPS: PCI: Pass controller's resources to pci_create_bus() in pcibios_scanbus()

linux-next: build failure after merge of the final tree (tty tree related)
 2011-08-25 16:09 UTC  (5+ messages)

[PATCH] xics/icp_natives: add __init to marker icp_native_init()
 2011-08-25 16:07 UTC 

[PATCH] [v4] tty/powerpc: introduce the ePAPR embedded hypervisor byte channel driver
 2011-08-25 16:03 UTC  (3+ messages)

(no subject)
 2011-08-25 15:55 UTC 

kernel oops and panic in acpi_atomic_read under 2.6.39.3. call trace included
 2011-08-25 15:47 UTC  (9+ messages)

[PATCH] staging: brcmfmac: Consolidate debugging macros
 2011-08-25 15:47 UTC  (2+ messages)

[PATCH 0/2] Send a SIGCHLD to the init's pid namespace parent when reboot
 2011-08-25 15:37 UTC  (11+ messages)

linux-next: manual merge of the usb tree with the usb.current tree
 2011-08-25 15:39 UTC  (2+ messages)

linux-next: build failure after merge of the staging tree
 2011-08-25 15:39 UTC  (3+ messages)

[RFC PATCH 0/3] Pass resources to pci_create_bus() and fix MIPS PCI resources
 2011-08-25 15:34 UTC  (5+ messages)
` [RFC PATCH 1/3] MIPS: PCI: Use pci_bus_remove_resources()/pci_bus_add_resource() to set up root resources


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox