All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-11-21 21:16:11 to 2018-11-21 22:16:16 UTC [more...]

[Qemu-riscv] [PATCH for-3.2 v7 0/6] Connect a PCIe host and graphics support to RISC-V
 2018-11-21 22:15 UTC  (45+ messages)
` [Qemu-riscv] [PATCH for-3.2 v7 5/6] hw/riscv/sifive_u: Connect the Xilinx PCIe
                        ` [Qemu-devel] "
                          ` [Qemu-riscv] "
` [Qemu-riscv] [PATCH for-3.2 v7 6/6] hw/riscv/virt: Connect a VirtIO net PCIe device
          ` [Qemu-devel] "

[PATCH v8 00/12] media: staging/imx7: add i.MX7 media driver
 2018-11-21 22:16 UTC  (14+ messages)
` [PATCH v8 01/12] media: staging/imx: refactor imx media device probe
` [PATCH v8 02/12] media: staging/imx: rearrange group id to take in account IPU
` [PATCH v8 03/12] media: staging/imx7: add imx7 CSI subdev driver
` [PATCH v8 04/12] media: staging/imx7: add MIPI CSI-2 receiver subdev for i.MX7
` [PATCH v8 05/12] media: dt-bindings: add bindings for i.MX7 media driver
` [PATCH v8 06/12] ARM: dts: imx7s: add mipi phy power domain
` [PATCH v8 07/12] ARM: dts: imx7s: add multiplexer controls
` [PATCH v8 08/12] ARM: dts: imx7: Add video mux, csi and mipi_csi and connections
` [PATCH v8 09/12] ARM: dts: imx7s-warp: add ov2680 sensor node
` [PATCH v8 10/12] media: imx7.rst: add documentation for i.MX7 media driver
` [PATCH v8 11/12] media: staging/imx: add i.MX7 entries to TODO file
` [PATCH v8 12/12] media: video-mux: add bayer formats

[RFC][PATCH] hwmon: (ina2xx) Improve current and power reading precision
 2018-11-21 22:16 UTC  (4+ messages)

[U-Boot] [PATCH v3 1/3] riscv: Add kconfig option to run u-boot in S-mode
 2018-11-21 22:16 UTC  (3+ messages)

[PATCH 0/1] rebase: warn about the correct tree's OID
 2018-11-21 22:15 UTC  (3+ messages)

[Qemu-devel] [PATCH v2 for-3.2 v2 00/30] slirp: make it again a standalone project
 2018-11-21 22:15 UTC  (33+ messages)
` [Qemu-devel] [PATCH v2 for-3.2 v2 01/30] fixup! net: do not depend on slirp internals
` [Qemu-devel] [PATCH v2 for-3.2 v2 02/30] slirp: drop <Vista compatibility
` [Qemu-devel] [PATCH v2 for-3.2 v2 03/30] glib-compat: add g_spawn_async_with_fds() fallback
` [Qemu-devel] [PATCH v2 for-3.2 v2 04/30] slirp: simplify fork_exec()
` [Qemu-devel] [PATCH v2 for-3.2 v2 05/30] slirp: rename exec_list
` [Qemu-devel] [PATCH v2 for-3.2 v2 06/30] slirp: factor out guestfwd addition checks
` [Qemu-devel] [PATCH v2 for-3.2 v2 07/30] slirp: generalize guestfwd with a callback based approach
` [Qemu-devel] [PATCH v2 for-3.2 v2 08/30] net/slirp: simplify checking for cmd: prefix
` [Qemu-devel] [PATCH v2 for-3.2 v2 09/30] net/slirp: fix a few memory leaks
` [Qemu-devel] [PATCH v2 for-3.2 v2 10/30] slirp: use virtual time for packet expiration
` [Qemu-devel] [PATCH v2 for-3.2 v2 11/30] slirp: add clock_get_ns() callback
` [Qemu-devel] [PATCH v2 for-3.2 v2 12/30] slirp: add callbacks for timer
` [Qemu-devel] [PATCH v2 for-3.2 v2 13/30] build-sys: use a seperate slirp-obj-y && slirp.mo
` [Qemu-devel] [PATCH v2 for-3.2 v2 14/30] slirp: set G_LOG_DOMAIN
` [Qemu-devel] [PATCH v2 for-3.2 v2 15/30] slirp: replace error_report() and a fprintf with g_critical()
` [Qemu-devel] [PATCH v2 for-3.2 v2 16/30] slirp: replace some fprintf() with DEBUG_MISC
` [Qemu-devel] [PATCH v2 for-3.2 v2 17/30] slirp: replace a DEBUG block with WITH_ICMP_ERROR_MSG
` [Qemu-devel] [PATCH v2 for-3.2 v2 18/30] slirp: no need to make DPRINTF conditional on DEBUG
` [Qemu-devel] [PATCH v2 for-3.2 v2 19/30] slirp: always build with debug statements
` [Qemu-devel] [PATCH v2 for-3.2 v2 20/30] slirp: introduce SLIRP_DEBUG environment variable
` [Qemu-devel] [PATCH v2 for-3.2 v2 21/30] slirp: use %p for pointers format
` [Qemu-devel] [PATCH v2 for-3.2 v2 22/30] slirp: remove remaining DEBUG blocks
` [Qemu-devel] [PATCH v2 for-3.2 v2 23/30] slirp: replace DEBUG_ARGS with DEBUG_ARG
` [Qemu-devel] [PATCH v2 for-3.2 v2 24/30] slirp: call into g_debug() for DEBUG macros
` [Qemu-devel] [PATCH v2 for-3.2 v2 25/30] slirp: replace trace functions with DEBUG calls
` [Qemu-devel] [PATCH v2 for-3.2 v2 26/30] slirp: add a set_nonblock() callback
` [Qemu-devel] [PATCH v2 for-3.2 v2 27/30] slirp: replace qemu_notify_event() with a callback
` [Qemu-devel] [PATCH v2 for-3.2 v2 28/30] slirp: move QEMU state saving to a separate unit
` [Qemu-devel] [PATCH v2 for-3.2 v2 29/30] slirp: replace remaining QEMU dependency
` [Qemu-devel] [PATCH v2 for-3.2 v2 30/30] build-sys: add a basic meson build

[PATCH 00/15] drm/i915: Fix TV encoder support
 2018-11-21 11:37 UTC  (4+ messages)
` [PATCH 01/15] drm/vblank: Allow dynamic per-crtc max_vblank_count

