All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-09-11 08:25:40 to 2019-09-11 09:13:44 UTC [more...]

[PATCH] xen/pci: try to reserve MCFG areas earlier
 2019-09-11  9:13 UTC  (16+ messages)
                ` [Xen-devel] "

[LTP] [PATCH] Use LTP_TIMEOUT_MUL in TST_RETRY_FN()
 2019-09-11  9:12 UTC  (2+ messages)

[PATCH] drm/selftests: fix spelling mistake "misssing" -> "missing"
 2019-09-11  9:12 UTC  (2+ messages)

[PATCH v4 1/3] block: centralize PI remapping logic to the block layer
 2019-09-11  9:12 UTC  (8+ messages)

[PATCH v7 0/7] DC3CO Support for TGL
 2019-09-11  9:12 UTC  (9+ messages)
` [PATCH v7 1/7] drm/i915/tgl: Add DC3CO required register and bits
` [PATCH v7 2/7] drm/i915/tgl: Add DC3CO mask to allowed_dc_mask and gen9_dc_mask
` [PATCH v7 6/7] drm/i915/tgl: switch between dc3co and dc5 based on display idleness

[Qemu-devel] QEMU as ISS (Instruction Set Simulator)
 2019-09-11  8:48 UTC  (8+ messages)

[Qemu-devel] [PULL] RISC-V Patches for the 4.2 Soft Freeze, Part 1
 2019-09-10 19:05 UTC  (57+ messages)
` [Qemu-devel] [PULL 01/47] riscv: sifive_u: Add support for loading initrd
` [Qemu-devel] [PULL 02/47] riscv: sivive_u: Add dummy serial clock and aliases entry for uart
` [Qemu-devel] [PULL 03/47] riscv: sifive_u: Fix clock-names property for ethernet node
` [Qemu-devel] [PULL 04/47] target/riscv/pmp: Restrict priviledged PMP to system-mode emulation
` [Qemu-devel] [PULL 05/47] target/riscv/pmp: Convert qemu_log_mask(LOG_TRACE) to trace events
` [Qemu-devel] [PULL 06/47] riscv: plic: Remove unused interrupt functions
` [Qemu-devel] [PULL 07/47] target/riscv: Create function to test if FP is enabled
` [Qemu-devel] [PULL 08/47] target/riscv: Update the Hypervisor CSRs to v0.4
` [Qemu-devel] [PULL 09/47] riscv: rv32: Root page table address can be larger than 32-bit
` [Qemu-devel] [PULL 10/47] riscv: Add a helper routine for finding firmware
` [Qemu-devel] [PULL 11/47] riscv: Resolve full path of the given bios image
` [Qemu-devel] [PULL 12/47] riscv: hmp: Add a command to show virtual memory mappings
` [Qemu-devel] [PULL 13/47] riscv: sifive_test: Add reset functionality
` [Qemu-devel] [PULL 14/47] riscv: hw: Remove duplicated "hw/hw.h" inclusion
` [Qemu-devel] [PULL 15/47] riscv: hw: Remove superfluous "linux, phandle" property
` [Qemu-devel] [PULL 16/47] riscv: hw: Use qemu_fdt_setprop_cell() for property with only 1 cell
` [Qemu-devel] [PULL 17/47] riscv: hw: Remove not needed PLIC properties in device tree
` [Qemu-devel] [PULL 18/47] riscv: hw: Change create_fdt() to return void
` [Qemu-devel] [PULL 19/47] riscv: hw: Change to use qemu_log_mask(LOG_GUEST_ERROR, ...) instead
` [Qemu-devel] [PULL 20/47] riscv: hw: Remove the unnecessary include of target/riscv/cpu.h
` [Qemu-devel] [PULL 21/47] riscv: roms: Remove executable attribute of opensbi images
` [Qemu-devel] [PULL 22/47] riscv: sifive_u: Remove the unnecessary include of prci header
` [Qemu-devel] [PULL 23/47] riscv: sifive: Rename sifive_prci.{c, h} to sifive_e_prci.{c, h}
` [Qemu-devel] [PULL 24/47] riscv: sifive_e: prci: Fix a typo of hfxosccfg register programming
` [Qemu-devel] [PULL 25/47] riscv: sifive_e: prci: Update the PRCI register block size
` [Qemu-devel] [PULL 26/47] riscv: sifive_e: Drop sifive_mmio_emulate()
` [Qemu-devel] [PULL 27/47] riscv: Add a sifive_cpu.h to include both E and U cpu type defines
` [Qemu-devel] [PULL 28/47] riscv: hart: Extract hart realize to a separate routine
` [Qemu-devel] [PULL 29/47] riscv: hart: Add a "hartid-base" property to RISC-V hart array
` [Qemu-devel] [PULL 30/47] riscv: sifive_u: Set the minimum number of cpus to 2
` [Qemu-devel] [PULL 31/47] riscv: sifive_u: Update hart configuration to reflect the real FU540 SoC
` [Qemu-devel] [PULL 32/47] riscv: sifive_u: Update PLIC hart topology configuration string
` [Qemu-devel] [PULL 33/47] riscv: sifive: Implement PRCI model for FU540
` [Qemu-devel] [PULL 34/47] riscv: sifive_u: Generate hfclk and rtcclk nodes
` [Qemu-devel] [PULL 35/47] riscv: sifive_u: Add PRCI block to the SoC
` [Qemu-devel] [PULL 36/47] riscv: sifive_u: Reference PRCI clocks in UART and ethernet nodes
` [Qemu-devel] [PULL 37/47] riscv: sifive_u: Update UART base addresses and IRQs
` [Qemu-devel] [PULL 38/47] riscv: sifive_u: Change UART node name in device tree
` [Qemu-devel] [PULL 39/47] riscv: roms: Update default bios for sifive_u machine
  ` [Qemu-riscv] "
