messages from 2022-04-01 14:08:48 to 2022-04-01 14:28:19 UTC [more...]
[PATCH v2] kvm/arm64: fixed passthrough gpu into vm on arm64
2022-04-01 14:19 UTC (3+ messages)
[PATCH v5 00/22] git-p4: Various code tidy-ups
2022-04-01 14:25 UTC (13+ messages)
` [PATCH v5 11/22] git-p4: place a single space after every comma
` [PATCH v5 12/22] git-p4: remove extraneous spaces before function arguments
` [PATCH v5 13/22] git-p4: remove redundant backslash-continuations inside brackets
` [PATCH v5 14/22] git-p4: remove spaces between dictionary keys and colons
` [PATCH v5 15/22] git-p4: ensure every comment has a single #
` [PATCH v5 16/22] git-p4: ensure there is a single space around all operators
` [PATCH v5 17/22] git-p4: normalize indentation of lines in conditionals
` [PATCH v5 18/22] git-p4: compare to singletons with "is" and "is not"
` [PATCH v5 19/22] git-p4: only seperate code blocks by a single empty line
` [PATCH v5 20/22] git-p4: move inline comments to line above
` [PATCH v5 21/22] git-p4: seperate multiple statements onto seperate lines
` [PATCH v5 22/22] git-p4: sort imports
[PATCH AUTOSEL 5.17 001/149] drm: Add orientation quirk for GPD Win Max
2022-04-01 14:24 UTC (56+ messages)
` [PATCH AUTOSEL 5.17 002/149] Bluetooth: hci_sync: Fix compilation warning
` [PATCH AUTOSEL 5.17 003/149] ath5k: fix OOB in ath5k_eeprom_read_pcal_info_5111
` [PATCH AUTOSEL 5.17 004/149] Bluetooth: fix null ptr deref on hci_sync_conn_complete_evt
` [PATCH AUTOSEL 5.17 005/149] drm/amd/display: Add signal type check when verify stream backends same
` [PATCH AUTOSEL 5.17 006/149] drm/amdkfd: enable heavy-weight TLB flush on Arcturus
` [PATCH AUTOSEL 5.17 007/149] drm/edid: remove non_desktop quirk for HPN-3515 and LEN-B800
` [PATCH AUTOSEL 5.17 008/149] drm/edid: improve non-desktop quirk logging
` [PATCH AUTOSEL 5.17 009/149] Bluetooth: hci_event: Ignore multiple conn complete events
` [PATCH AUTOSEL 5.17 010/149] scsi: scsi_debug: Address races following module load
` [PATCH AUTOSEL 5.17 011/149] drm/amd/amdgpu/amdgpu_cs: fix refcount leak of a dma_fence obj
` [PATCH AUTOSEL 5.17 012/149] drm/amd/display: Fix memory leak
` [PATCH AUTOSEL 5.17 013/149] drm/amd/display: Use PSR version selected during set_psr_caps
` [PATCH AUTOSEL 5.17 014/149] usb: gadget: tegra-xudc: Do not program SPARAM
` [PATCH AUTOSEL 5.17 015/149] usb: gadget: tegra-xudc: Fix control endpoint's definitions
` [PATCH AUTOSEL 5.17 016/149] usb: cdnsp: fix cdnsp_decode_trb function to properly handle ret value
` [PATCH AUTOSEL 5.17 017/149] ptp: replace snprintf with sysfs_emit
` [PATCH AUTOSEL 5.17 018/149] Bluetooth: hci_sync: Fix queuing commands when HCI_UNREGISTER is set
` [PATCH AUTOSEL 5.17 019/149] selftests, xsk: Fix bpf_res cleanup test
` [PATCH AUTOSEL 5.17 020/149] net/mlx5e: TC, Hold sample_attr on stack instead of pointer
` [PATCH AUTOSEL 5.17 021/149] drm/amdkfd: Don't take process mutex for svm ioctls
` [PATCH AUTOSEL 5.17 022/149] drm/amdkfd: Ensure mm remain valid in svm deferred_list work
` [PATCH AUTOSEL 5.17 023/149] drm/amdkfd: svm range restore work deadlock when process exit
` [PATCH AUTOSEL 5.17 024/149] drm/amdgpu: Fix an error message in rmmod
` [PATCH AUTOSEL 5.17 027/149] powerpc/xive: Export XIVE IPI information for online-only processors
` [PATCH AUTOSEL 5.17 029/149] ath11k: fix kernel panic during unload/load ath11k modules
` [PATCH AUTOSEL 5.17 030/149] ath11k: pci: fix crash on suspend if board file is not found
` [PATCH AUTOSEL 5.17 031/149] ath11k: mhi: use mhi_sync_power_up()
` [PATCH AUTOSEL 5.17 033/149] drm/bridge: Add missing pm_runtime_put_sync
` [PATCH AUTOSEL 5.17 037/149] drm/v3d: fix missing unlock
` [PATCH AUTOSEL 5.17 039/149] mt76: mt7921: fix crash when startup fails
` [PATCH AUTOSEL 5.17 040/149] mt76: dma: initialize skip_unmap in mt76_dma_rx_fill
` [Intel-wired-lan] [PATCH AUTOSEL 5.17 041/149] i40e: Add sending commands in atomic context
` [PATCH AUTOSEL 5.17 044/149] ipv6: make mc_forwarding atomic
` [Intel-wired-lan] [PATCH AUTOSEL 5.17 111/149] iavf: stop leaking iavf_status as "errno" values
[Intel-gfx] [PATCH v7 0/9] drm/i915/ttm: Evict and restore of compressed object
2022-04-01 14:28 UTC (5+ messages)
` [Intel-gfx] [PATCH v7 7/9] drm/ttm: Add a parameter to add extra pages into ttm_tt
` "
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/ttm: Evict and restore of compressed object (rev7)
Finding Clean-up Tasks
2022-04-01 14:28 UTC (2+ messages)
[PATCH 00/17] tests/docker and tests/tcg cleanup and diet
2022-04-01 14:13 UTC (16+ messages)
` [PATCH 01/17] tests/docker: remove dead code for linux-user containers
` [PATCH 02/17] tests/docker: remove test targets
` [PATCH 03/17] tests/docker: remove dead variable
` [PATCH 04/17] tests/docker: remove unnecessary default definitions
` [PATCH 05/17] tests/docker: inline variable definitions or move close to use
` [PATCH 06/17] tests/docker: remove unnecessary filtering of $(DOCKER_IMAGES)
` [PATCH 07/17] tests/docker: simplify docker-TEST@IMAGE targets
` [PATCH 08/17] tests/docker: do not duplicate rules for hexagon-cross
` [PATCH 09/17] tests/tcg: add compiler test variables when using containers
` [PATCH 10/17] tests/tcg: remove CONFIG_LINUX_USER from config-target.mak
` [PATCH 11/17] tests/tcg: remove CONFIG_USER_ONLY "
` [PATCH 12/17] tests/tcg: prepare Makefile.prereqs at configure time
` [PATCH 13/17] tests/tcg: list test targets in Makefile.prereqs
` [PATCH 14/17] tests/tcg: invoke Makefile.target directly from QEMU's makefile
` [PATCH 15/17] tests/tcg: isolate from QEMU's config-host.mak
[PATCH v5 0/1] serial/8250: Use fifo in 8250 console driver
2022-04-01 14:26 UTC (4+ messages)
` [PATCH v5 1/1] "
[PATCH v2 0/2] btrfs: zoned: activate new BG only from extent allocation context
2022-04-01 14:22 UTC (4+ messages)
` [PATCH v2 2/2] btrfs: zoned: activate block group only for extent allocation
[PATCH v9 00/18] KVM: s390: pv: implement lazy destroy for reboot
2022-04-01 14:25 UTC (7+ messages)
` [PATCH v9 01/18] KVM: s390: pv: leak the topmost page table when destroy fails
` [PATCH v9 04/18] KVM: s390: pv: refactor s390_reset_acc
[PATCH 2/2] bsd-user: correct notion of return value
2022-04-01 11:13 UTC
[RFC PATCH v3 00/10] Support microcode updates affecting SGX
2022-04-01 14:24 UTC (11+ messages)
` [RFC PATCH v3 01/10] x86/sgx: Introduce mechanism to prevent new initializations of EPC pages
` [RFC PATCH v3 02/10] x86/sgx: Provide VA page non-NULL owner
` [RFC PATCH v3 03/10] x86/sgx: Save enclave pointer for VA page
` [RFC PATCH v3 04/10] x86/sgx: Keep record for SGX VA and Guest page type
` [RFC PATCH v3 05/10] x86/sgx: Save the size of each EPC section
` [RFC PATCH v3 06/10] x86/sgx: Forced EPC page zapping for EUPDATESVN
` [RFC PATCH v3 07/10] x86/sgx: Define error codes for ENCLS[EUPDATESVN]
` [RFC PATCH v3 08/10] x86/sgx: Implement ENCLS[EUPDATESVN]
` [RFC PATCH v3 09/10] x86/cpu: Call ENCLS[EUPDATESVN] procedure in microcode update
` [RFC PATCH v3 10/10] x86/sgx: Call ENCLS[EUPDATESVN] during SGX initialization
[PATCH] sepolgen: Update permission map
2022-04-01 14:23 UTC
[CI 0/8] Per client GPU utilisation
2022-04-01 14:22 UTC (18+ messages)
` [Intel-gfx] "
` [CI 1/8] drm/i915: Explicitly track DRM clients
` [Intel-gfx] "
` [CI 2/8] drm/i915: Make GEM contexts "
` [Intel-gfx] "
` [CI 3/8] drm/i915: Track runtime spent in closed and unreachable GEM contexts
` [Intel-gfx] "
` [CI 4/8] drm/i915: Track all user contexts per client
` [Intel-gfx] "
` [CI 5/8] drm/i915: Track context current active time
` [Intel-gfx] "
` [CI 6/8] drm: Document fdinfo format specification
` [Intel-gfx] "
` [CI 7/8] drm/i915: Count engine instances per uabi class
` [Intel-gfx] "
` [Intel-gfx] [CI 8/8] drm/i915: Expose client engine utilisation via fdinfo
` "
[PATCH v3 0/6] Verify dirty logging works properly with page stats
2022-04-01 14:22 UTC (3+ messages)
` [PATCH v3 2/6] KVM: x86/mmu: Track the number of TDP MMU pages, but not the actual pages
[PATCH 1/2] mm: page_alloc: simplify pageblock migratetype check in __free_one_page()
2022-04-01 14:22 UTC (4+ messages)
[PATCH] kbuild: use hostname -s along uname to obtain LINUX_COMPILE_HOST
2022-04-01 14:19 UTC (3+ messages)
[PATCH v2] libsepol: Replace calls to mallocarray() with calls to calloc()
2022-04-01 14:20 UTC
[igt-dev] [PATCH i-g-t 00/11] Per client GPU utilisation
2022-04-01 14:19 UTC (5+ messages)
` [igt-dev] [PATCH i-g-t 03/11] intel-gpu-top: Add support for per client stats
` [Intel-gfx] "
9p fs-cache tests/benchmark (was: 9p fscache Duplicate cookie detected)
2022-04-01 14:19 UTC (3+ messages)
[PATCH] leds: pca955x: Add HW blink support
2022-04-01 14:17 UTC (4+ messages)
[uU PATCH 0/8] Integration of sysfw and tispl with U-Boot build
2022-04-01 14:12 UTC (9+ messages)
` [uU PATCH 1/8] tools: config: yaml: Add board config class to generate config binaries
` [uU PATCH 2/8] binman: etype: sysfw: Add entry type for sysfw
` [uU PATCH 3/8] schema: yaml: Add board config schema
` [uU PATCH 4/8] config: yaml: j721e_evm: Add board config for J721E EVM
` [uU PATCH 5/8] binman: sysfw: Add support for packaging tiboot3.bin and sysfw.itb
` [uU PATCH 6/8] binman: dtsi: sysfw: j721e: Use binman to package sysfw.itb
` [uU PATCH 7/8] binman: etype: dm: Add entry type for TI DM
` [uU PATCH 8/8] binman: dtsi: tispl: j721e: Use binman to package tispl.bin
[PATCH] audit: do a quick exit when syscall number is invalid
2022-04-01 14:16 UTC (7+ messages)
[PATCH v2 0/4] Add support for MediaTek MT8195 demo board
2022-04-01 14:13 UTC (8+ messages)
` [PATCH v2 2/4] arm64: dts: mediatek: Add device-tree for MT8195 Demo board
[PATCH] target/riscv: Fix incorrect PTE merge in walk_pte
2022-04-01 12:22 UTC
[PATCH v4 00/11] spi: spi-mem: Convert Aspeed SMC driver to spi-mem
2022-04-01 14:12 UTC (5+ messages)
[PATCH 0/2] PM: runtime/cpuidle: Improve suspend-to-ram support for cpuidle-psci
2022-04-01 14:11 UTC (6+ messages)
` [PATCH 1/2] PM: runtime: Allow to call __pm_runtime_set_status() from atomic context
` [PATCH 2/2] cpuidle: psci: Improve support for suspend-to-ram for PSCI OSI mode
[PATCH] dt-bindings: Fix 'enum' lists with duplicate entries
2022-04-01 14:12 UTC (2+ messages)
[PATCH 0/6] mmc: renesas_sdhi: internal_dmac: updates after refactoring
2022-04-01 14:13 UTC (3+ messages)
` [PATCH 6/6] mmc: renesas_sdhi: make 'dmac_only_one_rx' a quirk
[Intel-gfx] [PATCH v8 0/3] Refactor GVT-g MMIO tracking table and handlers
2022-04-01 14:12 UTC (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for "
[PATCH 00/29] UFS patches for kernel v5.19
2022-04-01 14:12 UTC (3+ messages)
[PATCH i-g-t 0/3] Per client GPU utilisation
2022-04-01 14:11 UTC (12+ messages)
` [igt-dev] "
` [Intel-gfx] "
` [PATCH i-g-t 1/3] lib: Helper library for parsing i915 fdinfo output
` [igt-dev] "
` [Intel-gfx] "
` [PATCH i-g-t 2/3] tests/i915/drm_fdinfo: Basic and functional tests for GPU busyness exported via fdinfo
` [igt-dev] "
` [Intel-gfx] "
` [Intel-gfx] [PATCH i-g-t 3/3] intel-gpu-top: Add support for per client stats
` [igt-dev] "
` "
[GIT PULL] XArray fixes for 5.18
2022-04-01 14:11 UTC
[PATCH v3 0/7] Fix AST2600 quad mode SPI pinmux settings
2022-04-01 14:10 UTC (8+ messages)
Adding a 4TB disk to a 2x4TB btrfs (data:single) filesystem and balancing takes extremely long (over a month). Filesystem has been deduped with bees
2022-04-01 14:11 UTC (2+ messages)
[PATCH net v2 0/3] net: phy: micrel: Remove latencies support lan8814
2022-04-01 14:11 UTC (3+ messages)
[Intel-gfx] [PATCH v2 00/12] drm/edid: cleanup and refactoring around validity checks
2022-04-01 14:11 UTC (4+ messages)
` "
[PATCH 0/3] ceph: only send the metrices supported by the MDS for old cephs
2022-04-01 14:11 UTC (6+ messages)
` [PATCH 2/3] "
[PATCH v4 0/9] dom0less PV drivers
2022-04-01 14:11 UTC (8+ messages)
` [PATCH v4 8/9] tools: add example application to initialize "
[RFC 0/5] big-cqe based uring-passthru
2022-04-01 11:03 UTC (6+ messages)
` [RFC 1/5] io_uring: add support for 128-byte SQEs
` [RFC 2/5] fs: add file_operations->async_cmd()
` [RFC 3/5] io_uring: add infra and support for IORING_OP_URING_CMD
` [RFC 4/5] io_uring: add support for big-cqe
` [RFC 5/5] nvme: wire-up support for async-passthru on char-device
[Bug 210425] Plugging in or unplugging power cord while system is suspended does not trigger updates
2022-04-01 14:10 UTC
[Intel-gfx] [PATCH] drm/i915/debugfs: Dump i915 children runtime status
2022-04-01 14:09 UTC (7+ messages)
[PATCH] mmc: renesas_sdhi: Add missing checks for the presence of quirks
2022-04-01 14:09 UTC
[RFC PATCH v5 000/104] KVM TDX basic feature support
2022-04-01 14:08 UTC (4+ messages)
` [RFC PATCH v5 038/104] KVM: x86/mmu: Allow per-VM override of the TDP max page level
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.