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

[PATCH v3 0/8] linux-user: target <-> host errno conversion code refactor
 2021-07-08 17:12 UTC  (7+ messages)
` [PATCH v3 1/8] linux-user/syscall: Fix RF-kill errno (typo in ERFKILL)
` [PATCH v3 3/8] linux-user: Extract target errno to 'target_errno_defs.h'
` [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 v3 00/20] drm/sched dependency tracking and dma-resv fixes
 2021-07-08 17:37 UTC  (45+ messages)
` [Intel-gfx] "
` [Intel-gfx] [PATCH v3 01/20] drm/sched: entity->rq selection cannot fail
  `  "
` [PATCH v3 02/20] drm/sched: Split drm_sched_job_init
  ` [Intel-gfx] "
` [PATCH v3 03/20] drm/sched: Barriers are needed for entity->last_scheduled
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH v3 04/20] drm/sched: Add dependency tracking
  `  "
` [PATCH v3 05/20] drm/sched: drop entity parameter from drm_sched_push_job
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH v3 06/20] drm/sched: improve docs around drm_sched_entity
  `  "
` [PATCH v3 07/20] drm/panfrost: use scheduler dependency tracking
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH v3 08/20] drm/lima: "
  `  "
` [PATCH v3 09/20] drm/v3d: Move drm_sched_job_init to v3d_job_init
  ` [Intel-gfx] "
` [PATCH v3 10/20] drm/v3d: Use scheduler dependency handling
  ` [Intel-gfx] "
` [PATCH v3 11/20] drm/etnaviv: "
  ` [Intel-gfx] "
` [PATCH v3 12/20] drm/gem: Delete gem array fencing helpers
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH v3 13/20] drm/sched: Don't store self-dependencies
  `  "
` [PATCH v3 14/20] drm/sched: Check locking in drm_sched_job_await_implicit
  ` [Intel-gfx] "
` [PATCH v3 15/20] drm/msm: Don't break exclusive fence ordering
  ` [Intel-gfx] "
` [PATCH v3 16/20] drm/msm: always wait for the exclusive fence
  ` [Intel-gfx] "
` [PATCH v3 17/20] drm/etnaviv: Don't break exclusive fence ordering
` [PATCH v3 20/20] dma-resv: Give the docs a do-over

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

[PATCH v2] cmd: usb_mass_storage: Use part_get_info_by_dev_and_name_or_num
 2021-07-08 17:36 UTC 

[PATCH u-boot-mvebu 00/31] kwboot / kwbimage improvements
 2021-07-08 17:30 UTC  (32+ 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 07/31] tools: kwbimage: Fix check for v0 extended header checksum
` [PATCH u-boot-mvebu 08/31] tools: kwbimage: Validate extended headers of v1 images
` [PATCH u-boot-mvebu 09/31] tools: kwbimage: Validate data checksum "
` [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 13/31] tools: kwboot: Print trailing newline after terminal is terminated
` [PATCH u-boot-mvebu 14/31] tools: kwboot: Cosmetic fix - add missing curly brackets
` [PATCH u-boot-mvebu 15/31] tools: kwboot: Check for v1 header size
` [PATCH u-boot-mvebu 16/31] tools: kwbimage: Cosmetic fix - remove redundant space character
` [PATCH u-boot-mvebu 17/31] tools: kwbimage: Use -a parameter (load address) for v1 images
` [PATCH u-boot-mvebu 18/31] arm: mvebu: Fix return_to_bootrom()
` [PATCH u-boot-mvebu 19/31] arm: mvebu: Mark return_to_bootrom() as a noreturn function
` [PATCH u-boot-mvebu 20/31] arm: mvebu: Implement return_to_bootrom() via U-Boot's SPL framework
` [PATCH u-boot-mvebu 21/31] arm: mvebu: Use U-Boot's SPL BootROM framework for booting from NAND/UART
` [PATCH u-boot-mvebu 22/31] arm: mvebu: Always use BootROM for loading the rest of U-Boot's binary
` [PATCH u-boot-mvebu 23/31] arm: mvebu: gdsys: Remove custom spl_board_init()
` [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 u-boot-mvebu 26/31] arm: mvebu: Remove unused macro CONFIG_SYS_U_BOOT_OFFS
` [PATCH u-boot-mvebu 27/31] tools: kwbimage: Add support for more BINARY headers
` [PATCH u-boot-mvebu 28/31] tools: kwbimage: Don't parse PAYLOAD keyword
` [PATCH u-boot-mvebu 29/31] tools: kwbimage: Add support for DATA command also for v1 images
` [PATCH u-boot-mvebu 30/31] tools: kwbimage: Add support for a new DATA_DELAY command
` [PATCH u-boot-mvebu 31/31] tools: kwbimage: Do not hide usage of secure header under CONFIG_ARMADA_38X

[PATCH] mhi: pci_generic: Fix inbound IPCR channel
 2021-07-08 17:37 UTC  (2+ messages)

[PATCH V3] ASoC: add a flag to reverse the stop sequence
 2021-07-08 17:55 UTC 

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

[PATCH v2] ui/cocoa: Fix the type of main's argv
 2021-07-08 16:56 UTC 

[RFC PATCH 0/5] madvise MADV_DOEXEC
 2021-07-08 12:48 UTC  (3+ messages)

[PATCH net-next] net: microchip: sparx5: fix kconfig warning
 2021-07-08 17:33 UTC  (2+ messages)

[PATCH 0/5] add measurement support
 2021-07-08 17:31 UTC  (3+ messages)
` [PATCH 5/5] efi_loader: refactor efi_append_scrtm_version()

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

Bad Rule?
 2021-07-08 17:33 UTC  (3+ messages)

[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] 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  (27+ 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 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 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 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  (3+ messages)
` [v3 12/17] ddr: altera: Add SDRAM driver for Intel N5X device

[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] 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 


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.