All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-06-11 19:25:43 to 2020-06-11 20:39:11 UTC [more...]

[PATCH] drm/amdkfd: Use correct major in devcgroup check
 2020-06-11 20:23 UTC  (2+ messages)

[PULL 000/115] Huge miscellaneous pull request for 2020-06-11
 2020-06-11 19:44 UTC  (84+ messages)
` [PULL 001/115] docker.py/build: support -t and -f arguments
` [PULL 002/115] docker.py/build: support binary files in --extra-files
` [PULL 003/115] run-coverity-scan: get Coverity token and email from special git config section
` [PULL 004/115] run-coverity-scan: use docker.py
` [PULL 005/115] run-coverity-scan: add --no-update-tools option
` [PULL 006/115] run-coverity-scan: use --no-update-tools in docker run
` [PULL 007/115] run-coverity-scan: download tools outside the container
` [PULL 008/115] run-coverity-scan: support --update-tools-only --docker
` [PULL 009/115] vl.c: run preconfig loop before creating default RAM backend
` [PULL 010/115] numa: prevent usage of -M memory-backend and -numa memdev at the same time
` [PULL 011/115] icount: fix shift=auto for record/replay
` [PULL 012/115] qom/object: Fix object_child_foreach_recursive() return value
` [PULL 013/115] target/i386: Fix OUTL debug output
` [PULL 014/115] qom/object: Move Object typedef to 'qemu/typedefs.h'
` [PULL 015/115] io/task: Move 'qom/object.h' header to source
` [PULL 016/115] Makefile: Let the 'help' target list the helper targets
` [PULL 017/115] hyperv: expose API to determine if synic is enabled
` [PULL 018/115] vmbus: add vmbus protocol definitions
` [PULL 019/115] vmbus: vmbus implementation
` [PULL 020/115] i386:pc: whitelist dynamic vmbus-bridge
` [PULL 021/115] i386: Hyper-V VMBus ACPI DSDT entry
` [PULL 022/115] vmbus: add infrastructure to save/load vmbus requests
` [PULL 023/115] target/i386: Fix the CPUID leaf CPUID_Fn80000008
` [PULL 024/115] target/i386: fix phadd* with identical destination and source register
` [PULL 025/115] hw/i386/vmport: Add reference to VMware open-vm-tools
` [PULL 026/115] hw/i386/vmport: Add device properties
` [PULL 027/115] hw/i386/vmport: Propagate IOPort read to vCPU EAX register
` [PULL 028/115] hw/i386/vmport: Set EAX to -1 on failed and unsupported commands
` [PULL 029/115] hw/i386/vmport: Introduce vmware-vmx-version property
` [PULL 030/115] hw/i386/vmport: Report vmware-vmx-type in CMD_GETVERSION
` [PULL 031/115] hw/i386/vmport: Introduce vmport.h
` [PULL 032/115] hw/i386/vmport: Define enum for all commands
` [PULL 033/115] hw/i386/vmport: Add support for CMD_GETBIOSUUID
` [PULL 034/115] hw/i386/vmport: Add support for CMD_GET_VCPU_INFO
` [PULL 035/115] hw/i386/vmport: Allow x2apic without IR
` [PULL 036/115] i386/cpu: Store LAPIC bus frequency in CPU structure
` [PULL 037/115] hw/i386/vmport: Add support for CMD_GETHZ
` [PULL 038/115] hw/i386/vmport: Assert vmport initialized before registering commands
` [PULL 039/115] accel: Move Xen accelerator code under accel/xen/
` [PULL 040/115] qom: remove index from object_resolve_abs_path()
` [PULL 041/115] qom/object: factor out the initialization of hash table of properties
` [PULL 042/115] qom/object: simplify type_initialize_interface()
` [PULL 043/115] qom/object: pass (Object *) to object_initialize_with_type()
` [PULL 044/115] qom/container: remove .instance_size initializer from container_info
` [PULL 045/115] cpus: Fix botched configure_icount() error API violation fix
` [PULL 046/115] hax: Dynamic allocate vcpu state structure
` [PULL 047/115] i386/kvm: fix a use-after-free when vcpu plug/unplug
` [PULL 048/115] megasas: use unsigned type for reply_queue_head and check index
` [PULL 049/115] megasas: avoid NULL pointer dereference
` [PULL 051/115] target/i386: implement special cases for fxtract
` [PULL 052/115] target/i386: fix fscale handling of signaling NaN
` [PULL 053/115] target/i386: fix fscale handling of invalid exponent encodings
` [PULL 054/115] target/i386: fix fscale handling of infinite exponents
` [PULL 055/115] target/i386: fix fscale handling of rounding precision
` [PULL 056/115] exec: Let address_space_read/write_cached() propagate MemTxResult
` [PULL 057/115] exec: Propagate cpu_memory_rw_debug() error
` [PULL 059/115] hw/elf_ops: Do not ignore write failures when loading ELF
` [PULL 060/115] target/i386: fix floating-point load-constant rounding
` [PULL 061/115] target/i386: fix fxam handling of invalid encodings
` [PULL 062/115] target/i386: fix fbstp handling of negative zero
` [PULL 063/115] target/i386: fix fbstp handling of out-of-range values
` [PULL 064/115] target/i386: fix fisttpl, fisttpll "
` [PULL 065/115] hw/i386/vmport: Allow QTest use without crashing
` [PULL 066/115] x86/cpu: Enable AVX512_VP2INTERSECT cpu feature
` [PULL 067/115] vfio/pci: Use kvm_irqchip_add_irqfd_notifier_gsi() for irqfds
` [PULL 068/115] KVM: Pass EventNotifier into kvm_irqchip_assign_irqfd
` [PULL 071/115] tests: machine-none-test: Enable MicroBlaze testing
` [PULL 072/115] hw/i386/amd_iommu: Fix the reserved bits definition of IOMMU commands
` [PULL 074/115] i386: Remove unused define's from hax and hvf
` [PULL 075/115] target/i386: define a new MSR based feature word - FEAT_PERF_CAPABILITIES
` [PULL 076/115] util/oslib: Returns the real thread identifier on FreeBSD and NetBSD
` [PULL 077/115] memory: Make 'info mtree' not display disabled regions by default
` [PULL 078/115] qemu/thread: Mark qemu_thread_exit() with 'noreturn' attribute
` [PULL 079/115] configure: Do not ignore malloc value
` [PULL 083/115] sysemu/accel: Restrict machine methods to system-mode
` [PULL 084/115] sysemu/tcg: Only declare tcg_allowed when TCG is available
` [PULL 087/115] i386: hvf: Move HVFState definition into hvf
` [PULL 090/115] i386: hvf: Use ins_len to advance IP
` [PULL 093/115] i386: hvf: Drop rflags from HVFX86EmulatorState
` [PULL 095/115] i386: hvf: Drop regs in HVFX86EmulatorState
` [PULL 097/115] i386: hvf: Move mmio_buf into CPUX86State
` [PULL 098/115] i386: hvf: Drop HVFX86EmulatorState
` [PULL 104/115] target/i386: sev: Partial cleanup to sev_state global

[PATCH] ASoC: SOF: Intel: hda: unsolicited RIRB response
 2020-06-11 20:36 UTC  (9+ messages)

[tpm2] Re: tpm2-tools next release version 5.0
 2020-06-11 20:37 UTC 

[PATCH net] ionic: remove support for mgmt device
 2020-06-11 20:33 UTC  (3+ messages)

[PATCH 0/3] mmc: tmio and renesas_sdhi_internal_dmac: fix dma unmapping
 2020-06-11 20:32 UTC  (3+ messages)
` [PATCH 1/3] mmc: tmio: core: Add end operation into tmio_mmc_dma_ops

