All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-07-08 16:32:08 to 2021-07-08 17:33:34 UTC [more...]

[PATCH v3 0/8] linux-user: target <-> host errno conversion code refactor
 2021-07-08 17:12 UTC  (5+ messages)
` [PATCH v3 7/8] linux-user: Simplify host <-> target errno conversion using macros
` [PATCH v3 8/8] linux-user/syscall: Remove ERRNO_TABLE_SIZE check

[PATCH v5 0/5] Add support for PMBus in QEMU
 2021-07-08 17:20 UTC  (2+ messages)
` [PATCH v5 2/5] hw/misc: add ADM1272 device

[PATCH v4 0/5] Fix redefinition errors for toolstack libs
 2021-07-08 17:33 UTC  (5+ messages)
` [PATCH v4 3/5] tools/libs/foreignmemory: Fix PAGE_SIZE redefinition error
` [PATCH v4 4/5] tools/libs/gnttab: "

PATCH: improve git switch documentation
 2021-07-08 17:33 UTC  (16+ messages)
                  ` What actually is a branch?

[PATCH v2 0/5] Add Alder Lake PCH-S support to PMC core driver
 2021-07-08 17:32 UTC  (2+ messages)

[PATCH u-boot-mvebu 00/31] kwboot / kwbimage improvements
 2021-07-08 17:30 UTC  (14+ messages)
` [PATCH u-boot-mvebu 01/31] tools: kwbimage: Fix compilation without CONFIG_SYS_U_BOOT_OFFS
` [PATCH u-boot-mvebu 02/31] tools: kwbimage: Simplify aligning and calculating checksum
` [PATCH u-boot-mvebu 03/31] tools: kwbimage: Align SPI and NAND images to 256 bytes
` [PATCH u-boot-mvebu 04/31] tools: kwbimage: Add constant for SDIO bootfrom
` [PATCH u-boot-mvebu 05/31] tools: kwbimage: Fix generation of SATA, SDIO and PCIe images
` [PATCH u-boot-mvebu 06/31] tools: kwbimage: Don't crash when binary file name does not contain '/'
` [PATCH u-boot-mvebu 10/31] tools: kwbimage: Print size of binary header in kwbimage_print_header()
` [PATCH u-boot-mvebu 11/31] tools: kwboot: Fix wrong parameter passed to read()
` [PATCH u-boot-mvebu 12/31] tools: kwboot: Fix restoring terminal
` [PATCH u-boot-mvebu 14/31] tools: kwboot: Cosmetic fix - add missing curly brackets
` [PATCH u-boot-mvebu 16/31] tools: kwbimage: Cosmetic fix - remove redundant space character
` [PATCH u-boot-mvebu 24/31] arm: mvebu: Remove legacy U-Boot header from kwbimage v1 files
` [PATCH u-boot-mvebu 25/31] tools: kwbimage: Remove v1 kwbimage SPL padding to CONFIG_SYS_U_BOOT_OFFS bytes

[PATCH net-next] net: microchip: sparx5: fix kconfig warning
 2021-07-08 17:33 UTC 

[PATCH] bus: mhi: pci_generic: Simplify code and axe the use of a deprecated API
 2021-07-08 17:32 UTC  (2+ messages)

[PATCH v3 0/4] target/ppc: MMU clean up
 2021-07-08 16:49 UTC  (5+ messages)
` [PATCH v3 1/4] target/ppc: Don't compile ppc_tlb_invalid_all without TCG
` [PATCH v3 2/4] target/ppc: divided mmu_helper.c in 2 files
` [PATCH v3 3/4] target/ppc: moved ppc_store_sdr1 to mmu_common.c
` [PATCH v3 4/4] target/ppc: moved store_40x_sler to helper_regs.c

[PATCH 0/2] Remove deprecated qemu-img backing file without format
 2021-07-08 16:58 UTC  (3+ messages)
` [PATCH 3/2] qemu-img: Improve error for rebase without backing format

[PATCH] tracepoint: Add tracepoint_probe_register_may_exist() for BPF tracing
 2021-07-08 17:30 UTC  (7+ messages)

[PATCH 1/4] cutils: Introduce bundle mechanism
 2021-07-08 17:25 UTC  (2+ messages)
