messages from 2018-10-24 16:26:39 to 2018-10-24 17:41:24 UTC [more...]
[PATCH 0/2] iio: potentiometer: tpl0102: improve driver to report steps/range
2018-10-24 17:30 UTC (3+ messages)
` [PATCH 1/2] iio: potentiometer: tpl0102: switch to using pointer to chip config
[Qemu-devel] [PATCH] disas/mips: Increase 'member of ISAs' flag holder size
2018-10-24 17:40 UTC (2+ messages)
[v2 0/2] Enable Plane Input CSC for ICL
2018-10-24 17:41 UTC (2+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
[V3, 0/4] platform: dwc: Add of DesignWare MIPI CSI-2 Host
2018-10-24 17:40 UTC (5+ messages)
` [V3, 1/4] Documentation: dt-bindings: phy: Document the Synopsys MIPI DPHY Rx bindings
` [V3, 3/4] Documentation: dt-bindings: media: Document bindings for DW MIPI CSI-2 Host
[Qemu-devel] Error with Virtio DMA Remapping
2018-10-24 17:38 UTC
[PATCH] drm/i915: Use intel_panel_actually_set_backlight() to disable PWM backlight
2018-10-24 17:38 UTC (6+ messages)
` ✓ Fi.CI.BAT: success for "
Host console logs service
2018-10-24 17:38 UTC (2+ messages)
[U-Boot] [PATCH v11 01/16] test: regmap: Increase size of syscon0 memory
2018-10-24 17:35 UTC (18+ messages)
` [U-Boot] [PATCH v11 05/16] regmap: Introduce init_range
` [U-Boot] [PATCH v11 06/16] regmap: Add error output
` [U-Boot] [PATCH v11 08/16] regmap: Add raw read/write functions
` [U-Boot] [PATCH v11 09/16] regmap: Support reading from specific range
` [U-Boot] [PATCH v11 10/16] regmap: Define regmap_{get,set}
` [U-Boot] [PATCH v11 11/16] test: regmap: Add test for regmap_{set, get}
` [U-Boot] [PATCH v11 12/16] regmap: Add endianness support
` [U-Boot] [PATCH v11 13/16] regmap: Add overview documentation
[PATCH] Change judgment len position
2018-10-24 17:34 UTC (9+ messages)
[mm PATCH v3 0/6] Deferred page init improvements
2018-10-24 17:35 UTC (10+ messages)
` [mm PATCH v3 4/6] mm: Move hot-plug specific memory init into separate functions and optimize
[PATCH bpf] bpf: devmap: fix wrong interface selection in notifier_call
2018-10-24 9:07 UTC (2+ messages)
[linux-lvm] Question about speed of boot with mirror and lvm
2018-10-24 17:34 UTC
[RFC PATCH 0/2] improve vmalloc allocation
2018-10-24 17:34 UTC (12+ messages)
[PATCH v2 0/2] tty: serial: add DT bindings and serial driver for the SiFive FU540 UART
2018-10-24 17:32 UTC (15+ messages)
` [PATCH v2 1/2] dt-bindings: serial: add documentation for the SiFive UART driver
TSC to Mono-raw Drift
2018-10-24 17:32 UTC (11+ messages)
Fix VGA logdirty related display freezes with altp2m
2018-10-24 17:31 UTC (13+ messages)
[U-Boot] [PATCH 0/5] Get socfpga gen5 SPL working again
2018-10-24 17:32 UTC (7+ messages)
` [U-Boot] [PATCH 0/6] "
` [U-Boot] [PATCH 5/6] serial: ns16550: fix debug uart putc called before init
[U-Boot] [PATCH] uclass: Use uclass_foreach_dev() macro instead of open coding
2018-10-24 17:32 UTC (6+ messages)
` [U-Boot] [PATCH v2] "
[U-Boot] [PATCH v3 00/31] virtio: Introduce VirtIO driver support
2018-10-24 17:32 UTC (69+ messages)
` [U-Boot] [PATCH v3 01/31] dm: core: Allow uclass to set up a device's child after it is probed
` [U-Boot] [PATCH v3 02/31] test: dm: core: Add test case for uclass driver's child_post_probe()
` [U-Boot] [PATCH v3 03/31] riscv: bootm: Add dm_remove_devices_flags() call to do_bootm_linux()
` [U-Boot] [PATCH v3 04/31] dm: Add a new uclass driver for VirtIO transport devices
` [U-Boot] [PATCH v3 05/31] virtio: Add codes for virtual queue/ring management
` [U-Boot] [PATCH v3 06/31] virtio: Add virtio over mmio transport driver
` [U-Boot] [PATCH v3 07/31] virtio: Add net driver support
` [U-Boot] [PATCH v3 08/31] test: dm: blk: Correct blk_base test case
` [U-Boot] [PATCH v3 09/31] sandbox: blk: Switch to use platdata_auto_alloc_size for the driver data
` [U-Boot] [PATCH v3 10/31] efi_driver: "
` [U-Boot] [PATCH v3 11/31] blk: Call part_init() in the post_probe() method
` [U-Boot] [PATCH v3 12/31] blk: Drop blk_prepare_device()
` [U-Boot] [PATCH v3 13/31] blk: Make blk_next_free_devnum() public
` [U-Boot] [PATCH v3 14/31] blk: Introduce IF_TYPE_VIRTIO
` [U-Boot] [PATCH v3 15/31] virtio: Add block driver support
` [U-Boot] [PATCH v3 16/31] virtio: cmd: Add virtio command for virtio devices
` [U-Boot] [PATCH v3 17/31] riscv: qemu: Enumerate virtio bus during early boot
` [U-Boot] [PATCH v3 18/31] riscv: qemu: Include some useful commands
` [U-Boot] [PATCH v3 19/31] kconfig: Introduce HAVE_ARCH_IOMAP
` [U-Boot] [PATCH v3 20/31] x86: Implement arch-specific io accessor routines
` [U-Boot] [PATCH v3 21/31] virtio: Add virtio over pci transport driver
` [U-Boot] [PATCH v3 22/31] arm: qemu: Add a Kconfig in the board directory
` [U-Boot] [PATCH v3 23/31] arm: qemu: Enumerate virtio bus during early boot
` [U-Boot] [PATCH v3 24/31] x86: qemu: Imply virtio PCI transport and device drivers
` [U-Boot] [PATCH v3 25/31] dm: pci: Add APIs to find next capability and extended capability
` [U-Boot] [PATCH v3 26/31] test: dm: pci: Add cases for finding next PCI capability APIs
` [U-Boot] [PATCH v3 27/31] virtio: pci: Support non-legacy PCI transport device
` [U-Boot] [PATCH v3 28/31] virtio: net: Support non-legacy device
` [U-Boot] [PATCH v3 29/31] virtio: Add a Sandbox transport driver
` [U-Boot] [PATCH v3 30/31] test: dm: virtio: Add test cases for virtio uclass
` [U-Boot] [PATCH v3 31/31] doc: Document virtio support
[RFC] [PATCH] netfilter: Fix kmemleak false positive reports
2018-10-24 17:29 UTC (2+ messages)
[Qemu-devel] [PATCH 0/3] target/mips: Add some nanoMIPS bits and pieces
2018-10-24 17:29 UTC (4+ messages)
` [Qemu-devel] [PATCH 1/3] target/mips: Add nanoMIPS CRC32 instruction pool
` [Qemu-devel] [PATCH 2/3] target/mips: Implement emulation of nanoMIPS EVA instructions
` [Qemu-devel] [PATCH 3/3] target/mips: Add disassembler support for nanoMIPS
xfs_alloc_ag_vextent_near() takes about 30ms to complete
2018-10-24 9:02 UTC (5+ messages)
[PATCH] gpio: pl061: Move irq_chip definition inside struct pl061
2018-10-24 17:29 UTC
[PATCH security-next v5 00/30] LSM: Explict ordering
2018-10-24 8:56 UTC (14+ messages)
[PATCH v4 0/5] arm64: dts: qcom: sdm845: Add UFS DT nodes
2018-10-24 17:27 UTC (6+ messages)
` [PATCH v4 1/5] dt-bindings: phy-qcom-qmp: Fix register underspecification
` [PATCH v4 2/5] phy: qcom-qmp: Utilize fully-specified DT registers
` [PATCH v4 3/5] arm64: dts: qcom: sdm845: add UFS controller
` [PATCH v4 4/5] arm64: dts: qcom: sdm845: Add UFS nodes for sdm845-mtp
` [PATCH v4 5/5] arm64: dts: qcom: sdm845: Add USB PHY lane two
[PATCH 1/2] locking/lockdep: restore cross-release checks
2018-10-24 17:28 UTC (2+ messages)
` ✓ Fi.CI.IGT: success for series starting with [1/2] "
[PATCH -V6 00/21] swap: Swapout/swapin THP in one piece
2018-10-24 17:27 UTC (9+ messages)
` [PATCH -V6 06/21] swap: Support PMD swap mapping when splitting huge PMD
` [PATCH -V6 14/21] swap: Support to move swap account for PMD swap mapping
[PATCH v3] i2c:amd I2C Driver based on PCI Interface for upcoming, platform
2018-10-24 17:26 UTC (4+ messages)
[PATCH v2] bpf: btf: Fix a missing-check bug
2018-10-24 17:26 UTC (2+ messages)
[Bug 108317] [Polaris] Black Textures on Polaris only in Cemu Zelda Breath of the Wild
2018-10-24 17:26 UTC (2+ messages)
` [Bug 108317] [GCN3] Black Textures only on GCN3 in Cemu Zelda Breath of the Wild (OpenGL 4.5)
[PATCH] iwlwifi: pcie: align licensing to dual GPL/BSD
2018-10-24 17:25 UTC (2+ messages)
[PATCH v3 0/6] net/mlx5: flow counters support for Linux-rdma v19
2018-10-24 17:25 UTC (6+ messages)
` "
` [PATCH v4 8/8] net/mlx5: support new flow counter API
[PATCH 1/4] drm/sun4i: tcon: Support an active-low DE signal with RGB interface
2018-10-24 17:24 UTC (15+ messages)
` [PATCH 2/4] drm/panel: simple: Add support for the Lemaker BL035 3.5" LCD
[PATCH] drm/i915: Simplify has_sagv
2018-10-24 17:23 UTC (6+ messages)
[Cluster-devel] GFS2: Patches pulled
2018-10-24 17:21 UTC
[PATCH 1/2] ALSA: x86: Fix runtime PM for hdmi-lpe-audio
2018-10-24 17:19 UTC (6+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] "
` ✓ Fi.CI.BAT: success "
[Qemu-devel] [PATCH] linux-user/flatload: fix initial stack pointer alignment
2018-10-24 17:19 UTC (3+ messages)
[PATCH] range-diff: allow to diff files regardless submodule
2018-10-24 17:19 UTC (9+ messages)
[net-next 00/11][pull request] 1GbE Intel Wired LAN Driver Updates 2018-10-17
2018-10-24 8:50 UTC (4+ messages)
` [net-next 01/11] igc: Add skeletal frame for Intel(R) 2.5G Ethernet Controller support
[PATCH v10 0/2] Add XYUV format support
2018-10-24 17:17 UTC (4+ messages)
` [PATCH v10 2/2] drm/i915: Adding YUV444 packed format support for skl+
[PATCH v6 0/1] ns: introduce binfmt_misc namespace
2018-10-24 17:15 UTC (4+ messages)
` [PATCH v6 1/1] ns: add binfmt_misc to the user namespace
[PATCH v5 00/25] dom0less step1: boot multiple domains from device tree
2018-10-24 17:14 UTC (3+ messages)
` [PATCH v5 22/25] xen/arm: Allow vpl011 to be used by DomU
[Intel-wired-lan] [jkirsher-next-queue:dev-queue] BUILD SUCCESS e98a64e59032e46f9790b7381d1a33802feed515
2018-10-24 17:14 UTC
[PATCH BUGFIX] block, bfq: fix asymmetric scenarios detection
2018-10-24 17:13 UTC
[PATCH v2] arm64: dts: renesas: add/enable USB2.0 peripheral for R-Car [DE]3
2018-10-24 8:45 UTC (4+ messages)
i2c_hid module bug
2018-10-24 17:12 UTC
[PATCH V2 1/4] misc/pvpanic: move pvpanic to misc as common driver
2018-10-24 17:12 UTC (4+ messages)
` [PATCH V2 2/4] misc/pvpanic: add MMIO support
` [PATCH V2 3/4] misc/pvpanic: add support to pvpanic device information by using FDT
` [PATCH V2 4/4] misc/pvpanic : pvpanic: add document for pvpanic-mmio DT
[U-Boot] [PATCH 0/5] sunxi: doc: Add fastboot example + misc cleanups
2018-10-24 17:08 UTC (11+ messages)
` [U-Boot] [PATCH 1/5] sunxi: Fix typos of spelling Allwinner
` [U-Boot] [linux-sunxi] "
` [U-Boot] [PATCH 3/5] sunxi: docs: Mention CONFIG_NAND requirement
` [U-Boot] [linux-sunxi] "
` [U-Boot] [PATCH 4/5] sunxi: display: Mark sunxi_rgb2yuv_coef array as const
` [U-Boot] [linux-sunxi] "
` [U-Boot] [PATCH 5/5] sunxi: doc: Add basic fastboot example
` [U-Boot] [linux-sunxi] "
` [U-Boot] [linux-sunxi] "
[PATCH v4 0/7] add integrity and security to TPM2 transactions
2018-10-24 8:40 UTC (6+ messages)
` [PATCH v4 2/7] tpm2-sessions: Add full HMAC and encrypt/decrypt session handling
[PATCH] arm64: defconfig: Enable MFD_AXP20X_I2C
2018-10-24 17:07 UTC (5+ messages)
` [linux-sunxi] "
[PATCH v4 1/2] drm/sched: Add boolean to mark if sched is ready to work v4
2018-10-24 17:07 UTC (2+ messages)
` [PATCH v4 2/2] drm/amdgpu: Retire amdgpu_ring.ready flag v4
[U-Boot] [PATCH 1/3] pwm: sunxi: fix off-by-one that prevented PWM to use prescaler bypass
2018-10-24 17:07 UTC (4+ messages)
` [U-Boot] [PATCH 3/3] pwm: sunxi: choose best prescaler to improve PWM resolution
[PATCH] arm64: dts: allwinner: a64: Add device node for Mali-400 GPU
2018-10-24 17:07 UTC (4+ messages)
[PATCH v3 0/3] drivers/qcom: add additional functionality to RPMH
2018-10-24 17:07 UTC (3+ messages)
` [PATCH v3 1/3] drivers: qcom: rpmh-rsc: simplify TCS locking
[RFC PATCH 0/5] Adding graph handling to device connection API
2018-10-24 17:07 UTC (4+ messages)
` [RFC,4/5] usb: typec: Find the ports by also matching against the device node
` [RFC PATCH 4/5] "
[PATCH RESEND] drivers: qcom: rpmh: avoid sending sleep/wake sets immediately
2018-10-24 17:04 UTC (2+ messages)
[igt-dev] [PATCH i-g-t] README|CONTRIBUTING: Move to .md
2018-10-24 17:04 UTC (2+ messages)
[Qemu-devel] [PATCH 3/3] ppc/pnv: check size before data buffer access
2018-10-24 17:03 UTC (3+ messages)
[GIT PULL] Documentation for 4.20 (or whatever it's called)
2018-10-24 17:02 UTC (2+ messages)
[PATCH] ARM: dts: sun8i-a83t-tbs-a711: Change MMC0 bus-width to 4
2018-10-24 17:02 UTC (3+ messages)
[PATCH v3] arm64: dts: renesas: add/enable USB2.0 peripheral for R-Car [DE]3
2018-10-24 8:32 UTC
[lkp-robot] [sched/fair] d519329f72: unixbench.score -9.9% regression
2018-10-24 17:01 UTC (4+ messages)
` [LKP] "
[igt-dev] [PATCH i-g-t] tools/intel_watermark: Recognize cnl+
2018-10-24 17:00 UTC (2+ messages)
[PATCH net-next] octeontx2-af: Copy the right amount of memory
2018-10-24 8:32 UTC
[PATCH libdrm 1/2] symbol-check: ignore platform symbols
2018-10-24 16:59 UTC (3+ messages)
` [PATCH libdrm 2/2] gitlab-ci: add arm builds
[PATCH v9 0/8] implement packed virtqueues
2018-10-24 16:55 UTC (3+ messages)
` [PATCH v9 5/8] net/virtio: implement transmit path for packed queues
[PATCH] V3 init/main.c Enable watchdog_thresh control from kernel line
2018-10-24 16:53 UTC
[PATCH v1 0/2] Enable HvNotifyLongSpinWait for Hyper-V
2018-10-24 16:53 UTC (3+ messages)
` [PATCH v1 2/2] x86/hyperv: make HvNotifyLongSpinWait hypercall
[virtio-dev] [PATCH v3] Add virtio input device specification
2018-10-24 16:52 UTC (4+ messages)
` [virtio-dev] "
[PATCH v3] arch/x86: Add registers to vm_event
2018-10-24 16:48 UTC (3+ messages)
` PING: "
[RFC][PATCH v3 01/10] fs: common implementation of file type
2018-10-24 8:21 UTC (3+ messages)
[GIT PULL] f2fs update for 4.20-rc1
2018-10-24 16:41 UTC (2+ messages)
[Cluster-devel] GFS2: Pull request (merge window)
2018-10-24 16:41 UTC (5+ messages)
` "
[PATCH xf86-video-ati 1/3] Handle pending scanout update in drmmode_crtc_scanout_free
2018-10-24 16:40 UTC (3+ messages)
` [PATCH xf86-video-ati 2/3] Make wait_pending_flip / handle_deferred symmetric in set_mode_major
` [PATCH xf86-video-ati 3/3] Allow up to six instances in Zaphod mode
[PATCH v8 00/12] PECI device driver introduction
2018-10-24 16:39 UTC (7+ messages)
` [PATCH v8 07/12] dt-bindings: mfd: Add a document for PECI client MFD
[PATCH v2 0/3] Use interconnect API in MDSS on SDM845
2018-10-24 16:39 UTC (3+ messages)
` [PATCH v2 2/3] drm/msm/dpu: Integrate interconnect API in MDSS
[RFC 00/14] prefix network structures
2018-10-24 16:39 UTC (2+ messages)
[Buildroot] [PATCH] PostgreSQL: bump version to 11.0
2018-10-24 16:37 UTC (4+ messages)
[RESEND PATCH v2 0/2] Check MST topology change on resume
2018-10-24 16:37 UTC (4+ messages)
` [Intel-gfx] "
[Qemu-devel] [PATCH] migration/colo.c: Fix compilation issue when disable replication
2018-10-24 16:35 UTC
[Qemu-devel] [PATCH v3] scripts/qemu-binfmt-conf.sh: add bFLT handler registration
2018-10-24 16:34 UTC (2+ messages)
HH DL585 warm boot fail (old)
2018-10-24 16:34 UTC (6+ messages)
` HP "
[PATCH] staging: iio: adt7316: Switch to the gpio descriptor interface
2018-10-24 16:33 UTC (3+ messages)
[Buildroot] [PATCH v1 1/1] package/davici: new package
2018-10-24 16:33 UTC (2+ messages)
[PATCH 1/2] perf: Add munmap callback
2018-10-24 16:32 UTC (3+ messages)
[PATCH 1/2] nvme-cli wdc plugin: Add get pfail dump command
2018-10-24 16:28 UTC (5+ messages)
LPC 2018
2018-10-24 16:28 UTC (17+ messages)
` LSS-EU BoF(s) (renamed from LPC 2018)
` Aw: "
[igt-dev] [PATCH i-g-t] Add GitLab's CI/CD configuration
2018-10-24 16:27 UTC (11+ messages)
` [igt-dev] [PATCH i-g-t v2] "
[U-Boot] [PATCH 00/13] dm: DM_FLAG_PRE_RELOC flag clean up
2018-10-24 16:26 UTC (2+ messages)
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.