All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-08-01 15:16:25 to 2019-08-01 15:50:21 UTC [more...]

[U-Boot] [PATCH v3 0/7] Add PCIe root complex support for AM654x SoC
 2019-08-01 15:50 UTC  (5+ messages)
` [U-Boot] [PATCH v3 1/7] clk: add support for clk_is_match()

[PATCH 01/23] drm/i915: Move aliasing_ppgtt underneath its i915_ggtt
 2019-08-01 15:48 UTC  (10+ messages)
` [PATCH 03/23] drm/i915: Remove lrc default desc from GEM context

[Qemu-devel] [PATCH v4 00/54] plugins for TCG
 2019-08-01 15:39 UTC  (13+ messages)
` [Qemu-devel] [PATCH v4 07/54] trace: add mmu_index to mem_info
` [Qemu-devel] [PATCH v4 09/54] cpu: introduce cpu_in_exclusive_context()
` [Qemu-devel] [PATCH v4 10/54] translate-all: use cpu_in_exclusive_work_context() in tb_flush
` [Qemu-devel] [PATCH v4 11/54] docs/devel: add plugins.rst design document
` [Qemu-devel] [PATCH v4 12/54] configure: add --enable-plugins (MOVE TO END)
` [Qemu-devel] [PATCH v4 13/54] plugin: add user-facing API

[master/thud][PATCH] packagegroup-arago-base: add avahi-utils along with zeroconf
 2019-08-01 15:47 UTC  (4+ messages)

[PATCH] mm: fix typo in comment
 2019-08-01 15:47 UTC 

[PATCH -next] RDMA/hns: remove set but not used variable 'irq_num'
 2019-08-01 15:47 UTC  (3+ messages)

[PATCH 0/8] move native-mode inside display-timings
 2019-08-01 15:46 UTC  (9+ messages)
` [PATCH 1/8] ARM: dts: imx27 phyCARD-S: native-mode is part of display-timings
` [PATCH 2/8] ARM: dts: imx25: mbimxsd25: "
` [PATCH 3/8] ARM: dts: eukrea-mbimxsd27: "
` [PATCH 4/8] ARM: dts: mbimxsd25: "
` [PATCH 5/8] ARM: dts: imx27-phytec-phycore-rdk: "
` [PATCH 6/8] ARM: dts: edb7211: "
` [PATCH 7/8] ARM: dts: apf27dev: "
` [PATCH 8/8] ARM: dts: imx25: mbimxsd25: "

[PATCH rdma-rc 0/2] RDMA fixes for 5.3
 2019-08-01 15:47 UTC  (3+ messages)

[PATCH bpf] libbpf: set BTF FD for prog only when there is supported .BTF.ext data
 2019-08-01 15:47 UTC  (2+ messages)

[U-Boot] [PATCH v2 00/40] env: common: Remove environment definitions from common.h
 2019-08-01 15:47 UTC  (41+ messages)
