All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-10-02 10:32:13 to 2018-10-02 11:22:03 UTC [more...]

[PATCH v5 1/6] [media] ad5820: Define entity function
 2018-10-02 11:10 UTC  (5+ messages)
` [PATCH v5 2/6] [media] ad5820: DT new optional field enable-gpios

[U-Boot] [PATCH 0/3] Support for the Aspeed ast2500 FMC/SPI controllers
 2018-10-02 11:22 UTC  (5+ messages)
` [U-Boot] [PATCH 2/3] spi: Add support for the Aspeed ast2500 SPI controllers

[U-Boot] (no subject)
 2018-10-02 11:21 UTC  (7+ messages)
` [U-Boot] [PATCH 2/7] drivers: spi: cf_spi: migrate to DM and DT

[U-Boot] [PATCH v9 01/16] test: regmap: Increase size of syscon0 memory
 2018-10-02 11:21 UTC  (5+ messages)
` [U-Boot] [PATCH v9 07/16] mips: Implement {in, out}_{le, be}_{16, 32, 64} and {in, out}_8
` [U-Boot] [PATCH v9 12/16] regmap: Add endianness support

[U-Boot] [PATCH 00/27] virtio: Introduce VirtIO driver support
 2018-10-02 11:21 UTC  (4+ messages)

[U-Boot] [PATCH 0/2] test/py: test_fs: follow up v3 of fat write patches
 2018-10-02 11:21 UTC  (5+ messages)
` [U-Boot] [PATCH 1/2] test/py: test_fs: remove fs_type argument from umount_fs()
  ` [U-Boot] [PATCH 2/2] test/py: test_fs: add docstring comments to helper functions

[U-Boot] [PATCH v3 0/4] Add Rock960 and Ficus 96Board support
 2018-10-02 11:21 UTC  (7+ messages)
` [U-Boot] [PATCH v3 2/4] rockchip: rk3399: Add common Rock960 family from Vamrs
` [U-Boot] [PATCH v3 3/4] rockchip: rk3399: Add Rock960 CE board support
` [U-Boot] [PATCH v3 4/4] rockchip: rk3399: Add Ficus EE "

[U-Boot] [PATCH v4 00/19] AVB using OP-TEE
 2018-10-02 11:21 UTC  (12+ messages)
` [U-Boot] [PATCH v4 04/19] mmc: rpmb: add mmc_rpmb_route_frames()
` [U-Boot] [PATCH v4 10/19] optee: support routing of rpmb data frames to mmc
` [U-Boot] [PATCH v4 11/19] tee: optee: support AVB trusted application
` [U-Boot] [PATCH v4 14/19] tee: add sandbox driver
` [U-Boot] [PATCH v4 18/19] avb_verify: support sandbox configuration

[U-Boot] [PATCH 00/22] spl: Add features for passing info from SPL to U-Boot proper
 2018-10-02 11:21 UTC  (4+ messages)
` [U-Boot] [PATCH 03/22] Add core support for a bloblist to convey data from SPL

[U-Boot] [UBOOT PATCH 0/2] dm: core: Scan "/firmware" node by default
 2018-10-02 11:21 UTC  (8+ messages)
` [U-Boot] [PATCH v2 0/4] "
  ` [U-Boot] [PATCH v2 1/4] firmware: Add FIRMWARE config prompt string
  ` [U-Boot] [PATCH v2 4/4] dm: test: Add "/firmware" node scan test

[U-Boot] [PATCH] sandbox: Add an explanation of the sandbox variants
 2018-10-02 11:21 UTC  (2+ messages)

[U-Boot] [PATCH] buildman: Avoid hanging when the config changes
 2018-10-02 11:21 UTC  (2+ messages)

[U-Boot] [PATCH] include/dm.h: Remove duplicated include directive
 2018-10-02 11:21 UTC  (3+ messages)

[U-Boot] [PATCH] include/clk.h: Fix the name of the clock uclass in comment
 2018-10-02 11:20 UTC  (3+ messages)

[U-Boot] [PATCH v2 0/3] Convert fdtdec_setup_memory_banksize() to use livetree
 2018-10-02 11:20 UTC  (3+ messages)
` [U-Boot] [PATCH v2 2/3] fdt: fdtdec_setup_memory_banksize() "

