All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2009-08-25 20:34:46 to 2009-08-25 21:06:54 UTC [more...]

[PATCH 0/4] compcache: compressed in-memory swapping
 2009-08-24 17:30 UTC  (3+ messages)

Hauppauge 2250 - second tuner is only half working
 2009-08-25 21:01 UTC 

[U-Boot] Pull request - net/next
 2009-08-25 21:06 UTC  (2+ messages)

Kernel bug or hardware problem
 2009-08-25 21:05 UTC 

2.6.31-rc7-git2: Reported regressions 2.6.29 -> 2.6.30
 2009-08-25 21:05 UTC  (34+ messages)
` [Bug #13180] 2.6.30-rc2: WARNING at i915_gem.c for i915_gem_idle
` [Bug #13306] hibernate slow on _second_ run
` [Bug #13319] Page allocation failures with b43 and p54usb
` [Bug #13219] Intel 440GX: Since kernel 2.6.30-rc1, computers hangs randomly but not with kernel <= 2.6.29.6
` [Bug #13328] b44: eth0: BUG! Timeout waiting for bit 00000002 of register 42c to clear
` [Bug #13318] AGP doesn't work anymore on nforce2
` [Bug #13389] Warning 'Invalid throttling state, reset' gets displayed when it should not be
` [Bug #13341] Random Oops at boot at loading ip6tables rules
` [Bug #13351] 2.6.30 - 2.6.31 corrupts my system after suspend resume with readonly mounted hard disk
` [Bug #13362] rt2x00: slow wifi with correct basic rate bitmap
` [Bug #13401] pktcdvd writing is really slow with CFQ scheduler (bisected)
` [Bug #13407] adb trackpad disappears after suspend to ram
` [Bug #13408] Performance regression in 2.6.30-rc7
` [Bug #13514] acer_wmi causes stack corruption
` [Bug #13512] D43 on 2.6.30 doesn't suspend anymore
` [Bug #13502] GPE storm causes polling mode, which causes /proc/acpi/battery read to take 4 seconds - MacBookPro4,1
` [Bug #13564] random general protection fault at boot time caused by khubd
` [Bug #13583] pdflush uses 5% CPU on otherwise idle system
` [Bug #13581] ath9k doesn't work with newer kernels
` [Bug #13558] Tracelog during resume
` [Bug #13682] The webcam stopped working when upgrading from 2.6.29 to 2.6.30
` [Bug #13694] i915 phantom TV
` [Bug #13646] warn_on tty_io.c, broken bluetooth
` [Bug #13898] Intel 3945ABG - problems on 2.6.30.X
` [Bug #13780] NULL pointer dereference loading powernowk8
` [Bug #13770] System freeze on XFS filesystem recovery on an external disk
` [Bug #13739] 2.6.30 leaking keys on console switch
` [Bug #13795] abnormal boot and no suspend due to 'async' (fastboot)
` [Bug #13797] iBook G4 doesn't suspend since 2ed8d2b3a8
` [Bug #14049] joydev: blacklist digitizers avoids recognition of Saitek X52 joysticks
` [Bug #14059] DomU crashes during xenfb initialization
` [Bug #13958] ath5k Atheros AR5001 low signal
` [Bug #13949] XFS regression

[PATCH 00/64] libfc, libfcoe and fcoe updates for scsi-misc
 2009-08-25 21:04 UTC  (65+ messages)
` [PATCH 01/64] fcoe: Add format spacing to FCOE_NETDEV_DBG debug macro
` [PATCH 02/64] libfc: Fix misleading debug statement
` [PATCH 03/64] fcoe: libfcoe: extra semicolon in CHECK_LOGGING macros causes compile error
` [PATCH 04/64] fcoe, libfc: adds per cpu exch pool within exchange manager(EM)
` [PATCH 05/64] fcoe, libfc: fully makes use of per cpu exch pool and then removes em_lock
` [PATCH 06/64] libfc: Export FC headers
` [PATCH 07/64] fcoe: Add sysfs parameter to fcoe for minimum DDP read I/O size
` [PATCH 08/64] libfcoe: fcoe_ctlr_destroy use cancel_work_sync instead of flush_work
` [PATCH 09/64] fcoe: fix missing error check in call to fcoe_if_init
` [PATCH 10/64] fcoe: remove unnecessary list and lock initializations
` [PATCH 11/64] fcoe: interface changes to fcoe_if_create and fcoe_if_destroy
` [PATCH 12/64] fcoe: Introduce and allocate fcoe_interface structure, 1:1 with net_device
` [PATCH 13/64] fcoe: move netdev to fcoe_interface
` [PATCH 14/64] fcoe: move packet handlers from fcoe_port "
` [PATCH 15/64] fcoe: move FIP controller "
` [PATCH 16/64] fcoe: move offload exchange manager pointer "
` [PATCH 17/64] fcoe: remove fcoe_interface->priv pointer
` [PATCH 18/64] fcoe: fcoe_interface create, destroy and refcounting
` [PATCH 19/64] fcoe: split out per interface setup
` [PATCH 20/64] fcoe: add mutex to protect create and destroy
` [PATCH 21/64] fcoe: move the host-list add/remove to keep out VN_Ports
` [PATCH 22/64] fcoe: Fix module ref count bug by adding NETDEV UNREGISTER handling
` [PATCH 23/64] fcoe: use rtnl mutex in place of hostlist lock
` [PATCH 24/64] libfc: prepare to split off struct fc_rport_priv from fc_rport_libfc_priv
` [PATCH 25/64] libfc: change interface for rport_create
` [PATCH 26/64] libfc: fix RPORT_TO_PRIV and PRIV_TO_RPORT() macros
` [PATCH 27/64] libfc: make fc_rport_priv the primary rport interface
` [PATCH 28/64] libfc: change elsct to use FC_ID instead of rdata
` [PATCH 29/64] libfc: make rport structure optional
` [PATCH 30/64] libfc: rearrange code in fc_rport_work
` [PATCH 31/64] libfc: rename rport event CREATED to READY
` [PATCH 32/64] libfc: don't create dummy (rogue) remote ports
` [PATCH 33/64] libfc: fix rport event race between READY and LOGO
` [PATCH 34/64] libfc: eliminate disc->event
` [PATCH 35/64] libfc: remove unused disc->delay element
` [PATCH 36/64] libfc: rport debug messages were printing pointer values
` [PATCH 37/64] libfc: simplify fc_lport_rport_callback
` [PATCH 38/64] libfc: make rport module maintain the rport list
` [PATCH 39/64] libfc: have rport_create do a lookup for pre-existing rports first
` [PATCH 40/64] libfc: change to make remote port callback optional
` [PATCH 41/64] libfc: move rport_lookup into fc_rport.c
` [PATCH 42/64] libfc: do not log off rports before or after discovery
` [PATCH 43/64] libfc: discovery restart sequence error fix
` [PATCH 44/64] libfc: rearrange code in fc_disc_gpn_ft_resp()
` [PATCH 45/64] libfc: handle discovery failure more correctly
` [PATCH 46/64] libfc: fix: empty zone causes endless discovery retries
` [PATCH 47/64] libfc: discovery retry should clear pending first
` [PATCH 48/64] libfc: discovery gpn_ft parse bug
` [PATCH 49/64] libfc: clean up point-to-point discovery code
` [PATCH 50/64] libfc: don't do discovery before callback is set
` [PATCH 51/64] libfc: Initialize fc_rport_identifiers inside fc_rport_create
` [PATCH 52/64] libfc: Always reset remote port roles when receiving PRLI
` [PATCH 53/64] libfc: move remote port lookup for ELS requests into fc_rport.c
` [PATCH 54/64] libfc: fix: rport_recv_req needs disc_mutex when calling rport_lookup
` [PATCH 55/64] libfc: improve debug messages for ELS response handlers
` [PATCH 56/64] libfc: correctly handle incoming PLOGI request
` [PATCH 57/64] libfc: fix rport error handling for login-required and invalid ops
` [PATCH 58/64] libfc: re-login to remote ports that send us LOGO
` [PATCH 59/64] libfc: LOGO response code had extraeous enter_rtv
` [PATCH 60/64] libfc: use ADISC to verify rport login state
` [PATCH 61/64] libfc: fix handling of incoming Discover Address (ADISC) requests
` [PATCH 62/64] libfc: send GPN_ID in reaction to single-port RSCNs
` [PATCH 63/64] libfc: don't swap OX_ID and RX_ID when sending BA_RJT
` [PATCH 64/64] fcoe: flush per-cpu thread work when destroying interface

[PATCH 1/4] compcache: xvmalloc memory allocator
 2009-08-24 19:43 UTC  (4+ messages)

[Bug 13536] New: crash while copying atime with touch
 2009-08-25 21:01 UTC  (2+ messages)
` [Bug 13536] "

[PATCH 0/4] use NR_syscalls instead of FTRACE_SYSCALL_MAX
 2009-08-25 20:58 UTC  (8+ messages)
` [PATCH 2/4] Add NR_syscalls for x86_64

[PATCH 1/1] XEN: enlighten, use uninitialized_var(cx)
 2009-08-25 21:00 UTC 

[PATCH 1/4] SOUND: atiixp, use uninitialized_var(chip)
 2009-08-25 20:59 UTC  (7+ messages)
` [PATCH 2/4] SOUND: serial-u16550, use unitialized_var(uart)
` [PATCH 3/4] SOUND: via82xx, use uninitialized_var(chip)
` [PATCH 4/4] SOUND: wm8900, use uninitialized_var(fll_div)

[PATCH 2.6.31] ath5k: temporarily disable crypto for AP mode
 2009-08-25 20:58 UTC  (3+ messages)

Recipe for libv4l
 2009-08-25 20:38 UTC  (2+ messages)

[U-Boot] RAM burst mode problem
 2009-08-25 20:56 UTC  (3+ messages)

ext2/3: document conditions when reliable operation is possible
 2009-08-25 20:56 UTC  (4+ messages)
` [patch] "

[Qemu-devel] Cirrus + "Desktop Effects" = Garbled screen
 2009-08-25 20:54 UTC  (2+ messages)

[U-Boot] [PATCH][Net] Convert SMC91111 Ethernet driver to CONFIG_NET_MULTI API
 2009-08-25 20:54 UTC  (4+ messages)

[U-Boot] Please pull u-boot-ppc4xx/master
 2009-08-25 20:53 UTC  (2+ messages)

HVM dropped packets
 2009-08-25 20:52 UTC  (5+ messages)

[U-Boot] Pull request u-boot-blackfin.git
 2009-08-25 20:52 UTC  (2+ messages)

[U-Boot] mpc8315 DDR2 controller
 2009-08-25 20:51 UTC 

Sun StorageTek 2530 and dm?
 2009-08-25 20:51 UTC  (20+ messages)

linux-ldp1.8
 2009-08-25 20:50 UTC 

[Buildroot] how to build code checked out from a version control system
 2009-08-25 20:49 UTC  (2+ messages)

[PATCH 3/4] compcache: send callback when swap slot is freed
 2009-08-24  6:40 UTC  (2+ messages)

[PATCH 0/5] hugetlb: numa control of persistent huge pages alloc/free
 2009-08-25 20:49 UTC  (16+ messages)
` [PATCH 2/5] hugetlb: add nodemask arg to huge page alloc, free and surplus adjust fcns
` [PATCH 3/5] hugetlb: derive huge pages nodes allowed from task mempolicy
` [PATCH 4/5] hugetlb: add per node hstate attributes

[PATCH 0/2] Enable v4 mounts when either "nfsvers=4" or "vers=4" option are set (vers-02)
 2009-08-25 20:49 UTC  (8+ messages)
` [PATCH 2/2] "

[PATCH] b43: LP-PHY: Fix a few typos in the RC calibration code
 2009-08-25 20:48 UTC  (2+ messages)

[PATCH] b43: LP-PHY: Fix and simplify Qdiv roundup
 2009-08-25 20:48 UTC  (2+ messages)

[U-Boot] [PATCH] include/s3c24x0.h: fix S3C24X0_SPI_CHANNEL declaration
 2009-08-25 20:48 UTC  (2+ messages)

[patch] x86: 2.6.31-rc7 crash due to buggy flat_phys_pkg_id
 2009-08-25 20:44 UTC  (12+ messages)
                    ` [PATCH] x86: fix vsmp booting with phys_pkg_id changing

[PATCH] Let user specify OpenBSD root device
 2009-08-25 20:37 UTC 

[U-Boot] reloacting uboot
 2009-08-25 20:43 UTC  (6+ messages)

[PATCH v2] Add script for importing bits-and-pieces to Git
 2009-08-25 20:42 UTC  (4+ messages)

LCD blanking?
 2009-08-25 20:42 UTC  (2+ messages)

[Qemu-devel] Where do we stand for Solaris 10/SPARC hosts?
 2009-08-25 20:41 UTC 

2.6.27.19 + 28.7: network timeouts for r8169 and 8139too
 2009-08-25 20:40 UTC  (21+ messages)
                  ` [PATCH 2.6.30-rc4] r8169: avoid losing MSI interrupts

+ mm-vmscan-remove-page_queue_congested-comment.patch added to -mm tree
 2009-08-25 20:38 UTC 

PATCH for input/fakehid.c to fix PS3 remote unpairing
 2009-08-25 20:39 UTC  (5+ messages)

reiser4-kmp-default-0.1_2.6.31_rc5_git3_2-28.13 and linux 2.6.31-rc6-3-desktop kernel x86_64
 2009-08-25 20:39 UTC  (2+ messages)

[PATCH] git-tag(1): Refer to git-check-ref-format(1) for <name>
 2009-08-25 20:37 UTC  (5+ messages)

[PATCH] nested partitions
 2009-08-25 20:35 UTC  (12+ messages)

[PATCH] mm: make munlock fast when mlock is canceled by sigkill
 2009-08-25 11:46 UTC  (8+ messages)

+ v4l-dvb-fix-test-of-bandwidth-range-in-cx22700_set_tps.patch added to -mm tree
 2009-08-25 20:35 UTC 

[PATCH] Remove multiple definitions of the to_dev() macro
 2009-08-25 20:36 UTC 

[PATCH 00/12] tg3: Updates and bugfixes
 2009-08-25 20:06 UTC 

[PATCH 02/12] tg3: Prevent tx BD corruption
 2009-08-25 20:07 UTC 

[PATCH 04/12] tg3: Preserve PCIe MPS setting for new devs
 2009-08-25 20:08 UTC 

[PATCH 05/12] tg3: Add 57788, remove 57720
 2009-08-25 20:08 UTC 

+ x86-fix-x86_model-test-in-es7000_apic_is_cluster.patch added to -mm tree
 2009-08-25 20:35 UTC 

+ regulator-fix-calculation-of-voltage-range-in-da9034_set_ldo12_voltage.patch added to -mm tree
 2009-08-25 20:35 UTC 

RFC: THE OFFLINE SCHEDULER
 2009-08-25 20:35 UTC  (12+ messages)

2.6.31-rc7-git2: Reported regressions from 2.6.30
 2009-08-25 20:34 UTC  (33+ messages)
` [Bug #13819] system freeze when switching to console
` [Bug #13740] X server crashes with 2.6.31-rc2 when options are changed
` [Bug #13809] oprofile: possible circular locking dependency detected
` [Bug #13733] 2.6.31-rc2: irq 16: nobody cared
` [Bug #13836] suspend script fails, related to stdout?
` [Bug #13848] iwlwifi (4965) regression since 2.6.30
` [Bug #13935] 2.6.31-rcX breaks Apple MightyMouse (Bluetooth version)
` [Bug #13906] Huawei E169 GPRS connection causes Ooops
` [Bug #13869] Radeon framebuffer (w/o KMS) corruption at boot
` [Bug #13940] iwlagn and sky2 stopped working, ACPI-related
` [Bug #13943] WARNING: at net/mac80211/mlme.c:2292 with ath5k
` [Bug #13942] Troubles with AoE and uninitialized object
` [Bug #13941] x86 Geode issue
` [Bug #13960] rtl8187 not connect to wifi
` [Bug #13950] Oops when USB Serial disconnected while in use
` [Bug #13947] Libertas: Association request to the driver failed
` [Bug #13948] ath5k broken after suspend-to-ram
` [Bug #13987] Received NMI interrupt at resume
` [Bug #14012] latest git fried my x86_64 imac
` [Bug #14011] Kernel paging request failed in kmem_cache_alloc
` [Bug #14015] pty regressed again, breaking expect and gcc's testsuite
` [Bug #14016] mm/ipw2200 regression
` [Bug #14013] hd don't show up
` [Bug #14018] kernel freezes, inotify problem
` [Bug #14017] _end symbol missing from Symbol.map
` [Bug #14031] dvb_usb_af9015: Oops on hotplugging
` [Bug #14030] Kernel NULL pointer dereference at 0000000000000008, pty-related
` [Bug #14057] Strange network timeouts w/ e100
` [Bug #14060] oops: sysfs_remove_link and i915
` [Bug #14058] Oops in fsnotify
` [Bug #14061] Crash due to buggy flat_phys_pkg_id
` [Bug #14062] Failure to boot as xen guest


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.