` [U-Boot] [PATCH v2 01/40] common: Move gzip functions into a new gzip header
` [U-Boot] [PATCH v2 02/40] common: Drop the dpram_... functions
` [U-Boot] [PATCH v2 03/40] common: Move lcd_setmem() to lcd.h
` [U-Boot] [PATCH v2 04/40] common: Remove video_setmem()
` [U-Boot] [PATCH v2 05/40] env: Create a new file for environment functions
` [U-Boot] [PATCH v2 06/40] env: Move get_env_id() to env.h
` [U-Boot] [PATCH v2 07/40] env: Move env_get_f() "
` [U-Boot] [PATCH v2 08/40] env: Move env_init() "
` [U-Boot] [PATCH v2 09/40] env: Move env_relocate() "
` [U-Boot] [PATCH v2 10/40] env: Move envmatch() "
` [U-Boot] [PATCH v2 11/40] env: Move env_set_hex() "
` [U-Boot] [PATCH v2 12/40] env: Move env_set_ulong() "
` [U-Boot] [PATCH v2 13/40] env: Move env_get_ulong() "
` [U-Boot] [PATCH v2 14/40] env: Move env_get_yesno() "
` [U-Boot] [PATCH v2 15/40] env: Move env_get_hex() "
` [U-Boot] [PATCH v2 16/40] env: Move env_set() "
` [U-Boot] [PATCH v2 17/40] env: Move env_get() "
` [U-Boot] [PATCH v2 18/40] env: Move eth_env_get/set_enetaddr() "
` [U-Boot] [PATCH v2 19/40] env: net: Move eth_parse_enetaddr() to net.c/h
` [U-Boot] [PATCH v2 20/40] env: Move env_fix_drivers() to env.h
` [U-Boot] [PATCH v2 21/40] env: Move set_default_vars "
` [U-Boot] [PATCH v2 22/40] env: Move env_load/save functions "
` [U-Boot] [PATCH v2 23/40] env: Move env import/export "
` [U-Boot] [PATCH v2 24/40] env: Drop env_crc_update()
` [U-Boot] [PATCH v2 25/40] env: Move get/set_default_env() to env.h
` [U-Boot] [PATCH v2 26/40] env: Move env_get_char() "
` [U-Boot] [PATCH v2 27/40] env: Move env_reloc() "
` [U-Boot] [PATCH v2 28/40] env: Rename environment to embedded_environment
` [U-Boot] [PATCH v2 29/40] env: Move env_valid to env.h
` [U-Boot] [PATCH v2 30/40] env: Move callback definitions "
` [U-Boot] [PATCH v2 31/40] env: Drop the ENTRY typedef
` [U-Boot] [PATCH v2 32/40] env: Drop _ENTRY
` [U-Boot] [PATCH v2 33/40] env: Rename the redundancy flags
` [U-Boot] [PATCH v2 34/40] env: Drop the ACTION typedef
` [U-Boot] [PATCH v2 35/40] env: Drop the double underscores in search.h
` [U-Boot] [PATCH v2 36/40] env: Move TOTAL_MALLOC_LEN to environment.h
` [U-Boot] [PATCH v2 37/40] env: Drop environment.h header file where not needed
` [U-Boot] [PATCH v2 38/40] env: Rename environment.h to env_internal.h
` [U-Boot] [PATCH v2 39/40] Drop PCMCIA
` [U-Boot] [PATCH v2 40/40] common: Add a note about the effort to reduce common.h

[PATCH] drm/amdgpu: Add amdgpu_asic_funcs.reset_method for Vega20
 2019-08-01 15:47 UTC 

[ANNOUNCE] Git v2.23.0-rc0
 2019-08-01 15:45 UTC  (5+ messages)
` Git for Windows v2.23.0-rc0, was "

[Qemu-devel] [PULL] RISC-V Patches for the 4.1 Soft Freeze, Part 2 v3
 2019-08-01 15:39 UTC  (4+ messages)
` [Qemu-devel] [PULL 04/32] target/riscv: Implement riscv_cpu_unassigned_access
    ` [Qemu-riscv] "

[dpdk-dev] [PATCH] net/bnxt: fix traffic stall on RX queue stop/start
 2019-08-01 15:45 UTC  (2+ messages)
` [dpdk-dev] [PATCH V2] "

[PATCH 0/8] Raspberry Pi 4 DMA addressing support
 2019-08-01 15:44 UTC  (7+ messages)
` [PATCH 5/8] arm64: use ZONE_DMA on DMA addressing limited devices

setup_boot_APIC_clock() NULL dereference during early boot on reduced hardware platforms
 2019-08-01 15:44 UTC  (8+ messages)

[PATCH 1/2] drm/amdgpu: Update NBIO headers to add TXCLK3/4
 2019-08-01 15:44 UTC  (2+ messages)

[PATCH 0/5] Fix FIFO-99 abuse
 2019-08-01 15:44 UTC  (10+ messages)
` [PATCH 2/5] rcu/tree: Fix SCHED_FIFO params
` [PATCH 5/5] spi: Reduce kthread priority

[PATCH 1/5] drm/i915/pmu: Make more struct i915_pmu centric
 2019-08-01 15:43 UTC  (8+ messages)
` [PATCH 5/5] drm/i915/pmu: Support multiple GPUs
  ` [PATCH v3 "

[PATCH 0/2] arm64: entry: Move ct_user_exit calls earlier
 2019-08-01 15:41 UTC  (3+ messages)
` [PATCH 1/2] arm64: entry: Move ct_user_exit before any user of RCU
` [PATCH 2/2] arm64: entry: Move ct_user_exit before we can take another exception

[PATCH v4 0/8] server-side support for "inter" SSC copy
 2019-08-01 15:41 UTC  (11+ messages)
` [PATCH v4 5/8] NFSD check stateids against copy stateids

