All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-04-24 22:03:52 to 2012-04-24 23:00:11 UTC [more...]

[ 00/62] 3.3.4-stable review
 2012-04-24 22:33 UTC  (59+ messages)
` [ 01/62] Perf: fix build breakage
` [ 02/62] crypto: sha512 - Fix byte counter overflow in SHA-512
` [ 03/62] hwmon: fam15h_power: fix bogus values with current BIOSes
` [ 04/62] ALSA: hda/conexant - Dont set HP pin-control bit unconditionally
` [ 06/62] memblock: memblock should be able to handle zero length operations
` [ 07/62] ARM: clps711x: serial driver hungs are a result of call disable_irq within ISR
` [ 09/62] ARM: OMAP1: DMTIMER: fix broken timer clock source selection
` [ 11/62] mmc: fixes for eMMC v4.5 discard operation
` [ 13/62] mmc: sdhci: refine non-removable card checking for card detection
` [ 14/62] mmc: unbreak sdhci-esdhc-imx on i.MX25
` [ 16/62] xen/xenbus: Add quirk to deal with misconfigured backends
` [ 17/62] USB: yurex: Remove allocation of coherent buffer for setup-packet buffer
` [ 18/62] USB: yurex: Fix missing URB_NO_TRANSFER_DMA_MAP flag in urb
` [ 19/62] uwb: fix use of del_timer_sync() in interrupt
` [ 20/62] uwb: fix error handling
` [ 21/62] davinci_mdio: Fix MDIO timeout check
` [ 22/62] mwifiex: update pcie8766 scratch register addresses
` [ 23/62] brcm80211: smac: resume transmit fifo upon receiving frames
` [ 24/62] mac80211: fix logic error in ibss channel type check
` [ 25/62] media: rc-core: set mode for winbond-cir
` [ 26/62] media: drxk: Does not unlock mutex if sanity check failed in scu_command()
` [ 27/62] media: dvb_frontend: Fix a regression when switching back to DVB-S
` [ 28/62] cfg80211: fix interface combinations check
` [ 29/62] staging: r8712u: Fix regression caused by commit 8c213fa
` [ 30/62] Fix modpost failures in fedora 17
` [ 31/62] mm: fix s390 BUG by __set_page_dirty_no_writeback on swap
` [ 32/62] md: dont call ->add_disk unless there is good reason
` [ 33/62] md: fix possible corruption of array metadata on shutdown
` [ 34/62] jbd2: use GFP_NOFS for blkdev_issue_flush
` [ 35/62] USB: serial: cp210x: Fixed usb_control_msg timeout values
` [ 36/62] pch_uart: Fix dma channel unallocated issue
` [ 37/62] drivers/tty/amiserial.c: add missing tty_unlock
` [ 38/62] USB: sierra: avoid QMI/wwan interface on MC77xx
` [ 39/62] EHCI: fix criterion for resuming the root hub
` [ 40/62] EHCI: always clear the STS_FLR status bit
` [ 41/62] USB: fix deadlock in bConfigurationValue attribute method
` [ 42/62] usb: gadget: udc-core: stop UDC on device-initiated disconnect
` [ 43/62] usb: gadget: udc-core: fix asymmetric calls in remove_driver
` [ 44/62] usb: gadget: eliminate NULL pointer dereference (bugfix)
` [ 45/62] usb: musb: omap: fix crash when musb glue (omap) gets initialized
` [ 46/62] usb: musb: omap: fix the error check for pm_runtime_get_sync
` [ 47/62] PCI: Add quirk for still enabled interrupts on Intel Sandy Bridge GPUs
` [ 48/62] ext4: fix endianness breakage in ext4_split_extent_at()
` [ 49/62] KVM: unmap pages from the iommu when slots are removed
` [ 50/62] dell-laptop: add 3 machines that has touchpad LED
` [ 51/62] dell-laptop: touchpad LED should persist its status after S3
` [ 52/62] Bluetooth: Add support for Atheros [04ca:3005]
` [ 53/62] nfsd: fix b0rken error value for setattr on read-only mount
` [ 54/62] nfsd: fix error values returned by nfsd4_lockt() when nfsd_open() fails
` [ 55/62] nfsd: fix endianness breakage in TEST_STATEID handling
` [ 56/62] nfsd: fix compose_entry_fh() failure exits
` [ 57/62] btrfs: btrfs_root_readonly() broken on big-endian
` [ 58/62] ocfs2: ->l_next_free_req breakage "
` [ 59/62] ocfs: ->rl_used "
` [ 60/62] ocfs2: ->rl_count endianness breakage
` [ 61/62] ocfs2: ->e_leaf_clusters "
` [ 62/62] lockd: fix the endianness bug

hmmmmm
 2012-04-24 22:59 UTC 

[PATCH V9a] TAOS tsl2x7x
 2012-04-24 22:59 UTC  (2+ messages)

Regression in 32-bit ppc kernel
 2012-04-24 22:58 UTC 

[PATCH 00/30] Read loose references lazily
 2012-04-24 22:45 UTC  (31+ messages)
` [PATCH 01/30] get_ref_dir(): return early if directory cannot be read
` [PATCH 02/30] get_ref_dir(): use a strbuf to hold refname
` [PATCH 03/30] get_ref_dir(): rename "base" parameter to "dirname"
` [PATCH 04/30] get_ref_dir(): require that the dirname argument ends in '/'
` [PATCH 05/30] refs.c: extract function search_for_subdir()
` [PATCH 06/30] get_ref_dir(): take the containing directory as argument
` [PATCH 07/30] do_for_each_reflog(): return early on error
` [PATCH 08/30] do_for_each_reflog(): use a strbuf to hold logfile name
` [PATCH 09/30] do_for_each_reflog(): reuse strbuf across recursive function calls
` [PATCH 10/30] refs: wrap top-level ref_dirs in ref_entries
` [PATCH 11/30] get_packed_refs(): return (ref_entry *) instead of (ref_dir *)
` [PATCH 12/30] get_loose_refs(): "
` [PATCH 13/30] is_refname_available(): take "
` [PATCH 14/30] find_ref(): "
` [PATCH 15/30] read_packed_refs(): "
` [PATCH 16/30] add_ref(): "
` [PATCH 17/30] find_containing_direntry(): use "
` [PATCH 18/30] get_ref_dir(): take "
` [PATCH 19/30] get_ref_dir(): remove dirname argument
` [PATCH 20/30] search_for_subdir(): take (ref_entry *) instead of (ref_dir *)
` [PATCH 21/30] search_ref_dir(): "
` [PATCH 22/30] add_entry(): "
` [PATCH 23/30] do_for_each_ref_in_dirs(): "
` [PATCH 24/30] do_for_each_ref_in_dir(): "
` [PATCH 25/30] sort_ref_dir(): "
` [PATCH 26/30] struct ref_dir: store a reference to the enclosing ref_cache
` [PATCH 27/30] read_loose_refs(): rename function from get_ref_dir()
` [PATCH 28/30] read_loose_refs(): access ref_cache via the ref_dir field
` [PATCH 29/30] create_dir_entry(): allow the flag value to be passed as an argument
` [PATCH 30/30] refs: read loose references lazily

[RFC/PATCH 00/13] ARM: Exynos4: Add DTS for Samsung's Nuri board
 2012-04-24 22:57 UTC  (5+ messages)
` [PATCH 01/13] regulator: Fix DT node name checking in max8997-pmic

