All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-12-01 19:27:05 to 2011-12-01 20:55:00 UTC [more...]

[PATCH] mm: incorrect overflow check in shrink_slab()
 2011-12-01 20:54 UTC  (4+ messages)

[PATCH] i2c-mpc: use the cell-index property to enumerate the I2C adapters
 2011-12-01 20:54 UTC  (3+ messages)

[PATCH 01/10] staging:iio: Add wrapper functions around buffer access ops
 2011-12-01 20:53 UTC  (8+ messages)
` [PATCH 02/10] staging:iio: Setup buffer access functions when allocating the buffer
` [PATCH 03/10] staging:iio:ring_sw: Add helper function for initializing simple setups
` [PATCH 04/10] staging:iio:imu:adis16400: Use new ringbuffer setup helper function

+ leds-netxbig-use-gpio_request_one.patch added to -mm tree
 2011-12-01 20:51 UTC 

+ leds-bd2802-use-gpio_request_one.patch added to -mm tree
 2011-12-01 20:51 UTC 

[PATCH 0 of 2] Paging support updates for XCP dom0
 2011-12-01 20:51 UTC  (3+ messages)
` [PATCH 1 of 2] xen/x86: make __direct_remap_pfn_range()'s return value meaningful
` [PATCH 2 of 2] xenpaging: handle GNTST_eagain in kernel drivers

[PATCH 1/3] ARM: msm: Remove MSM7x00 support
 2011-12-01 20:49 UTC  (26+ messages)

[PATCH v3 1/6] ASoC: WM8903: Disallow all invalid gpio_cfg pdata values
 2011-12-01 20:49 UTC  (6+ messages)
  ` [PATCH v3 2/6] ASoC: WM8903: Create default platform data structure
  ` [PATCH v3 3/6] ASoC: WM8903: Pass pdata to wm8903_init_gpio
  ` [PATCH v3 4/6] ASoC: WM8903: Remove conditionals checking pdata != NULL
  ` [PATCH v3 5/6] ASoC: WM8903: Get default irq_active_low from IRQ controller
  ` [PATCH v3 6/6] ASoC: WM8903: Add device tree binding

[U-Boot] [PATCH] sf: fix erase debug output
 2011-12-01 20:49 UTC  (2+ messages)

[PATCH 0/4] Misc recipe fixes
 2011-12-01 20:41 UTC  (12+ messages)
` [PATCH 1/4] gmp: also generate the libgmpcxx library & package it properly

Workflow Recommendation - Probably your 1000th
 2011-12-01 20:46 UTC  (3+ messages)

Future plan for going out of staging
 2011-12-01 20:46 UTC  (2+ messages)

VFAT i_pos value
 2011-12-01 20:46 UTC  (5+ messages)

[PATCH 0/4] xfs fixes for Linux 3.2-rc3
 2011-12-01 20:43 UTC  (8+ messages)
` [PATCH 4/4] xfs: fix the logspace waiting algorithm

OE-core based java layer?
 2011-12-01 20:19 UTC  (5+ messages)

[bug?] r8169: hangs under heavy load
 2011-12-01 20:42 UTC  (12+ messages)

Problem with attaching rbd device in qemu-kvm
 2011-12-01 20:42 UTC  (2+ messages)

[PATCH] retry for NFS v3 mounts
 2011-12-01 20:41 UTC  (2+ messages)

Coordinating inter-layer dependencies
 2011-12-01 20:33 UTC  (12+ messages)

[PATCH] Add MYMETA.yml to perl/.gitignore
 2011-12-01 20:31 UTC 

Bug: touchpad unresponsive after resume from S3 (psmouse driver)
 2011-12-01 20:39 UTC  (7+ messages)

[U-Boot] LL TEMAC V7 refactored
 2011-12-01 20:39 UTC  (2+ messages)
` [U-Boot] [PATCH v7] net: ll_temac: Add LL TEMAC driver to u-boot

[RFC] vtunerc: virtual DVB device - is it ok to NACK driver because of worrying about possible misusage?
 2011-12-01 20:38 UTC  (7+ messages)

Bug in computing data_len in tcp_sendmsg?
 2011-12-01 20:37 UTC  (8+ messages)

[PATCH 1/3] PM: Provide an always on power domain governor
 2011-12-01 20:37 UTC  (4+ messages)
` [PATCH 2/3] ARM: mach-shmobile: Use common "

BUG: unable to handle kernel NULL pointer dereference at 000000000000002c
 2011-12-01 20:37 UTC  (3+ messages)

[PATCH 0/9] rework of extended state handling, LWP support
 2011-12-01 20:36 UTC  (5+ messages)

log: option "--follow" not the default for a single file?
 2011-12-01 20:36 UTC  (6+ messages)

[Buildroot] [pull request] Pull request for branch ethercat
 2011-12-01 20:36 UTC  (4+ messages)