[PATCH v6 4/5] drm/msm/dp: add support for DP PLL driver
 2020-06-11 20:31 UTC  (6+ messages)

[RFC] page cache drop-behind
 2020-06-11 20:30 UTC  (2+ messages)

[PATCH 00/30] Finish some Kconfig migrations
 2020-06-11 20:30 UTC  (4+ messages)
` [PATCH 25/30] arm: imx: Finish migration from CONFIG_SECURE_BOOT to CONFIG_IMX_HAB

[PATCH 0/6] Add Microchip MCP25XXFD CAN driver
 2020-06-11 20:30 UTC  (3+ messages)

[PATCH 2/2 v2] dt-bindings: power: reset: add yaml bindings for LinkStation power off
 2020-06-11 20:29 UTC 

[PATCH 1/2 v2] power: reset: add driver for LinkStation power off
 2020-06-11 20:28 UTC 

AMD's Signed CCLA
 2020-06-11 20:27 UTC  (2+ messages)

[PATCH] diff-files: treat "i-t-a" files as "not-in-index"
 2020-06-11 20:27 UTC  (2+ messages)

[PATCH glibc 1/3] glibc: Perform rseq registration at C startup and thread creation (v20)
 2020-06-11 20:26 UTC  (7+ messages)

[PATCH] PCI: Loongson: Use DECLARE_PCI_FIXUP_EARLY for bridge_class_quirk()
 2020-06-11 20:26 UTC  (2+ messages)

[PATCH 3/4] Bluetooth: btintel: Add helper functions to parse firmware name
 2020-06-11 20:25 UTC  (2+ messages)

[PATCH v2 0/3] printk: replace ringbuffer
 2020-06-11 20:25 UTC  (12+ messages)
` [PATCH v2 2/3] printk: add lockless buffer
  ` redundant check in make_data_reusable(): was "

[dm-crypt] Clarifications 2 to URGENT Help needed w LUKS on KDE Neon
 2020-06-11 20:24 UTC 

[gup] 17839856fd: stress-ng.vm-splice.ops_per_sec 2158.6% improvement
 2020-06-11 20:24 UTC  (3+ messages)

[PowerTOP] ANNOUNCING PowerTOP v2.13
 2020-06-11 20:22 UTC 

[SPDK] Re: DIF/DIX acceleration in SPDK
 2020-06-11 20:20 UTC 

[PULL v2 00/16] Trivial branch for 5.1 patches
 2020-06-11 20:19 UTC  (2+ messages)

[PATCH v6] mm: Proactive compaction
 2020-06-11 20:19 UTC  (3+ messages)

[dpdk-dev] [PATCH v3 0/2] Fix Windows compiler warnings
 2020-06-11 20:18 UTC  (3+ messages)
` [dpdk-dev] [PATCH v4] eal: fix warnings on Windows