` [PATCH 4/4] net: Use "

[PATCH 0/2] LICENSES: add and use copyleft-next-0.3.1
 2021-07-08 17:08 UTC  (6+ messages)

[PATCH v4 0/5] PCI Data Object Exchange support + CXL CDAT
 2021-07-08 17:28 UTC  (6+ messages)
` [PATCH v4 2/5] PCI/DOE: Add Data Object Exchange support

[PATCH v3 00/28] accel/tcg: Introduce translator_use_goto_tb
 2021-07-08 16:40 UTC  (29+ messages)
` [PATCH v3 01/28] "
` [PATCH v3 02/28] target/alpha: Remove use_exit_tb
` [PATCH v3 03/28] target/alpha: Remove in_superpage
` [PATCH v3 04/28] target/alpha: Use translator_use_goto_tb
` [PATCH v3 05/28] target/arm: Use DISAS_TOO_MANY for ISB and SB
` [PATCH v3 06/28] target/arm: Use translator_use_goto_tb for aarch64
` [PATCH v3 07/28] target/arm: Use translator_use_goto_tb for aarch32
` [PATCH v3 08/28] target/avr: Use translator_use_goto_tb
` [PATCH v3 09/28] target/avr: Mark some helpers noreturn
` [PATCH v3 10/28] target/cris: Use translator_use_goto_tb
` [PATCH v3 11/28] target/hppa: "
` [PATCH v3 12/28] target/i386: "
` [PATCH v3 13/28] target/m68k: "
` [PATCH v3 14/28] target/microblaze: "
` [PATCH v3 15/28] target/mips: "
` [PATCH v3 16/28] target/mips: Fix missing else in gen_goto_tb
` [PATCH v3 17/28] target/nios2: Use translator_use_goto_tb
` [PATCH v3 18/28] target/openrisc: "
` [PATCH v3 19/28] target/ppc: "
` [PATCH v3 20/28] target/riscv: "
` [PATCH v3 21/28] target/rx: "
` [PATCH v3 22/28] target/s390x: "
` [PATCH v3 23/28] target/s390x: Remove use_exit_tb
` [PATCH v3 24/28] target/sh4: Use translator_use_goto_tb
` [PATCH v3 25/28] target/sparc: "
` [PATCH v3 26/28] target/tricore: "
` [PATCH v3 27/28] target/tricore: Use tcg_gen_lookup_and_goto_ptr
` [PATCH v3 28/28] target/xtensa: Use translator_use_goto_tb

[PATCH] drivers: Follow the indentation coding standard on printks
 2021-07-08 17:27 UTC  (6+ messages)
` [PATCH] drivers: atm: "
      ` [PATCH net-next v2] "

[PATCH 0/6] KVM: nSVM: Fix issues when SMM is entered from L2
 2021-07-08 17:27 UTC  (4+ messages)
` [PATCH 1/6] KVM: nSVM: Check the value written to MSR_VM_HSAVE_PA

[PATCH 1/4] cmd: usb_mass_storage: Use part_get_info_by_dev_and_name_or_num
 2021-07-08 17:26 UTC  (6+ messages)
` [PATCH 2/4] usb: f_mass_storage: Check bh->state in sleep_thread
` [PATCH 3/4] usb: f_mass_storage: Drop wakeup_needed
` [PATCH 4/4] usb: f_mass_storage: Stop after the host deconfigures us

[Question] worktree vs. gitdir in [includeIf]
 2021-07-08 17:25 UTC 

[PATCH] checkpatch: Follow scripts/spdxcheck.py's switch to python3
 2021-07-08 17:25 UTC  (2+ messages)

[PATCH 0/2] KVM: SVM: Fix error handling bugs in SEV migration
 2021-07-08 17:24 UTC  (3+ messages)

[PATCH 0/3] KVM: SMM fixes
 2021-07-08 17:24 UTC  (2+ messages)

[PATCH 0/4] Add dynamic iommu backed bounce buffers
 2021-07-08 17:22 UTC  (7+ messages)