` [Buildroot] [PATCH 1/1] igh-ethercat: new package

[PATCH] Fix byte order problems getting PSM through btio API
 2011-12-01 20:34 UTC  (5+ messages)

[merged] parport-convert-drivers-parport-to-use-module_platform_driver.patch removed from -mm tree
 2011-12-01 20:32 UTC 

[merged] lib-add-generic_pci_iomap-v2.patch removed from -mm tree
 2011-12-01 20:32 UTC 

[U-Boot] Question about theKernel
 2011-12-01 20:31 UTC  (2+ messages)

[PATCH v5.2 00/14] crc32c: Add faster algorithm and self-test code
 2011-12-01 20:31 UTC  (34+ messages)
` [PATCH 01/14] crc32: removed two instances of trailing whitespaces
` [PATCH 02/14] crc32: Move long comment about crc32 fundamentals to Documentation/
` [PATCH 03/14] crc32: Simplify unit test code
` [PATCH 04/14] crc32: Speed up memory table access on powerpc
` [PATCH 05/14] crc32: Miscellaneous cleanups
` [PATCH 06/14] crc32: Fix mixing of endian-specific types
` [PATCH 07/14] crc32: Make CRC_*_BITS definition correspond to actual bit counts
` [PATCH 08/14] crc32: Add slice-by-8 algorithm to existing code
` [PATCH 09/14] crc32: Optimize loop counter for x86
` [PATCH 10/14] crc32: Add note about this patchset to crc32.c
` [PATCH 11/14] crc32: Bolt on crc32c
` [PATCH 12/14] crypto: crc32c should use library implementation
` [PATCH 13/14] crc32: Add self-test code for crc32c
` [PATCH 14/14] crc32: Select an algorithm via kconfig

+ linux-next-git-rejects.patch added to -mm tree
 2011-12-01 20:31 UTC 

[PATCH 1/5] ARM: OMAP1: Fix dpll1 default rate reprogramming method
 2011-12-01 20:30 UTC  (14+ messages)
` [PATCH 2a/5] Remove unsafe clock values from omap1_defconfig
        ` [PATCH] ARM: OMAP1: "
      ` [PATCH 0/2 v2] ARM: OMAP1: Fix dpll1 reprogramming related issues
      ` [PATCH 1/2 v2] ARM: OMAP1: Fix ckctl value used for dpll1 defualt rate
      ` [PATCH 2/2 v2] ARM: OMAP1: recalculate loops per jiffy after dpll1 reprogram

[U-Boot] Store ENTER ('\r') character in bootstopkey variable
 2011-12-01 20:29 UTC  (2+ messages)

[PATCH] arm/imx6: add restart support for imx6q
 2011-12-01 20:28 UTC  (2+ messages)

GMA500 support
 2011-12-01 20:29 UTC  (3+ messages)

DM_snapshot_cow filesystem (dmsetup create snapshot)
 2011-12-01 20:26 UTC  (14+ messages)

[PATCH 1/1] libselinux: Updated selabel_x(5) man page
 2011-12-01 20:25 UTC  (2+ messages)

[PATCH 1/1] libselinux: Updated selabel_media(5) man page
 2011-12-01 20:25 UTC  (2+ messages)

[PATCH 1/1] libselinux: Updated selabel_db(5) man page
 2011-12-01 20:25 UTC  (2+ messages)

[PATCH 1/1] libselinux: Updated selabel_file(5) man page
 2011-12-01 20:24 UTC  (2+ messages)

[PATCH] lttng: cleanup one-bit signed bitfields
 2011-12-01 20:21 UTC  (2+ messages)

nuclear neigh patch
 2011-12-01 20:20 UTC 

[Qemu-devel] [Bug 883133] Re: qemu on ARM hosts asserts due to code buffer/libc heap conflict
 2011-12-01 20:11 UTC 

[V2 PATCH 00/62] highmem: remove the second argument of kmap_atomic/kunmap_atomic
 2011-12-01 20:18 UTC  (4+ messages)
` [PATCH 44/62] ocfs2: remove the second argument of k[un]map_atomic()
  ` [Ocfs2-devel] "

does non-continuous RAM means I need to select the sparse memory model?
 2011-12-01 20:18 UTC  (7+ messages)
  ` flatmem broken for nommu? [Was: Re: does non-continuous RAM means I need to select the sparse memory model?]

[Ocfs2-devel] The ocfs2 and configfs trees are back at git.kernel.org
 2011-12-01 20:15 UTC  (2+ messages)
`  "

[PATCH 1/2] ext4: let mpage_submit_io works well when blocksize < pagesize
 2011-12-01 20:13 UTC  (2+ messages)

[PATCH v5.1 00/14] crc32c: Add faster algorithm and self-test code
 2011-12-01 20:12 UTC  (3+ messages)

[Qemu-devel] [PATCH] Add a .mailmap to map pre-git-conversion authors to friendly names
 2011-12-01 20:12 UTC  (3+ messages)

CIFS mount: 3.2.0-rc3 suspend crash
 2011-12-01 20:10 UTC  (11+ messages)

Different behaviour when using "nosmp" parameter on SMP and UP
 2011-12-01 20:09 UTC  (10+ messages)