[PATCH] KVM: x86: do not pass poisoned hva to __kvm_set_memory_region
 2020-06-11 20:14 UTC  (2+ messages)

[PATCH] ALSA: hda: Add NVIDIA codec IDs 9a & 9d through a0 to patch table
 2020-06-11 20:12 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 1/1] NFSv4.0 allow nconnect for v4.0
 2020-06-11 20:09 UTC  (5+ messages)

[PATCH] KVM: check userspace_addr for all memslots
 2020-06-11 20:11 UTC  (4+ messages)

[PATCH] image: Add support for ZSTD decompression
 2020-06-11 20:10 UTC  (11+ messages)

[Bug 1882851] [NEW] QEMU video freezes with "Guest disabled display" (virtio driver)
 2020-06-11 19:40 UTC  (2+ messages)
` [Bug 1882851] "

[PATCH] checkpatch.pl: perform commit ID check from external to git folder
 2020-06-11 20:08 UTC  (3+ messages)

[PATCH v6 2/5] drm: add constant N value in helper file
 2020-06-11 20:07 UTC  (4+ messages)

[PATCH v6 1/5] dt-bindings: msm/dp: add bindings of DP/DP-PLL driver for Snapdragon
 2020-06-11 20:07 UTC  (4+ messages)

master - improve get_fs_block_size string to number
 2020-06-11 20:06 UTC 

[PATCH 00/14] upload-pack: use 'struct upload_pack_data' thoroughly, part 3
 2020-06-11 20:04 UTC  (2+ messages)

[PATCH v3 0/3] dtc: checks: Validate interrupt-map properties
 2020-06-11 20:04 UTC  (4+ messages)
` [PATCH v3 1/3] checks: Add interrupt provider test

