All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-02-09 17:03:54 to 2015-02-09 18:02:05 UTC [more...]

[Bug 92891] New: Maschine hangs forever at loading the radeon module
 2015-02-09 18:01 UTC  (4+ messages)
` [Bug 92891] "

[PATCH 00/27] Toaster patchset
 2015-02-09 18:01 UTC  (8+ messages)
` [PATCH 01/27] toastergui: remove time link for failed build requests
` [PATCH 02/27] toasterui: use text() instead of html()
` [PATCH 03/27] toaster: correct typo in toaster script
` [PATCH 04/27] toastergui: fix loadconf error message
` [PATCH 05/27] toaster: enable server-side caches and debug-panel
` [PATCH 06/27] toastergui: improvements in layer selection logic
` [PATCH 08/27] toaster: improve logging facilities for toaster

[GIT PULL] RAS update for 3.20 (one more thing)
 2015-02-09 18:00 UTC  (2+ messages)
` [PATCHv3] x86/mce: Fix regression. All error records should report via /dev/mcelog

[PATCH 0/2] net: wireless: wcn36xx: OOT platform reference patch for msm8916 / wcn36xx
 2015-02-09 18:00 UTC  (3+ messages)
` [PATCH 1/2] net wireless wcn36xx add wcnss platform code

randconfig build error with next-20150209, in fs/nfs/client.c
 2015-02-09 18:00 UTC 

[PATCH 00/18] x86: multiboot2 protocol support
 2015-02-09 17:59 UTC  (3+ messages)

[PATCH net-next] openvswitch: Only set TUNNEL_VXLAN_OPT if VXLAN-GBP metadata is set
 2015-02-09 17:59 UTC  (2+ messages)

brcmfmac + AP6120 (brcm43362) doesn't connect to WPA2 AP (unprotected ok)
 2015-02-09 17:57 UTC 

[PATCH V2] idle/intel_powerclamp: Redesign idle injection to use bandwidth control mechanism
 2015-02-09 17:56 UTC  (4+ messages)

[PATCH 0/5] multiboot2: Enable EFI boot services usage in loaded images
 2015-02-09 17:55 UTC  (3+ messages)

[Qemu-devel] [PATCH v2 0/3] nbd: Drop BDS backpointer
 2015-02-09 17:54 UTC  (6+ messages)
` [Qemu-devel] [PATCH v2 2/3] iotests: Add "wait" functionality to _cleanup_qemu

[PATCH 0/7] net: wireless: wcn36xx: add basic wcn3620 support
 2015-02-09 17:54 UTC  (4+ messages)
` [PATCH 6/7] net: wireless: wcn36xx: remove powersaving for wcn3620

[Cluster-devel] [PATCH] Fix crash during ACL deletion in acl max entry check in gfs2_set_acl()
 2015-02-09 17:53 UTC 

[U-Boot] [PATCH] mx53loco: Fix boot hang during reboot stress test
 2015-02-09 17:52 UTC  (2+ messages)

[PATCH v3 00/16] support multi-pthread per core
 2015-02-09 17:52 UTC  (43+ messages)
` [PATCH v4 00/17] "
  ` [PATCH v4 01/17] eal: add cpuset into per EAL thread lcore_config
  ` [PATCH v4 03/17] eal: fix wrong strnlen() return value in 32bit icc
  ` [PATCH v4 04/17] eal: add support parsing socket_id from cpuset
  ` [PATCH v4 05/17] eal: new TLS definition and API declaration
  ` [PATCH v4 06/17] eal: add eal_common_thread.c for common thread API
  ` [PATCH v4 08/17] eal: apply affinity of EAL thread by assigned cpuset
  ` [PATCH v4 10/17] malloc: fix the issue of SOCKET_ID_ANY
  ` [PATCH v4 11/17] log: fix the gap to support non-EAL thread
  ` [PATCH v4 12/17] eal: set _lcore_id and _socket_id to (-1) by default
  ` [PATCH v4 14/17] mempool: add support to non-EAL thread

[PATCH 1/1] Update Toaster configuration file
 2015-02-09 17:52 UTC 

[tip:irq/core PATCH] genirq: fix null pointer reference in irq_set_affinity_hint()
 2015-02-09 17:51 UTC  (2+ messages)
` [tip:irq/core] genirq: Fix "

