public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-08-25 10:03:39 to 2011-08-25 15:21:36 UTC [more...]

[PATCH] oom: skip frozen tasks
 2011-08-25 15:18 UTC  (6+ messages)

[RFC 000/118] drbd: part 1 of adding multiple volume support to drbd
 2011-08-25 15:08 UTC  (63+ messages)
` [PATCH 001/118] drbd: Get rid of req_validator_fn typedef
` [PATCH 002/118] drbd: Remove superfluous declaration
` [PATCH 003/118] drbd: Consistently use block_id == ID_SYNCER for checksum based resync and online verify
` [PATCH 008/118] drbd: Update outdated comment
` [PATCH 031/118] drbd: moved data and meta from mdev to tconn
` [PATCH 033/118] drbd: moved agreed_pro_version, last_received and ko_count "
` [PATCH 034/118] drbd: moved req_lock and transfer log from mdev "
` [PATCH 035/118] drbd: moved crypto transformations and friends "
` [PATCH 036/118] drbd: Made drbd_flush_workqueue() to take a tconn instead of an mdev
` [PATCH 037/118] drbd: Preparing to use p_header96 for all packets
` [PATCH 038/118] drbd: Replaced all p_header80 with a generic p_header
` [PATCH 041/118] drbd: Do not access tconn after it was freed
` [PATCH 043/118] drbd: Rename "enum drbd_packets" to "enum drbd_packet"
` [PATCH 044/118] drbd: Remove redundant initialization
` [PATCH 068/118] drbd: conn_printk() a dev_printk() alike for drbd's connections
` [PATCH 070/118] drbd: Converted drbd_wait_for_connect() from mdev to tconn
` [PATCH 072/118] drbd: Moved DISCARD_CONCURRENT to the per connection (tconn) flags
` [PATCH 074/118] drbd: Moved SIGNAL_ASENDER "
` [PATCH 075/118] drbd: Converted wake_asender() and request_ping() from mdev to tconn
` [PATCH 076/118] drbd: Converted helper functions for drbd_send() "
` [PATCH 077/118] drbd: Converted drbd_send() from mdev "
` [PATCH 078/118] drbd: Converted drbd_send_fp() "
` [PATCH 079/118] drbd: Removed unused mdev argument from drbd_recv_short() and drbd_socket_okay()
` [PATCH 080/118] drbd: Converted drbd_recv_fp() from mdev to tconn
` [PATCH 081/118] drbd: Converted drbd_send_handshake() "
` [PATCH 082/118] drbd: Converted drbd_recv() "
` [PATCH 083/118] drbd: struct packet_info to hold information of decoded packets
` [PATCH 084/118] drbd: Converted decode_header() from mdev to tconn
` [PATCH 085/118] drbd: Converted drbd_recv_header() "
` [PATCH 086/118] drbd: Converted drbd_do_handshake() "
` [PATCH 087/118] drbd: Converted drbd_(get|put)_data_sock() and drbd_send_cmd2() "
` [PATCH 088/118] drbd: Converted drbd_do_auth() from mdev "
` [PATCH 089/118] drbd: Converted drbd_send_protocol() "
` [PATCH 090/118] drbd: Use and idr data structure to map volume numbers to mdev pointers
` [PATCH 091/118] drbd: Converted drbd_connect() from mdev to tconn
` [PATCH 092/118] drbd: Converted drbd_calc_cpu_mask() and drbd_thread_current_set_cpu() "
` [PATCH 093/118] drbd: Converted drbdd() "
` [PATCH 094/118] drbd: Converted drbd_free_sock() and drbd_disconnect() "
` [PATCH 095/118] drbd: Moved the mdev member into drbd_work (from drbd_request and drbd_peer_request)
` [PATCH 096/118] drbd: Consolidated the setup of the thread name into the framework
` [PATCH 097/118] drbd: Converted drbdd_init() from mdev to tconn
` [PATCH 098/118] drbd: Converted drbd_asender() "
` [PATCH 099/118] drbd: Converted drbd_worker() "
` [PATCH 100/118] drbd: drbd_thread has now a pointer to a tconn instead of to a mdev
` [PATCH 101/118] drbd: Moved some initializing code into drbd_new_tconn()
` [PATCH 102/118] drbd: Generalized the work callbacks
` [PATCH 103/118] drbd: Converted drbd_send_ping() and related functions from mdev to tconn
` [PATCH 104/118] drbd: Extracted after_conn_state_ch() out of after_state_ch()
` [PATCH 105/118] drbd: Renamed is_valid_state_transition() to is_valid_soft_transition()
` [PATCH 106/118] drbd: Extracted is_valid_transition() out of sanitize_state()
` [PATCH 107/118] drbd: Extracted is_valid_conn_transition() out of is_valid_transition()
` [PATCH 108/118] drbd: Removed the os parameter form sanitize_state()
` [PATCH 109/118] drbd: Code de-duplication; new function apply_mask_val()
` [PATCH 110/118] drbd: Killed volume0; last step of multi-volume-enablement
` [PATCH 111/118] drbd: Removed drbd_state_lock() and drbd_state_unlock()
` [PATCH 112/118] drbd: Introduced tconn->cstate_mutex
` [PATCH 113/118] drbd: Implemented conn_send_state_req()
` [PATCH 114/118] drbd: Global_state_lock not necessary here
` [PATCH 115/118] drbd: Implemented conn_send_sr_reply()
` [PATCH 116/118] drbd: Implemented receiving of P_CONN_ST_CHG_REPLY
` [PATCH 117/118] drbd: implemented receiving of P_CONN_ST_CHG_REQ
` [PATCH 118/118] drbd: Implemented connection wide state changes