` [Qemu-devel] [PULL 40/47] riscv: sifive: Implement a model for SiFive FU540 OTP
  ` [Qemu-riscv] "
` [Qemu-devel] [PULL 41/47] riscv: sifive_u: Instantiate OTP memory with a serial number
  ` [Qemu-riscv] "
` [Qemu-devel] [PULL 42/47] riscv: sifive_u: Fix broken GEM support
  ` [Qemu-riscv] "
` [Qemu-devel] [PULL 43/47] riscv: sifive_u: Remove handcrafted clock nodes for UART and ethernet
  ` [Qemu-riscv] "
` [Qemu-devel] [PULL 44/47] riscv: sifive_u: Update model and compatible strings in device tree
  ` [Qemu-riscv] "
` [Qemu-devel] [PULL 45/47] target/riscv: Use both register name and ABI name
  ` [Qemu-riscv] "
` [Qemu-devel] [PULL 46/47] target/riscv: Fix mstatus dirty mask
  ` [Qemu-riscv] "
` [Qemu-devel] [PULL 47/47] target/riscv: Use TB_FLAGS_MSTATUS_FS for floating point
  ` [Qemu-riscv] "

[PATCH] pinctrl: at91-pio4: implement .get_multiple and .set_multiple
 2019-09-11  9:11 UTC  (4+ messages)

[dpdk-dev] [PATCH] maintainers: update AESNI MB and GCM PMDs
 2019-09-11  9:10 UTC 

[PATCH 4.14] vhost/test: fix build for vhost test
 2019-09-11  9:10 UTC  (2+ messages)

[PATCH] kernel-devsrc: copy mmiowb.h and modpost from ${B} of kernel
 2019-09-11  9:10 UTC  (6+ messages)

[Cocci] Checking parsing difficulties around SmPL when constraints
 2019-09-11  9:09 UTC  (3+ messages)

[Qemu-devel] [PATCH v6 00/42] block: Deal with filters
 2019-09-11  8:27 UTC  (7+ messages)
` [Qemu-devel] [PATCH v6 22/42] block: Fix bdrv_get_allocated_file_size's fallback

[Qemu-devel] [PULL 00/15] Linux user for 4.2 patches
 2019-09-11  8:40 UTC  (2+ messages)

[RFC 0/4] Allow live MAC address change
 2019-09-11  9:09 UTC  (2+ messages)

FAILED: patch "[PATCH] powerpc/tm: Fix restoring FP/VMX facility incorrectly on" failed to apply to 4.19-stable tree
 2019-09-11  9:09 UTC  (3+ messages)
` [PATCH 4.19] powerpc/tm: Fix restoring FP/VMX facility incorrectly on interrupts

[RFC][PATCH 0/2] Perf misaligned address fixes
 2019-09-11  9:08 UTC  (3+ messages)
` [RFC][PATCH 1/2] Fix event.c misaligned address error

[RFC PATCH 0/2] Fix SEV user-space mapping of unencrypted coherent memory
 2019-09-11  9:08 UTC  (8+ messages)
` [RFC PATCH 1/2] x86: Don't let pgprot_modify() change the page encryption bit