[Buildroot] glibc and locale
 2015-02-09 17:50 UTC  (4+ messages)
    ` [Buildroot] glibc (and uClibc) "

[Qemu-devel] [PATCH v2 00/37] blockdev: BlockBackend and media
 2015-02-09 17:11 UTC  (33+ messages)
` [Qemu-devel] [PATCH v2 01/37] blockdev: Allow creation of BDS trees without BB
` [Qemu-devel] [PATCH v2 02/37] iotests: Only create BB if necessary
` [Qemu-devel] [PATCH v2 03/37] hw/block/fdc: Implement tray status
` [Qemu-devel] [PATCH v2 04/37] hw/usb-storage: Check whether BB is inserted
` [Qemu-devel] [PATCH v2 05/37] block: Fix BB AIOCB AioContext without BDS
` [Qemu-devel] [PATCH v2 06/37] block: Make bdrv_is_inserted() return a bool
` [Qemu-devel] [PATCH v2 07/37] block: Add blk_is_available()
` [Qemu-devel] [PATCH v2 08/37] block: Make bdrv_is_inserted() recursive
` [Qemu-devel] [PATCH v2 09/37] block/quorum: Implement bdrv_is_inserted()
` [Qemu-devel] [PATCH v2 10/37] block: Move guest_block_size into BlockBackend
` [Qemu-devel] [PATCH v2 11/37] block: Remove wr_highest_sector from BlockAcctStats
` [Qemu-devel] [PATCH v2 13/37] block: Move I/O status and error actions into BB
` [Qemu-devel] [PATCH v2 14/37] block: Add BlockBackendRootState
` [Qemu-devel] [PATCH v2 15/37] block: Make some BB functions fall back to BBRS
` [Qemu-devel] [PATCH v2 16/37] block: Fail requests to empty BlockBackend
` [Qemu-devel] [PATCH v2 17/37] block: Prepare remaining BB functions for NULL BDS
` [Qemu-devel] [PATCH v2 18/37] blockdev: Use BB for blockdev-backup transaction
` [Qemu-devel] [PATCH v2 19/37] block: Add blk_insert_bs()
` [Qemu-devel] [PATCH v2 21/37] blockdev: Do not create BDS for empty drive
` [Qemu-devel] [PATCH v2 22/37] blockdev: Pull out blockdev option extraction
` [Qemu-devel] [PATCH v2 23/37] blockdev: Allow more options for BB-less BDS tree
` [Qemu-devel] [PATCH v2 24/37] block: Add blk_remove_bs()
` [Qemu-devel] [PATCH v2 27/37] blockdev: Add blockdev-remove-medium
` [Qemu-devel] [PATCH v2 28/37] blockdev: Add blockdev-insert-medium
` [Qemu-devel] [PATCH v2 30/37] blockdev: Implement change with basic operations
` [Qemu-devel] [PATCH v2 31/37] block: Inquire tray state before tray-moved events
` [Qemu-devel] [PATCH v2 32/37] qmp: Introduce blockdev-change-medium
` [Qemu-devel] [PATCH v2 33/37] hmp: Use blockdev-change-medium for change command
` [Qemu-devel] [PATCH v2 34/37] blockdev: read-only-mode for blockdev-change-medium
` [Qemu-devel] [PATCH v2 35/37] hmp: Add read-only-mode option to change command
` [Qemu-devel] [PATCH v2 36/37] iotests: More options for VM.add_drive()
` [Qemu-devel] [PATCH v2 37/37] iotests: Add test for change-related QMP commands

BUG: non-zero nr_pmds on freeing mm: 1
 2015-02-09 17:50 UTC  (8+ messages)

[PATCH] genirq: set initial affinity when hinting
 2015-02-09 17:48 UTC  (6+ messages)
` [tip:irq/core] genirq: Set initial affinity in irq_set_affinity_hint()

[Buildroot] [PATCH] armadeus apf27: update kernel to 3.18.6
 2015-02-09 17:47 UTC 