mmotm 2011-08-24-14-08 uploaded
 2011-08-25 15:18 UTC  (6+ messages)

patch "TTY: remove tty_locked" added to tty tree
 2011-08-25 15:15 UTC  (7+ messages)
` [PATCH 1/5] TTY: serial, use ASYNCB_CLOSING in uart_close
  ` [PATCH 2/5] TTY: serial, move locking "
  ` [PATCH 3/5] TTY: define tty_wait_until_sent_from_close
  ` [PATCH 4/5] TTY: use tty_wait_until_sent_from_close in tty_port_close_start
  ` [PATCH 5/5] TTY: use tty_wait_until_sent_from_close in other drivers

[RFC] ubiblk: read-only block layer on top of UBI
 2011-08-25 15:12 UTC  (4+ messages)
` [PATCHv3] UBI: new module ubiblk: "

[PATCH 1/4 v4] drivers: create a pin control subsystem
 2011-08-25 15:12 UTC  (7+ messages)

[PATCH] memcg: remove unneeded preempt_disable
 2011-08-25 15:11 UTC  (4+ messages)

[PATCH] perf_event: fix slow and broken cgroup context switch code
 2011-08-25 15:03 UTC  (7+ messages)

[PATCH v2 2/2] omap_twl: Prevent SR to enable for am3517/am3505 devices
 2011-08-25 15:01 UTC  (2+ messages)

[PATCH 1/3] TPM: new stm i2c device driver
 2011-08-25 15:00 UTC  (3+ messages)

try_to_freeze() called with IRQs disabled on ARM
 2011-08-25 14:55 UTC  (15+ messages)

[PATCH v3 0/4] Initial DT support for MSM8660
 2011-08-25 14:57 UTC  (8+ messages)
` [PATCH v3 2/4] msm_serial: Add devicetree support
` [PATCH v3 3/4] ARM: msm: Add devicetree support for msm8660-surf
` [PATCH v3 4/4] ARM: msm: Describe MSM 8660 SURF FPGA registers in DT

Problem with writing virtual serial device driver
 2011-08-25 14:54 UTC  (2+ messages)

[PATCH] dma: shdma: transfer based runtime PM
 2011-08-25 14:55 UTC  (5+ messages)

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

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

perf: overflow signal survives an exec call starting in 3.0
 2011-08-25 14:47 UTC  (3+ messages)

[PATCH] staging/olpc_dcon: Remove obsolete cleanup for clientdata
 2011-08-25 14:45 UTC  (3+ messages)

linux-next: build failure after merge of the ptrace tree
 2011-08-25 14:37 UTC  (2+ messages)

[PATCH] DMA: PL330: add missing header
 2011-08-25 14:38 UTC  (9+ messages)

[GIT PULL] writeback fix for 3.1-rc4
 2011-08-25 14:38 UTC 

You have a transfer
 2011-08-25 14:34 UTC 

[PATCH]
 2011-08-25 14:33 UTC  (5+ messages)
  ` [PATCH] fs / ext3: Always unlock updates in ext3_freeze()

[PATCH] MAINTAINERS: add new entry for ideapad-laptop
 2011-08-25 14:28 UTC 

[PATCH] dmatest: make dmatest threads freezable
 2011-08-25 14:27 UTC  (2+ messages)

linux-next: build failure after merge of the final tree (tty tree related)
 2011-08-25 14:28 UTC  (3+ messages)

linux-next: manual merge of the pm tree with the arm tree
 2011-08-25 14:28 UTC  (2+ messages)

[PATCH -mmotm] lib/string.c: fix kernel-doc for memchr_inv
 2011-08-25 14:23 UTC  (2+ messages)

[PATCH] fuse: Freeze client on suspend when request sent to userspace
 2011-08-25 14:20 UTC 

[PATCH 0000/0117] Staging: hv: Driver cleanup
 2011-08-25 14:14 UTC  (12+ messages)
` [PATCH 001/117] Staging: hv: vmbus: VMBUS is an ACPI enumerated device, get rid of the PCI signature
  ` [PATCH 003/117] Staging: hv: Add struct hv_vmbus_device_id to mod_devicetable.h

