All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-05-10 16:57:01 to 2019-05-10 18:03:55 UTC [more...]

[Qemu-devel] [PATCH v3] chardev/char-i2c: Implement Linux I2C character device
 2019-05-10 18:04 UTC 

[PATCH] power: supply: fix semicolon.cocci warnings
 2019-05-10 18:03 UTC 

[PATCH] bfq: backport: update internal depth state when queue depth changes
 2019-05-10 17:56 UTC 

[net-next][PATCH v2 0/2] rds: handle unsupported rdma request to fs dax memory
 2019-05-10 18:02 UTC  (6+ messages)
` [net-next][PATCH v2 1/2] "

[PATCH 0/5] Misc Google coreboot driver fixes/cleanups
 2019-05-10 18:01 UTC  (6+ messages)
` [PATCH 1/5] firmware: google: Add a module_coreboot_driver() macro and use it
` [PATCH 2/5] firmware: google: memconsole: Use devm_memremap()
` [PATCH 3/5] firmware: google: memconsole: Drop __iomem on memremap memory
` [PATCH 4/5] firmware: google: memconsole: Drop global func pointer
` [PATCH 5/5] firmware: google: coreboot: Drop unnecessary headers

[U-Boot] [PATCH 1/1] efi_loader: superfluous check in efi_remove_protocol()
 2019-05-10 18:02 UTC 

[PATCH V2 1/7] irqchip/csky: Support csky,dh7k SOC intc driver
 2019-05-10 18:01 UTC  (5+ messages)
` [PATCH V2 5/7] dt-bindings: interrupt-controller: Update csky mpintc

[PATCH] Revert "vgaarb: Keep adding VGA device in queue"
 2019-05-10 18:01 UTC  (4+ messages)

[PATCH lttng-ust v2] Fix: allocate ts_end in ringbuffer shared memory
 2019-05-10 18:00 UTC  (2+ messages)

[PATCH v2 0/7] xen/arm: TLB flush helpers rework
 2019-05-10 17:57 UTC  (9+ messages)
` [PATCH v2 4/7] xen/arm: page: Clarify the Xen TLBs helpers name
          ` [Xen-devel] "

[PATCH] drm/amdgpu: remove static GDS, GWS and OA allocation
 2019-05-10 17:57 UTC 

[Qemu-devel] [PATCH v3 0/7] tests/qemu-iotests: Run basic iotests during "make check"
 2019-05-10 17:40 UTC  (9+ messages)
` [Qemu-devel] [PATCH v3 7/7] tests: Run the iotests during "make check" again

[Qemu-devel] [PULL 00/27] tcg: Add CPUClass::tlb_fill
 2019-05-10 17:44 UTC  (2+ messages)

[PATCH] kbuild: add most of Clang-specific flags unconditionally
 2019-05-10 17:57 UTC  (4+ messages)

