All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-08-24 21:09:31 to 2010-08-24 22:55:23 UTC [more...]

[00/59] 2.6.32.21-stable review
 2010-08-24 22:46 UTC  (32+ messages)
` [01/59] memstick: fix hangs on unexpected device removal in mspro_blk
` [03/59] ASoC: Remove DSP mode support for WM8776
` [06/59] ALSA: hda - Fix missing stream for second ADC on Realtek ALC260 HDA codec
` [07/59] ocfs2: do not overwrite error codes in ocfs2_init_acl
` [09/59] ocfs2 fix o2dlm dlm run purgelist (rev 3)
` [13/59] x86, hotplug: Serialize CPU hotplug to avoid bringup concurrency issues
` [14/59] x86, apic: Fix apic=debug boot crash
` [17/59] ARM: Tighten check for allowable CPSR values
` [18/59] nfs: Add "lookupcache" to displayed mount options
` [19/59] ath5k: disable ASPM L0s for all cards
` [22/59] dm mpath: fix NULL pointer dereference when path parameters missing
` [23/59] dm ioctl: release _hash_lock between devices in remove_all
` [24/59] mm: make the vma list be doubly linked
` [25/59] mm: make the mlock() stack guard page checks stricter
` [27/59] drm/i915: fix hibernation since i915 self-reclaim fixes
` [28/59] drm/i915: add reclaimable to i915 self-reclaimable page allocations
` [29/59] slab: fix object alignment
` [32/59] sparc64: Fix rwsem constant bug leading to hangs
` [34/59] net: Fix a memmove bug in dev_gro_receive()
` [35/59] can: add limit for nframes and clean up signed/unsigned variables
` [37/59] act_nat: the checksum of ICMP doesnt have pseudo header
` [40/59] ext4: consolidate in_range() definitions
` [42/59] oprofile: add support for Intel processor model 30
` [44/59] ALSA: intel8x0: Mute External Amplifier by default for ThinkPad X31
` [46/59] drm/radeon/kms: fix typo in radeon_compute_pll_gain
` [49/59] powerpc: Initialise paca->kstack before early_setup_secondary
` [56/59] USB: xhci: Remove buggy assignment in next_trb()
` [57/59] USB: ftdi_sio: Add ID for Ionics PlugComputer
` [58/59] USB: ftdi_sio: add product ID for Lenz LI-USB
` [59/59] x86, apic: ack all pending irqs when crashed/on kexec

[GIT Review] xfs: 2.6.36 fixes
 2010-08-24 22:54 UTC  (2+ messages)

[RFC PATCH v2 2/4] smsutil: storing/loading sms status report over reboot
 2010-08-24 22:52 UTC  (2+ messages)

[Partial patch] IFS and read builtin
 2010-08-24 22:51 UTC  (6+ messages)

+ oom-rewrite-error-handling-for-oom_adj-and-oom_score_adj-tunables.patch added to -mm tree
 2010-08-24 22:50 UTC 

+ oom-kill-all-threads-sharing-oom-killed-tasks-mm-fix-fix.patch added to -mm tree
 2010-08-24 22:50 UTC 

+ oom-kill-all-threads-sharing-oom-killed-tasks-mm-fix.patch added to -mm tree
 2010-08-24 22:50 UTC 

[PATCH] detour TTY driver
 2010-08-24 22:50 UTC  (16+ messages)
` [PATCH] detour TTY driver - now ttyprintk

[PATCH] qlge: Fix a deadlock when the interface is going down
 2010-08-24 22:50 UTC 

[0/8] 2.6.27.53-stable review
 2010-08-24 22:46 UTC  (9+ messages)
` [1/8] ARM: Tighten check for allowable CPSR values
` [2/8] kbuild: fix make incompatibility
` [3/8] selinux: use default proc sid on symlinks
` [4/8] can: add limit for nframes and clean up signed/unsigned variables
` [5/8] fixes for using make 3.82
` [6/8] drm: stop information leak of old kernel stack
` [7/8] USB: add device IDs for igotu to navman
` [8/8] USB: io_ti: check firmware version before updating

[RFC PATCH v3] core_pattern: fix long parameters was truncated by core_pattern handler
 2010-08-24 22:47 UTC  (3+ messages)
` [PATCH v4] "

+ core_pattern-fix-long-parameters-was-truncated-by-core_pattern-handler-update.patch added to -mm tree
 2010-08-24 22:47 UTC 

[RFD PATCH 00/32] subtree clone v2
 2010-08-24 22:47 UTC  (36+ messages)