blk-mq crash with dm-multipath in for-3.20/core
 2015-02-09 17:47 UTC  (6+ messages)
      ` [PATCH] dm: fix multipath regression due to initializing wrong request

randconfig build error with next-20150209, in arch/x86/kvm/vmx.c
 2015-02-09 17:46 UTC 

[GIT PULL rcu/next] RCU commits for 3.20
 2015-02-09 17:45 UTC  (9+ messages)

[review-request] bbarrosp/7193
 2015-02-09 17:45 UTC  (4+ messages)

[PATCH v2] Add a module for retrieving SMBIOS information
 2015-02-09 17:43 UTC  (6+ messages)

[review-request] bbarrosp/7248
 2015-02-09 17:42 UTC  (2+ messages)

[Xenomai] Bosch CCAN/DCAN driver for RTDM
 2015-02-09 17:42 UTC 

[PATCH RFC] bcma: use two different initcalls if built-in
 2015-02-09 17:42 UTC 

[PATCH 1/4] libxl: event handling: Add an assert to egc_run_callbacks
 2015-02-09 17:41 UTC  (4+ messages)
` [PATCH 4/4] libxl: More probably detect reentry of destroyed ctx

[review-request] 7280
 2015-02-09 17:40 UTC  (2+ messages)

[Bug 88877] Invisible Chrome windows on radeonsi with KWin compositing
 2015-02-09 17:40 UTC  (2+ messages)

[Bug 80419] New: XCOM: Enemy Known Causes lockup
 2015-02-09 17:39 UTC  (2+ messages)
` [Bug 80419] XCOM: Enemy Unknown "

[PATCH] lttng-tools: use perl-misc, perl-modules in ptest deps
 2015-02-09 17:39 UTC  (2+ messages)

[U-Boot] netconsole: USB Ethernet connection dropping with ping or tftpboot
 2015-02-09 17:38 UTC  (9+ messages)

gpio-pxa: getting GPIOs by devicetree phandle broken
 2015-02-09 17:38 UTC  (6+ messages)

maybe a virtio-balloon-device issue ?
 2015-02-09 17:38 UTC  (3+ messages)

[PATCH] nfs: do not initialize back channel with DS
 2015-02-09 17:38 UTC  (2+ messages)

[Xenomai] Mixing linux and alchemy (cobalt) calls
 2015-02-09 17:38 UTC  (15+ messages)

Prompting for password when fetching git repo over https
 2015-02-09 17:35 UTC 

[PATCH] checkpatch: Add of_device_id to structs that should be const
 2015-02-09 17:34 UTC 

[review-request] bbarrosp/7221
 2015-02-09 17:33 UTC  (2+ messages)

[PATCH 0/2] ARM: omap2+: omap_hwmod: Fix false lockdep warning
 2015-02-09 17:31 UTC  (9+ messages)

[RFC PATCH 0/9] livepatch: consistency model
 2015-02-09 17:31 UTC  (10+ messages)
` [RFC PATCH 1/9] livepatch: simplify disable error path
` [RFC PATCH 2/9] livepatch: separate enabled and patched states
` [RFC PATCH 3/9] livepatch: move patching functions into patch.c
` [RFC PATCH 4/9] livepatch: get function sizes
` [RFC PATCH 5/9] sched: move task rq locking functions to sched.h
` [RFC PATCH 6/9] livepatch: create per-task consistency model
` [RFC PATCH 7/9] proc: add /proc/<pid>/universe to show livepatch status
` [RFC PATCH 8/9] livepatch: allow patch modules to be removed
` [RFC PATCH 9/9] livepatch: update task universe when exiting kernel

[PATCH v2 01/18] netlink: make the check for "send from tx_ring" deterministic
 2015-02-09 17:30 UTC  (6+ messages)
