messages from 2014-10-04 13:24:52 to 2014-10-04 18:04:52 UTC [more...]
[Qemu-devel] [PATCH v4 00/47] Postcopy implementation
2014-10-04 18:04 UTC (13+ messages)
` [Qemu-devel] [PATCH v4 19/47] Rework loadvm path for subloops
` [Qemu-devel] [PATCH v4 32/47] postcopy: ram_enable_notify to switch on userfault
` [Qemu-devel] [PATCH v4 33/47] Postcopy: Postcopy startup in migration thread
` [Qemu-devel] [PATCH v4 37/47] Page request: Consume pages off the post-copy queue
` [Qemu-devel] [PATCH v4 46/47] postcopy: Wire up loadvm_postcopy_ram_handle_{run, end} commands
` [Qemu-devel] [PATCH v4 47/47] End of migration for postcopy
Submodules and GIT_ALTERNATE_OBJECT_DIRECTORIES
2014-10-04 18:03 UTC (4+ messages)
[PATCH v2] toshiba_acpi: Adapt kbd_bl_timeout_store to the new kbd type
2014-10-04 18:02 UTC
Busybox/RFKILL
2014-10-04 18:00 UTC
[Buildroot] [RFC 0/3] package/kodi: Bump version to 14.0a4-Helix
2014-10-04 17:55 UTC (8+ messages)
` [Buildroot] [RFC 1/3] Rename XBMC to Kodi - part I - move files
` [Buildroot] [RFC 2/3] Rename XBMC to Kodi - part II - rename variables
` [Buildroot] [RFC 3/3] package/kodi: Bump version to 14.0a4-Helix
(unknown)
2014-10-04 17:45 UTC
[Cocci] Searching for pass-through functions
2014-10-04 17:49 UTC
[meta-oe][PATCH] gdal: update to version 1.11.0
2014-10-04 17:48 UTC (4+ messages)
` Re : "
Basic routing
2014-10-04 17:44 UTC (8+ messages)
(Song) Fk SystemD
2014-10-04 17:40 UTC (2+ messages)
[Buildroot] [PATCH 1/2] package/pcre: add host variant
2014-10-04 17:36 UTC (4+ messages)
` [Buildroot] [PATCH 2/2] package/leafnode2: New package
[Bug 81644] New: Random crashes on RadeonSI with Chromium
2014-10-04 17:36 UTC (2+ messages)
` [Bug 81644] "
[PATCH v2 00/19] PCI and Tegra series revamp
2014-10-04 17:40 UTC (20+ messages)
` [PATCH v2 01/19] MIPS: malta: fix pci IO resource assignment
` [PATCH v2 02/19] pci: split out device init
` [PATCH v2 03/19] pci: add resource enum
` [PATCH v2 04/19] pci: properly populate prefetchable BARs
` [PATCH v2 05/19] pci: setup bridges and traverse buses behind them
` [PATCH v2 06/19] pci: defer device registration until after bridge setup
` [PATCH v2 07/19] pci: prettyprint device names
` [PATCH v2 08/19] pci: track parent<->child relationship
` [PATCH v2 09/19] commands: lspci: go down into subordinate busses
` [PATCH v2 10/19] clk: tegra: add PLLE setup functions
` [PATCH v2 11/19] clk: tegra30: add PCIe clocks
` [PATCH v2 12/19] i2c: tegra: move to fs initcall
` [PATCH v2 13/19] ARM: tegra: beaver: enable PEX voltage rail
` [PATCH v2 14/19] tegra: pmc: add powerdomain handling
` [PATCH v2 15/19] of: import pci range parser from linux
` [PATCH v2 16/19] pci: add Tegra host controller driver
` [PATCH v2 17/19] ARM: tegra: advertise PCI support
` [PATCH v2 18/19] net: add rtl8169 driver
` [PATCH v2 19/19] ARM: tegra: enable network related options in defconfig
[Printing-architecture] Number of copies in pure PDF workflow
2014-10-04 17:36 UTC (3+ messages)
[Buildroot] [git commit] package/leafnode2: New package
2014-10-04 17:34 UTC
[Buildroot] [PATCH v2] package/pkg-cmake.mk: rename _INSTALL_HOST_OPTS -> _INSTALL_OPTS
2014-10-04 17:32 UTC
Fw: [Bug 85571] New: wakeup from hibernate does not bring up networking (hard freeze, soft lockups and unusable system)
2014-10-04 17:32 UTC (2+ messages)
[PATCH] ASoC: fsl_esai doc: Add "fsl, vf610-esai" as compatible string
2014-10-04 17:31 UTC (2+ messages)
[U-Boot] [PATCH 0/23] dm: Introduce driver model for sunxi
2014-10-04 17:29 UTC (24+ messages)
` [U-Boot] [PATCH 01/23] dm: sunxi: dts: Add sun7i device tree files
` [U-Boot] [PATCH 02/23] dm: sunxi: Add a new config for an FDT-based pcDuino3
` [U-Boot] [PATCH 03/23] dm: core: Add support for simple-bus
` [U-Boot] [PATCH 04/23] dm: sunxi: Add pinmux functions which take a bank parameter
` [U-Boot] [PATCH 05/23] dm: sunxi: Make sure that GPIOs are requested
` [U-Boot] [PATCH 06/23] dm: sunxi: Modify the GPIO driver to support driver model
` [U-Boot] [PATCH 07/23] dm: sunxi: Add support for serial using "
` [U-Boot] [PATCH 08/23] dm: gpio: Implement GPIO reservation in the uclass
` [U-Boot] [PATCH 09/23] dm: gpio: Add gpio_get_function() and friends
` [U-Boot] [PATCH 10/23] dm: Move the function for getting GPIO status into the uclass
` [U-Boot] [PATCH 11/23] dm: gpio: sandbox: Implement the get_function() method
` [U-Boot] [PATCH 12/23] dm: gpio: sandbox: Implement the remove() method
` [U-Boot] [PATCH 13/23] dm: gpio: sandbox: Drop request()/free() in the driver
` [U-Boot] [PATCH 14/23] test: dm: Update GPIO tests for new gpio_request() method
` [U-Boot] [PATCH 15/23] dm: gpio: Add gpio_requestf() helper for printf() strings
` [U-Boot] [PATCH 16/23] test: dm: Support memory leak checking as a core feature
` [U-Boot] [PATCH 17/23] test: dm: Add additional GPIO tests
` [U-Boot] [PATCH 18/23] dm: gpio: tegra: Drop request()/free() in the driver
` [U-Boot] [PATCH 19/23] dm: gpio: omap3: "
` [U-Boot] [PATCH 20/23] dm: gpio: rpi_b: "
` [U-Boot] [PATCH 21/23] dm: gpio: exynos: "
` [U-Boot] [PATCH 22/23] dm: gpio: imx: "
` [U-Boot] [PATCH 23/23] dm: gpio: Remove unused get_state() uclass method
[Buildroot] [PATCH] package/pkg-cmake.mk: rename _INSTALL_HOST_OPTS -> _INSTALL_OPTS
2014-10-04 17:28 UTC (5+ messages)
build-sys: do not depend on check_rundir for executables
2014-10-04 17:27 UTC
[perf] BUG: unable to handle kernel NULL pointer dereference at 00000085
2014-10-04 17:24 UTC (4+ messages)
[PATCH] misc: if dlopen() is available, use it to load the libmagic library
2014-10-04 17:24 UTC (3+ messages)
` [PATCH] misc: fix build on absence of magic.h
3.17.0-rc7 kernel NULL pointer dereference (3ware 9650SE)
2014-10-04 17:22 UTC
[Buildroot] [git commit] package/pcre: add host variant
2014-10-04 17:16 UTC
[Buildroot] [PATCH 00 of 15] packages: rename FOO_BAR_OPT into FOO_BAR_OPTS
2014-10-04 17:14 UTC (11+ messages)
` [Buildroot] [PATCH 05 of 15] packages: rename FOO_INSTALL_HOST_OPT into FOO_INSTALL_HOST_OPTS
` [Buildroot] [PATCH 11 of 15] pkg-generic: introduce helper function to check for a deprecated variable
` [Buildroot] [PATCH 12 of 15] pkg-generic: add checks on deprecated variables FOO_BAR_OPT
[PATCH net-next] net: sched: avoid costly atomic operation in fq_dequeue()
2014-10-04 17:11 UTC
[U-Boot] How does Driver Model UART work?
2014-10-04 17:08 UTC (5+ messages)
Kswapd 100% CPU since 3.8 on Sandybridge
2014-10-04 17:05 UTC
[PATCH] rcutorture: Remove obsolete kversion param in kvm.sh
2014-10-04 17:04 UTC
[PATCH] rcutorture: Remove stale test configurations
2014-10-04 17:02 UTC (3+ messages)
[PATCH 0/4] dm: reduce memory overhead of DM devices
2014-10-04 17:01 UTC (2+ messages)
eudyptula-challenge
2014-10-04 16:59 UTC (8+ messages)
[PATCH 1/2] ARM: dts: imx6qdl-gw5x: Remove unneeded 'fsl, mode' property
2014-10-04 16:58 UTC (2+ messages)
` [PATCH 2/2] ARM: dts: imx6qdl-rex: "
[Buildroot] [git commit] packages: rename misc. occurrences of _OPT into _OPTS
2014-10-04 16:56 UTC
[Buildroot] [git commit] pkg-generic: add checks on deprecated variables FOO_BAR_OPT
2014-10-04 16:56 UTC
[Buildroot] [git commit] pkg-generic: introduce helper function to check for a deprecated variable
2014-10-04 16:55 UTC
BUG: Edirol UA-1000 failed parsing interface
2014-10-04 16:55 UTC
[Buildroot] [git commit] packages: rename FOO_KCONFIG_OPT into FOO_KCONFIG_OPTS
2014-10-04 16:54 UTC
[Buildroot] [git commit] packages: rename FOO_GETTEXTIZE_OPT into FOO_GETTEXTIZE_OPTS
2014-10-04 16:54 UTC
[Buildroot] [git commit] packages: rename FOO_BUILD_OPT into FOO_BUILD_OPTS
2014-10-04 16:54 UTC
[Buildroot] [git commit] packages: rename FOO_CONF_OPT into FOO_CONF_OPTS
2014-10-04 16:54 UTC
[Buildroot] [git commit] packages: rename FOO_AUTORECONF_OPT into FOO_AUTORECONF_OPTS
2014-10-04 16:53 UTC
What do zeroing of samples in 'perf top' mean ?
2014-10-04 16:51 UTC (3+ messages)
[PATCH] mips: Convert pr_warning to pr_warn
2014-10-04 16:50 UTC
[Buildroot] [git commit] packages: rename FOO_INSTALL_HOST_OPT into FOO_INSTALL_HOST_OPTS
2014-10-04 16:50 UTC
[Buildroot] [git commit] packages: rename FOO_INSTALL_STAGING_OPT into FOO_INSTALL_STAGING_OPTS
2014-10-04 16:49 UTC
[Buildroot] [git commit] packages: rename FOO_INSTALL_TARGET_OPT into FOO_INSTALL_TARGET_OPTS
2014-10-04 16:48 UTC
[Buildroot] [git commit] packages: rename FOO_INSTALL_OPT into FOO_INSTALL_OPTS
2014-10-04 16:47 UTC
[Buildroot] [PATCH v2] protobuf: bump version to 2.6.0
2014-10-04 16:46 UTC (4+ messages)
[PATCH net-next] fec: Fix fec_enet_alloc_buffers() error path
2014-10-04 16:40 UTC
[Qemu-devel] [PATCH] Add machine type pc-1.0-qemu-kvm for live migrate compatibility with qemu-kvm
2014-10-04 16:39 UTC (2+ messages)
[PATCH] perf: fix for double free in tools/perf stat
2014-10-04 15:37 UTC
[PATCH] perf top: Add a visual cue for toggle zeroing of samples
2014-10-04 16:35 UTC
[Qemu-devel] [PATCH v4] Add machine parameter qemu-kvm-migration for live migrate compatibility with qemu-kvm
2014-10-04 16:29 UTC (4+ messages)
[PATCH] git-tag.txt: Add a missing hyphen to `-s`
2014-10-04 16:27 UTC
[PATCH 0/3] MIPS executable stack protection
2014-10-04 16:27 UTC (5+ messages)
[PATCH] serial: mxs-auart: add sysrq support
2014-10-04 16:19 UTC (4+ messages)
[PATCH] perf top: Add a visual cue for toggle zeroing of samples
2014-10-04 16:13 UTC
[PATCH] drivers: base: power: domain: Use 'pm_cpu_data' instead of 'cpu_data' for compiling break
2014-10-04 16:00 UTC (3+ messages)
[Qemu-devel] [PATCH v5 0/6] Add reconnecting to client sockets
2014-10-04 15:54 UTC (5+ messages)
` [Qemu-devel] [PATCH 5/6] qemu-char: "
[U-Boot] [PATCH 1/2] common: Makefile: allow for spl builds with env_fat
2014-10-04 15:50 UTC (4+ messages)
[U-Boot] Pull request: u-boot-mmc 03102014
2014-10-04 15:49 UTC (2+ messages)
[meta-qt5][PATCH 1/7] qt5: Add Qt 5.3.2 packages
2014-10-04 15:49 UTC (3+ messages)
` [meta-qt5][PATCH 7/7] qt5: upgrade git recipes to 5.4-alpha1
[PATCHv4] arm64: dmi: Add SMBIOS/DMI support
2014-10-04 15:46 UTC
[U-Boot] U-Boot Mini Summit
2014-10-04 15:38 UTC (4+ messages)
[PATCH 0/3] MIPS executable stack protection
2014-10-04 15:33 UTC (2+ messages)
[RFC 1/1] net: fix rcu access on phonet_routes
2014-10-04 15:30 UTC (2+ messages)
[Bug 84663] New: high cpu usage, poor performance in Borderlands 2 with radeonsi, PRIME
2014-10-04 15:19 UTC
[U-Boot] [PATCH 0/3] ARM: sunxi: Fix reset support on sun6i/sun8i
2014-10-04 15:12 UTC (3+ messages)
` [U-Boot] [linux-sunxi] "
[Bug 85491] New: radeon 0000:01:00.0: Fatal error during GPU init
2014-10-04 15:08 UTC (4+ messages)
` [Bug 85491] "
[Bug 82050] New: R9270X pyrit benchmark perf regressions with latest kernel/llvm
2014-10-04 15:00 UTC (2+ messages)
` [Bug 82050] "
[PATCH iproute2] ip tunnel: fix 'ip -oneline tunnel show' for some GRE tunnels
2014-10-04 15:00 UTC
[Bug 84662] New: Long pauses with Unreal demo Elemental on R9270X since : Always flush the HDP cache before submitting a CS to the GPU
2014-10-04 14:58 UTC (4+ messages)
` [Bug 84662] "
pre_parse and strcmp
2014-10-04 14:57 UTC (5+ messages)
[PATCH] PCI: imx6q-pcie doc: Update the clocks descriptions to use defines
2014-10-04 14:55 UTC
Slowdown due to threads bouncing between HT cores
2014-10-04 14:50 UTC (4+ messages)
[PATCH v2 1/2] uas: Reduce number of function arguments for uas_alloc_foo functions
2014-10-04 14:46 UTC (5+ messages)
` [PATCH v2 2/2] uas: Make uas work with blk-mq
Support for bitrate-mask in wpa_supplicant?
2014-10-04 14:40 UTC (3+ messages)
[Cluster-devel] [GFS2 PATCH] GFS2: Change minimum reservation size to 64 blocks
2014-10-04 14:33 UTC
[PATCH] emulator/serial.c: use posix_openpt() instead of getpt()
2014-10-04 14:31 UTC
[ath9k-devel] 3.17 regression, ath9k: Summarize hw state per channel context
2014-10-04 14:30 UTC (4+ messages)
` "
Upcoming v4l-utils 1.6.0 release
2014-10-04 14:22 UTC (5+ messages)
[Powertop] [PATCH v3 05/15] fix clang++ compilation errors
2014-10-04 14:19 UTC
[PATCH nf next 0/3] bridge: netfilter: fix handling of ipv4 packets w. options
2014-10-04 14:18 UTC (5+ messages)
` bridge: Do not compile options in br_parse_ip_options
[Powertop] [PATCH v3 05/15] fix clang++ compilation errors
2014-10-04 14:15 UTC
[PATCH lnfct] qa: build unshared nfct environment
2014-10-04 14:13 UTC (3+ messages)
` [PATCHv2 "
[PATCH] iio: adc: mxs-lradc: Disable the clock on probe failure
2014-10-04 14:06 UTC (2+ messages)
[PATCH] mfd: stmpe: fix STMPE24xx GPMR LSB
2014-10-04 14:02 UTC
[x86] double fault: ffff [#1]
2014-10-04 13:56 UTC (2+ messages)
[x86LKP] PANIC: double fault, error_code: 0xffffffffffffffff
2014-10-04 13:47 UTC (2+ messages)
Extremely High mismatch_cnt on RAID1 system
2014-10-04 13:46 UTC
[Bug 60879] New: X11 can't start with acceleration enabled
2014-10-04 13:42 UTC (4+ messages)
` [Bug 60879] [radeonsi] "
[Bug 78788] New: [Radeon\VCE] Performance regression after using VCE
2014-10-04 13:41 UTC (2+ messages)
` [Bug 78788] "
[PATCH 0/3 v3] drivers/bus: Freescale Management Complex bus driver patch series
2014-10-04 13:23 UTC (4+ messages)
` [PATCH 1/3 v3] drivers/bus: Added Freescale Management Complex APIs
` [PATCH 2/3 v3] drivers/bus: Freescale Management Complex (fsl-mc) bus driver
` [PATCH 3/3 v3] drivers/bus: Device driver for FSL-MC DPRC devices
[PATCH v2 1/1] [SCSI] enclosure: Handle non-unique element descriptors
2014-10-04 13:35 UTC
[PATCH] hwmon: (iio_hwmon) Add support for humidity and power sensors
2014-10-04 13:34 UTC (6+ messages)
` [lm-sensors] "
[PATCH lttng-tools] Fix: FD leak in accept error handling
2014-10-04 13:32 UTC (2+ messages)
[xen-4.2-testing test] 30574: regressions - FAIL
2014-10-04 13:26 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.