` [PATCH 01/32] add const to ce_write()
` [PATCH 02/32] cache-tree: abstract out write_sha1_file from cache_tree_update()
` [PATCH 03/32] cache-tree: ignore CE_REMOVE entries in verify_cache()
` [PATCH 04/32] move do_compress() from pack-objects.c to pack-write.c
` [PATCH 05/32] pack-write: add functions for creating simple packs
` [PATCH 06/32] tree.c: Add {set,clear}_tree_marks
` [PATCH 07/32] tree.c: find_subtree() to search for a tree
` [PATCH 08/32] Add $GIT_DIR/narrow check
` [PATCH 09/32] index: make narrow index incompatible with older git
` [PATCH 10/32] rev-list: support traversing in narrow repository mode
` [PATCH 11/32] rev-list: support --narrow-tree
` [PATCH 12/32] pack-objects: "
` [PATCH 13/32] upload-pack: support narrow-tree capability
` [PATCH 14/32] fetch-pack: support --narrow-tree
` [PATCH 15/32] unpack_trees: only unpack $GIT_DIR/narrow subtree in narrow repository
` [PATCH 16/32] cache-tree: only cache tree within narrow area
` [PATCH 17/32] tree-diff: add narrow versions of diff_{root_,}tree_sha1
` [PATCH 18/32] log-tree: use narrow version of diff_tree_sha1
` [PATCH 19/32] clone: support --narrow option
` [PATCH 20/32] narrow-tree: add join_narrow_tree to do tree fixup for commits
` [PATCH 21/32] commit: add narrow's commit_tree version
` [PATCH 22/32] commit: use commit_narrow_tree() to support narrow repo
` [PATCH 23/32] commit-tree: require --narrow-base in "
` [PATCH 24/32] merge: refuse to merge if narrow bases are different
` [PATCH 25/32] merge: prepare commit properly in narrow mode
` [PATCH 26/32] Add upload-narrow-base command
` [PATCH 27/32] rev-list: traverse some more trees to make upload-narrow-base happy
` [PATCH 28/32] narrow-tree: add oldest_narrow_base()
` [PATCH 29/32] Add command fetch-narrow-base
` [PATCH 30/32] merge: support merging when narrow bases are different
` [PATCH 31/32] send-pack: do not use thin pack in narrow mode
` [PATCH 32/32] daemon: support upload-narrow-base

[00/91] 2.6.34.6-stable review
 2010-08-24 22:46 UTC  (2+ messages)
` [24/91] x86, apic: Fix apic=debug boot crash

iwlagn fails to associate on 2.6.36-rc2
 2010-08-24 22:47 UTC 

[000/114] 2.6.35.4-stable review
 2010-08-24 22:46 UTC  (2+ messages)
` [029/114] x86, apic: Fix apic=debug boot crash

[Qemu-devel] [PATCH] Introduce NBD named exports
 2010-08-24 22:45 UTC  (4+ messages)
    ` [Qemu-devel] [PATCH][v2] "

[Qemu-devel] Re: Bug#592875: pxelinux: incompatible with qemu with kvm enabled
 2010-08-24 21:41 UTC  (2+ messages)
` [Qemu-devel] Re: [syslinux] "

+ maintainers-remove-drivers-char-hpetc.patch added to -mm tree
 2010-08-24 22:42 UTC 

xen 4 only seeing one keyboard and mouse
 2010-08-24 22:40 UTC  (12+ messages)

+ net-caif-cfrfmlc-use-asm-unalignedh.patch added to -mm tree
 2010-08-24 22:39 UTC 

RFC: MTU for serving NFS on Infiniband
 2010-08-24 22:39 UTC  (7+ messages)

ubi_eba_init_scan: cannot reserve enough PEBs
 2010-08-24 22:38 UTC  (6+ messages)

Linux balloon driver stops accepting target_kb for a long time
 2010-08-24 22:38 UTC  (2+ messages)

[PATCH v5 0/5] L2CAP updates for FCS, valid PSMs, and stream recv
 2010-08-24 22:35 UTC  (6+ messages)
` [PATCH 1/5] Bluetooth: Only enable for L2CAP FCS for ERTM or streaming
` [PATCH 2/5] Bluetooth: Validate PSM values in calls to connect() and bind()
` [PATCH 3/5] Bluetooth: Add common code for stream-oriented recvmsg()
` [PATCH 4/5] Bluetooth: Use common SOCK_STREAM receive code in RFCOMM
` [PATCH 5/5] Bluetooth: Use a stream-oriented recvmsg with SOCK_STREAM L2CAP sockets

[git pull request] ACPI patches for 2.6.36.merge
 2010-08-24 22:35 UTC  (8+ messages)

[Patch] Skip cpu_calibrate for kernel running under hypervisors
 2010-08-24 22:33 UTC  (12+ messages)
        ` [PATCH] x86, tsc: Limit CPU frequency calibration on AMD
                  ` [PATCH -v2] "

Using GPU to do packet forwarding
 2010-08-24 22:31 UTC  (2+ messages)

Loopback device conf/alias
 2010-08-24 22:29 UTC 

[PATCH] Blackfin: Fix hamming weight functions
 2010-08-24 22:28 UTC  (2+ messages)
` [Uclinux-dist-devel] "