` [PATCH v3 12/18] crypto: switch af_alg_make_sg() to iov_iter

Kernel 3.19rc6 flooding intel_check_page_flip warnings when using compton
 2015-02-09 17:30 UTC  (5+ messages)

Review of "all machines" page (master:0add8abc12b850e38a6ec7dcf2856fab2c0107b6)
 2015-02-09 17:29 UTC  (9+ messages)
` Review of "all machines" page
        ` [review-request] michaelw/all-machines

[PATCH] kvm: add halt_poll_ns module parameter
 2015-02-09 17:28 UTC  (4+ messages)

[U-Boot] [PATCH v2] config_distro_bootcmd.h: Enable CONFIG_CMD_PART
 2015-02-09 17:28 UTC  (3+ messages)

[PATCH v6 0/7] PCI: get DMA configuration from parent device
 2015-02-09 17:26 UTC  (5+ messages)

Accepting discard to free space from disk images
 2015-02-09 17:27 UTC  (5+ messages)

[PATCH] kern-tools: fix patch application error (preempt-rt)
 2015-02-09 17:27 UTC 

[PATCH V7 1/1] perf tool:perf diff support for different binaries
 2015-02-09  5:39 UTC 

btrfs performance, sudden drop to 0 IOPs
 2015-02-09 17:26 UTC 

Audit: audisp-remote plugin: why is OpenLDAP a dependency ??
 2015-02-09 17:26 UTC  (3+ messages)

Full Pass Test report - Yocto 1.8_M2.rc2
 2015-02-09 17:25 UTC  (2+ messages)

[PATCH 1/2] ab8500_fg: match return type of wait_for_completion_timeout
 2015-02-09 17:20 UTC 

Is writer starvation a potential problem with RCU?
 2015-02-09 17:24 UTC  (3+ messages)

Confused about SnapMapper::get_prefix
 2015-02-09 17:23 UTC  (8+ messages)

[PATCH 1/2] of: Add vendor prefix 'netlogic'
 2015-02-09 17:23 UTC  (5+ messages)
` [PATCH 2/2] i2c: Support for Netlogic XLP9XX/5XX I2C controller

[PATCH] cfq-iosched: handle failure of cfq group allocation
 2015-02-09 17:22 UTC  (2+ messages)

Reason for extra struct kvm_run parameter in MMIO handling?
 2015-02-09 17:22 UTC  (4+ messages)

scrub scheduling
 2015-02-09 17:22 UTC  (3+ messages)

[PATCH] perf script: Add --[no-]-demangle/--[no-]-demangle-kernel
 2015-02-09 17:21 UTC 

[PATCH 2/2] ab8500_fg: use jiffies_to_msecs for jiffies conversion
 2015-02-09 17:21 UTC 

linux-next: Tree for Feb 9
 2015-02-09 17:20 UTC  (2+ messages)
` linux-next: Tree for Feb 9 (build failures)

[PATCH v3] staging: lustre: fix coding style errors
 2015-02-09 17:20 UTC 

[PATCH] modify the IO_TLB_SEGSIZE to io_tlb_segsize configurable as flexible requirement about SW-IOMMU
 2015-02-09 15:35 UTC  (7+ messages)

[PATCH v2 00/14] Fix TCP connection port number reuse in NFSv3
 2015-02-09 17:18 UTC  (15+ messages)
` [PATCH v2 01/14] SUNRPC: Set SO_REUSEPORT socket option for TCP connections
  ` [PATCH v2 02/14] SUNRPC: Handle EADDRINUSE on connect
    ` [PATCH v2 03/14] SUNRPC: Do not clear the source port in xs_reset_transport
      ` [PATCH v2 04/14] SUNRPC: Ensure xs_reset_transport() resets the close connection flags
        ` [PATCH v2 05/14] SUNRPC: Add helpers to prevent socket create from racing
          ` [PATCH v2 06/14] SUNRPC: TCP/UDP always close the old socket before reconnecting
            ` [PATCH v2 07/14] SUNRPC: Remove TCP client connection reset hack
              ` [PATCH v2 08/14] SUNRPC: Remove TCP socket linger code
                ` [PATCH v2 09/14] SUNRPC: Cleanup to remove remaining uses of XPRT_CONNECTION_ABORT
                  ` [PATCH v2 10/14] SUNRPC: Ensure xs_tcp_shutdown() requests a full close of the connection
                    ` [PATCH v2 11/14] SUNRPC: Make xs_tcp_close() do a socket shutdown rather than a sock_release
                      ` [PATCH v2 12/14] SUNRPC: Remove the redundant XPRT_CONNECTION_CLOSE flag
                        ` [PATCH v2 13/14] SUNRPC: Handle connection reset more efficiently
                          ` [PATCH v2 14/14] SUNRPC: Define xs_tcp_fin_timeout only if CONFIG_SUNRPC_DEBUG

[PATCH] Btrfs: fix race waiting for ordered extents at transaction commit
 2015-02-09 17:18 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] Btrfs: fix fsync race leading to ordered extent memory leaks
 2015-02-09 17:17 UTC  (2+ messages)
` [PATCH v5] "