[PATCH] Add /proc/pid_generation
 2018-11-21 22:12 UTC  (4+ messages)
` [PATCH v2] Add /proc/pid_gen

[PATCH RFC 0/5] DRM cgroup controller
 2018-11-21 22:12 UTC  (7+ messages)
` [PATCH RFC 2/5] cgroup: Add mechanism to register vendor specific DRM devices

[PATCH 1/4] base/drivers/arch_topology: Remove useless check
 2018-11-21 22:12 UTC  (4+ messages)
` [PATCH 4/4] base/drivers/topology: Default dmpis-mhz if they are not set in DT

[PATCH perf,bpf 0/5] reveal invisible bpf programs
 2018-11-21 22:11 UTC  (3+ messages)
` [PATCH perf,bpf 5/5] perf util: generate bpf_prog_info_event for short living "

[PATCH 1/2] power: supply: add input voltage limit property
 2018-11-21 22:11 UTC  (2+ messages)

[U-Boot] [PATCH v3 0/3] RISC-V S-mode support
 2018-11-21 22:11 UTC  (4+ messages)
` [U-Boot] [PATCH v3 1/3] riscv: Add kconfig option to run u-boot in S-mode

[PATCH v2] mm: fix swap offset when replacing shmem page
 2018-11-21 22:11 UTC  (3+ messages)
` [PATCH v3] mm: use swp_offset as key in shmem_replace_page()

[PATCH 0/4] Fragmentation avoidance improvements v4
 2018-11-21 22:07 UTC  (3+ messages)