Fwd: Re: Linux r8169 interrupt patch
 2010-08-24 22:07 UTC 

[PATCH v2 1/3] clone: warn users --depth is ignored in local clones
 2010-08-24 22:14 UTC  (7+ messages)
` [PATCH v2 2/3] fetch-pack: use args.shallow to detect shallow clone instead of args.depth
` [PATCH v2 3/3] {fetch,upload}-pack: allow --depth=0 for infinite depth

[PATCH] hide guard page for stacks that grow upwards
 2010-08-24 22:23 UTC  (4+ messages)

[PATCH] mt9t031: Fixes field names that changed
 2010-08-24 22:23 UTC  (2+ messages)

[PATCH] NOMMU: Stub out vm_get_page_prot() if there's no MMU
 2010-08-24 22:22 UTC 

[PATCHv2 0/8] OMAP3: Adding Smartreflex and Voltage driver support
 2010-08-24 22:21 UTC  (4+ messages)
` [PATCHv2 1/8] OMAP: PM: Allowing an early init of pm debugfs driver

[PATCH] NOMMU: Stub out vm_get_page_prot() if there's no MMU
 2010-08-24 22:21 UTC 

[PATCH 0/4] Fix error reporting for SDP Requests
 2010-08-24 22:21 UTC  (6+ messages)
` [PATCH 1/4] Send an Invalid PDU Size Error Response for Service Search Req
` [PATCH 2/4] Send an Invalid PDU Size Error Response for Service Attr Req
` [PATCH 3/4] Send an Invalid PDU Size Error Resp for Service Attr Search Req
` [PATCH 4/4] Send Invalid Syntax Error if Resp Size Less Than 0x07

Bridges
 2010-08-24 22:20 UTC  (25+ messages)

Automount causes zero-pointer dereference in 2.6.36-rc2
 2010-08-24 22:20 UTC 

Connecting with Huawei E226
 2010-08-24 22:16 UTC  (2+ messages)

[PATCH] TCP_FAILFAST: a new socket option to timeout/abort a connection quicker
 2010-08-24 22:13 UTC  (8+ messages)

Updated pNFS Developmental kernel repository
 2010-08-24 22:12 UTC 

+ linux-next-git-rejects.patch added to -mm tree
 2010-08-24 22:14 UTC 

[PATCH 01/14] mlx4_en: Fixed incorrect unmapping on RX flow
 2010-08-24 22:07 UTC  (2+ messages)

[PATCH v2] OMAP4: pm.c extensions for OMAP4 support
 2010-08-24 21:58 UTC  (2+ messages)

[PATCH] x86, apic: Add apic calibration hook
 2010-08-24 21:58 UTC  (6+ messages)

Set/change label
 2010-08-24 21:57 UTC  (4+ messages)

[PATCH 0/9] dspbridge: iommu migration
 2010-08-24 21:55 UTC  (23+ messages)
` [PATCH 1/9] dspbridge: replace iommu custom for opensource implementation
  ` [PATCH 2/9] dspbridge: move shared memory iommu maps to tiomap3430.c
    ` [PATCH 3/9] dspbridge: rename bridge_brd_mem_map/unmap to a proper name
      ` [PATCH 4/9] dspbridge: remove custom mmu code from tiomap3430.c
        ` [PATCH 5/9] dspbridge: add mmufault support
          ` [PATCH 6/9] dspbridge: remove hw directory
            ` [PATCH 7/9] dspbridge: move all iommu related code to a new file
              ` [PATCH 8/9] dspbridge: add map support for big buffers

[PATCH] [fs/9p] Check for NULL fid pointers in p9_client_clunk()
 2010-08-24 21:55 UTC  (3+ messages)
` [V9fs-developer] "

[Bug 26999] _mesa_reference_renderbuffer: Assertion `oldRb->Magic == 0xaabbccdd' failed
 2010-08-24 21:54 UTC 

[Qemu-devel] [PATCH 0/5] Add S390 hotplug add support
 2010-08-24 21:53 UTC  (9+ messages)
` [Qemu-devel] [PATCH 4/5] Add generic drive hotplugging