[PATCH] isdn/eicon: use standard __init,__exit function markup
 2012-04-24 22:56 UTC 

+ mm-vmstatc-remov-debug-fs-entries-on-failure-of-file-creation-and-made-extfrag_debug_root-dentry-local.patch added to -mm tree
 2012-04-24 22:55 UTC 

[PATCH 00/23] slab+slub accounting for memcg
 2012-04-24 22:54 UTC  (9+ messages)
` [PATCH 17/23] kmem controller charge/uncharge infrastructure

[PATCH V2 1/2] bonding support for IPv6 transmit hashing
 2012-04-24 22:51 UTC  (2+ messages)

HVR-1600 QAM recordings with slight glitches in them
 2012-04-24 22:42 UTC  (2+ messages)

Strange problem with ath9k and ASUS N66U AP
 2012-04-24 22:50 UTC 

[PATCH 1/1] x86: Use x2apic physical mode based on FADT setting
 2012-04-24 22:53 UTC  (2+ messages)

LICENSE_{X}-xxx is parsed?
 2012-04-24 22:38 UTC  (4+ messages)

[ 00/42] 3.0.30-stable review
 2012-04-24 22:33 UTC  (44+ messages)
` [ 01/42] Perf: fix build breakage
` [ 02/42] crypto: sha512 - Fix byte counter overflow in SHA-512
` [ 03/42] hwmon: fam15h_power: fix bogus values with current BIOSes
` [ 04/42] ALSA: hda/conexant - Dont set HP pin-control bit unconditionally
` [ 05/42] ARM: clps711x: serial driver hungs are a result of call disable_irq within ISR
` [ 06/42] xen/gntdev: do not set VM_PFNMAP
` [ 07/42] xen/xenbus: Add quirk to deal with misconfigured backends
` [ 08/42] USB: yurex: Remove allocation of coherent buffer for setup-packet buffer
` [ 09/42] USB: yurex: Fix missing URB_NO_TRANSFER_DMA_MAP flag in urb
` [ 10/42] uwb: fix use of del_timer_sync() in interrupt
` [ 11/42] uwb: fix error handling
` [ 12/42] davinci_mdio: Fix MDIO timeout check
` [ 13/42] media: rc-core: set mode for winbond-cir
` [ 14/42] cfg80211: fix interface combinations check
` [ 15/42] mm: fix s390 BUG by __set_page_dirty_no_writeback on swap
` [ 16/42] jbd2: use GFP_NOFS for blkdev_issue_flush
` [ 17/42] USB: serial: cp210x: Fixed usb_control_msg timeout values
` [ 18/42] pch_uart: Fix dma channel unallocated issue
` [ 19/42] drivers/tty/amiserial.c: add missing tty_unlock
` [ 20/42] USB: sierra: avoid QMI/wwan interface on MC77xx
` [ 21/42] EHCI: always clear the STS_FLR status bit
` [ 22/42] USB: fix deadlock in bConfigurationValue attribute method
` [ 23/42] usb: gadget: eliminate NULL pointer dereference (bugfix)
` [ 24/42] usb: musb: omap: fix crash when musb glue (omap) gets initialized
` [ 25/42] usb: musb: omap: fix the error check for pm_runtime_get_sync
` [ 26/42] PCI: Add quirk for still enabled interrupts on Intel Sandy Bridge GPUs
` [ 27/42] ext4: fix endianness breakage in ext4_split_extent_at()
` [ 28/42] Bluetooth: Add support for Atheros [04ca:3005]
` [ 29/42] Dont limit non-nested epoll paths
` [ 30/42] spi: Fix device unregistration when unregistering the bus master
` [ 31/42] rt2x00: Properly identify rt2800usb devices
` [ 32/42] rt2800usb: Add new device ID for Belkin
` [ 33/42] rt2x00: Add USB device ID of Buffalo WLI-UC-GNHP
` [ 34/42] rt2800: Add support for the Fujitsu Stylistic Q550
` [ 35/42] rt2x00: Identify rt2800usb chipsets
` [ 36/42] nfsd: fix compose_entry_fh() failure exits
` [ 37/42] btrfs: btrfs_root_readonly() broken on big-endian
` [ 38/42] ocfs2: ->l_next_free_req breakage "
` [ 39/42] ocfs: ->rl_used "
` [ 40/42] ocfs2: ->rl_count endianness breakage
` [ 41/42] ocfs2: ->e_leaf_clusters "
` [ 42/42] lockd: fix the endianness bug

Cannot set memory.memsw.limit_in_bytes for a particular cgroup
 2012-04-24 22:47 UTC 

[RFC 00/12] OMAP DMA engine conversion
 2012-04-24 22:47 UTC  (9+ messages)
` [PATCH 06/12] mmc: omap_hsmmc: remove private DMA API implementation