` [PATCH 2/4] mm: Move zone watermark accesses behind an accessor

[Buildroot] [PATCH/next 1/1] sdl2: fix build with --disable-threads
 2018-11-21 22:09 UTC 

[PATCH v5] u-boot: Add mkenvimage tool
 2018-11-21 22:07 UTC  (2+ messages)

stable/linux-4.9.y build: 182 builds: 0 failed, 182 passed, 1 warning (v4.9.138)
 2018-11-21 11:32 UTC 

[PATCH v2 0/6] RFC: gup+dma: tracking dma-pinned pages
 2018-11-21 22:06 UTC  (6+ messages)

[PATCH v10 0/2] cpufreq: qcom-hw: Add support for QCOM cpufreq HW driver
 2018-11-21 22:06 UTC  (3+ messages)
` [PATCH v10 2/2] "

selftests/bpf :get_cgroup_id_user: File not found: /sys/kernel/debug/tracing/events/syscalls/sys_enter_nanosleep/id
 2018-11-21 11:29 UTC 

FW: edac driver initialization, interrupt, & debug
 2018-11-21 22:02 UTC  (9+ messages)
          `  "

[Buildroot] [PATCH v2] alsa-utils: install systemd sevice files
 2018-11-21 22:03 UTC  (3+ messages)

[PATCH V2] SCSI: fix queue cleanup race before queue initialization is done
 2018-11-21 22:02 UTC  (4+ messages)

[PATCH 0/5] Add support for XGMI hive reset
 2018-11-21 22:02 UTC  (4+ messages)
` [PATCH 5/5] drm/amdgpu: Refactor GPU reset for XGMI hive case

[patch 00/24] x86/speculation: Remedy the STIBP/IBPB overhead
 2018-11-21 22:01 UTC  (5+ messages)
` [patch 05/24] x86/speculation: Disable STIBP when enhanced IBRS is in use

[PATCH 0/5] media: Allwinner A10 CSI support
 2018-11-21 22:01 UTC  (11+ messages)
` [PATCH 1/5] dt-bindings: media: Add Allwinner A10 CSI binding
` [PATCH 3/5] media: sunxi: Add A10 CSI driver

[Buildroot] [PATCH v1] alsa-utils: add optional systemd dependency
 2018-11-21 22:01 UTC 

[PATCH 1/7] drm/amdgpu: Add field in amdgpu_dev to hold reserved doorbell index
 2018-11-21 22:00 UTC  (7+ messages)
  ` [PATCH 2/7] drm/amdgpu: Vega10 doorbell index initialization
  ` [PATCH 3/7] drm/amdgpu: Vega12 "
  ` [PATCH 4/7] drm/amdgpu: Doorbell index initialization for ASICs before vega10
  ` [PATCH 5/7] drm/amdgpu: Call doorbell index init on device initialization
  ` [PATCH 6/7] drm/amdgpu: Use asic specific doorbell index instead of macro definition
  ` [PATCH 7/7] drm/amdgpu: Use new doorbell layout for vega20 and future asic

[PATCH 1/7] drm/i915: Avoid a full port detection in the first eDP short pulse
 2018-11-21 21:58 UTC  (5+ messages)
` [PATCH 4/7] drm/i915: Disable PSR when a PSR aux error happen

[PATCH] MIPS: Enable dead code elimination
 2018-11-21 21:56 UTC 

[PATCH v2] armnn: bump SRCREV and add a demo example
 2018-11-21 21:56 UTC 

[PATCH 1/9] mm: Introduce new vm_insert_range API
 2018-11-21 11:19 UTC  (6+ messages)

[Buildroot] [PATCH 1/1] libv4l: v4l2-compliance needs fork
 2018-11-21 21:55 UTC  (3+ messages)

[PATCH v3 00/02] ravb: Duplex handling update V3
 2018-11-21 11:21 UTC  (3+ messages)
` [PATCH v3 01/02] ravb: Do not announce HDX as supported
` [PATCH v3 02/02] ravb: Clean up duplex handling

[PATCH] clk: meson: Fix GXL HDMI PLL fractional bits width
 2018-11-21 21:53 UTC  (4+ messages)

Issue with RTL8111 NIC after upgrade to kernel 4.19
 2018-11-21 21:53 UTC  (7+ messages)

[Qemu-devel] [PATCH v2 0/2] Add "boot_linux" acceptance test
 2018-11-21 21:48 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 1/2] RFC: Acceptance tests: add the build directory to the system PATH