[PATCH] drm/i915/tv: Flush register writes before sleeping
 2010-08-24 21:52 UTC  (4+ messages)
` [PATCH] drm/i915/tv: After disabling the pipe, use wait_for_vblank_off()

multipath-tools ./multipath.conf.defaults libm 
 2010-08-24 21:51 UTC 

[patch 4/4] pxa168_eth: silence gcc warnings
 2010-08-24 21:51 UTC  (3+ messages)

[PM-OPP][PATCH] OMAP: Modifying the frequency comparison logic
 2010-08-24 21:50 UTC  (5+ messages)

[patch 3/4] pxa168_eth: update call to phy_mii_ioctl()
 2010-08-24 21:50 UTC  (3+ messages)

[patch 2/4] pxa168_eth: fix error handling in prope
 2010-08-24 21:50 UTC  (3+ messages)

[patch 1/4] pxa168_eth: remove unneeded null check
 2010-08-24 21:50 UTC  (3+ messages)

[PATCH] arch/x86/kernel/apic/io_apic.c: Fix for crash when apic=debug is used
 2010-08-24 21:47 UTC  (8+ messages)
` [tip:x86/urgent] x86, apic: Fix apic=debug boot crash

[PATCH -v3] perf, x86: try to handle unknown nmis with running perfctrs
 2010-08-24 21:48 UTC  (11+ messages)

[PATCH] tc: add meta match on receive hash
 2010-08-24 21:48 UTC  (4+ messages)

[PATCH net-next] include/linux/if_ether.h: Remove unused #define MAC_FMT
 2010-08-24 21:47 UTC  (2+ messages)

[PATCH] phylib: Fix race between returning phydev and calling adjust_link
 2010-08-24 21:46 UTC  (2+ messages)

[PATCH net-next-2.6] net: ip_append_data() optim
 2010-08-24 21:45 UTC  (2+ messages)

[Xenomai-help] Xenomai on intel core i7
 2010-08-24 21:45 UTC  (2+ messages)

[GIT PULL for 2.6.36] V4L/DVB fixes
 2010-08-24 21:44 UTC  (5+ messages)
` [PATCH] V4L/DVB: mantis: Fix IR_CORE dependency

[PATCH 1/1] powerpc: Clear cpu_sibling_map in cpu_die
 2010-08-24 21:40 UTC  (3+ messages)

[RFC] - Mapping ACPI tables as CACHED
 2010-08-24 21:39 UTC  (3+ messages)

[RFC][PATCH 0/2] Fix prm/cm accessor api's usage on OMAP4
 2010-08-24 21:39 UTC  (4+ messages)
` [RFC][PATCH 1/2] OMAP4: PRCM: Add prcm_mpu_base to omap_globals
  ` [RFC][PATCH 2/2] OMAP4: PRCM: Fix usage of prm/cm accessor api's for OMAP4

[PATCH 2.6.36] ath5k: check return value of ieee80211_get_tx_rate
 2010-08-24 21:38 UTC  (2+ messages)

[GIT PULL] Fix lost interrupt race in Xen event channels
 2010-08-24 21:35 UTC  (2+ messages)

[PATCH] Add intel drm blacklist to intel_opregion_present detect
 2010-08-24 21:35 UTC  (5+ messages)

KVM timekeeping and TSC virtualization
 2010-08-24 21:33 UTC  (3+ messages)
` [KVM timekeeping 12/35] Robust TSC compensation

[PATCH 1/2] sim: add sim_ready_notify
 2010-08-24 21:32 UTC  (2+ messages)

[U-Boot] Creating a new Bootloader
 2010-08-24 21:30 UTC  (2+ messages)

[PATCH 3/3] nl80211: New command for setting TX rate mask for rate control
 2010-08-24 21:29 UTC  (7+ messages)

[PATCH] p54: better rssi->dbm conversion for longbow phys
 2010-08-24 21:29 UTC 

[Scst-devel] Fwd: Re: linuxcon 2010
 2010-08-24 21:23 UTC  (14+ messages)

[PM-SR][PATCH 1/2 v2] omap3: sr: fix memory leak and simplify the code
 2010-08-24 21:25 UTC  (2+ messages)

[Buildroot] hwclock doesn't work
 2010-08-24 21:23 UTC  (2+ messages)

[SPAM] Налоговое планирование для среднего и малого бизнеса
 2010-08-24 21:16 UTC 

Build Directory inside conf
 2010-08-24 21:14 UTC  (5+ messages)

wireless-next-2.6 rebased
 2010-08-24 21:01 UTC 

[PATCH] octeon: depends on NETDEVICES
 2010-08-24 21:09 UTC 


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.