[PATCH V6] Eliminate task stack trace duplication
 2011-12-01 20:07 UTC 

Understanding kmap/kunmap
 2011-12-01 20:05 UTC  (2+ messages)

linux-next: manual merge of the staging tree with the hid tree
 2011-12-01 19:54 UTC  (7+ messages)

[PATCH next-next 0/2] can: cc770: add support for the Bosch CC770 and Intel AN82527
 2011-12-01 20:04 UTC  (5+ messages)

WARNING: at fs/btrfs/inode.c:2198 btrfs_orphan_commit_root+0xa8/0xc0
 2011-12-01 20:03 UTC  (10+ messages)

[PATCH v3 4/4] scsi_dh: code cleanup and remove the references to scsi_dev_info
 2011-12-01 20:03 UTC 

[PATCH 2 of 4] xenpaging: use wait queues
 2011-12-01 20:02 UTC  (3+ messages)

[PATCH v3 3/4] scsi_dh_rdac: Adding the match function for rdac device handler
 2011-12-01 20:01 UTC 

[PATCH v3 2/4] scsi_dh_hp_sw: Adding the match function for hp_sw device handler
 2011-12-01 20:01 UTC 

[PATCH v3 1/4] scsi_dh_emc: Adding the match function for emc device handler
 2011-12-01 20:01 UTC 

[PATCH v3 0/4] scsi_dh: Fix for handler attach and code clean up
 2011-12-01 20:01 UTC 

[PATCHv2 2/2] infiniband-diags/perfquery.c: Fix reset for PortExtendedSpeedsCounters
 2011-12-01 19:58 UTC  (2+ messages)

[RFC 0/4] NFS: Modularize NFS v3
 2011-12-01 19:56 UTC  (3+ messages)

[xen-unstable test] 10211: regressions - trouble: blocked/broken/fail/pass
 2011-12-01 19:56 UTC 

[PATCH 1/1] Staging: hv: mousevsc: Properly add the hid device
 2011-12-01 19:55 UTC  (2+ messages)

[patch 00/99] Error handling patchset v6
 2011-12-01 19:55 UTC  (5+ messages)
` [patch 07/99] btrfs: Use mempools for extent_state structures

nouveau driver is not loading
 2011-12-01 19:54 UTC  (3+ messages)

[RFC] – Proposal for new process for OFED releases
 2011-12-01 19:53 UTC 

[PATCH] merge_config.sh: Fix bug in final check
 2011-12-01 19:50 UTC 

[BUG] insufficient quoting between "tap-ctl list" and xend/server/BlktapController.py
 2011-12-01 19:51 UTC  (5+ messages)

[PATCH RFC V3 0/4] kvm : Paravirt-spinlock support for KVM guests
 2011-12-01 19:50 UTC  (7+ messages)
` [PATCH RFC V3 2/4] kvm hypervisor : Add a hypercall to KVM hypervisor to support pv-ticketlocks

[PATCH] dccp: Fix compile warning in probe code
 2011-12-01 19:46 UTC 

[PATCH] gpio: fix a build failure on KS8695 GPIO
 2011-12-01 19:47 UTC  (3+ messages)

[RFC PATCH 0/6] ARM: Remove the __ARCH_WANT_INTERRUPTS_ON_CTXSW definition
 2011-12-01 19:42 UTC  (6+ messages)
` [RFC PATCH 4/6] ARM: Remove __ARCH_WANT_INTERRUPTS_ON_CTXSW on ASID-capable CPUs

Copy branch into master
 2011-12-01 19:43 UTC  (6+ messages)

[PATCH] KVM: Veirfy memory slot only for readability
 2011-12-01 19:42 UTC 

LinuxTV ported to Windows
 2011-12-01 19:42 UTC  (4+ messages)

[PATCH v3] sound/soc/codecs: add LAPIS Semiconductor ML26124
 2011-12-01 19:36 UTC  (7+ messages)

[PATCH 1/2] infiniband-diags/perfquery.c: Fix display of PortExtendedSpeedsCounters
 2011-12-01 19:35 UTC  (2+ messages)

[PATCH v4 0/2] nfs/sunrpc: allow freezing of tasks with NFS calls in flight
 2011-12-01 19:32 UTC  (4+ messages)

[PATCHSET] cgroup: stable threadgroup during attach & subsys methods consolidation
 2011-12-01 19:29 UTC  (9+ messages)
` [PATCH 03/10] threadgroup: extend threadgroup_lock() to cover exit and exec
  ` [PATCH UPDATED "

[Buildroot] Real time Linux implementation
 2011-12-01 19:27 UTC 

[PATCH] docs: Say in xm(1) that xm is obsolete
 2011-12-01 19:27 UTC  (2+ messages)

[Qemu-devel] [PATCH V3 0/4] i.MX31 and KZM board support
 2011-12-01 19:26 UTC  (5+ messages)
` [Qemu-devel] [PATCH V3 1/4] Implement the FreeScale i.MX UART. This uart is used in a variety of SoCs, including some by Motorola, as well as in the FreeScale i.MX series


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.