` [Qemu-devel] [PATCH v2 2/2] Add "boot_linux" acceptance test

[meta-processor-sdk] [PATCH 1/2] mmwave-ros-pkg-master: remove local launch and map files
 2018-11-21 21:44 UTC  (2+ messages)
` [meta-processor-sdk] [PATCH 2/2] mmwave-ros-autonomous-robotics: add turtlebot-teleop

Out of tree module build errors since v4.20-rc1
 2018-11-21 21:44 UTC  (4+ messages)

stable-rc/linux-4.19.y build: 187 builds: 0 failed, 187 passed, 14 warnings (v4.19.3)
 2018-11-21 11:10 UTC 

[PATCH] drm/amd: Query and use ACPI backlight caps
 2018-11-21 21:42 UTC  (2+ messages)

[PATCH v1 2/2] signal: add procfd_signal() syscall
 2018-11-21 21:39 UTC  (11+ messages)

[Buildroot] [PATCH 1/1] python-aiohttp: new package
 2018-11-21 21:39 UTC  (2+ messages)

[PATCH] xen: sched: Credit2: during scheduling, update the idle mask before using it
 2018-11-21 21:39 UTC  (3+ messages)

[Bug 106287] 18.0.1 introduced glitches in Dying Light
 2018-11-21 21:39 UTC  (2+ messages)

[PATCH v2 0/3] iommu/io-pgtable-arm-v7s: Use DMA32 zone for page tables
 2018-11-21 21:38 UTC  (5+ messages)

[ovmf test] 130628: regressions - FAIL
 2018-11-21 21:38 UTC 

[PATCH/RFT] arm64: dts: renesas: r8a77990-ebisu: Enable i2c
 2018-11-21 11:02 UTC  (2+ messages)

[RFC v3 0/3] qcom: GPIO IRQ wakeup using PDC irqchip
 2018-11-21 21:36 UTC  (4+ messages)
` [RFC v3 2/3] dt-bindings: sdm845-pinctrl: add wakeup interrupt parent for GPIO

[PATCH net-next 0/4] Ease to interpret net-nsid
 2018-11-21 11:01 UTC  (5+ messages)
` [PATCH net-next 1/4] netns: remove net arg from rtnl_net_fill()
` [PATCH net-next 2/4] netns: add support of NETNSA_TARGET_NSID
` [PATCH net-next 3/4] netns: enable to specify a nsid for a get request
` [PATCH net-next 4/4] netns: enable to dump full nsid translation table

[PATCH] thermal: Fix locking in cooling device sysfs update cur_state
 2018-11-21 21:35 UTC  (2+ messages)

[PATCH] drm: Merge drm_info.c into drm_debugfs.c
 2018-11-21 21:35 UTC 

[PATCH] media: ov2680: fix null dereference at power on
 2018-11-21 10:59 UTC 

[U-Boot] use of dm_spi_flash
 2018-11-21 21:33 UTC 

PASS: Test report for kernel 4.18.20.skt (linux-stable-rc)
 2018-11-21 10:59 UTC 

stable-rc/linux-4.9.y build: 182 builds: 0 failed, 182 passed, 1 warning (v4.9.138)
 2018-11-21 10:59 UTC 

[Buildroot] [git commit branch/next] python-aiohttp: new package
 2018-11-21 21:32 UTC 

[Buildroot] [git commit] python-aiohttp: new package
 2018-11-21 21:32 UTC 

[xen-4.10-testing test] 130611: regressions - trouble: blocked/broken/fail/pass
 2018-11-21 21:32 UTC 

stable/linux-4.4.y build: 178 builds: 0 failed, 178 passed, 4 warnings (v4.4.164)
 2018-11-21 10:58 UTC 

[PATCH V2 mlx5-next 00/12] mlx5 core generic EQ API for RDMA ODP
 2018-11-21 21:32 UTC  (3+ messages)

[Buildroot] [PATCH 1/2] libostree: add systemd optional dependency
 2018-11-21 21:31 UTC  (2+ messages)

[Buildroot] [git commit] libostree: bump to version 2018.9.1
 2018-11-21 21:31 UTC 

[Buildroot] [git commit branch/next] libostree: bump to version 2018.9.1
 2018-11-21 21:31 UTC 

[Buildroot] [git commit] libostree: add systemd optional dependency
 2018-11-21 21:31 UTC 

[Buildroot] [git commit branch/next] libostree: add systemd optional dependency
 2018-11-21 21:31 UTC 

[Buildroot] [PATCH 1/1] shadowsocks-libev: add connmarktos build option
 2018-11-21 21:30 UTC  (3+ messages)
` [Buildroot] [PATCH v2 1/2] shadowsocks-libev: Bump to version 3.2.1

