All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-03-04 19:43:20 to 2012-03-04 20:54:50 UTC [more...]

3.3-rc6: Reported regressions from 3.2
 2012-03-04 20:31 UTC  (23+ messages)
` [Bug #42649] Regression 3.2 -> 3.3-rc1 commit b4b583d4 inet/media keyboard: stuck "extra" keys
` [Bug #42713] Regression in skge that started around acb42a3 (so past v3.3-rc1)
` [Bug #42686] iwlagn is getting even worse with 3.3-rc1
` [Bug #42707] Hang deconfiguring network interface (in shutdown) on 3.3-rc1
` [Bug #42733] Regression 3.2 -> 3.3-rc1 10 sec hang at boot and resume, COMRESET failed
` [Bug #42678] [3.3-rc1] radeon stuck in kernel after lockup
` [Bug #42683] WARN... Device 'cpu1' does not have a release() function, it is broken and must be fixed. when doing 'xl vcpu-set <guest_id> 1'
` [Bug #42761] Possible circular locking dependency (3.3-rc2)
` [Bug #42746] 3.3-rc2 snd_pcm lockdep backtrace
` [Bug #42776] OF-related boot crash in 3.3.0-rc3-00188-g3ec1e88
` [Bug #42821] alpha: futex regression bisected
` [Bug #42823] WARNING: at block/genhd.c:1465
` [Bug #42822] [3.3.0-rc3][uvcvideo][regression] oops - uvc_video_clock_update
` [Bug #42850] [BUG] Kernel Bug at fs/btrfs/volumes.c:3638
` [Bug #42860] 3.3.0-rc5: OOps in dql_completed (Broadcom tg3 driver)

[Buildroot] [PATCHv3] qt: Add option to build and install tools on the target
 2012-03-04 20:54 UTC  (2+ messages)

[U-Boot] [PATCH V2 0/3] i.MX6: mx6qsabrelite: allow use with Freescale 2.6.38 kernels
 2012-03-04 20:51 UTC  (4+ messages)
  ` [U-Boot] [PATCH V2 1/3] i.MX6: mx6q_sabrelite: add CONFIG_REVISION_TAG to allow use with Freescale kernels
  ` [U-Boot] [PATCH V2 2/3] i.MX6: mx6qsabrelite: add MACH_TYPE_MX6Q_SABRELITE
  ` [U-Boot] [PATCH V2 3/3] i.MX6: mx6qsabrelite: add ext2 support

[PATCH 00/18, v2] Make ib_srp better suited for H.A. purposes
 2012-03-04 20:50 UTC  (13+ messages)
` [PATCH 05/18] ib_srp: Separate connection and host state
` [PATCH 15/18] ib_srp: Maintain a single connection per I_T nexus
` [PATCH 18/18] ib_srp: Rework error handling

dvb lock patch
 2012-03-04 20:49 UTC 

[PATCH 000/101] update for 3.4: iwlwifi 2012-03-04
 2012-03-04 19:29 UTC  (102+ messages)
` [PATCH 001/101] iwlwifi: move iwl_clear_driver_stations to user
` [PATCH 002/101] iwlwifi: remove an unused argument
` [PATCH 003/101] iwlwifi: reduce sta_lock hold time in TX
` [PATCH 004/101] iwlwifi: simplify code in iwlagn_key_sta_id
` [PATCH 005/101] iwlwifi: build some station commands directly
` [PATCH 006/101] iwlwifi: introduce per-queue locks
` [PATCH 007/101] iwlwifi: make sta lock private & BH lock
` [PATCH 008/101] iwlwifi: introduce statistics lock
` [PATCH 009/101] iwlwifi: remove shared lock
` [PATCH 010/101] iwlwifi: make EXIT_PENDING depend on mac80211
` [PATCH 011/101] iwlwifi: simplify auth/assoc flow
` [PATCH 012/101] iwlwifi: remove per-device debug level
` [PATCH 013/101] iwlwifi: remove SKU from config
` [PATCH 014/101] iwlwifi: use valid TX/RX antenna from hw_params
` [PATCH 015/101] iwlwifi: make config const
` [PATCH 016/101] iwlwifi: reduce IDI code ifdef
` [PATCH 017/101] iwlwifi: clean up (wowlan) suspend flow
` [PATCH 018/101] iwlwifi: move wowlan bool into priv
` [PATCH 019/101] iwlwifi: use ieee80211_tx_status
` [PATCH 020/101] iwlwifi: pass response packet directly
` [PATCH 021/101] iwlwifi: don't pass iwl_rx_mem_buffer to upper layers
` [PATCH 022/101] iwlwifi: refactor PCI-E RX path
` [PATCH 023/101] iwlwifi: transport's tx_agg_alloc must not sleep
` [PATCH 024/101] iwlwifi: move queue functions to PCI-E
` [PATCH 025/101] iwlwifi: iwl_rx_cmd_buffer belongs to transport API
` [PATCH 026/101] iwlwifi: move tid_to_ac to PCI-E
` [PATCH 027/101] iwlwifi: move IWL_MASK into file using it
` [PATCH 028/101] iwlwifi: move traffic log definitions
` [PATCH 029/101] iwlwifi: fix station HT parameters
` [PATCH 030/101] iwlwifi: move uCode deallocation to drv
` [PATCH 031/101] iwlwifi: move iwl_base_params to shared header
` [PATCH 032/101] iwlwifi: move firmware request into drv
` [PATCH 033/101] iwlwifi: move firmware completion wait
` [PATCH 034/101] iwlwifi: move ucode loading to op_mode
` [PATCH 035/101] iwlwifi: split out firmware store
` [PATCH 036/101] iwlwifi: remove iwl-wifi.h
` [PATCH 037/101] iwlwifi: add wrappers for command sending
` [PATCH 038/101] iwlwifi: move RF/CT kill check to command wrapper
` [PATCH 039/101] iwlwifi: move lockdep assertion into DVM
` [PATCH 040/101] iwlwifi: move mutex out of shared
` [PATCH 041/101] iwlwifi: move rfkill status handling out of transport
` [PATCH 042/101] iwlwifi: rename ucode.h to fw-file.h
` [PATCH 043/101] iwlwifi: remove AMT check from transport
` [PATCH 044/101] iwlwifi: remove shadow_reg_enable from hw_params
` [PATCH 045/101] iwlwifi: move status check functions out of shared
` [PATCH 046/101] iwlwifi: make tracing use device as identifier
` [PATCH 047/101] iwlwifi: virtualize command queue full behaviour
` [PATCH 048/101] iwlwifi: clean up iwl-core.h inclusions
` [PATCH 049/101] iwlwifi: remove num_of_queues module parameter
` [PATCH 050/101] iwlwifi: remove max_txq_num from hw_params
` [PATCH 051/101] iwlwifi: keep plcp_delta_threshold in priv
` [PATCH 052/101] iwlwifi: use watchdog timeout from hw_params
` [PATCH 053/101] iwlwifi: put use_rts_for_aggregation into hw_params
` [PATCH 054/101] iwlwifi: constify remaining config data
` [PATCH 055/101] iwlwifi: fix notification wait bug
` [PATCH 056/101] iwlwifi: abstract out notification wait support
` [PATCH 057/101] iwlwifi: move ucode_owner to priv
` [PATCH 058/101] iwlwifi: move all uCode load variables
` [PATCH 059/101] iwlwifi: move irq to PCIe
` [PATCH 060/101] iwlwifi: move packet to transport
` [PATCH 061/101] iwlwifi: virtualize nic_config
` [PATCH 062/101] iwlwifi: remove priv from shared
` [PATCH 063/101] iwlwifi: remove PA type configuration
` [PATCH 064/101] iwlwifi: don't include iwl-prph.h everywhere
` [PATCH 065/101] iwlwifi: clean up iwl-commands.h
` [PATCH 066/101] iwlwifi: make iwl_fill_probe_req static
` [PATCH 067/101] iwlwifi: remove unused arguments from iwlagn_gain_computation
` [PATCH 068/101] iwlwifi: remove unused argument from rs_initialize_lq
` [PATCH 069/101] iwlwifi: move iwl_sta_id_or_broadcast to user
` [PATCH 070/101] iwlwifi: remove unused argument from iwl_init_hw_rates
` [PATCH 071/101] iwlwifi: remove two unused arguments in testmode
` [PATCH 072/101] iwlwifi: remove unused argument from iwlagn_suspend
` [PATCH 073/101] iwlwifi: redesign PASSIVE_NO_RX workaround
` [PATCH 074/101] iwlwifi: transport's tx_agg_disable must be atomic
` [PATCH 075/101] iwlwifi: remove BT handlers from lib_ops
` [PATCH 076/101] iwlwifi: move BT/HT params to shared
` [PATCH 077/101] iwlwifi: make EEPROM enhanced TX power a bool
` [PATCH 078/101] iwlwifi: remove unused max_nrg_cck from sensitivity and constify
` [PATCH 079/101] iwlwifi: return error if loading uCode failed
` [PATCH 080/101] iwlwifi: dump stack when fail to gain access to the device
` [PATCH 081/101] iwlwifi: always check if got h/w access before write
` [PATCH 082/101] iwlwifi: cleanup/fix memory barriers
` [PATCH 083/101] iwlwifi: use writeb,writel,readl directly
` [PATCH 084/101] iwlwifi: print DMA stop timeout error only if it happened
` [PATCH 085/101] iwlwifi: reintroduce iwl_enable_rfkill_int
` [PATCH 086/101] iwlwifi: add testmode command for rx forwarding
` [PATCH 087/101] iwlwifi: fixed testmode notifications length
` [PATCH 088/101] iwlwifi: add option to test MFP
` [PATCH 089/101] iwlwifi: separate status to priv and trans
` [PATCH 090/101] iwlwifi: make tx_cmd_pool kmem cache global
` [PATCH 091/101] iwlwifi: log stop / wake queues
` [PATCH 092/101] iwlwifi: configure transport layer from dvm op mode
` [PATCH 093/101] iwlwifi: move setting up fw parameters
` [PATCH 094/101] iwlwifi: more status bit factoring
` [PATCH 095/101] iwlwifi: move command queue number out of the iwl_shared struct
` [PATCH 096/101] iwlwifi: remove messages from queue wake/stop
` [PATCH 097/101] iwlwifi: make iwl_init_context static
` [PATCH 098/101] iwlwifi: restore PAN support
` [PATCH 099/101] iwlwifi: don't delete AP station directly
` [PATCH 100/101] iwlwifi: correct status bit refactoring errors
` [PATCH 101/101] iwlwifi: always monitor for stuck queues

[GIT PULL 0/6] Tegra branches for 3.4
 2012-03-04 20:41 UTC  (10+ messages)
  ` [GIT PULL 1/6] ARM: tegra: cleanups and fixes
  ` [GIT PULL 2/6] ARM: tegra: device tree updates
  ` [GIT PULL 3/6] ARM: tegra: SoC updates
  ` [GIT PULL 4/6] ARM: tegra: SoC driver updates
  ` [GIT PULL 5/6] ARM: tegra: Tegra 30 SMP support
  ` [GIT PULL 6/6] ARM: tegra: board updates

[PATCH v3 00/10] Add PWM framework and device tree support
 2012-03-04 20:39 UTC  (5+ messages)
` [PATCH v3 07/10] arm/tegra: Add PWFM controller device tree probing

[PATCH]
 2012-03-04 20:36 UTC  (2+ messages)

[U-Boot] i.MX6: mx6qsabrelite: allow use with Freescale 2.6.38 kernels
 2012-03-04 20:35 UTC  (11+ messages)
` [U-Boot] [PATCH 1/3] i.MX6: mx6qsabrelite: add CONFIG_REVISION_TAG
            ` [U-Boot] CONFIG_REVISION (was i.MX6: mx6qsabrelite: allow use with Freescale 2.6.38 kernels)

[PATCH v5 0/4] common clk framework
 2012-03-04 20:33 UTC  (4+ messages)
` [PATCH v5 4/4] clk: basic clock hardware types
  ` [PATCH] clk: Fix compile errors in DEFINE_CLK_GATE

[Qemu-devel] [PATCH v4 0/3] Prepare QOM support for machines and CPU
 2012-03-04 20:32 UTC  (4+ messages)
` [Qemu-devel] [PATCH v4 1/3] kvmclock: Always register type
` [Qemu-devel] [PATCH v4 2/3] qom: Register QOM infrastructure early
` [Qemu-devel] [PATCH v4 3/3] qom: Add QOM support to user emulators

[Qemu-devel] [PATCH] pci: fix bridge IO/BASE
 2012-03-04 20:32 UTC  (14+ messages)

[U-Boot] MMC broken after a7778f8fbee098c78b1fa1e1331313a7e217fb30
 2012-03-04 20:32 UTC  (3+ messages)

[Qemu-devel] [0/6] Assorted bugfixes
 2012-03-04 20:31 UTC  (11+ messages)
` [Qemu-devel] [PATCH 6/6] kvm: Fix dirty tracking with large kernel page size

[PATCH 0/5 v2] ARM: kirkwood: fdt: convert kirkwood init funcs to fdt
 2012-03-04 20:29 UTC  (5+ messages)
` [PATCH 1/5 v2] ARM: kirkwood: covert orion-spi "

Couple of Oops with kernel 3.3-rc6
 2012-03-04 20:28 UTC 

[Bug 42859] New: kernel BUG at fs/ext4/extents.c:1953
 2012-03-04 20:27 UTC  (2+ messages)

[PATCH] media, cx231xx: Fix double free on close
 2012-03-04 20:25 UTC 

[PATCH] iproute2: update ip address manual page
 2012-03-04 20:17 UTC 

[U-Boot] [PATCH] pci: move pciauto_config_init() to pci.h
 2012-03-04 20:22 UTC  (2+ messages)

[U-Boot] [PATCH] integrator: remove fragile delay loop from PCI code
 2012-03-04 20:22 UTC  (2+ messages)

[U-Boot] [PATCH 00/14] Nokia RX-51 support
 2012-03-04 20:21 UTC  (4+ messages)

soundmodem 0.16: fix the AFSK modulator for 300 baud operation (was: RE: 300bps Packet)
 2012-03-04 20:16 UTC  (5+ messages)

[Qemu-devel] XP install cores with SCSI LSI 53C895A disks
 2012-03-04 20:13 UTC 

[PATCH] SCSI st: expand ability to write immediate filemarks
 2012-03-04 20:09 UTC  (2+ messages)

[Bug 46956] New: Selecting 2xAntiAliasing causes Nexuiz to crash "X Error: BadMatch, failed request (X_CreateWindow)"
 2012-03-04 20:05 UTC  (2+ messages)
  ` [Bug 46956] "

[Bug 46660] New: Xorg & KMS go to black screen after linux version 2.6.39
 2012-03-04 20:04 UTC  (3+ messages)
` [Bug 46660] "

+ procfs-mark-thread-stack-correctly-in-proc-pid-maps.patch added to -mm tree
 2012-03-04 20:04 UTC  (5+ messages)
` [PATCH] Mark thread stack correctly in proc/<pid>/maps
  ` [PATCH 1/2] Take rcu read lock when iterating through thread group

Make a redirect if NAT out interface is down
 2012-03-04 20:04 UTC  (2+ messages)

[PATCH net-next] mlx4_en: dont change mac_header on xmit
 2012-03-04 20:02 UTC  (4+ messages)

proper recipe for building for beagle xM? meta-ti?
 2012-03-04 20:01 UTC  (14+ messages)

[Qemu-devel] restart a coroutine?
 2012-03-04 20:01 UTC  (3+ messages)

[PATCH 1/2] Netfilter: xt_LOG: Implement ring buffer support
 2012-03-04 19:57 UTC  (3+ messages)

[PATCH V5 1/3] mfd: Add LPC driver for Intel ICH chipsets
 2012-03-04 19:52 UTC  (2+ messages)

[PATCH 0/3] MMC / PM: Make it possible to use PM QoS latency constraints
 2012-03-04 19:56 UTC  (5+ messages)
  ` [PATCH 1/3] MMC / PM: Make it possible to use PM QoS latency constraints, v2
  ` [PATCH 2/3] tmio_mmc / PM: Use PM QoS requests, v2
  ` [PATCH 3/3] sh_mmcif "

[PATCH v2 2/6] ARM: tegra: select CPU_FREQ_TABLE
 2012-03-04 19:47 UTC  (5+ messages)

[PATCH v2 5/6] ARM: tegra: USB_ULPI needs USB
 2012-03-04 19:46 UTC  (5+ messages)

[Qemu-devel] [PATCH] pci: fix bridge IO/BASE
 2012-03-04 19:43 UTC  (11+ messages)


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.