` [PATCH 1/4] dma-iommu: add kalloc gfp flag to alloc helper

[Intel-gfx] [PATCH i-g-t] [RFC] tests/kms_plane_alpha_blend: Fix coverage-vs-premult-vs-constant tests
 2021-07-08 17:21 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_plane_alpha_blend: Fix coverage-vs-premult-vs-constant tests (rev16)

[PATCH 0/5] KVM: x86: Use kernel x86 cpuid utilities in KVM selftests
 2021-07-08 17:21 UTC  (6+ messages)

[igt-dev] [PATCH i-g-t] tests/i915/exec_balancer: Drop the bonded-slice test
 2021-07-08 17:20 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.BUILD: failure for "

[PATCH] MIPS: Ingenic: Add system type for new Ingenic SoCs
 2021-07-08 17:16 UTC 

[PATCH] KVM: selftests: Address extra memslot parameters in vm_vaddr_alloc
 2021-07-08 17:16 UTC  (3+ messages)

[PATCH Part2 RFC v4 00/40] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-07-08 17:15 UTC  (9+ messages)
` [PATCH Part2 RFC v4 09/40] x86/fault: Add support to dump RMP entry on fault

[Buildroot] [PATCH v4 1/1] package/systemd: bump to version 249
 2021-07-08 17:13 UTC 

[dpdk-dev] [pull-request] next-crypto 21.08 rc1
 2021-07-08 17:13 UTC  (2+ messages)

[PATCH 00/20] python: introduce Asynchronous QMP package
 2021-07-08 16:50 UTC  (4+ messages)
` [PATCH 12/20] python/aqmp: add QMP Message format

[PATCH v3 0/2] x86/sev: Measured Linux SEV guest with kernel/initrd/cmdline
 2021-07-08 16:41 UTC  (2+ messages)

[PATCH 0/3] Support for ASUS egpu, dpgu disable, panel overdrive
 2021-07-08 17:09 UTC  (5+ messages)
` [PATCH 2/3] asus-wmi: Add dgpu disable method

[PATCH v2 00/28] accel/tcg: Introduce translator_use_goto_tb
 2021-07-08 16:17 UTC  (6+ messages)
` [PATCH v2 05/28] target/arm: Use gen_jmp for ISB and SB

[dpdk-dev] [PATCH v2 00/20] Add Marvell CNXK crypto PMDs
 2021-07-08 17:08 UTC  (3+ messages)
  ` [dpdk-dev] [PATCH v2 01/20] crypto/cnxk: add driver skeleton

[PATCH v4 5/9] cpufreq: Add an interface to mark inefficient frequencies
 2021-07-08 17:08 UTC 

[v3 00/17] Add Intel N5X SoC support
 2021-07-08 17:06 UTC  (5+ messages)
` [v3 12/17] ddr: altera: Add SDRAM driver for Intel N5X device
` [v3 15/17] arm: dts: Add base dtsi and devkit dts "

[PATCH v2 0/6] Add TDX Guest Support (Attestation support)
 2021-07-08 17:06 UTC  (6+ messages)
` [PATCH v2 1/6] x86/tdx: Add TDREPORT TDX Module call support

[Buildroot] [PATCH v3 1/1] package/systemd: bump to version 249
 2021-07-08 17:06 UTC 

[PATCH] mm/page_alloc: Avoid page allocator recursion with pagesets.lock held
 2021-07-08 17:05 UTC  (4+ messages)

[PATCH v1] migration: fix typo in mig_throttle_guest_down comment
 2021-07-08 16:36 UTC  (2+ messages)

[PATCH] KVM: VMX: Remove vmx_msr_index from vmx.h
 2021-07-08 17:04 UTC  (2+ messages)

[PATCH] revision: allow pseudo options after --end-of-options
 2021-07-08 17:01 UTC  (2+ messages)

[GIT PULL 0/2] KVM: selftests: Fixes for 5.14
 2021-07-08 17:01 UTC  (2+ messages)

[PATCH v4 3/3] pwm: Add support for Xilinx AXI Timer
 2021-07-08 16:59 UTC  (13+ messages)

[RFC PATCH 00/28] cli: Add a new shell
 2021-07-08 17:00 UTC  (10+ messages)
` [RFC PATCH 02/28] cli: Add LIL shell

Picture missing in About dialog on cocoa ui
 2021-07-08 16:27 UTC  (5+ messages)

[igt-dev] [PATCH i-g-t 0/4] VDSC ADLP related patches
 2021-07-08 16:49 UTC  (5+ messages)
` [igt-dev] [PATCH i-g-t v2 1/4] tests/kms_dp_dsc: Add a subtest to force DSC output BPP
` [igt-dev] [PATCH i-g-t 2/4] lib: Add helper functions to read/write dsc debugfs
` [igt-dev] [PATCH i-g-t 3/4] tests/kms_dp_dsc: Use "
` [igt-dev] [PATCH i-g-t 4/4] tests/kms_invalid_dotclock: Modify the test for bigjoiner