[Intel-wired-lan] [PATCH] i40e: Fix deletion of MAC filters
 2018-11-21 21:30 UTC  (2+ messages)

linux-next: Signed-off-by missing for commit in the regulator tree
 2018-11-21 21:29 UTC  (3+ messages)

[PATCH] ext2: compare old and new mode before setting update_mode flag
 2018-11-21 10:55 UTC  (3+ messages)

[Buildroot] [git commit branch/next] shadowsocks-libev: add connmarktos build option
 2018-11-21 21:29 UTC 

[Buildroot] [git commit] shadowsocks-libev: add connmarktos build option
 2018-11-21 21:29 UTC 

[mlmmj] access file to restrict subs to only one specific email domain
 2018-11-21 21:28 UTC 

PASS: Test report for kernel 4.19.3.skt (linux-stable-rc)
 2018-11-21 10:54 UTC 

[PATCH v5] x86/fsgsbase/64: Fix the base write helper functions
 2018-11-21 21:28 UTC  (2+ messages)
` [tip:x86/urgent] "

[PATCH] perf symbols: fix slowness due to -ffunction-section
 2018-11-21 21:26 UTC  (2+ messages)

qemu-kvm XDP forwarding with virtio_net
 2018-11-21 10:52 UTC  (7+ messages)

recent issues with heavy delete's causing soft lockups
 2018-11-21 21:25 UTC  (4+ messages)

[PATCH] app/testpmd: improve MAC swap performance
 2018-11-21 21:24 UTC  (5+ messages)

[Qemu-trivial] [PATCH] roms: seabios: Rename CROSS_COMPILE to CROSS_PREFIX
 2018-11-21 20:37 UTC 

[oe-commits] [openembedded-core] 10/35: tzcode: update to 2018f
 2018-11-21 21:22 UTC  (2+ messages)

[PATCH 00/14] XSA-277 followup
 2018-11-21 21:22 UTC  (3+ messages)

[PATCH 0/3] Add PM and DMA support for AT91 USART as SPI
 2018-11-21 21:21 UTC  (7+ messages)
` [PATCH 2/3] dt-bindings: mfd: atmel-usart: add DMA bindings for SPI mode

[PATCH] fstest: CrashMonkey 'hard link' tests ported to xfstest
 2018-11-21 10:47 UTC  (2+ messages)

International credit settlement
 2018-11-21 21:21 UTC 

[PATCH 1/2] net/qede: fix Tx offload mask
 2018-11-21 21:20 UTC  (2+ messages)
` [PATCH 2/2] doc: update QEDE PMD firmware version

Two M.2 NVMe drives with same NQN, one gets removed
 2018-11-21 21:19 UTC  (4+ messages)

[PATCH v2] powerpc/ptrace: replace ptrace_report_syscall() with a tracehook call
 2018-11-21 21:17 UTC  (5+ messages)
  ` [PATCH v3] "

[Buildroot] [PATCH v2 1/6] package/compiler-rt: new package
 2018-11-21 21:18 UTC  (9+ messages)
` [Buildroot] [PATCH v2 2/6] package/llvm: install target binary/debug tools

master - writecache: set block_size using --cachesettings
 2018-11-21 21:18 UTC 

[PATCH v1 2/2] netfilter: Add PSID mode to MASQUERADE
 2018-11-21 10:41 UTC  (2+ messages)

[Buildroot] [PATCH/next 1/2] keepalived: bump to version 2.0.10
 2018-11-21 21:16 UTC  (2+ messages)
` [Buildroot] [PATCH/next 2/2] keepalived: enable hardening option


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.