messages from 2017-06-22 06:53:01 to 2017-06-22 07:54:15 UTC [more...]
[PATCH] rcu: remove unused variable in boot_cpu_state_init
2017-06-22 7:54 UTC (6+ messages)
[U-Boot] [PATCH 1/5] dm: ofnode: use ofnode_read_bool() to check property existence
2017-06-22 7:54 UTC (5+ messages)
` [U-Boot] [PATCH 2/5] dm: ofnode: simplify ofnode_read_prop()
` [U-Boot] [PATCH 3/5] dm: ofnode: rename ofnode_read_prop() to ofnode_get_property()
` [U-Boot] [PATCH 4/5] dm: ofnode: rename dev_read_prop() to dev_get_property()
` [U-Boot] [PATCH 5/5] dm: ofnode: simplify ofnode_read_bool()
[RFC PATCH] gcm - fix setkey cache coherence issues
2017-06-22 7:53 UTC (3+ messages)
[PATCH] btrfs-progs: lowmem check: Fix false alert about file extent interrupt
2017-06-22 7:52 UTC
[U-Boot] [PATCH] mmc: add static to spl_mmc_get_device_index()
2017-06-22 7:52 UTC
[PATCH v1 00/19] tools/kvm_stat: More misc patches
2017-06-22 7:52 UTC (13+ messages)
` [PATCH v1 16/19] tools/kvm_stat: add new interactive command 't'
[Qemu-devel] [PATCH v1 0/3] target/s390x: implement idte and improve ipte
2017-06-22 7:51 UTC (4+ messages)
` [Qemu-devel] [PATCH v1 1/3] target/s390x: Indicate and check for local tlb clearing
[U-Boot] [PATCH] i2c_eeprom: add static to i2c_eeprom_std_ops/probe
2017-06-22 7:51 UTC
[PATCH v1] s390x: add stidp interception test
2017-06-22 7:51 UTC (5+ messages)
[U-Boot] [PATCH] gpio: add static to get_function()
2017-06-22 7:50 UTC
[PATCH 0/7] RPi touchscreen as a panel driver again
2017-06-22 7:50 UTC (8+ messages)
` [PATCH 1/7] drm/bridge: Support hotplugging panel-bridge
[U-Boot] [PATCH] dm: include <dm/util.h> from drivers/core/util.c
2017-06-22 7:50 UTC
[PATCH RESEND v11 0/3] Enhancement to intel_dp_aux_backlight driver
2017-06-22 7:49 UTC (2+ messages)
ba714a9c1dea ("pinctrl/amd: Use regular interrupt instead of chained")
2017-06-22 7:48 UTC
[U-Boot] [PATCH] net: add static to do_tftpput()
2017-06-22 7:49 UTC
[U-Boot] [PATCH] serial: make serial_stub_* to static functions
2017-06-22 7:48 UTC
[PATCH 0/2] Add I2C driver for ZTE ZX2967 family SoCs
2017-06-22 7:48 UTC (7+ messages)
` [PATCH 2/2] i2c: zx2967: add i2c controller driver for ZTE's zx2967 family
[RFC PATCH 00/10] x86: undwarf unwinder
2017-06-22 7:47 UTC (5+ messages)
` [RFC PATCH 04/10] objtool: add undwarf debuginfo generation
[U-Boot] [PATCH] ARM: dts: uniphier: sync DT with Linux next-20170622
2017-06-22 7:46 UTC
cfg80211_ops
2017-06-22 7:45 UTC (4+ messages)
[Qemu-devel] Guest unresponsive after Virtqueue size exceeded error
2017-06-22 7:43 UTC (10+ messages)
[PATCH] lpfc: fix refcount error on node list
2017-06-22 7:42 UTC (2+ messages)
[U-Boot] [PATCH] ARM: uniphier: fix various sparse warnings
2017-06-22 7:42 UTC
[PATCH] lpfc: Fix nvme io stoppage after link bounce
2017-06-22 7:41 UTC (2+ messages)
[Qemu-trivial] [PATCH] input: Decrement queue count on kbd delay
2017-06-22 7:41 UTC (2+ messages)
` [Qemu-devel] "
[Qemu-trivial] [PATCH] hid: Reset kbd modifiers on reset
2017-06-22 7:41 UTC (2+ messages)
` [Qemu-devel] "
[U-Boot] Please pull u-boot-x86
2017-06-22 7:41 UTC
[PATCH 2/2] xen/livepatch: Don't crash on encountering STN_UNDEF relocations
2017-06-22 7:40 UTC (3+ messages)
` [PATCH for-4.9 v2] "
[PATCH 00/17 v5] SBSA UART emulation support in Xen
2017-06-22 7:38 UTC (18+ messages)
` [PATCH 01/17 v5] xen/arm: vpl011: Move vgic register access functions to vreg.h
` [PATCH 02/17 v5] xen/arm: vpl011: Rename vgic_reg* functions definitions and calls to vreg_reg*
` [PATCH 03/17 v5] xen/arm: vpl011: Define common ring buffer helper functions in console.h
` [PATCH 04/17 v5] xen/arm: vpl011: Add SBSA UART emulation in Xen
` [PATCH 05/17 v5] xen/arm: vpl011: Allocate a new GFN in the toolstack for vuart
` [PATCH 06/17 v5] xen/arm: vpl011: Add support for vuart in libxl
` [PATCH 07/17 v5] xen/arm: vpl011: Rearrange xen header includes in alphabetical order in domctl.c
` [PATCH 08/17 v5] xen/arm: vpl011: Add a new domctl API to initialize vpl011
` [PATCH 09/17 v5] xen/arm: vpl011: Add a new vuart node in the xenstore
` [PATCH 10/17 v5] xen/arm: vpl011: Modify xenconsole to define and use a new console structure
` [PATCH 11/17 v5] xen/arm: vpl011: Rename the console structure field conspath to xspath
` [PATCH 12/17 v5] xen/arm: vpl011: Modify xenconsole functions to take console structure as input
` [PATCH 13/17 v5] xen/arm: vpl011: Modify xenconsole to support multiple consoles
` [PATCH 14/17 v5] xen/arm: vpl011: Add support for vuart console in xenconsole
` [PATCH 15/17 v5] xen/arm: vpl011: Add a new vuart console type to xenconsole client
` [PATCH 16/17 v5] xen/arm: vpl011: Add a pl011 uart DT node in the guest device tree
` [PATCH 17/17 v5] xen/arm: vpl011: Update documentation for vuart console support
[PATCH 0/6] PM: Unify the handling of device wakeup settings
2017-06-22 7:39 UTC (3+ messages)
` [PATCH 2/6] ACPI / PM: Consolidate device wakeup settings code
[PATCH] Fix 'btrfs device stats --check' cli option
2017-06-22 7:38 UTC
[PATCH v4 0/3] Support TCP/IPv4 GRO in DPDK
2017-06-22 7:39 UTC (7+ messages)
` [PATCH v5 "
` [PATCH v5 2/3] lib/gro: add TCP/IPv4 GRO support
[PATCH] drm/amdgpu: export gpu always on cu bitmap
2017-06-22 7:37 UTC (3+ messages)
` [PATCH v2] "
[PATCH] [PATCH v2] perf test: add platform dependency to test 15
2017-06-22 7:36 UTC
[PATCH 00/28] Create a reference backend for packed refs
2017-06-22 7:36 UTC (6+ messages)
[PATCH 1/3] drm/amdgpu: fix a typo
2017-06-22 7:35 UTC (2+ messages)
[Qemu-devel] [PATCH v2 00/21] travis: speedup to reduce failures
2017-06-22 7:35 UTC (5+ messages)
` [Qemu-devel] [RFC PATCH v2 21/21] ui/vnc: silent unuseful OSX clang warning
[U-Boot] [PATCH v3] powerpc: Restore core of mpc8xx
2017-06-22 7:35 UTC (2+ messages)
[U-Boot] [PATCH] usb: add static to local symbols
2017-06-22 7:35 UTC
[PATCH] RFC: platform/x86: wmi: Fix check for method instance number
2017-06-22 7:33 UTC (4+ messages)
[PATCH] copy-list: remove nfc platform data headers
2017-06-22 7:33 UTC
4.12-rc5+: segfault while compiling, on rp3410
2017-06-22 7:32 UTC (3+ messages)
[PATCH v3 00/11] PCID and improved laziness
2017-06-22 7:32 UTC (11+ messages)
` [PATCH v3 01/11] x86/mm: Don't reenter flush_tlb_func_common()
` [PATCH v3 05/11] x86/mm: Track the TLB's tlb_gen and update the flushing algorithm
[PATCH v3 1/3] drm/rockchip: dw_hdmi: add RK3399 HDMI support
2017-06-22 7:31 UTC (7+ messages)
` [PATCH v3.1 "
[PATCH V3] backport: handle change in netdevice destructor usage
2017-06-22 7:31 UTC
[U-Boot] [PATCH 00/11] powerpc, 8xx: restore support
2017-06-22 7:30 UTC (6+ messages)
` [U-Boot] [PATCH 11/11] powerpc, 8xx: Add a directory for soon to come boards from CSSI
` [U-Boot] [PATCHv2] powerpc: Restore core of mpc8xx
[PATCH v2 0/5] KVM: SVM: improve NMI window singlestep
2017-06-22 7:30 UTC (3+ messages)
patch "xhci: Limit USB2 port wake support for AMD Promontory hosts" added to usb-linus
2017-06-22 7:28 UTC (2+ messages)
[PATCH] iommu: arm-smmu: Handle return of iommu_device_register
2017-06-22 7:27 UTC (2+ messages)
[PATCH v2 0/7] add some device nodes support for rk322x SoC
2017-06-22 7:27 UTC (21+ messages)
` [PATCH v2 1/7] ARM: dts: rockchip: add cpu enable method for rk3228 SoC
` [PATCH v2 2/7] ARM: dts: rockchip: add basic dtsi file for RK3229 SoC
` [PATCH v2 3/7] Documentation: rockchip-dw-mshc: add description for rk3228
` [PATCH v2 4/7] ARM: dts: rockchip: fix compatible string for eMMC node of rk3228 SoC
` [PATCH v2 5/7] ARM: dts: rockchip: add sdmmc and sdio nodes for "
` [PATCH v2 6/7] ARM: dts: rockchip: Add io-domain node for rk3228
` [PATCH v2 7/7] ARM: dts: rockchip: add efuse device "
[Qemu-devel] Floating point unit bugs
2017-06-22 7:25 UTC (12+ messages)
` [Qemu-devel] [Qemu-ppc] "
[PATCH 0/2] x86/p2m: some code simplification
2017-06-22 7:25 UTC (4+ messages)
` [PATCH 1/2] x86/p2m: simplify p2m_next_level()
[PATCH 1/4] drm/vc4: Hook up plane prepare_fb to lookup dma-buf reservations
2017-06-22 7:22 UTC (7+ messages)
` [PATCH 2/4] drm/vc4: Wait for fences interruptibly in blocking mode
` [PATCH 3/4] drm/vc4: Use the atomic state's commit workqueue
[RFC PATCH 0/2] daxfile: enable byte-addressable updates to pmem
2017-06-22 7:23 UTC (10+ messages)
` [RFC PATCH 2/2] mm, fs: daxfile, an interface for "
[PATCH] ecryptfs: Fix stat command displays wrong file size in xattr region
2017-06-22 7:21 UTC
[PATCH v3] x86/mm: Fix incorrect for loop count calculation in sync_global_pgds
2017-06-22 7:22 UTC (4+ messages)
` [tip:x86/urgent] x86/mm: Fix boot crash caused by incorrect loop count calculation in sync_global_pgds()
[linux-next test] 110923: tolerable FAIL
2017-06-22 7:22 UTC
[PATCH] iommu: arm-smmu-v3: make of_device_ids const
2017-06-22 7:21 UTC (3+ messages)
[PATCH 01/15] clk: ingenic: Fix recalc_rate for clocks with fixed divider
2017-06-22 7:21 UTC (7+ messages)
` [PATCH v2 01/17] clk: ingenic: Use const pointer to clk_ops in struct
` [PATCH v2 15/17] MIPS: JZ4770: Workaround for corrupted DMA transfers
clock skew on Jenkins builders causing Shaman builds to fail
2017-06-22 7:20 UTC (2+ messages)
Alsa-lib: Dmix slowptr latency behaviour
2017-06-22 7:18 UTC (3+ messages)
[PATCH v2 0/2] mtd: spi-nor: aspeed: add dual read and command mode support
2017-06-22 7:18 UTC (3+ messages)
` [PATCH v2 1/2] mtd: spi-nor: aspeed: add support for SPI dual IO read mode
` [PATCH v2 2/2] mtd: spi-nor: aspeed: use command mode for reads
[PATCH v2] PM / Domains: Call driver's noirq callbacks
2017-06-22 7:18 UTC (3+ messages)
` [PATCH v3] "
[Qemu-devel] [PATCH RFC v19 00/13] QEMU AVR 8 bit cores
2017-06-22 7:15 UTC (2+ messages)
[PATCH net 1/2] xfrm6: Fix IPv6 payload_len in xfrm6_transport_finish
2017-06-22 7:15 UTC (6+ messages)
[Intel-wired-lan] [jkirsher-next-queue:dev-queue] BUILD SUCCESS b970eeff5f64157c2db06b907e4782a1e4755ba7
2017-06-22 7:15 UTC
[RESEND-CI v4 00/15] HDMI YCBCR output handling in DRM layer
2017-06-22 7:14 UTC (5+ messages)
` [RESEND-CI v4 09/15] drm: add helper functions for YCBCR output handling
` [Intel-gfx] "
` [PATCH v5 7/7] drm: create hdmi output property
` [Intel-gfx] "
[U-Boot] [PATCH v2 00/18] usb: xhci: Fix USB xHCI support on Intel platform
2017-06-22 7:14 UTC (19+ messages)
` [U-Boot] [PATCH v2 01/18] usb: xhci: Remove incorrect comments for struct xhci_container_ctx
` [U-Boot] [PATCH v2 02/18] usb: xhci: Correct command TRB 4th dword initialization
` [U-Boot] [PATCH v2 03/18] usb: xhci: Initialize scratchpad buffer array and scratchpad buffers
` [U-Boot] [PATCH v2 04/18] usb: xhci: Add input slot context in xhci_set_configuration()
` [U-Boot] [PATCH v2 05/18] usb: hub: Update handling connect status/change in usb_scan_port()
` [U-Boot] [PATCH v2 06/18] usb: hub: Send correct wValue to get hub descriptor of a USB 3.0 hub
` [U-Boot] [PATCH v2 07/18] usb: hub: Revise wLength for 'get port status' request
` [U-Boot] [PATCH v2 08/18] usb: hub: Change USB hub descriptor to match USB 3.0 hubs
` [U-Boot] [PATCH v2 09/18] usb: hub: Add 3.0 hub port status mask of 2.0 hub
` [U-Boot] [PATCH v2 10/18] usb: xhci: Change MAX_HC_PORTS to 255
` [U-Boot] [PATCH v2 11/18] usb: xhci: Get rid of CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTS
` [U-Boot] [PATCH v2 12/18] configs: Remove CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTS in all boards
` [U-Boot] [PATCH v2 13/18] usb: ehci: Get rid of CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS
` [U-Boot] [PATCH v2 14/18] configs: Remove CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS in all boards
` [U-Boot] [PATCH v2 15/18] usb: cmd: Print actual packet size for super speed devices
` [U-Boot] [PATCH v2 16/18] usb: xhci: Convert CONFIG_USB_XHCI_PCI to Kconfig
` [U-Boot] [PATCH v2 17/18] x86: minnowmax: Add a environment variable for USB power-on delay
` [U-Boot] [PATCH v2 18/18] x86: minnowmax: Enable USB xHCI support
[PATCH 0/7] staging: ccree: bug fixes and TODO items for 4.13
2017-06-22 7:14 UTC (9+ messages)
` [PATCH 1/7] staging: ccree: fix hash import/export
` [PATCH 2/7] staging: ccree: register setkey for none hash macs
` [PATCH 3/7] staging: ccree: add support for older HW revisions
` [PATCH 4/7] staging: ccree: remove unused function
` [PATCH 5/7] staging: ccree: add clock management support
` [PATCH 6/7] staging: ccree: add DT bus coherency detection
` [PATCH 7/7] staging: ccree: use signal safe completion wait
[PATCH 11/11] drm: remove unused and redundant callbacks
2017-06-22 7:13 UTC (6+ messages)
[U-Boot] at91: smartweb board fails with current HEAD
2017-06-22 7:07 UTC (3+ messages)
[PATCH v3 00/10] clk: implement clock rate protection mechanism
2017-06-22 7:07 UTC (8+ messages)
[PATCH] clocksource/drivers: fix uninitialized variable use in timer_of_init
2017-06-22 7:07 UTC (2+ messages)
[Qemu-devel] [PATCH 00/15] add disable-tcg option for x86 build
2017-06-22 7:06 UTC (7+ messages)
` [Qemu-devel] [PATCH 02/15] vl: add CONFIG_TCG for tcg related code
` [Qemu-devel] [PATCH 03/15] tcg: tcg_handle_interrupt() function
[PATCH] mwifiex: Do not change bss_type in change_virtual_intf
2017-06-22 7:02 UTC
TAP PMD does not work in 17.05
2017-06-22 7:05 UTC
[PATCH v2] KVM: SVM: handle singlestep exception when skipping emulated instructions
2017-06-22 7:05 UTC
[PATCH] passthrough: give XEN_DOMCTL_test_assign_device more sane semantics
2017-06-22 7:05 UTC (5+ messages)
7150bce71a ("x86/mm: Don't reenter flush_tlb_func_common()"): WARNING: CPU: 0 PID: 1 at arch/x86/mm/tlb.c:284 flush_tlb_mm_range
2017-06-22 7:02 UTC
[GSoC] Update: Week 5
2017-06-22 7:01 UTC (4+ messages)
` [GSoC][PATCH 1/6] dir: create function count_slashes
` [GSoC][PATCH 2/6] submodule--helper: introduce get_submodule_displaypath and for_each_submodule_list
[PATCH] Moved module init-functions into the module
2017-06-22 6:55 UTC (2+ messages)
[PATCH 00/11] assorted follow-ups to recent XSAs
2017-06-22 6:59 UTC (6+ messages)
` [PATCH 01/11] public: adjust documentation following XSA-217
[PATCH] mm: Refactor conversion of pages to bytes macro definitions
2017-06-22 6:58 UTC (4+ messages)
[RESEND PATCH V3] cxl: Export library to support IBM XSL
2017-06-22 6:57 UTC
[Qemu-devel] [PATCH v5 0/9] Convert to realize and cleanup
2017-06-22 6:55 UTC (8+ messages)
` [Qemu-devel] [PATCH v5 7/9] pci: Convert shpc_init() to Error
[Intel-wired-lan] [net-intel-e1000e] question about value overwrite
2017-06-22 6:54 UTC (6+ messages)
` [Intel-wired-lan] [PATCH] net: intel: e1000e: add check on e1e_wphy() return value
[PATCH RESEND 0/4] mediatek: pwm driver add MT2712/MT7622 support
2017-06-22 6:52 UTC (5+ messages)
` [PATCH RESEND 4/4] pwm: mediatek: "
[PATCH v2 0/2] Add ZTE zx-aud96p22 audio codec driver
2017-06-22 6:51 UTC (3+ messages)
` [PATCH v2 1/2] ASoC: add bindings for ZTE zx-aud96p22 audio codec
` [PATCH v2 2/2] ASoC: zx_aud96p22: add ZTE ZX AUD96P22 codec driver
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.