[BUG] dash doesn't report syntax error when it should on stray "fi"
 2012-04-24 22:47 UTC  (7+ messages)

[PATCH,HURD] Fix grub-probe with userland partition support
 2012-04-24 22:46 UTC  (14+ messages)

[PATCH] vgaarb: Fix build failure with modular fbcon
 2012-04-24 22:41 UTC 

[PATCH v9 00/25] gpio/omap: driver cleanup and fixes
 2012-04-24 22:37 UTC  (6+ messages)
` [PATCH v9 11/25] gpio/omap: cleanup omap_gpio_mod_init function

[PATCH v2] leds: heartbeat: stop on shutdown
 2012-04-24 22:38 UTC  (3+ messages)
` [PATCH v3] leds: heartbeat: stop on shutdown, reboot or panic
  ` [PATCH v4] "

wl1251 build woes (compat-wireless 3.3.1-1, 3.1.1 as well as 2.6.39)
 2012-04-24 22:37 UTC  (4+ messages)

[PATCH 1/3] acpi_video: fix leaking PCI references
 2012-04-24 22:31 UTC  (5+ messages)
` [PATCH 2/3] acpi_video: Intel video is not always i915

[v2 PATCH 0/4] bnx2fc version 1.0.11
 2012-04-24 22:26 UTC  (5+ messages)