[LTP] [PATCH] gethostid: skip test if sethostid undefined
 2021-07-08 17:00 UTC  (4+ messages)

[PATCH next] kvm: debugfs: fix memory leak in kvm_create_vm_debugfs
 2021-07-08 16:58 UTC  (3+ messages)

[PATCH V2 0/2] smem partition remap and bound check changes
 2021-07-08 16:58 UTC  (3+ messages)
` [PATCH V2 1/2] soc: qcom: smem: map only partitions used by local HOST
` [PATCH V2 2/2] soc: qcom: smem: validate fields of shared structures

[dpdk-dev] [PATCH v1 0/2] Use WFE for spinlock and ring
 2021-07-08 16:58 UTC  (5+ messages)
` [dpdk-dev] "

[PATCH RFC 0/2] driver core: Add ability to delete device links of unregistered devices
 2021-07-08 16:57 UTC  (9+ messages)
` [PATCH RFC 2/2] scsi: ufshcd: Fix device links when BOOT WLUN fails to probe

[PATCH] scsi: pm8001: clean up kernel-doc and comments
 2021-07-08 16:57 UTC 

[dpdk-dev] [PATCH v7 0/7] Enhancements for PMD power management
 2021-07-08 16:56 UTC  (4+ messages)
` [dpdk-dev] [PATCH v8 "
  ` [dpdk-dev] [PATCH v8 1/7] power_intrinsics: use callbacks for comparison

[igt-dev] [PATCH i-g-t 1/2] tests/kms_dither: New IGT to validate crtc Dithering
 2021-07-08 20:33 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,1/2] "

[PATCH] KVM: selftests: x86: Address missing vm_install_exception_handler conversions
 2021-07-08 16:52 UTC  (2+ messages)

[PATCH v4] ASoC: atmel: ATMEL drivers don't need HAS_DMA
 2021-07-08 16:53 UTC  (2+ messages)

[PATCH] KVM: X86: Also reload the debug registers before kvm_x86->run() when the host is using them
 2021-07-08 16:48 UTC  (2+ messages)

[PATCH] drivers: parisc: Follow the indentation coding standard on printks
 2021-07-08 16:46 UTC  (2+ messages)

[PULL 00/40] Misc patches for 2021-07-06
 2021-07-08 16:31 UTC  (4+ messages)
` [PULL 36/40] vl: switch -M parsing to keyval

[PATCH v2 0/2] coverity-scan: Add accelerator and sysemu components
 2021-07-08 15:57 UTC  (3+ messages)
` [PATCH v2 1/2] coverity-scan: Add a component for each accelerator
` [PATCH v2 2/2] coverity-scan: Add 'sysemu' component

[PATCH v15 06/12] swiotlb: Use is_swiotlb_force_bounce for swiotlb data bouncing
 2021-07-08 16:44 UTC  (15+ messages)
                  ` [Intel-gfx] "

[PATCH v3] ASoC: atmel: ATMEL drivers don't need HAS_DMA
 2021-07-08 16:50 UTC  (4+ messages)

[PATCH v4 1/4] powerpc/ptdump: Use DEFINE_SHOW_ATTRIBUTE()
 2021-07-08 16:49 UTC  (8+ messages)
` [PATCH v4 2/4] powerpc/ptdump: Remove unused 'page_size' parameter
` [PATCH v4 3/4] powerpc/ptdump: Reduce level numbers by 1 in note_page() and add p4d level
` [PATCH v4 4/4] powerpc/ptdump: Convert powerpc to GENERIC_PTDUMP

[PATCH] contrib: add udev qemu-guest-agent.rules
 2021-07-08 16:36 UTC  (2+ messages)

[PATCH V5 00/25] Live Update
 2021-07-08 16:03 UTC  (8+ messages)
` [PATCH V5 11/25] cpr: restart mode
` [PATCH V5 12/25] cpr: QMP interfaces for restart
` [PATCH V5 20/25] chardev: cpr framework

[PATCH v2 0/8] linux-user: target <-> host errno conversion code refactor
 2021-07-08 16:09 UTC  (5+ messages)