[PATCH] ASoC: SOF: Fix build error with CONFIG_SND_SOC_SOF_NOCODEC=m
 2019-05-10 17:56 UTC  (10+ messages)
      ` [alsa-devel] "

5-10-19
 2019-05-10 17:55 UTC 

[Qemu-devel] Failing QEMU iotest 175
 2019-05-10 17:39 UTC  (4+ messages)

5-10-19
 2019-05-10 17:55 UTC 

5-10-19
 2019-05-10 17:55 UTC 

[Qemu-devel] [PATCH v6 00/25] Add qemu_getrandom and ARMv8.5-RNG etc
 2019-05-10 17:30 UTC  (28+ messages)
` [Qemu-devel] [PATCH v6 01/25] configure: Link test before auto-enabling crypto libraries
` [Qemu-devel] [PATCH v6 02/25] crypto: Merge crypto-obj-y into libqemuutil.a
` [Qemu-devel] [PATCH v6 03/25] crypto: Reverse code blocks in random-platform.c
` [Qemu-devel] [PATCH v6 04/25] crypto: Do not fail for EINTR during qcrypto_random_bytes
` [Qemu-devel] [PATCH v6 05/25] crypto: Use O_CLOEXEC in qcrypto_random_init
` [Qemu-devel] [PATCH v6 06/25] crypto: Use getrandom for qcrypto_random_bytes
` [Qemu-devel] [PATCH v6 07/25] crypto: Change the qcrypto_random_bytes buffer type to void*
` [Qemu-devel] [PATCH v6 08/25] ui/vnc: Split out authentication_failed
` [Qemu-devel] [PATCH v6 09/25] ui/vnc: Use gcrypto_random_bytes for start_auth_vnc
` [Qemu-devel] [PATCH v6 10/25] util: Add qemu_guest_getrandom and associated routines
` [Qemu-devel] [PATCH v6 11/25] cpus: Initialize pseudo-random seeds for all guest cpus
` [Qemu-devel] [PATCH v6 12/25] linux-user: "
` [Qemu-devel] [PATCH v6 13/25] linux-user: Call qcrypto_init if not using -seed
` [Qemu-devel] [PATCH v6 14/25] linux-user: Use qemu_guest_getrandom_nofail for AT_RANDOM
` [Qemu-devel] [PATCH v6 15/25] linux-user/aarch64: Use qemu_guest_getrandom for PAUTH keys
` [Qemu-devel] [PATCH v6 16/25] linux-user: Remove srand call
` [Qemu-devel] [PATCH v6 17/25] aspeed/scu: Use qemu_guest_getrandom_nofail
  ` [Qemu-arm] "
` [Qemu-devel] [PATCH v6 18/25] hw/misc/nrf51_rng: "
  ` [Qemu-arm] "
` [Qemu-devel] [PATCH v6 19/25] hw/misc/bcm2835_rng: "
` [Qemu-devel] [PATCH v6 20/25] hw/misc/exynos4210_rng: Use qemu_guest_getrandom
` [Qemu-devel] [PATCH v6 21/25] target/arm: Put all PAC keys into a structure
` [Qemu-devel] [PATCH v6 22/25] target/arm: Implement ARMv8.5-RNG
` [Qemu-devel] [PATCH v6 23/25] target/ppc: Use qemu_guest_getrandom for DARN
` [Qemu-devel] [PATCH v6 24/25] target/ppc: Use gen_io_start/end around DARN
` [Qemu-devel] [PATCH v6 25/25] target/i386: Implement CPUID_EXT_RDRAND

[PATCH v1 0/3] clk: qcom: Misc updates for Root Clock Generators
 2019-05-10 17:54 UTC  (5+ messages)
` [PATCH v1 3/3] clk: qcom: rcg: update the DFS macro for RCG

[PATCH v20 00/28] Intel SGX1 support
 2019-05-10 17:54 UTC  (20+ messages)

[PATCH v2] kbuild: add all Clang-specific flags unconditionally
 2019-05-10 17:54 UTC  (2+ messages)

[Qemu-devel] [PATCH v2] chardev/char-i2c: Implement Linux I2C character device
 2019-05-10 17:38 UTC  (3+ messages)

[PATCH V5 00/16] Add Tegra194 PCIe support
 2019-05-10 17:50 UTC  (8+ messages)
` [PATCH V5 03/16] PCI: Export pcie_bus_config symbol

[PATCH] psi: Expose pressure metrics on root cgroup
 2019-05-10 17:49 UTC  (2+ messages)

