messages from 2016-07-04 16:47:54 to 2016-07-04 18:15:56 UTC [more...]
[RFC PATCH 0/1] Portable Device Tree Connector -- conceptual
2016-07-04 18:15 UTC (3+ messages)
[Qemu-arm] [PATCH 0/7] ast2400: U-boot support
2016-07-04 18:12 UTC (6+ messages)
` [Qemu-arm] [PATCH 4/7] m25p80: add a m25p80_set_rom_storage() routine
` [Qemu-devel] "
[PATCH] Bluetooth: Replace constant hw_variant from Intel Bluetooth firmware filename
2016-07-04 18:10 UTC (2+ messages)
[PATCH 1/2] af_bluetooth: Fix recvmsg return value
2016-07-04 18:10 UTC (4+ messages)
` [PATCH 2/2] hci_sock: "
[PATCH] Bluetooth: btmrvl: fix slab-out-of-bounds access in btmrvl_sdio
2016-07-04 18:10 UTC (3+ messages)
` [PATCH v3] "
[PATCH] bluetooth: add support for device 0489:e092
2016-07-04 18:10 UTC (2+ messages)
Unable to mount degraded RAID5
2016-07-04 18:09 UTC
[ANNOUNCE] Open Fabrics Verbs Working Group (OFVWG) meeting tomorrow - 7/5/2016 at 11:00PDT
2016-07-04 18:08 UTC
Kernel panic on Xen virtualisation in Debian
2016-07-04 18:06 UTC
[PATCH] perf: fix pmu::filter_match for SW-led groups
2016-07-04 18:05 UTC (3+ messages)
[Buildroot] [PATCH 00/24 v2] system: properly handle systemd as init system (branch yem/systemd-skeleton)
2016-07-04 18:05 UTC (13+ messages)
` [Buildroot] [PATCH 02/24 v2] system: sysvinit only selects busybox-show-others if busybox is enabled
` [Buildroot] [PATCH 06/24 v2] package/systemd: disabling tty1 getty is a post-install hook
` [Buildroot] [PATCH 07/24 v2] system: provide no default for custom skeleton path
` [Buildroot] [PATCH 15/24 v2] packages: use the <PKG>_TARGET_FINALIZE_HOOKS
[PATCH for-next 0/2] uverbs and mlx5 fixes for 4.8
2016-07-04 6:27 UTC (3+ messages)
` [PATCH for-next 2/2] IB/mlx5: Fix iteration overrun in GSI qps
[Bug 93629] New: [NVE6] complete system freeze, PGRAPH engine fault on channel 2, SCHED_ERROR [ CTXSW_TIMEOUT ]
2016-07-04 18:02 UTC (3+ messages)
` [Bug 93629] "
ethtool 4.6 released
2016-07-04 18:00 UTC (9+ messages)
` ethtool needs a new maintainer
[U-Boot] [PATCH v3 00/62] dm: rockchip: sandbox: Add support for compiled-in platform data
2016-07-04 17:58 UTC (63+ messages)
` [U-Boot] [PATCH v3 01/62] sandbox: Don't print a warning for CONFIG_I2C_COMPAT
` [U-Boot] [PATCH v3 02/62] README: Remove CONFIG_SYS_MALLOC_F_LEN comment
` [U-Boot] [PATCH v3 03/62] spl: Drop include of i2c.h
` [U-Boot] [PATCH v3 04/62] Makefile: Allow the SPL final link rule to be overridden
` [U-Boot] [PATCH v3 05/62] sandbox: Allow chaining from SPL to U-Boot proper
` [U-Boot] [PATCH v3 06/62] sandbox: Support building an SPL image
` [U-Boot] [PATCH v3 07/62] sandbox: Correct header file order in cpu.c
` [U-Boot] [PATCH v3 08/62] sandbox: Add some missing headers "
` [U-Boot] [PATCH v3 09/62] sandbox: Don't use PCI in SPL
` [U-Boot] [PATCH v3 10/62] sandbox: Don't include the main loop "
` [U-Boot] [PATCH v3 11/62] sandbox: Add basic SPL implementation
` [U-Boot] [PATCH v3 12/62] sandbox: Don't use IDE and iotrace in SPL
` [U-Boot] [PATCH v3 13/62] sandbox: serial: Don't sync video "
` [U-Boot] [PATCH v3 14/62] sandbox: Add a new sandbox_spl board
` [U-Boot] [PATCH v3 15/62] sandbox: Add a test device that uses of-platdata
` [U-Boot] [PATCH v3 16/62] dm: spl: Don't set up device tree with of-platdata
` [U-Boot] [PATCH v3 17/62] dm: Makefile: Build of-platdata before SPL
` [U-Boot] [PATCH v3 18/62] dm: core: Don't use device tree with of-platdata
` [U-Boot] [PATCH v3 19/62] dm: regmap: Add a dummy implementation for of-platdata
` [U-Boot] [PATCH v3 20/62] dm: syscon: Add support "
` [U-Boot] [PATCH v3 21/62] dm: sandbox: Add a simple driver to test of-platdata
` [U-Boot] [PATCH v3 22/62] dm: Add a header that provides access to the of-platdata structs
` [U-Boot] [PATCH v3 23/62] dm: clk: Add support for of-platdata
` [U-Boot] [PATCH v3 24/62] dm: serial: "
` [U-Boot] [PATCH v3 25/62] dm: Don't include fdtdec functions when of-platdata is enabled
` [U-Boot] [PATCH v3 26/62] dm: Add an option to enable the of-platdata feature
` [U-Boot] [PATCH v3 27/62] dm: Add a README for of-platdata
` [U-Boot] [PATCH v3 28/62] dm: Add a library to provide simple device-tree access
` [U-Boot] [PATCH v3 29/62] dm: Add a tool to generate C code from a device tree
` [U-Boot] [PATCH v3 30/62] dm: Makefile: Build of-platdata files when the feature is enabled
` [U-Boot] [PATCH v3 31/62] dm: Add a more efficient libfdt library
` [U-Boot] [PATCH v3 32/62] Only build the libfdt python module if 'swig' is available
` [U-Boot] [PATCH v3 33/62] tiny-printf: Support assert()
` [U-Boot] [PATCH v3 34/62] dm: spl: Bind in all devices in SPL with of-platdata
` [U-Boot] [PATCH v3 35/62] dm: core: Rename DM_NAME_ALLOCED to DM_FLAG_NAME_ALLOCED
` [U-Boot] [PATCH v3 36/62] dtoc: Ignore the u-boot, dm-pre-reloc property
` [U-Boot] [PATCH v3 37/62] dm: Don't attach the device tree to SPL with of-platdata
` [U-Boot] [PATCH v3 38/62] dm: core: Expand platdata for of-platdata devices
` [U-Boot] [PATCH v3 39/62] sandbox: Don't bring in the eeprom emulator in SPL
` [U-Boot] [PATCH v3 40/62] dm: sandbox: Enable of-platdata for sandbox_spl
` [U-Boot] [PATCH v3 41/62] dm: core: Move regmap allocation into a separate function
` [U-Boot] [PATCH v3 42/62] dm: core: Add an implementation of regmap_init_mem_platdata()
` [U-Boot] [PATCH v3 43/62] dm: serial: ns16550: Update to support of-platdata
` [U-Boot] [PATCH v3 44/62] rockchip: serial: Add an of-platdata driver for rockchip
` [U-Boot] [PATCH v3 45/62] rockchip: Update the sdram-channel property to support of-platdata
` [U-Boot] [PATCH v3 46/62] rockchip: mmc: Move all DT decoding to ofdata_to_platdata()
` [U-Boot] [PATCH v3 47/62] rockchip: mmc: Update the driver to support of-platdata
` [U-Boot] [PATCH v3 48/62] rockchip: clk: Move all DT decoding to ofdata_to_platdata()
` [U-Boot] [PATCH v3 49/62] rockchip: clk: Update the rk3288 driver to support of-platdata
` [U-Boot] [PATCH v3 50/62] rockchip: pinctrl: "
` [U-Boot] [PATCH v3 51/62] rockchip: Move the MMC setup check earlier
` [U-Boot] [PATCH v3 52/62] rockchip: Don't use spl_boot_device() with of-platdata
` [U-Boot] [PATCH v3 53/62] rockchip: syscon: Update to work "
` [U-Boot] [PATCH v3 54/62] rockchip: sdram: Move all DT decoding to ofdata_to_platdata()
` [U-Boot] [PATCH v3 55/62] rockchip: sdram: Update the driver to support of-platdata
` [U-Boot] [PATCH v3 56/62] rockchip: Use of-platdata for firefly-rk3288
` [U-Boot] [PATCH v3 57/62] test/py: Handle testing with the sandbox_spl board
` [U-Boot] [PATCH v3 58/62] test/py: Note which console produced unexpected output
` [U-Boot] [PATCH v3 59/62] test/py: Provide a way to get early console output
` [U-Boot] [PATCH v3 60/62] test/py: Start sandbox SPL when enabled
` [U-Boot] [PATCH v3 61/62] dm: Add a test for of-platdata
` [U-Boot] [PATCH v3 62/62] dm: Update the of-platdata README for the new features
[PATCH] cacheinfo: Introduce cache id
2016-07-04 17:58 UTC (14+ messages)
4.6.3 kernel panic on ppp interface termination (__tcf_hash_release / spinlock )
2016-07-04 17:38 UTC
[PATCH -next] hfsc: reduce hfsc_sched to 14 cachelines
2016-07-04 17:57 UTC (2+ messages)
[Bug 80419] New: XCOM: Enemy Known Causes lockup
2016-07-04 17:57 UTC (2+ messages)
` [Bug 80419] XCOM: Enemy Unknown "
[PATCH] Btrfs: use the correct struct for BTRFS_IOC_LOGICAL_INO
2016-07-04 17:57 UTC (2+ messages)
[PATCH 00/18] arm/altp2m: Introducing altp2m to ARM
2016-07-04 17:56 UTC (10+ messages)
` [PATCH 01/18] arm/altp2m: Add cmd-line support for altp2m on ARM
` [PATCH 04/18] arm/altp2m: Add altp2m init/teardown routines
[kernel-hardening] [PATCH v4 00/29] virtually mapped stacks and thread_info cleanup
2016-07-04 17:56 UTC (8+ messages)
` [kernel-hardening] [PATCH v4 01/29] bluetooth: Switch SMP to crypto_cipher_encrypt_one()
` [kernel-hardening] "
` "
[PATCH] fs: btrfs: Replace -ENOENT by -ERANGE in btrfs_get_acl()
2016-07-04 17:53 UTC (2+ messages)
Git doesn't always add files to a commit (amend)
2016-07-04 17:48 UTC (2+ messages)
` [PATCH] cache-tree.c: fix i-t-a check skipping directory updates sometimes
[ath9k-devel] [PATCH] ath9k: Switch to using mac80211 intermediate software queues
2016-07-04 17:47 UTC (3+ messages)
` "
[Qemu-devel] [Bug 1297218] Re: guest hangs after live migration due to tsc jump
2016-07-04 17:35 UTC
[PATCHv4 0/2] USB Type-C Connector class
2016-07-04 17:45 UTC (10+ messages)
` [PATCHv4 1/2] usb: USB Type-C connector class
[Buildroot] [PATCH v6 0/3] Add docker engine support
2016-07-04 17:45 UTC (7+ messages)
` [Buildroot] [PATCH v6 2/3] docker-containerd: new package
` [Buildroot] [PATCH v6 3/3] docker-engine: "
[rfc patch] sched/fair: Use instantaneous load for fork/exec balancing
2016-07-04 17:43 UTC (6+ messages)
[PATCH v7 00/17] KVM: arm64: GICv3 ITS emulation
2016-07-04 17:40 UTC (9+ messages)
` [PATCH v7 10/17] KVM: arm64: introduce new KVM ITS device
[PATCH] scsi: bnx2i: convert to kworker
2016-07-04 17:40 UTC
split directories into branches
2016-07-04 17:39 UTC (2+ messages)
[PATCH 00/14] PCI: trivial demodularization of builtin code
2016-07-04 17:37 UTC (3+ messages)
` [PATCH 04/14] PCI: generic: make it explicitly non-modular
[PATCH 1/4] dt-bindings: mfd: Add STM32F4 RCC numeric constants into DT include file
2016-07-04 17:36 UTC (9+ messages)
` [PATCH 2/4] dt-bindings: Document the STM32 reset bindings
` [PATCH 3/4] drivers: reset: Add STM32 reset driver
[PATCH 1/2] btrfs: fix fsfreeze hang caused by delayed iputs deal
2016-07-04 17:35 UTC (2+ messages)
Configure supervision timeout
2016-07-04 17:33 UTC (4+ messages)
[Qemu-devel] [PATCH] xlnx_dp: fix iffy xlnx_dp_aux_push_tx_fifo
2016-07-04 17:30 UTC (4+ messages)
` [Qemu-devel] [PATCH] aux: fix break that wanted to break two levels out
LE ControllerMode fails with Google Chrome
2016-07-04 17:30 UTC (2+ messages)
[Xenomai] RTnet - List corruption when creating packet socket two consecutive times
2016-07-04 17:30 UTC (4+ messages)
[Qemu-devel] [RFC PATCH 0/2] seabios: add serial console support
2016-07-04 17:28 UTC (10+ messages)
` [Qemu-devel] [RFC PATCH 1/2] serial console, output
` [Qemu-devel] [SeaBIOS] "
[Qemu-arm] [PATCH] target-arm/arm-semi.c: In SYS_HEAPINFO use correct type for 'limit'
2016-07-04 17:02 UTC (4+ messages)
` [Qemu-devel] "
[Xenomai] Pb with 4 serial ports Moxa card
2016-07-04 17:27 UTC (5+ messages)
Alsa driver for Tascam US-16x08
2016-07-04 17:25 UTC
[Qemu-devel] [PATCH] char: do not use atexit cleanup handler
2016-07-04 17:19 UTC (8+ messages)
[PATCH] iio: Add iio.git tree to MAINTAINERS
2016-07-04 17:19 UTC (2+ messages)
[PATCH v2 0/7] iio:st_pressure: improvements
2016-07-04 17:17 UTC (20+ messages)
` [PATCH v2 1/7] iio:st_sensors: align on storagebits boundaries
` [PATCH v2 2/7] iio:st_pressure: align storagebits on power of 2
` [PATCH v2 3/7] iio:st_pressure: document sampling gains
` [PATCH v2 4/7] iio:st_pressure: temperature triggered buffering
` [PATCH v2 5/7] iio:st_pressure:lps22hb: open drain support
` [PATCH v2 6/7] iio:st_pressure:lps22hb: temperature support
` [PATCH v2 7/7] iio:st_pressure: clean useless static channel initializers
[U-Boot] [PATCH] net: rtl8169: Fix return value for rtl_send_common
2016-07-04 17:14 UTC (4+ messages)
[PATCH 0/2] arm64: Add support for CLOCK_MONOTONIC_RAW in clock_gettime() vDSO
2016-07-04 17:12 UTC (4+ messages)
` [PATCH 1/2] arm64: Refactor vDSO time functions
[RFC v5 0/6] KVM: arm/arm64: gsi routing support
2016-07-04 17:12 UTC (7+ messages)
` [RFC v5 1/6] KVM: api: pass the devid in the msi routing entry
` [RFC v5 2/6] KVM: kvm_host: add devid in kvm_kernel_irq_routing_entry
` [RFC v5 3/6] KVM: irqchip: convey devid to kvm_set_msi
` [RFC v5 4/6] KVM: arm/arm64: enable irqchip routing
` [RFC v5 5/6] KVM: arm/arm64: enable MSI routing
` [RFC v5 6/6] KVM: arm: enable KVM_SIGNAL_MSI and "
[PATCH] perf_event_open.2: Add a note that dyn_size is omitted if size == 0
2016-07-04 17:11 UTC (2+ messages)
[linux-4.1 baseline-only test] 66490: trouble: blocked/broken/fail/pass
2016-07-04 17:10 UTC (3+ messages)
[Qemu-devel] [PATCH for-2.7? 0/3] Two coroutine tweaks
2016-07-04 17:10 UTC (4+ messages)
` [Qemu-devel] [PATCH 1/3] coroutine: use QSIMPLEQ instead of QTAILQ
` [Qemu-devel] [PATCH 2/3] test-coroutine: prepare for the next patch
` [Qemu-devel] [PATCH 3/3] coroutine: move entry argument to qemu_coroutine_create
[PATCH 2/2] btrfs: fix free space calculation in dump_space_info()
2016-07-04 17:10 UTC (2+ messages)
[PATCH 0/6] xenconsoled: rotating log file abstration
2016-07-04 17:07 UTC (3+ messages)
[PATCH] Btrfs: fix read_node_slot to return errors
2016-07-04 17:08 UTC (2+ messages)
proftpd 1.3.5 cannot authenticate with any user
2016-07-04 17:07 UTC
[PATCH 0/6] xl/libxl: some cleanup / debugging aid patches
2016-07-04 17:06 UTC (6+ messages)
` [PATCH 4/6] libxl: debug output for args and env when invoking hotplug script
[PATCH] x86/microcode: Remove unused symbol exports
2016-07-04 17:05 UTC
[U-Boot] [PATCH] SPL: tiny-printf: avoid any BSS usage
2016-07-04 17:05 UTC (3+ messages)
[PATCH v2] cxl: Refine slice error debug messages
2016-07-04 17:05 UTC (2+ messages)
[PATCH] modules: kernel: add phy and power modules to generic initrd
2016-07-04 17:05 UTC (2+ messages)
4.7-rc6, ext4, sparc64: Unable to handle kernel paging request at
2016-07-04 17:04 UTC (4+ messages)
[PATCH v2] cdc-wdm: fix "out-of-sync" due to missing notifications
2016-07-04 17:01 UTC (6+ messages)
[PATCH 0/2] mmc: sdhci-iproc: Use defines instead of magic numbers
2016-07-04 17:02 UTC (3+ messages)
[PATCH] Fix bss mapping for the interpreter in binfmt_elf
2016-07-04 17:01 UTC (3+ messages)
[PATCH v4 0/3] Add Broadcom iproc-static-adc controller driver
2016-07-04 16:59 UTC (6+ messages)
` [PATCH v4 3/3] ARM:dts-Add dt node for Broadcom iproc-static-adc
[PATCH] drm/i915:gen9: implement WaMediaPoolStateCmdInWABB
2016-07-04 16:59 UTC (2+ messages)
[PATCH RFC] sched: Make wake_up_nohz_cpu() handle CPUs going offline
2016-07-04 16:55 UTC (7+ messages)
[PATCH v2 0/2] Add audio support for Microsoft Surface 3 tablet
2016-07-04 16:53 UTC (3+ messages)
` [PATCH v2 1/2] ASoC: rt5645: Add support for "
` [PATCH v2 2/2] ASoC: Intel: Atom: add quirk for CHT w/ RT5645
[PATCH] Btrfs: fix double free of fs root
2016-07-04 16:52 UTC (2+ messages)
[PATCH] [alsa-lib] conf/ucm: chtrt5645: Add UCM config for chtrt5645
2016-07-04 16:51 UTC
[PATCH] vfs: fix typo in link_path_walk()
2016-07-04 16:48 UTC
Failing OSDs (suicide timeout) due to flaky clients
2016-07-04 16:48 UTC (3+ messages)
[Qemu-devel] [PULL 26/36] usb xhci: change msi/msix property type
2016-07-04 16:48 UTC (11+ messages)
` [Qemu-devel] [PULL 27/36] intel-hda: change msi "
` [Qemu-devel] [PULL 28/36] mptsas: "
` [Qemu-devel] [PULL 29/36] megasas: change msi/msix "
` [Qemu-devel] [PULL 30/36] pci bridge dev: change msi "
` [Qemu-devel] [PULL 31/36] pci: Convert msi_init() to Error and fix callers to check it
` [Qemu-devel] [PULL 32/36] megasas: remove unnecessary megasas_use_msi()
` [Qemu-devel] [PULL 33/36] mptsas: remove unnecessary internal msi state flag
` [Qemu-devel] [PULL 34/36] vmxnet3: "
` [Qemu-devel] [PULL 35/36] e1000e: "
` [Qemu-devel] [PULL 36/36] vmw_pvscsi: "
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.