[PATCH 0/9] slub_debug fixes and improvements
 2020-06-11 20:04 UTC  (5+ messages)
` [PATCH 9/9] mm, slab/slub: move and improve cache_from_obj()

[RFC] unexport linux/elfcore.h
 2020-06-11 20:01 UTC  (3+ messages)

[OE-core] Changing kernel to the Mainline kernel ,linux-stable instead of linux-raspberrypi
 2020-06-11 20:01 UTC  (3+ messages)
`  "

[PATCH] crypto: algapi - Remove skbuff.h inclusion
 2020-06-11 20:01 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: chrome: Add cros-ec-typec mux props
 2020-06-11 20:00 UTC  (12+ messages)

[SPDK] Re: DIF/DIX acceleration in SPDK
 2020-06-11 20:00 UTC 

[PATCH v2 0/3] IOMMU user API enhancement
 2020-06-11 20:02 UTC  (9+ messages)
` [PATCH v2 1/3] docs: IOMMU user API
` [PATCH v2 3/3] iommu/vt-d: Sanity check uapi argsz filled by users

[PATCH] extend IMA boot_aggregate with kernel measurements
 2020-06-11 19:54 UTC 

[PATCH] net: ethernet: mtk-star-emac: simplify interrupt handling
 2020-06-11 19:51 UTC  (4+ messages)

[PATCH v6] sco:Add support for BT_PKT_STATUS CMSG data
 2020-06-11 19:50 UTC 

[GIT PULL] Mailbox changes for v5.8
 2020-06-11 19:50 UTC  (3+ messages)

[GIT PULL] sound fixes for 5.8-rc1
 2020-06-11 19:50 UTC  (2+ messages)

[git pull] drm fixes for 5.7-rc1 (updated pull)
 2020-06-11 19:50 UTC  (3+ messages)

[git pull] drm i915 fixes for rc1
 2020-06-11 19:50 UTC  (3+ messages)

[GIT PULL] Please pull NFS client changes for 5.8
 2020-06-11 19:50 UTC  (2+ messages)

[PATCH] Fix undefined operation VMXOFF during reboot and crash
 2020-06-11 19:48 UTC  (3+ messages)
` [PATCH v2] "

[PATCH net v2 0/4] net: ipa: endpoint configuration fixes
 2020-06-11 19:48 UTC  (5+ messages)
` [PATCH net v2 1/4] net: ipa: program metadata mask differently
` [PATCH net v2 2/4] net: ipa: fix modem LAN RX endpoint id
` [PATCH net v2 3/4] net: ipa: program upper nibbles of sequencer type
` [PATCH net v2 4/4] net: ipa: header pad field only valid for AP->modem endpoint

[PATCH 0/4] panel-simple: CDTech S070PWS19HP-FC21 and S070SWV29HG-DC44, Tianma TM070JVHG33
 2020-06-11 19:48 UTC  (5+ messages)
` [PATCH v2 1/4] dt-bindings: display: simple: add CDTech S070PWS19HP-FC21 and S070SWV29HG-DC44

[net] tipc: fix NULL pointer dereference in tipc_disc_rcv()
 2020-06-11 19:48 UTC  (2+ messages)

[net] tipc: fix kernel WARNING in tipc_msg_append()
 2020-06-11 19:48 UTC  (2+ messages)