[U-Boot] [RFC][PATCH] cmd: clk: Add trivial implementation of clock dump for DM
 2018-10-02 11:20 UTC  (3+ messages)

[U-Boot] [PATCH v4 1/3] drivers: Add board uclass
 2018-10-02 11:20 UTC  (10+ messages)
` [U-Boot] [PATCH v4 2/3] board: Add gazerbeam driver
` [U-Boot] [PATCH v4 3/3] test: Add tests for board uclass

[U-Boot] [PATCH v3 1/4] core: Add functions to set properties in live-tree
 2018-10-02 11:20 UTC  (13+ messages)
` [U-Boot] [PATCH v3 2/4] test: Add tests for DT-manipulation functions
` [U-Boot] [PATCH v3 3/4] core: Add dev_{disable,enable}_by_path
` [U-Boot] [PATCH v3 4/4] test: Add tests for dev_{enable, disable}_by_path

[U-Boot] [PATCH 00/31] binman: Expand support for SPL and TPL
 2018-10-02 11:20 UTC  (63+ messages)
` [U-Boot] [PATCH 01/31] fdt: Add Python support for adding/removing nodes
` [U-Boot] [PATCH 02/31] binman: Move 'special properties' docs to README.entries
` [U-Boot] [PATCH 03/31] binman: Allow 'fill' entry to have a size of 0
` [U-Boot] [PATCH 04/31] binman: Generate an error when text is not provided
` [U-Boot] [PATCH 05/31] binman: Add x86 support for starting TPL
` [U-Boot] [PATCH 06/31] binman: Tidy up the vblock entry
` [U-Boot] [PATCH 07/31] binman: Support building a selection of images
` [U-Boot] [PATCH 08/31] dtoc: Allow syncing of the device tree back to a file
` [U-Boot] [PATCH 09/31] dtoc: Fixed endianness in Prop.GetEmpty()
` [U-Boot] [PATCH 10/31] dtoc: Support adding new nodes
` [U-Boot] [PATCH 11/31] dtoc: Add methods for adding and updating properties
` [U-Boot] [PATCH 12/31] dtoc: Add a way to create an Fdt object from a data block
` [U-Boot] [PATCH 13/31] binman: Add an entry method for getting the default filename
` [U-Boot] [PATCH 14/31] binman: Move state information into a new module
` [U-Boot] [PATCH 15/31] binman: Move state logic into the state module
` [U-Boot] [PATCH 16/31] binman: Centralise device-tree updates within binman
` [U-Boot] [PATCH 17/31] binman: Obtain the list of device trees from the config
` [U-Boot] [PATCH 18/31] binman: Allow control of whether a fake DT is used
` [U-Boot] [PATCH 19/31] binman: Support updating all device tree files
` [U-Boot] [PATCH 20/31] patman: Detect missing tools and report them
` [U-Boot] [PATCH 21/31] binman: Support compressed entries
` [U-Boot] [PATCH 22/31] binman: Allow zero-size sections
` [U-Boot] [PATCH 23/31] binman: Support adding files
` [U-Boot] [PATCH 24/31] binman: Support expanding entries
` [U-Boot] [PATCH 25/31] binman: Mention section attributes in docs
` [U-Boot] [PATCH 26/31] binman: Support hashing entries
` [U-Boot] [PATCH 27/31] binman: Support x86 microcode in TPL
` [U-Boot] [PATCH 28/31] binman: Record the parent section of each section
` [U-Boot] [PATCH 29/31] binman: Correct fmap output on x86
` [U-Boot] [PATCH 30/31] binman: Support ELF files for U-Boot and SPL
` [U-Boot] [PATCH 31/31] binman: Allow writing a map file when something goes wrong

[U-Boot] [PATCH v2] cmd: usb_mass_storage: add protection for block_dev
 2018-10-02 11:20 UTC  (6+ messages)