[Bug 110660] New: GeForce GT 750M Mac Edition fullscreen issues
 2019-05-10 17:49 UTC  (4+ messages)
  ` [Bug 110660] "

[U-Boot] [PATCH] net: phy: ti: Fix clock output DT property
 2019-05-10 17:49 UTC 

[PATCH v2] [next] KVM: lapic: allow set apic debug dynamically
 2019-05-10 17:49 UTC  (2+ messages)

[PATCH] md : dm: Fixed a brace coding style issue
 2019-05-10 17:48 UTC  (2+ messages)

[Qemu-devel] [PATCH] configure: copy MacOS NDRV driver into sharedir for out-of-tree builds
 2019-05-10 17:32 UTC  (4+ messages)

[PATCH v6 00/26] Libtraceevent MAN pages
 2019-05-10 17:48 UTC  (5+ messages)
` [PATCH v6 01/26] tools/lib/traceevent: Implement libtraceevent man pages
` [PATCH v6 09/26] tools/lib/traceevent: Man page for tep_strerror()

[PATCH RFC 0/5] DRM cgroup controller
 2019-05-10 17:48 UTC  (13+ messages)
` [RFC PATCH v2 0/5] new cgroup controller for gpu/drm subsystem
  ` [RFC PATCH v2 4/5] drm, cgroup: Add total GEM buffer allocation limit

[U-Boot] [PATCH] core: ofnode: Have ofnode_read_u32_default return a u32
 2019-05-10 17:48 UTC 

[PATCH babeltrace 2/2] Extend test-bitfield coverage
 2019-05-10 17:47 UTC 

[PATCH babeltrace v4 1/2] Fix: bitfield: left shift undefined behavior
 2019-05-10 17:47 UTC 

[igt-dev] [PATCH i-g-t 1/2] lib/igt_fb: Add support for C8 pixel format
 2019-05-10 17:47 UTC  (3+ messages)
` [igt-dev] [PATCH i-g-t 2/2] tests/kms_plane: Test "
` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,1/2] lib/igt_fb: Add support for "

[PATCH 0/6] hv: Remove dependencies on guest page size
 2019-05-10 17:45 UTC  (9+ messages)
` [PATCH 2/6] x86: hv: hv_init.c: Replace alloc_page() with kmem_cache_alloc()

[Drbd-dev] [PATCH] drbd: fix discard_zeroes_if_aligned regression
 2019-05-10 17:36 UTC  (5+ messages)
      `  "

[PATCH v7 00/13] selftests/resctrl: Add resctrl selftest
 2019-05-10 17:41 UTC  (23+ messages)
` [PATCH v7 02/13] selftests/resctrl: Add basic resctrl file system operations and data
` [PATCH v7 04/13] selftests/resctrl: Add callback to start a benchmark
` [PATCH v7 05/13] selftests/resctrl: Add built in benchmark
` [PATCH v7 06/13] selftests/resctrl: Add MBM test
` [PATCH v7 07/13] selftests/resctrl: Add MBA test
` [PATCH v7 08/13] selftests/resctrl: Add Cache QoS Monitoring (CQM) selftest
` [PATCH v7 09/13] selftests/resctrl: Add Cache Allocation Technology (CAT) selftest
` [PATCH v7 10/13] selftests/resctrl: Add vendor detection mechanism
` [PATCH v7 12/13] selftests/resctrl: Disable MBA and MBM tests for AMD

[PATCH 1/8] drm/amdkfd: Add gws number to kfd topology node properties
 2019-05-10 17:41 UTC  (3+ messages)