[PATCH] dt-bindings: Remove redundant 'maxItems'
 2020-06-11 19:47 UTC 

[PATCH] lib/vdso: use CLOCK_REALTIME_COARSE for time()
 2020-06-11 19:47 UTC  (3+ messages)

[RESEND PATCH] dt-bindings: property-units: Add picoseconds type
 2020-06-11 19:46 UTC  (2+ messages)

[PATCH v2 1/4] dt-bindings: power: Add BQ27561 compatible
 2020-06-11 19:46 UTC  (2+ messages)

[PATCH v3 0/6] drivers: Add a framework for MUX drivers
 2020-06-11 19:45 UTC  (7+ messages)
` [PATCH v3 1/6] drivers: Add a new framework for multiplexer devices
` [PATCH v3 2/6] dm: board: complete the initialization of the muxes in initr_dm()
` [PATCH v3 3/6] drivers: mux: mmio-based syscon mux controller
` [PATCH v3 4/6] cmd: Add a mux command
` [PATCH v3 5/6] sandbox: Enable memio operations in board_init
` [PATCH v3 6/6] test: Add tests for the multiplexer framework

[Ksummit-discuss] [TECH TOPIC] Documentation
 2020-06-11 19:44 UTC  (5+ messages)

[PATCH] xdp: fix xsk_generic_xmit errno
 2020-06-11 19:44 UTC  (2+ messages)

[PATCH v5 0/4] vmalloc kernel mapping and relocatable kernel
 2020-06-11 19:43 UTC  (4+ messages)
` [PATCH v5 2/4] riscv: Introduce CONFIG_RELOCATABLE

[mripard:rpi4-kms-5.7 23/133] drivers/clk/bcm/clk-raspberrypi.c:417:64: sparse: sparse: incorrect type in argument 2 (different base types)
 2020-06-11 19:42 UTC 

[PATCH] GIT-VERSION-GEN: update for the post 2.27 cycle
 2020-06-11 19:41 UTC  (2+ messages)

[PATCH] drivers: dpaa2: Use devm_kcalloc() in setup_dpni()
 2020-06-11 19:41 UTC  (2+ messages)

[PATCH 0/3] RISC-V: Add kexec/kdump support
 2020-06-11 19:39 UTC  (2+ messages)

[PATCH 0/2] xen/arm: Convert runstate address during hypcall
 2020-06-11 19:38 UTC  (6+ messages)
` [PATCH 1/2] "

[PATCH RFC] seccomp: Implement syscall isolation based on memory areas
 2020-06-11 19:38 UTC  (8+ messages)

[PATCH v2 0/1] selftests: fpga: dfl: A test for afu interrupt support
 2020-06-11 19:38 UTC  (2+ messages)
` [PATCH v2 1/1] "

[PATCH v2 00/22] drm: mxsfb: Add i.MX7 support
 2020-06-11 19:33 UTC  (3+ messages)
` [PATCH v2 11/22] drm: mxsfb: Stop using DRM simple display pipeline helper

[PATCH v3 00/75] x86: SEV-ES Guest Support
 2020-06-11 19:33 UTC  (6+ messages)
` [PATCH v3 59/75] x86/sev-es: Handle MONITOR/MONITORX Events

[PATCH] rcar-csi2: Rename confirm_start() to phy_post_init() to match its usage
 2020-06-11 19:32 UTC 

[PATCH v2 00/15] vfio: expose virtual Shared Virtual Addressing to VMs
 2020-06-11 19:30 UTC  (4+ messages)
` [PATCH v2 02/15] iommu: Report domain nesting info

[PATCH] .clang-format: update column limit
 2020-06-11 19:26 UTC  (8+ messages)

Perf: WARNING: arch/x86/entry/common.c:624 idtentry_exit_cond_rcu+0x92/0xc0
 2020-06-11 19:25 UTC  (3+ messages)


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.