` [PATCH v2 8/8] linux-user: Simplify host <-> target errno conversion using macros

[PATCH] KVM: x86/pmu: Clear anythread deprecated bit when 0xa leaf is unsupported on the SVM
 2021-07-08 16:44 UTC  (2+ messages)

[PATCH v2] iommu/amd: Keep swiotlb enabled to ensure devices with 32bit DMA still work
 2021-07-08 16:44 UTC  (2+ messages)

[PATCH v5 00/14] target/hexagon: introduce idef-parser
 2021-07-08 16:00 UTC  (4+ messages)
` [PATCH v5 14/14] gitlab-ci: do not use qemu-project Docker registry

[PATCH v2 00/35] acpi: refactor error prone build_header() and packed structures usage in ACPI tables
 2021-07-08 15:46 UTC  (9+ messages)
` [PATCH v2 23/35] acpi: x86: set enabled when composing _MAT entries
` [PATCH v2 28/35] acpi: arm: virt: build_iort: use acpi_init_table()/acpi_table_composed() instead of build_header()
` [PATCH v2 29/35] acpi: arm/virt: convert build_iort() to endian agnostic build_append_FOO() API
` [PATCH v2 31/35] acpi: arm/virt: build_spcr: use acpi_init_table()/acpi_table_composed() instead of build_header()
` [PATCH v2 32/35] acpi: arm/virt: build_gtdt: "
` [PATCH v2 33/35] acpi: build_facs: use build_append_int_noprefix() API to compose table
` [PATCH v2 34/35] acpi: remove no longer used build_header()
` [PATCH v2 35/35] acpi: AcpiGenericAddress no longer used to map/access fields of MMIO, drop packed attribute

[PATCH] KVM: mmio: Fix use-after-free Read in kvm_vm_ioctl_unregister_coalesced_mmio
 2021-07-08 16:43 UTC  (2+ messages)

[PATCH 0/5] writeback: Fix bandwidth estimates
 2021-07-08 16:43 UTC  (4+ messages)
` [PATCH 3/5] writeback: Fix bandwidth estimate for spiky workload

[linux-next:master] BUILD REGRESSION e2f74b13dbe60e36e7082592cebfa8bd84ae5931
 2021-07-08 16:40 UTC 

[PATCH net] net: phy: reconfigure PHY WOL in resume if WOL option still enabled
 2021-07-08 16:41 UTC  (5+ messages)

[Intel-gfx] [v7 0/3] Set BPP in the kernel
 2021-07-08 16:40 UTC  (7+ messages)
` [Intel-gfx] [v7 3/3] drm/i915/display/dsc: Force dsc BPP

[PATCH] drivers: net: Follow the indentation coding standard on printks
 2021-07-08 16:40 UTC  (2+ messages)

[PATCH] irqchip/mips: Fix RCU violation when using irqdomain lookup on interrupt entry
 2021-07-08 16:39 UTC  (3+ messages)

[TECH TOPIC] Rust for Linux
 2021-07-08 16:38 UTC  (12+ messages)

bug in "git fsck"?
 2021-07-08 16:36 UTC  (9+ messages)
    ` Antw: [EXT] "

[PATCH] btrfs: Use io_bio->mirror_num for all mirror_num needs
 2021-07-08 16:36 UTC 

[PATCH v2 0/1] generic/{453,454}: Do NOT run for FSs restricting names
 2021-07-08 16:36 UTC  (2+ messages)

[PATCH v3 0/1] generic/{453,454}: Do NOT run for FSs restricting names
 2021-07-08 16:35 UTC  (2+ messages)
` [PATCH v3 1/1] generic/{453,454}: Don't "

[PATCH] ANDROID: binderfs: add capabilities support
 2021-07-08 16:33 UTC  (3+ messages)

[linux-rt-devel:linux-5.13.y-rt-rebase 4/222] arc-elf-ld: printk.c:undefined reference to `kgdb_roundup_cpu'
 2021-07-08 16:32 UTC  (2+ messages)

[PATCH] net: Add netfilter hooks to track SRv6-encapsulated flows
 2021-07-08 16:32 UTC  (4+ messages)

[PATCH] skbuff: Fix a potential race while recycling page_pool packets
 2021-07-08 16:32 UTC  (3+ messages)

[PATCH v5] ui/gtk: New -display gtk option 'full-screen-on-monitor'
 2021-07-08 15:48 UTC  (2+ messages)

[RFC PATCH 0/8] coresight: syscfg: dynamic load, resource management
 2021-07-08 16:30 UTC  (4+ messages)
` [RFC PATCH 5/8] coresight: syscfg: Add API to check and validate device resources


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.