` [v2 PATCH 1/4] bnx2fc: Allow FLOGI to be retried when receiving bad responses
` [v2 PATCH 2/4] bnx2fc: Decrememnt io ref count when abort times out
` [v2 PATCH 3/4] bnx2fc: cleanup task management IO when it "
` [v2 PATCH 4/4] Bumped version to 1.0.11

[PATCH 0/3] btrfs: extended inode refs
 2012-04-24 22:23 UTC  (4+ messages)
` [PATCH 1/3] "

[Buildroot] How do you add a package subdirectory?
 2012-04-24 22:23 UTC 

[git pull] vfs and fs fixes
 2012-04-24 22:23 UTC  (10+ messages)

restoring IP multicast addresses when restarting the interface
 2012-04-24 22:19 UTC  (6+ messages)

[PATCH 01/10] sg: remove unnecessary indentation
 2012-04-24 20:16 UTC  (5+ messages)
` [PATCH 07/10] sg: protect sdp->exclude
    ` [PATCH v2 "

Is there a way to fetch commits that are detached
 2012-04-24 22:15 UTC  (2+ messages)

[RFC][PATCH] avoid swapping out with swappiness==0
 2012-04-24 22:14 UTC  (4+ messages)

[PATCH 0/4] [RESEND] 32/64 bit llseek hashes (v5)
 2012-04-24 22:24 UTC  (12+ messages)
` [PATCH 5 2/4] Return 32/64-bit dir name hash according to usage type

organizing multiple repositories with dependencies
 2012-04-24 22:11 UTC  (14+ messages)

How to capture L1 cache stores using perf
 2012-04-24 22:08 UTC 

[PATCH 0/6] Extended file stat system call
 2012-04-24 22:08 UTC  (5+ messages)
` [PATCH 1/6] xstat: Add a pair of system calls to make extended file stats available

[PATCH v11]: Hibernation: fix the number of pages used for hibernate/thaw buffering
 2012-04-24 22:12 UTC  (4+ messages)

side effects of calling interruptible_sleep_on_timeout()
 2012-04-24 22:06 UTC  (2+ messages)

[RFC PATCH] hrtimers: system-wide and per-task hrtimer slacks
 2012-04-24 22:06 UTC  (5+ messages)

[PATCH 0/8] soc-camera: Add support for configurable line stride
 2012-04-24 22:06 UTC  (5+ messages)
` [PATCH 1/8] soc_camera: Use soc_camera_device::sizeimage to compute buffer sizes

Get rid of PowerPC users of NR_IRQS
 2012-04-24 22:04 UTC  (7+ messages)
` [PATCH v2 1/2] powerpc/8xx: Fix NR_IRQ bugs and refactor 8xx interrupt controller

[PATCH 0/6] fix some problems with v4root handling in mountd
 2012-04-24 22:05 UTC  (4+ messages)
` [PATCH 4/6] v4set_root: force "fsid=0" for all exports of '/'

[Buildroot] [pull request] Pull request for branch for-2012.05/misc-cleanups
 2012-04-24 22:03 UTC  (3+ messages)
` [Buildroot] [PATCH 12/22] package: remove unused STRIP_DISCARD_ALL variable


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.