[PATCH v8] app/testpmd: add noisy neighbour forwarding mode
 2018-10-02 11:20 UTC  (2+ messages)

[PATCH v2] drm/i915: fix wrong error number report
 2018-10-02 11:18 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: fix wrong error number report (rev2)

[PATCH] selinux: fix race when removing selinuxfs entries
 2018-10-02 11:18 UTC 

Systemd on Sumo without python3(runtime)
 2018-10-02 11:18 UTC  (8+ messages)

[PATCH v9 0/8] Introduce on-chip interconnect API
 2018-10-02 11:17 UTC  (16+ messages)
` [PATCH v9 2/8] dt-bindings: Introduce interconnect binding
` [PATCH v9 5/8] interconnect: qcom: Add RPM communication
` [PATCH v9 6/8] dt-bindings: interconnect: Document qcom,msm8916 NoC bindings

[PATCH] team: set IFF_SLAVE on team ports
 2018-10-02 11:12 UTC  (10+ messages)

perf segmentation fault from NULL dereference
 2018-10-02 11:16 UTC  (6+ messages)

[PATCH v10 0/2] Add XYUV format support
 2018-10-02 11:15 UTC  (3+ messages)
` [PATCH v10 1/2] drm: Introduce new DRM_FORMAT_XYUV
` [PATCH v10 2/2] drm/i915: Adding YUV444 packed format support for skl+

[PATCH v3] drm/cma-helper: Fix crash in fbdev error path
 2018-10-02 11:14 UTC  (2+ messages)

Bad MAINTAINERS pattern in section 'SAMSUNG EXYNOS TRUE RANDOM NUMBER GENERATOR (TRNG) DRIVER'
 2018-10-02 11:14 UTC  (3+ messages)
  ` [PATCH] dt-bindings: hwrng: Add Samsung Exynos 5250+ True RNG bindings

[PATCH v6 2/6] [media] ad5820: DT new optional field enable-gpios
 2018-10-02 11:13 UTC 

[PATCH 0/4] Add UniPhier USB3 controller and USB2 phy nodes
 2018-10-02 11:12 UTC  (10+ messages)
` [PATCH 1/4] ARM: dts: uniphier: Add USB3 controller nodes
` [PATCH 2/4] ARM: dts: uniphier: Add USB2 phy nodes
` [PATCH 3/4] arm64: dts: uniphier: Add USB3 controller nodes
` [PATCH 4/4] arm64: dts: uniphier: Add USB2 phy nodes

[PATCH] drm/i915: Show actual along side request frequency in debugfs/i915_rps_boost_info
 2018-10-02 11:11 UTC  (4+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH v3 0/2] drm/bochs: add edid support
 2018-10-02 11:10 UTC  (6+ messages)
` [PATCH v3 1/2] drm: add drm_connector_attach_edid_property()
` [PATCH v3 2/2] drm/bochs: add edid support

[GIT PULL] ARM: dts updates for arm 32 bits for v4.20
 2018-10-02 11:10 UTC  (6+ messages)

[GIT PULL] ARM: defconfig update for v4.20
 2018-10-02 11:09 UTC  (4+ messages)

[PATCH v2 1/2] x86/iommu: fix wrong usage of iommu_hwdom_inclusive
 2018-10-02 11:04 UTC  (3+ messages)
` [PATCH v2 2/2] amd/iommu: remove hidden AMD inclusive mappings

[Qemu-devel] [PATCH v4 0/9] s390x: instruction flags and AFP registers for TCG
 2018-10-02 11:07 UTC 

[Qemu-devel] [PATCH v5 0/3] Some improvements in z/Arch instructions support
 2018-10-02 11:06 UTC  (3+ messages)
` [Qemu-devel] [PATCH v5 2/3] target/s390x: exception on non-aligned LPSW(E)

[PATCH] spi: fsl-lpspi: Prevent FIFO under/overrun by default
 2018-10-02 11:06 UTC 