[Qemu-devel] [PATCH for-4.1 0/2] backup: Copy only dirty areas
 2019-08-01 15:37 UTC  (3+ messages)
` [Qemu-devel] [PATCH for-4.1 1/2] "

[PATCH] media: ov2680: fix a typo in a function name
 2019-08-01 15:41 UTC  (3+ messages)

[dpdk-dev] [PATCH 0/2] Enable fast-unit tests under travis
 2019-08-01 15:40 UTC  (7+ messages)
` [dpdk-dev] [PATCH 1/2] tests: Fix unit tests for shared builds

[PATCH v3 00/10] implement KASLR for powerpc/fsl_booke/32
 2019-08-01 14:36 UTC  (2+ messages)

[patch 0/5] posix-cpu-timers: Move expiry into task work context
 2019-08-01 15:39 UTC  (3+ messages)
` [patch 4/5] posix-cpu-timers: Defer timer handling to task_work

[PATCH v19 00/15] arm64: untag user pointers passed to the kernel
 2019-08-01 15:36 UTC  (8+ messages)

[Buildroot] [PATCH] toolchain-external: fix find_sysroot
 2019-08-01 15:36 UTC  (2+ messages)

[PATCH for-rc] siw: MPA Reply handler tries to read beyond MPA message
 2019-08-01 15:36 UTC  (3+ messages)

[PATCH v3 0/2] drm/i915: timeline semaphore support
 2019-08-01 15:35 UTC  (6+ messages)
` [PATCH v3 2/2] drm/i915: add syncobj timeline support

[Buildroot] [git commit] toolchain-external: fix find_sysroot
 2019-08-01 15:35 UTC 

[PATCH 0/4] enable umc ras ce interrupt
 2019-08-01 15:35 UTC  (3+ messages)
` [PATCH 4/4] drm/amdgpu: only uncorrectable error needs gpu reset

[PATCH] drm/vgem: fix cache synchronization on arm/arm64
 2019-08-01 15:34 UTC  (7+ messages)

[PATCH] git-p4: close temporary file before removing
 2019-08-01 15:30 UTC  (7+ messages)

[PATCH v6] PM / wakeup: show wakeup sources stats in sysfs
 2019-08-01 15:31 UTC  (10+ messages)

[PATCH v2] ARM: kirkwood: ts219: disable the SoC's RTC
 2019-08-01 15:30 UTC  (2+ messages)

[PATCH rdma-next 0/3] ODP support for mlx5 DC QPs
 2019-08-01 14:55 UTC  (3+ messages)

[Qemu-devel] [PATCH] vhost-vsock: report QMP event when set running
 2019-08-01 15:25 UTC  (2+ messages)

[PATCH 0/6] umc ras code refinement
 2019-08-01 15:29 UTC  (9+ messages)
` [PATCH 1/6] drm/amdgpu: remove the clear of MCA_ADDR
` [PATCH 2/6] drm/amdgpu: add more parameters and functions to amdgpu_umc structure
` [PATCH 3/6] drm/amdgpu: initialize new parameters and functions for "
` [PATCH 4/6] drm/amdgpu: add macro of umc for each channel

KMSAN: kernel-usb-infoleak in usbnet_write_cmd
 2019-08-01 15:28 UTC 

possible deadlock in open_rio
 2019-08-01 15:28 UTC 

possible deadlock in iowarrior_open
 2019-08-01 15:28 UTC 

KASAN: use-after-free Read in hiddev_release
 2019-08-01 15:28 UTC 

WARNING in sysfs_create_file_ns
 2019-08-01 15:28 UTC 

[PATCH v2 0/3] add more probe failures
 2019-08-01 15:27 UTC  (3+ messages)
` ✗ Fi.CI.BAT: failure for add more probe failures (rev3)

[PATCH v1 0/8] arm64: MMU enabled kexec relocation
 2019-08-01 15:24 UTC  (27+ messages)