[PATCH -v2] debug-pagealloc: add support for highmem pages
 2011-08-25 14:14 UTC 

[GIT PULL] x86/vdso changes for v3.1
 2011-08-25 14:06 UTC  (4+ messages)

2.6.39.4: Oops in rcu_read_unlock_special()/_raw_spin_lock()
 2011-08-25 14:07 UTC  (4+ messages)

[PATCH 01/11] KVM: MMU: avoid pte_list_desc running out in kvm_mmu_pte_write
 2011-08-25 14:07 UTC  (16+ messages)
` [PATCH 11/11] KVM: MMU: improve write flooding detected

[PATCH 00/12] x86: Ticket lock cleanup
 2011-08-25 14:07 UTC  (15+ messages)
` [PATCH 13/15] x86: add cmpxchg_flag() variant

[PATCH] Input: cm109 - fix checking return value of usb_control_msg
 2011-08-25 14:06 UTC 

[PATCH V3 00/20] dmaengine/amba-pl08x updates
 2011-08-25 14:06 UTC  (3+ messages)

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

[KORG] Panics on master backend
 2011-08-25 13:54 UTC  (5+ messages)
` [kernel.org users] "

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

[PATCH] [SCSI] fusion: ensure NUL-termination of MptCallbacksName elements
 2011-08-25 12:44 UTC 

Broken pci_block_user_cfg_access interface
 2011-08-25 13:24 UTC  (11+ messages)

TCP port firewall controlled by UDP packets
 2011-08-25 13:19 UTC  (2+ messages)

[PATCH] SCSI: OSD: Kconfig: Select SHA1 and HMAC for OSD Initiator library
 2011-08-25 13:10 UTC  (4+ messages)

[PATCH] virtio.h: correct comment for struct virtio_driver
 2011-08-25 13:04 UTC 

[PATCH v3] at91: merge board usb-a9260 and usb-a9263 together
 2011-08-25 14:08 UTC 

[PATCH] Revert "mkuboot.sh: Fail if mkimage is missing"
 2011-08-25 12:46 UTC  (2+ messages)

[PATCHv3 2/4] usb: gadget: replace "is_dualspeed" with "max_speed"
 2011-08-25 12:53 UTC  (5+ messages)

APPLY NOW
 2011-08-25 13:03 UTC 

(no subject)
 2011-08-25 12:12 UTC 

[xfrm6_mode_transport]: untracked dependency
 2011-08-25 12:06 UTC 

[PATCH 00/14] [media] Logging cleanups
 2011-08-25 11:52 UTC  (3+ messages)
` [PATCH 04/14] [media] winbond-cir: Use current logging styles

[PATCH v2] lockdep: Add helper function for dir vs file i_mutex annotation
 2011-08-25 11:58 UTC  (2+ messages)

Build regressions/improvements in v3.1-rc3
 2011-08-25 11:48 UTC  (2+ messages)

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

3.1-rc3 fails to boot on my pandaboard
 2011-08-25 11:45 UTC  (7+ messages)

[PATCH 0/5 v5] mfd: omap: usb: Runtime PM support for EHCI and OHCI drivers
 2011-08-25 11:36 UTC  (5+ messages)
` [PATCH 1/5 v5] arm: omap: usb: ehci and ohci hwmod structures for omap4
  ` [PATCH 2/5 v5] arm: omap: usb: ehci and ohci hwmod structures for omap3

[RFC] lockdep: Add helper function for dir vs file i_mutex annotation
 2011-08-25 11:25 UTC  (3+ messages)

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

[PATCH] video/backlight: Remove obsolete cleanup for clientdata
 2011-08-25 10:54 UTC 

[PATCH] misc: Remove obsolete cleanup for clientdata
 2011-08-25 10:54 UTC 

[PATCH] leds: Remove obsolete cleanup for clientdata
 2011-08-25 10:48 UTC 

[PATCH] ums_realtek: do not use stack memory for DMA
 2011-08-25 10:51 UTC  (2+ messages)

[PATCH] Input: adp5588-keys - remove incorrect modalias
 2011-08-25 10:43 UTC  (2+ messages)

[PATCH] i2c/tegra: I2C driver uses the suspend_noirq/resume_noirq
 2011-08-25 10:36 UTC  (11+ messages)

linux-next: Tree for Aug 4
 2011-08-25 10:22 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 0/5] SUNRPC: make rpcbind clients allocated and destroyed on dynamically
 2011-08-25 10:18 UTC  (3+ messages)
` [PATCH 3/5] SUNRPC: make RPC service dependable on rpcbind clients creation

[-v3 PATCH 0/3] Persistent device name using alias
 2011-08-25 10:16 UTC  (2+ messages)

Q40 interrupts (and genirq)
 2011-08-25 10:13 UTC  (3+ messages)


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