[PATCH] rpc-statd-notify: Don't wait for the network to come up
 2015-02-09 17:16 UTC  (2+ messages)

[PATCH 2/2] ARM: shmobile: r8a7794: alt: Enable ethernet controller
 2015-02-09 17:15 UTC  (3+ messages)

Ceph bindings for go & docker
 2015-02-09 17:15 UTC 

[PATCH] ARM: shmobile: r8a73a4: Move pfc node to work around probe ordering bug
 2015-02-09 17:14 UTC  (5+ messages)

dom0 kernel - irq nobody cared ... the continuing saga 
 2015-02-09 17:13 UTC  (4+ messages)

[PATCH] net:ethernet:intel:Remove outdated fix me comment in the function, gb_acquire_swfw_sync_i210
 2015-02-09 17:03 UTC  (7+ messages)
` [PATCH] net:ethernet:intel:Remove outdated fix me comment in the function,gb_acquire_swfw_sync_i210
        ` [E1000-devel] [PATCH] net:ethernet:intel:Remove outdated fix me comment in the function, gb_acquire_swfw_sync_i210

[review-request] bbarrosp/7207
 2015-02-09 17:12 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/7] MIPS: IEEE 754-2008 features support
 2015-02-09 17:10 UTC  (3+ messages)
` [Qemu-devel] [PATCH 7/7] target-mips: Add "

[review-request] bbarrosp/add-available
 2015-02-09 17:09 UTC  (4+ messages)

Error seen while running testpmd sample application
 2015-02-09 17:10 UTC 

[PATCH] MAINTAINERS: claim metering, sched and pkt framework
 2015-02-09 17:08 UTC  (4+ messages)

[PATCH -v2 00/14] drm/exynos: clean up + atomic phase 1 and 2
 2015-02-09 17:07 UTC  (5+ messages)
` [PATCH -v2 10/14] drm/exynos: atomic phase 1: add atomic_begin()/atomic_flush()

[PATCH v3 4/4] mdio-mux-gpio: use new gpiod_get_array and gpiod_put_array functions
 2015-02-09 17:07 UTC 

[PATCH] selinux-testsuite: fix RHEL detection
 2015-02-09 17:07 UTC  (3+ messages)

[PATCH v3 3/4] gpiolib: add devm_gpiod_get_array and devm_gpiod_put_array functions
 2015-02-09 17:07 UTC 

[PATCH -v3 0/6] rcu,nohz,kvm: use RCU extended quiescent state when running KVM guest
 2015-02-09 17:07 UTC  (5+ messages)
` [PATCH 4/6] nohz,kvm: export context_tracking_user_enter/exit
` [PATCH 6/6] nohz: add stub context_tracking_is_enabled

[PATCH v3 2/4] gpiolib: add gpiod_get_array and gpiod_put_array functions
 2015-02-09 17:07 UTC 

[PATCH] drm/i915: Use symbolic irqreturn for ->hpd_pulse
 2015-02-09 17:06 UTC  (4+ messages)

[PATCH v3 1/4] gpiolib: define gpio suffixes globally
 2015-02-09 17:07 UTC 

[review-request] bbarrosp/7023
 2015-02-09 17:05 UTC  (3+ messages)

[U-Boot] [PATCHv1 00/22] Add SPL support for SoCFGPA
 2015-02-09 17:05 UTC  (4+ messages)
` [U-Boot] [PATCHv1 13/22] arm: socfpga: spl: Add s_init

[RFC PATCH] iio: Export userspace IIO headers
 2015-02-09 17:05 UTC  (3+ messages)

[U-Boot] [PATCH] mtd: atmel_nand: according to pmecc version to perform 0xff page correction
 2015-02-09 17:04 UTC  (6+ messages)

[RFC PATCH 0/8] v3 contained usermode helper execution
 2015-02-09 16:03 UTC  (5+ messages)
` [RFC PATCH 3/8] kmod - teach call_usermodehelper() to use a namespace

[U-Boot] [PATCH v2 0/19] dm: Convert boards to Kconfig for driver model
 2015-02-09 17:04 UTC  (4+ messages)
` [U-Boot] [PATCH v2 18/19] dm: socfpga: Move driver model CONFIGs to Kconfig


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.