` [PATCH v1 1/8] kexec: quiet down kexec reboot
` [PATCH v1 2/8] arm64, mm: transitional tables
` [PATCH v1 3/8] arm64: hibernate: switch to transtional page tables
` [PATCH v1 4/8] kexec: add machine_kexec_post_load()
` [PATCH v1 5/8] arm64, kexec: move relocation function setup and clean up
` [PATCH v1 6/8] arm64, kexec: add expandable argument to relocation function
` [PATCH v1 7/8] arm64, kexec: configure transitional page table for kexec
` [PATCH v1 8/8] arm64, kexec: enable MMU during kexec relocation

[PATCH v2 00/11] VSOCK: add vsock_test test suite
 2019-08-01 15:25 UTC  (23+ messages)
` [PATCH v2 01/11] VSOCK: fix header include in vsock_diag_test
` [PATCH v2 02/11] VSOCK: add SPDX identifiers to vsock tests
` [PATCH v2 03/11] VSOCK: extract utility functions from vsock_diag_test.c
` [PATCH v2 04/11] VSOCK: extract connect/accept "
` [PATCH v2 05/11] VSOCK: add full barrier between test cases
` [PATCH v2 06/11] VSOCK: add send_byte()/recv_byte() test utilities
` [PATCH v2 07/11] VSOCK: add AF_VSOCK test cases
` [PATCH v2 08/11] VSOCK: add vsock_get_local_cid() test utility
` [PATCH v2 09/11] vsock_test: add --transport parameter
` [PATCH v2 10/11] vsock_test: skip read() in test_stream*close tests on a VMCI host
` [PATCH v2 11/11] vsock_test: wait for the remote to close the connection

[meta-webserver] [PATCH] Netdata upgrade: 1.8.0 -> 1.16.0
 2019-08-01 15:25 UTC 

[PATCH v2 00/11] VSOCK: add vsock_test test suite
 2019-08-01 15:25 UTC 

[net-next,rfc] net: bridge: mdb: Extend with multicast LLADDR
 2019-08-01 15:25 UTC  (6+ messages)
        ` [Bridge] [net-next, rfc] "

[PATCH] drivers: mtd: spi-nor: Add flash property for mt25qu512a and mt35xu02g
 2019-08-01 15:24 UTC  (9+ messages)
` [Patch v3 1/2] dt-bindings: spi: spi-fsl-qspi: Add ls2080a compatibility string to bindings
` [Patch v3 2/2] dt-bindings: spi: spi-fsl-qspi: Add bindings of ls1088a and ls1012a

Bug#921146: Program mksquashfs from squashfs-tools 1:4.3-11 does not make use all CPU cores
 2019-08-01 15:23 UTC  (2+ messages)

[PATCH 08/12] printk: Replace strncmp with str_has_prefix
 2019-08-01 15:23 UTC  (3+ messages)

[PATCH] drm/i915/pmu: Atomically acquire the gt_pm wakeref
 2019-08-01 15:23 UTC  (6+ messages)

[PATCH v2 1/2] perf/smmuv3: Validate group size
 2019-08-01 15:22 UTC  (2+ messages)
` [PATCH v2 2/2] perf/smmuv3: Validate groups for global filtering

[Qemu-devel] [PATCH 0/3] iotests: Test migration with filter nodes
 2019-08-01 15:17 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/3] iotests: Move migration helpers to iotests.py
` [Qemu-devel] [PATCH 2/3] iotests: Enable -d for Python non-unittest tests
` [Qemu-devel] [PATCH 3/3] iotests: Test migration with all kinds of filter nodes

[RFC 0/9] dt-bindings: first tentative of conversion to yaml format
 2019-08-01 15:20 UTC  (5+ messages)

[Buildroot] [PATCH 1/1] support/kconfig: fix compiler warnings by increasing buffer sizes
 2019-08-01 15:20 UTC 

[PATCH] ath11k: Add missing pdev rx rate stats
 2019-08-01 15:15 UTC 

master - WHATS_NEW: vgcreate/vgextend logical block size
 2019-08-01 15:16 UTC 

[RFC PATCH 1/2] mmc: sdhci: Manually check card status after reset
 2019-08-01 15:16 UTC  (8+ messages)

[PATCH iproute2-next] ip tunnel: add json output
 2019-08-01 15:16 UTC  (2+ messages)

master - tests: allow-mixed-block-sizes
 2019-08-01 15:16 UTC 


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.