` [PATCH 2/8] drm/amdgpu: Remove GWS barriers pre-reservation for gfx

[meta-oe][warrior][thud][PATCH] cpupower: remove LIC_FILES_CHKSUM
 2019-05-10 17:41 UTC 

[PATCH 1/2] zstd: pass pointer rathen than structure to functions
 2019-05-10 17:39 UTC  (2+ messages)

[PATCH 0/2] ACPICA release 20190509
 2019-05-10 17:25 UTC  (3+ messages)
` [PATCH 1/2] ACPICA: Linux: move ACPI_DEBUG_DEFAULT flag out of ifndef
` [PATCH 2/2] ACPICA: Update version to 20190509

[PATCH] clk: imx6sll: Fix mispelling uart4_serial as serail
 2019-05-10 17:37 UTC  (4+ messages)

[PATCH] vsprintf: Do not break early boot with probing addresses
 2019-05-10 17:35 UTC  (5+ messages)

SDK and rootfs
 2019-05-10 17:36 UTC  (2+ messages)

[GIT PULL] pidfd fixes for v5.2-rc1
 2019-05-10 17:35 UTC  (2+ messages)

Bulk kmalloc
 2019-05-10 17:35 UTC  (5+ messages)

[dpdk-dev] [PATCH] librte_net: define TCP flags in rte_tcp.h instead of in rte_eth_ctrl.h
 2019-05-10 17:34 UTC 

[GIT PULL] Some more documentation work for 5.2
 2019-05-10 17:35 UTC  (2+ messages)

[GIT PULL] platform-drivers-x86 for 5.2-1
 2019-05-10 17:35 UTC  (2+ messages)

[GIT PULL] Mailbox changes for v5.2
 2019-05-10 17:35 UTC  (3+ messages)

[GIT PULL] fbdev changes for v5.2
 2019-05-10 17:35 UTC  (4+ messages)

[U-Boot] [PATCH 1/1] efi_loader: LocateDevicePath() incorrect parameter check
 2019-05-10 17:35 UTC 

[GIT PULL] printk fixup for 5.2
 2019-05-10 17:35 UTC  (2+ messages)

[GIT PULL] pwm: Changes for v5.2-rc1
 2019-05-10 17:35 UTC  (2+ messages)

[PATCH] drm/i915/icl: More workaround for port F detection due to broken VBTs
 2019-05-10 17:34 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for "

[PATCH 0/6] xfs: rework extent allocation
 2019-05-10 17:34 UTC  (9+ messages)
` [PATCH 1/6] xfs: refactor small allocation helper to skip cntbt attempt
` [PATCH 2/6] xfs: always update params on small allocation
` [PATCH 3/6] xfs: use locality optimized cntbt lookups for near mode allocations
` [PATCH 5/6] xfs: refactor by-size extent allocation mode

[PATCH 0/2] hwrng: Support for 7211 in iproc-rng200
 2019-05-10 17:31 UTC  (6+ messages)
` [PATCH 1/2] dt-bindings: rng: Document BCM7211 RNG compatible string
` [PATCH 2/2] hwrng: iproc-rng200: Add support for 7211

[Virtio-fs] [PATCH 0/2] virtiofs: remove dmap when truncating inode
 2019-05-10 17:31 UTC  (6+ messages)
` [Virtio-fs] [PATCH 1/2] fuse: remove unnecessary allocated_ranges
  ` [Virtio-fs] [PATCH 2/2] fuse: remove dmap when truncating inode

[SPDK] Compile error in this morning's current SPDK/DPDK master branch
 2019-05-10 17:28 UTC 

[PATCH v6 00/15] Trace2 tracing facility
 2019-05-10 17:28 UTC  (4+ messages)
` [PATCH v7 "
  ` [PATCH v7 02/15] trace2: create new combined trace facility

[SPDK] Compile error in this morning's current SPDK/DPDK master branch
 2019-05-10 17:28 UTC 

[Qemu-devel] [PATCH 0/3] Export machine type deprecation info through QMP
 2019-05-10 17:26 UTC  (18+ messages)

[Buildroot] problems compiling nodejs 10.15.3 and suggested fix
 2019-05-10 17:27 UTC 

[PATCH 5.1 00/30] 5.1.1-stable review
 2019-05-10 17:23 UTC  (2+ messages)

[dpdk-dev] [PATCH] librte_net: define TCP flags in rte_tcp.h instead of in rte_eth_ctrl.h
 2019-05-10 17:10 UTC 

[PATCH] staging: wlan-ng: collect return status without variable
 2019-05-10 17:23 UTC  (3+ messages)

[GIT] IDE
 2019-05-10 17:22 UTC  (2+ messages)

[PATCH 00/16] DC Patches 10 May 2019
 2019-05-10 17:19 UTC  (17+ messages)
  ` [PATCH 01/16] drm/amd/display: define v_total_min and max parameters
  ` [PATCH 02/16] drm/amd/display: Hook up CRC capture support for dce120
  ` [PATCH 03/16] drm/amd/display: Remove DPMS state dependency for fast boot
  ` [PATCH 04/16] drm/amd/display: Reuse MPC OGRAM for 1D blender
  ` [PATCH 05/16] drm/amd/display: 3.2.30
  ` [PATCH 06/16] drm/amd/display: add null checks and set update flags
  ` [PATCH 07/16] drm/amd/display: Program VTG params after programming Global Sync
  ` [PATCH 08/16] drm/amd/display: enabling stream after HPD low to high happened
  ` [PATCH 09/16] drm/amd/display: Engine-specific encoder allocation
  ` [PATCH 10/16] drm/amd/display: Use DCN functions instead of DCE
  ` [PATCH 11/16] drm/amd/display: Use VCP for extended colorimetry
  ` [PATCH 12/16] drm/amd/display: Rename EDID_BLOCK_SIZE to DC_EDID_BLOCK_SIZE
  ` [PATCH 13/16] drm/amd/display: Explicitly specify update type per plane info change
  ` [PATCH 14/16] drm/amd/display: dont set otg offset
  ` [PATCH 15/16] drm/amd/display: Disable ABM before destroy ABM struct
  ` [PATCH 16/16] drm/amd/display: 3.2.31

[PATCH 0/2] Avoid spawning gzip in git archive
 2019-05-10 17:18 UTC  (7+ messages)
    ` [PATCH v2 2/4] archive-tar: mark RECORDSIZE/BLOCKSIZE as unsigned

[SPDK] using SPDK NVMeOF as NVMe to NVMe/iSCSI proxy
 2019-05-10 17:18 UTC 

[PATCH] KVM: VMX: Nop emulation of MSR_IA32_POWER_CTL
 2019-05-10 17:17 UTC  (8+ messages)

[dpdk-dev] Using _XOPEN_SOURCE macros may break builds on FreeBSD
 2019-05-10 17:14 UTC 

[PATCH v3] selinux: do not report error on connect(AF_UNSPEC)
 2019-05-10 17:12 UTC 

[virtio-dev] Request for a new device number for a virtio-audio device
 2019-05-10 17:13 UTC  (12+ messages)

[Qemu-devel] [PATCH v3 0/3] rng-builtin: add an RNG backend that uses qemu_guest_getrandom()
 2019-05-10 17:11 UTC  (8+ messages)
` [Qemu-devel] [PATCH v3 1/3] VirtIO-RNG: Update default entropy source to `/dev/urandom`

[PATCH] parisc: Enable __ro_after_init feature
 2019-05-10 17:12 UTC 

[igt-dev] [PATCH i-g-t v3] tests/kms_big_fb: Make sure huge fbs work correctly
 2019-05-10 17:11 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_big_fb: Make sure huge fbs work correctly (rev3)

[PATCH 2/6] Revert "arm64: dts: renesas: r8a7796: Enable DMA for SCIF2"
 2019-05-10 17:10 UTC  (4+ messages)
` [PATCH] serial: sh-sci: disable DMA for uart_console

[U-Boot] [PATCH 1/1] efi_loader: fix typo in efi_locate_handle() comment
 2019-05-10 17:08 UTC 

[ANNOUNCE] v5.0.14-rt9
 2019-05-10 17:05 UTC 

[PATCH v1 00/23] current testing/next queue (docker/system & io tests)
 2019-05-10 17:02 UTC  (7+ messages)
` [PATCH v1 05/23] semihosting: enable chardev backed output
    ` [Qemu-devel] "

[PATCH v5 00/15] demacro softmmu (plus tests/coverage)
 2019-05-10 17:01 UTC  (4+ messages)
  ` [Qemu-devel] "

[RFC PATCH 0/2] Add ability to handle nodes with interrupts-extended property
 2019-05-10 17:02 UTC  (6+ messages)
    ` [Xen-devel] "

[PATCH v5 0/7] Extend write-hint framework, and add write-hint for Ext4 journal
 2019-05-10 17:02 UTC  (3+ messages)

[bpf PATCH v4 0/4] sockmap/ktls fixes
 2019-05-10 17:00 UTC  (3+ messages)
` [bpf PATCH v4 1/4] bpf: tls, implement unhash to avoid transition out of ESTABLISHED

I made a flame graph renderer for git's trace2 output
 2019-05-10 17:00 UTC  (3+ messages)

[PATCH v2] cannelloni: new package, CAN to ethernet proxy
 2019-05-10 16:59 UTC  (5+ messages)

Question about setting custom STAB
 2019-05-10 16:59 UTC 

Request to add option to interactive rebase to preserve latest commit date
 2019-05-10 16:57 UTC  (5+ messages)

[Qemu-trivial] [PULL 00/13] Trivial branch patches
 2019-05-10 16:51 UTC  (10+ messages)
    ` [Qemu-trivial] [Qemu-devel] "
                `  "


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.