[U-Boot] [PATCH] zynqmp: firmware: Add Xilinx ZynqMP firmware driver
 2019-09-11  9:07 UTC  (3+ messages)

[dpdk-dev] [PATCH v6 00/10] vhost: support inflight share memory protocol feature
 2019-09-11  9:07 UTC  (6+ messages)
  ` [dpdk-dev] [PATCH v6 05/10] vhost: checkout and cleanup the resubmit inflight information

[PATCH 0/6] Remaining patches to enable Transcoder Port Sync for tiled displays
 2019-09-11  9:08 UTC  (5+ messages)

[Xen-devel] [xen-unstable test] 141192: regressions - FAIL
 2019-09-11  9:05 UTC  (2+ messages)

[PATCH 1/2] arm64: dts: imx8mm: Remove incorrect fallback compatible for ocotp
 2019-09-11 14:24 UTC  (6+ messages)

[RFC] buildtar: add case for riscv architecture
 2019-09-11  9:05 UTC  (3+ messages)

[U-Boot] [RFC PATCH v1 0/5] imx: nandbcb: support for i.MX7 and bcb only updates
 2019-09-11  9:05 UTC  (6+ messages)
` [U-Boot] [RFC PATCH v1 1/5] imx: gpmi: add defines for hw randominizer
` [U-Boot] [RFC PATCH v1 2/5] nand: mxs_nand: add API for switching different BCH layouts
` [U-Boot] [RFC PATCH v1 3/5] imx: nandbcb: add support for i.MX7
` [U-Boot] [RFC PATCH v1 4/5] imx: nandbcb: refactor update function
` [U-Boot] [RFC PATCH v1 5/5] imx: nandbcb: add support for writing BCB only

[Qemu-devel] [PATCH v1 0/4] ELF and (macro) safety
 2019-09-11  8:29 UTC  (4+ messages)
` [Qemu-devel] [PATCH v1 2/4] elf: move elf.h to elf/elf.h and split out types
    ` [Qemu-riscv] "

[PATCH] Staging: octeon: Avoid several usecases of strcpy
 2019-09-11  9:04 UTC  (5+ messages)

[PATCH] drm/radeon: Bail earlier when radeon.cik_/si_support=0 is passed
 2019-09-11  9:04 UTC  (4+ messages)

[PATCH net-next 0/5] sctp: update from rfc7829
 2019-09-11  9:03 UTC  (7+ messages)