[PATCH v2 0/5] Clean up huge vmap and ioremap code
 2018-10-02 11:06 UTC  (6+ messages)
` [PATCH v2 1/5] ioremap: Rework pXd_free_pYd_page() API
` [PATCH v2 2/5] arm64: mmu: Drop pXd_present() checks from pXd_free_pYd_table()
` [PATCH v2 3/5] x86: pgtable: Drop pXd_none() "
` [PATCH v2 4/5] lib/ioremap: Ensure phys_addr actually corresponds to a physical address
` [PATCH v2 5/5] lib/ioremap: Ensure break-before-make is used for huge p4d mappings

[PATCHv3 0/6] mm: faster get user pages
 2018-10-02 11:05 UTC  (11+ messages)
` [PATCHv3 1/6] mm/gup_benchmark: Time put_page
` [PATCHv3 2/6] mm/gup_benchmark: Add additional pinning methods
` [PATCHv3 3/6] tools/gup_benchmark: Fix 'write' flag usage
` [PATCHv3 4/6] tools/gup_benchmark: Allow user specified file
` [PATCHv3 5/6] tools/gup_benchmark: Add parameter for hugetlb

[PATCH v2 0/7] arm64: uprobes - ARM32 instruction probing
 2018-10-02 11:04 UTC  (6+ messages)
  ` [PATCH v2 7/7] "

[linux-linus test] 128278: regressions - FAIL
 2018-10-02 11:03 UTC 

[PATCH] nvmem: only build nvmem_find_cell_by_index() if OF is enabled
 2018-10-02 11:02 UTC  (2+ messages)

[PATCH] build: add drivers_install_subdir meson option
 2018-10-02 11:02 UTC  (8+ messages)

[PATCH 1/2] drm/i915/guc: init GuC descriptors after GuC load
 2018-10-02 11:02 UTC  (2+ messages)

[PATCH v5 0/9] PCI: mediatek: fixup find_port, enable_msi and add pm, module support
 2018-10-02 11:01 UTC  (8+ messages)
` [PATCH v5 1/9] PCI: mediatek: Using slot's devfn for compare to fix mtk_pcie_find_port logic
` [PATCH v5 6/9] PCI: mediatek: Enable msi after clock enabled

[PATCH v3 0/9] x86: indirect call overhead reduction
 2018-10-02 11:00 UTC  (6+ messages)
` [PATCH v4 00/12] "
  ` [PATCH v4 10/12] IOMMU: introduce IOMMU_MIXED config option

[Qemu-arm] [PATCH v2 00/11] aspeed: misc fixes and enhancements (SMC)
 2018-10-02 10:57 UTC  (11+ messages)
` [Qemu-devel] [PATCH v2 04/11] hw/arm/aspeed: add a 'execute-in-place' property to boot directly from CE0
  ` [Qemu-arm] "
` [Qemu-devel] [PATCH v2 08/11] aspeed/smc: add support for DMAs
  ` [Qemu-arm] "
` [Qemu-devel] [PATCH v2 00/11] aspeed: misc fixes and enhancements (SMC)

[PATCH v6 00/14] Add System Error Interrupt support to Armada SoCs
 2018-10-02 10:57 UTC  (3+ messages)

[Qemu-devel] [PATCH v2 00/12] Various qemu command line options help improvements
 2018-10-02 10:54 UTC  (3+ messages)

[PATCH v3 0/2] PPTT handle Handle architecturally unknown cache types
 2018-10-02 10:57 UTC  (5+ messages)
` [PATCH v3 1/2] drivers: base: cacheinfo: Do not populate sysfs for "
` [PATCH v3 2/2] ACPI/PPTT: Handle architecturally "

[PATCH v2 1/2] mfd: madera: Increase wait time for silicon reset
 2018-10-02 10:56 UTC  (4+ messages)
` [PATCH v2 2/2] mfd: madera: Wait for BOOT_DONE before reading device ID

[PATCH v3 0/4] drivers: clk: Add ZynqMP clock driver support
 2018-10-02 10:53 UTC  (9+ messages)
` [PATCH v3 2/4] firmware: xilinx: Add zynqmp IOCTL API for device control

[PATCH] defer: Fix wrong code line
 2018-10-02  4:12 UTC  (2+ messages)

[PATCH 1/4] ethdev: add SCTP Rx checksum offload support
 2018-10-02 10:51 UTC  (3+ messages)
` [PATCH v2 1/2] "
  ` [PATCH v2 2/2] mbuf: fix Tx offload mask

[PATCH net-next iptables] Rework the xt_quota module
 2018-10-02 10:52 UTC  (9+ messages)
` [PATCH net-next] netfilter: xt_quota: fix the behavior of "

[RFC v2 1/2] ath10k: migrate to mac80211 txq scheduling
 2018-10-02 10:51 UTC  (5+ messages)

[PATCH v4 0/2] drm/blend: Add per-plane pixel blend mode property
 2018-10-02 10:51 UTC  (4+ messages)
` [PATCH] drm/i915: Add plane alpha blending support, v2

[PATCH v2 0/4] x86/HVM: implement memory read caching
 2018-10-02 10:51 UTC  (6+ messages)
` [PATCH v3 "
  ` [PATCH v3 3/4] "
    ` Ping: "
  ` Ping: [PATCH v3 0/4] "

Problems with VM_MIXEDMAP removal from /proc/<pid>/smaps
 2018-10-02 10:50 UTC  (3+ messages)

[PATCH v3 2/2] net/tap: add queues when attaching from secondary process
 2018-10-02 10:50 UTC  (6+ messages)
` [PATCH v4 1/2] net/tap: change queue fd to be pointers to process private
  ` [PATCH v4 2/2] net/tap: add queues when attaching from secondary process

[U-Boot] [PATCH] clk: Add support for Arm's Versatile Express OSC clock generators
 2018-10-02 10:50 UTC  (7+ messages)
` [U-Boot] "

[PATCH mtd-www] Add UBI stress testing section
 2018-10-02 10:49 UTC 

alsactl monitor spins at 100% cpu after unplugging USB headphones
 2018-10-02 10:48 UTC  (3+ messages)

[PATCH] ethdev: get rxq interrupt fd
 2018-10-02 10:48 UTC  (3+ messages)
` [PATCH v3] "

[U-Boot] [PATCH] dm: core: Widen the dump tree to show more of the driver's name
 2018-10-02 10:46 UTC  (4+ messages)

[PATCH v2] x86/earlyprintk: Add a force option for pciserial device
 2018-10-02 10:44 UTC  (10+ messages)

[PATCH] xfs: avoid lockdep false positives in xfs_trans_alloc
 2018-10-02  4:02 UTC  (6+ messages)

[PATCH] drm: gma500: Replace 120ms mdelay calls in mdfld_dsi_pkg_sender.c
 2018-10-02 10:42 UTC  (4+ messages)

[PATCH] regmap: use less #ifdef for LOG_DEVICE
 2018-10-02 10:42 UTC 

Question of usage of per_thread()
 2018-10-02  4:00 UTC  (4+ messages)

[PATCH] mbuf: clarify QINQ flag usage
 2018-10-02 11:36 UTC  (3+ messages)
` [PATCH v2] "

[Qemu-arm] [PATCH] target/arm: fix code comments error
 2018-10-02 10:39 UTC  (3+ messages)
  ` [Qemu-devel] "

Registering a profile
 2018-10-02 10:39 UTC  (4+ messages)

[qemu-mainline test] 128291: tolerable FAIL - PUSHED
 2018-10-02 10:39 UTC 

[PATCH v3 0/4] arm64 live patching
 2018-10-02 10:39 UTC  (6+ messages)
` [PATCH v3 2/4] arm64: implement ftrace with regs

[xen-unstable test] 128240: regressions - FAIL
 2018-10-02 10:36 UTC  (13+ messages)

[Qemu-devel] racing between pause_all_vcpus() and qemu_cpu_stop()
 2018-10-02 10:34 UTC  (9+ 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.