` [PATCH net-next 5/5] sctp: add spt_pathcpthld in struct sctp_paddrthlds

[PATCH] drm/i915/display: Put glk_cdclk_table
 2019-09-11  9:03 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[gpio:devel-cleanup-irqchip 63/63] drivers/pinctrl/intel/pinctrl-cherryview.c:1632:8: error: 'struct gpio_irq_chip' has no member named 'default_handler'; did you mean 'default_type'?
 2019-09-11  9:02 UTC 

[PATCH] drm/amdgpu: Add SRIOV mailbox backend for Navi1x
 2019-09-11  9:03 UTC  (2+ messages)

[CI] drm/i915: Make i915_vma.flags atomic_t for mutex reduction
 2019-09-11  9:02 UTC 

linux-next: Signed-off-by missing for commit in the net-next tree
 2019-09-11  9:02 UTC  (2+ messages)

[PATCH] Staging: exfat: Avoid use of strcpy
 2019-09-11  8:56 UTC  (5+ messages)

[LTP] [PATCH v4 LTP] Skip the test if "htop" is used
 2019-09-11  9:00 UTC  (2+ messages)

[PATCH net-next 0/6] net: stmmac: Improvements for -next
 2019-09-11  8:59 UTC  (4+ messages)

phosphor-ipmi-flash: Update over eSPI interface
 2019-09-11  8:59 UTC 

[PATCH] clone.2: add CLONE_PIDFD entry
 2019-09-11  8:58 UTC 

[U-Boot] [PATCH] ARM: zynq: dts: Added alias for usb node
 2019-09-11  8:57 UTC 

[U-Boot] [PATCH] ARM: zynq: Align model name with DT
 2019-09-11  8:56 UTC 

Inquiry 11/Sept/2019
 2019-09-11  8:37 UTC 

[U-Boot] [PATCH] arm64: zynqmp: Add idcodes for new RFSoC silicons ZU48DR and ZU49DR
 2019-09-11  8:54 UTC 

[PATCH V3 blktests] nvme: Add new test case about nvme rescan/reset/remove during IO
 2019-09-11  8:53 UTC 

[PATCH] nl80211: Support mgmt frame unregistrations
 2019-09-11  8:53 UTC  (2+ messages)

[U-Boot] [PATCH] arm64: versal: Fix for OCM overwriting issue
 2019-09-11  8:52 UTC 

[PATCH] arm64: psci: Use udelay() instead of msleep() to reduce waiting time
 2019-09-11  8:50 UTC  (2+ messages)

[U-Boot] [PATCH] ARM: zynq: Increase input buffer console size to 2k
 2019-09-11  8:50 UTC 

[U-Boot] [PATCH] ARM: zynq: Increase init ram size by 4K
 2019-09-11  8:49 UTC 

[U-Boot] [PATCH 1/2] spi-nor: spi-nor-ids: Merge "n25q512a" and "mt25qu512a" entries
 2019-09-11  8:49 UTC  (3+ messages)
` [U-Boot] [PATCH 2/2] spi-nor: spi-nor-ids: Disable SPI_NOR_4B_OPCODES for n25q512* and n25q256*
  ` [U-Boot] [EXT] "

[PATCH V2 blktests] nvme: Add new test case about nvme rescan/reset/remove during IO
 2019-09-11  8:48 UTC  (3+ messages)

[PATCH] drm: fix warnings in DSC
 2019-09-11  8:47 UTC  (2+ messages)

[U-Boot] [PATCH] ARM: zynq: Do not enable NETBSD support by default
 2019-09-11  8:47 UTC 

[dpdk-dev] [PATCH 00/13] ethdev: change promiscuous mode functions to return status
 2019-09-11  8:46 UTC  (4+ messages)
` [dpdk-dev] [PATCH v2 "
  ` [dpdk-dev] [PATCH v2 04/13] ethdev: change promiscuous callbacks "

[dpdk-dev] [PATCH] net/mlx5: improve validation of item order
 2019-09-11  8:46 UTC  (2+ messages)
` [dpdk-dev] [PATCH v2] "

[U-Boot] [PATCH] fpga: zynqmp: Fix second local variable declaration
 2019-09-11  8:44 UTC 

[U-Boot] [PATCH] mmc: sdhci: Move ZYNQ_HISPD_BROKEN to Kconfig
 2019-09-11  8:44 UTC 

[PATCH 0/3] crypto: inside-secure - Add support for (HMAC) SM3
 2019-09-11  7:41 UTC  (4+ messages)
` [PATCH 1/3] crypto: inside-secure - Added support for basic SM3 ahash
` [PATCH 2/3] crypto: inside-secure - Added support for HMAC-SM3 ahash
` [PATCH 3/3] crypto: testmgr - Added testvectors for the hmac(sm3) ahash

[RFC PATCH] Add proc interface to set PF_MEMALLOC flags
 2019-09-11  8:43 UTC  (5+ messages)

[PATCH v6 00/12] add integrity and security to TPM2 transactions
 2019-09-11  8:42 UTC  (3+ messages)

[U-Boot] [PATCH] net: zynq_gem: Remove check for Versal
 2019-09-11  8:42 UTC 

[Buildroot] [PATCH] package: qemu: Make dependency to nettle explicit
 2019-09-11  8:40 UTC 

[PATCH v3] mm/kasan: dump alloc and free stack for page allocator
 2019-09-11  8:39 UTC  (3+ messages)

[PATCH v4 00/14] software node: add support for reference properties
 2019-09-11  8:37 UTC  (4+ messages)
` [PATCH v4 06/14] software node: get rid of property_set_pointer()

[PATCH 1/2] nl80211: Add NL80211_EXT_FEATURE_LIVE_IFTYPE_CHANGE
 2019-09-11  8:37 UTC  (4+ messages)

[Bug 201957] New: amdgpu: ring gfx timeout
 2019-09-11  8:36 UTC  (2+ messages)
` [Bug 201957] "

[PATCH v2] KVM: s390: kvm_s390_vm_start_migration: check dirty_bitmap before using it as target for memset()
 2019-09-11  8:36 UTC  (2+ messages)

[PATCH] ARM: Add support for Realtek SOC
 2019-09-11  8:34 UTC  (6+ messages)

possible circular locking dependency detected (sb_internal/fs_reclaim)
 2019-09-11  8:35 UTC  (3+ messages)

[PATCH v4 0/9] hugetlb_cgroup: Add hugetlb_cgroup reservation limits
 2019-09-11  8:35 UTC  (2+ messages)
` [PATCH v4 3/9] hugetlb_cgroup: add reservation accounting for private mappings

[PATCH] drm/i915: Whitelist COMMON_SLICE_CHICKEN2
 2019-09-11  8:35 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for drm/i915: Whitelist COMMON_SLICE_CHICKEN2 (rev2)

[dpdk-dev] [PATCH 0/2] add lock-free mode for l3fwd
 2019-09-11  8:35 UTC  (8+ messages)

[PATCH 0/4] Enable Hantro G1 post-processor
 2019-09-11  8:34 UTC  (8+ messages)
` [PATCH 4/4] media: hantro: Support color conversion via post-processing

[alsa-devel] [PATCH] ASoC: dmaengine: Replace strncpy() with strscpy_pad() for pcm->name
 2019-09-11  8:33 UTC 

[kvm-unit-tests PATCH v2 0/6] s390x: Add multiboot and smp
 2019-09-11  8:33 UTC  (4+ messages)
` [kvm-unit-tests PATCH v2 4/6] s390x: Add initial smp code

[dpdk-dev] [PATCH v3 0/2] virtio: one way barrier for packed vring flags
 2019-09-11  8:32 UTC  (9+ messages)
` [dpdk-dev] [PATCH v3 1/2] virtio: one way barrier for packed vring desc avail flags

[U-Boot] Issue in u-boot; TFTP error: trying to overwrite reserved memory
 2019-09-11  8:32 UTC  (4+ messages)

[meta-filesystems][PATCH] fuse3: add libfuse3 recipe
 2019-09-11  8:32 UTC  (4+ messages)

[PATCH net 0/2] fix memory leak for sctp_do_bind
 2019-09-11  8:30 UTC  (7+ messages)
` [PATCH net 1/2] sctp: remove redundant assignment when call sctp_get_port_local

[PATCH 0/2] KVM: arm/arm64: Two minor tracing changes
 2019-09-11  8:31 UTC  (5+ messages)
` [PATCH 2/2] KVM: arm/arm64: Print the EC hex value with its exact width

[PATCH] media: em28xx: Add support for Magix Wideowandler 2
 2019-09-11  8:31 UTC  (3+ messages)

[PATCH] lib/Kconfig: fix OBJAGG in lib/ menu structure
 2019-09-11  8:30 UTC  (2+ messages)

[Bug 200039] BT advertising packet wakes up the system from S3 and suspend-to-idle
 2019-09-11  8:29 UTC 

[PATCH v2 2/2] hwrng: npcm: add NPCM RNG driver
 2019-09-11  8:29 UTC  (4+ messages)
` [PATCH v2 0/2] hwrng: npcm: add NPCM RNG driver support

[Cocci] Adjusting SmPL script “tests/nest3.cocci”?
 2019-09-11  8:28 UTC  (2+ messages)

[PATCH 1/2] Support mips unwinding and dwarf-regs
 2019-09-11  8:26 UTC  (2+ messages)
` [PATCH 2/2] Support extracting off-line stack traces from user-space with perf

[alsa-devel] [PATCH v3] drm: bridge/dw_hdmi: add audio sample channel status setting
 2019-09-11  8:26 UTC  (3+ messages)
`  "

[PATCH 0/8] cfg80211/mac80211 patches from our internal tree 2019-08-30
 2019-09-11  8:27 UTC  (3+ messages)
` [PATCH 4/8] mac80211: Allow user space to register for station Rx authentication

[Qemu-devel] [PATCH v1 10/28] target/riscv: Convert mie and mstatus to pointers
 2019-09-11  8:24 UTC  (2+ messages)

[pull request][net-next 0/3] Mellanox, mlx5 build cleanup 2019-09-10
 2019-09-11  8:27 UTC  (2+ messages)

[PATCH v5 0/9] i2c: add support for filters
 2019-09-11  8:24 UTC  (7+ messages)
` [PATCH v5 2/9] dt-bindings: i2c: add bindings for i2c analog and digital filter
` [PATCH v5 4/9] i2c: at91: add new platform support for sam9x60
` [PATCH v5 6/9] i2c: at91: add support for advanced digital filtering
` [PATCH v5 7/9] i2c: at91: add support for analog filtering
` [PATCH v5 8/9] ARM: dts: at91: sama5d2_xplained: add analog and digital filter for i2c
` [PATCH v5 9/9] ARM: dts: at91: sama5d4_xplained: add "


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.