linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-03 18:01:14 to 2022-03-03 21:52:34 UTC [more...]

[PATCH bpf-next v1 0/9] Extend cgroup interface with bpf
 2022-03-03 21:52 UTC  (32+ messages)
` [PATCH bpf-next v1 1/9] bpf: Add mkdir, rmdir, unlink syscalls for prog_bpf_syscall
` [PATCH bpf-next v1 4/9] bpf: Introduce sleepable tracepoints
` [PATCH bpf-next v1 7/9] bpf: Lift permission check in __sys_bpf when called from kernel
` [PATCH bpf-next v1 8/9] bpf: Introduce cgroup iter

[PATCH] mmc: host: dw-mmc-rockchip: fix handling invalid clock rates
 2022-03-03 21:52 UTC  (10+ messages)

[PATCH 0/4 v2] tracing: Add a way to have custom events in the tracefs directory
 2022-03-03 21:48 UTC  (5+ messages)
` [PATCH 1/4 v2] tracing: Allow custom events to be added to "
` [PATCH 2/4 v2] tracing: Add sample code for custom trace events
` [PATCH 3/4 v2] tracing: Move the defines to create TRACE_EVENTS into their own files
` [PATCH 4/4 v2] tracing: Add TRACE_CUSTOM_EVENT() macro

[PATCH v2] USB: serial: pl2303: Add IBM device IDs
 2022-03-03 21:48 UTC  (9+ messages)

[PATCH] mm: madvise: MADV_DONTNEED_LOCKED
 2022-03-03 21:47 UTC  (3+ messages)

[PATCH 0/4] drm/msm: Clear perf counters across context switch
 2022-03-03 21:47 UTC  (11+ messages)
` [PATCH 1/4] drm/msm: Update generated headers
` [PATCH 2/4] drm/msm: Add SET_PARAM ioctl
` [PATCH 3/4] drm/msm: Add SYSPROF param
` [PATCH 4/4] drm/msm/a6xx: Zap counters across context switch

[PATCH V3] selftests: vm: Add test for Soft-Dirty PTE bit
 2022-03-03 21:46 UTC  (8+ messages)

Intel QAT on A2SDi-8C-HLN4F causes massive data corruption with dm-crypt + xfs
 2022-03-03 21:44 UTC  (13+ messages)

[PATCH V2 00/32] x86/sgx and selftests/sgx: Support SGX2
 2022-03-03 21:44 UTC  (14+ messages)
` [PATCH V2 16/32] x86/sgx: Support restricting of enclave page permissions

[PATCH v7 00/12] Multigenerational LRU Framework
 2022-03-03 21:43 UTC  (9+ messages)
` [PATCH v7 04/12] mm: multigenerational LRU: groundwork

[PATCH 0/1] arm64: smp: Skip MC sched domain on SoCs with no LLC
 2022-03-03 21:43 UTC  (7+ messages)
` [PATCH 1/1] "

[PATCH v14 1/2] dt-bindings: leds: Add Qualcomm Light Pulse Generator binding
 2022-03-03 21:43 UTC  (2+ messages)
` [PATCH v14 2/2] leds: Add driver for Qualcomm LPG

[PATCH] selftests/interpreter: fix separate directory build
 2022-03-03 21:39 UTC  (2+ messages)

[PATCH] Makefile: Fix separate output directory build of kselftests
 2022-03-03 21:32 UTC  (3+ messages)

[PATCH v4 00/30] KVM: x86/mmu: Overhaul TDP MMU zapping and flushing
 2022-03-03 21:32 UTC  (37+ messages)
` [PATCH v4 01/30] KVM: x86/mmu: Check for present SPTE when clearing dirty bit in TDP MMU
` [PATCH v4 02/30] KVM: x86/mmu: Fix wrong/misleading comments in TDP MMU fast zap
` [PATCH v4 03/30] KVM: x86/mmu: Formalize TDP MMU's (unintended?) deferred TLB flush logic
` [PATCH v4 04/30] KVM: x86/mmu: Document that zapping invalidated roots doesn't need to flush
` [PATCH v4 05/30] KVM: x86/mmu: Require mmu_lock be held for write in unyielding root iter
` [PATCH v4 06/30] KVM: x86/mmu: only perform eager page splitting on valid roots
` [PATCH v4 07/30] KVM: x86/mmu: do not allow readers to acquire references to invalid roots
` [PATCH v4 08/30] KVM: x86/mmu: Check for !leaf=>leaf, not PFN change, in TDP MMU SP removal
` [PATCH v4 09/30] KVM: x86/mmu: Batch TLB flushes from TDP MMU for MMU notifier change_spte
` [PATCH v4 10/30] KVM: x86/mmu: Drop RCU after processing each root in MMU notifier hooks
` [PATCH v4 11/30] KVM: x86/mmu: Add helpers to read/write TDP MMU SPTEs and document RCU
` [PATCH v4 12/30] KVM: x86/mmu: WARN if old _or_ new SPTE is REMOVED in non-atomic path
` [PATCH v4 13/30] KVM: x86/mmu: Refactor low-level TDP MMU set SPTE helper to take raw values
` [PATCH v4 14/30] KVM: x86/mmu: Zap only the target TDP MMU shadow page in NX recovery
` [PATCH v4 15/30] KVM: x86/mmu: Skip remote TLB flush when zapping all of TDP MMU
` [PATCH v4 16/30] KVM: x86/mmu: Add dedicated helper to zap TDP MMU root shadow page
` [PATCH v4 17/30] KVM: x86/mmu: Require mmu_lock be held for write to zap TDP MMU range
` [PATCH v4 18/30] KVM: x86/mmu: Zap only TDP MMU leafs in kvm_zap_gfn_range()
` [PATCH v4 19/30] KVM: x86/mmu: Do remote TLB flush before dropping RCU in TDP MMU resched
` [PATCH v4 20/30] KVM: x86/mmu: Defer TLB flush to caller when freeing TDP MMU shadow pages
` [PATCH v4 21/30] KVM: x86/mmu: Zap invalidated roots via asynchronous worker
` [PATCH v4 22/30] KVM: x86/mmu: Allow yielding when zapping GFNs for defunct TDP MMU root
` [PATCH v4 23/30] KVM: x86/mmu: Zap roots in two passes to avoid inducing RCU stalls
` [PATCH v4 24/30] KVM: x86/mmu: Zap defunct roots via asynchronous worker
` [PATCH v4 25/30] KVM: x86/mmu: Check for a REMOVED leaf SPTE before making the SPTE
` [PATCH v4 26/30] KVM: x86/mmu: WARN on any attempt to atomically update REMOVED SPTE
` [PATCH v4 27/30] KVM: selftests: Move raw KVM_SET_USER_MEMORY_REGION helper to utils
` [PATCH v4 28/30] KVM: selftests: Split out helper to allocate guest mem via memfd
` [PATCH v4 29/30] KVM: selftests: Define cpu_relax() helpers for s390 and x86
` [PATCH v4 30/30] KVM: selftests: Add test to populate a VM with the max possible guest mem

[PATCH] f2fs: fix to avoid potential deadlock
 2022-03-03 21:30 UTC  (11+ messages)
      ` [f2fs-dev] "

[PATCH 0/2] pinctrl: ocelot: Add fixes for ocelot driver
 2022-03-03 21:28 UTC  (4+ messages)
` [PATCH 1/2] pinctrl: ocelot: Fix the pincfg resource
` [PATCH 2/2] pinctrl: ocelot: Fix interrupt parsing

[PATCH 1/2] kselftest/vm: override TARGETS from arguments
 2022-03-03 21:27 UTC  (4+ messages)
` [PATCH 2/2] kselftest/vm: fix tests build with old libc

[PATCH v3 00/28] KVM: x86/mmu: Overhaul TDP MMU zapping and flushing
 2022-03-03 21:24 UTC  (19+ messages)
` [PATCH v3 07/28] KVM: x86/mmu: Check for !leaf=>leaf, not PFN change, in TDP MMU SP removal
` [PATCH v3 08/28] KVM: x86/mmu: Batch TLB flushes from TDP MMU for MMU notifier change_spte
` [PATCH v3 09/28] KVM: x86/mmu: Drop RCU after processing each root in MMU notifier hooks
` [PATCH v3 10/28] KVM: x86/mmu: Add helpers to read/write TDP MMU SPTEs and document RCU
` [PATCH v3 11/28] KVM: x86/mmu: WARN if old _or_ new SPTE is REMOVED in non-atomic path
` [PATCH v3 12/28] KVM: x86/mmu: Refactor low-level TDP MMU set SPTE helper to take raw vals
` [PATCH v3 14/28] KVM: x86/mmu: Skip remote TLB flush when zapping all of TDP MMU
` [PATCH v3 15/28] KVM: x86/mmu: Add dedicated helper to zap TDP MMU root shadow page

[PATCH v2] dt-bindings: timer: Tegra: Convert text bindings to yaml
 2022-03-03 21:16 UTC 

[PATCH] dt-bindings: timer: Tegra: Convert text bindings to yaml
 2022-03-03 21:14 UTC 

[PATCH 1/1] vhost: Provide a kernel warning if mutex is held whilst clean-up in progress
 2022-03-03 21:01 UTC  (4+ messages)

[PATCH v2 net-next 00/10] net: bridge: Multiple Spanning Trees
 2022-03-03 20:59 UTC  (3+ messages)
` [PATCH v2 net-next 04/10] net: bridge: mst: Notify switchdev drivers of VLAN MSTI migrations

[RESEND v7 0/2] Add support for SoundWire1.6 audio cgcr register control
 2022-03-03 20:50 UTC  (5+ messages)
` [RESEND v7 1/2] soundwire: qcom: Add compatible name for v1.6.0
` [RESEND v7 2/2] dt-bindings: soundwire: qcom: Add bindings for audio clock reset control property

[PATCHv4 0/8] 64-bit data integrity field support
 2022-03-03 20:48 UTC  (11+ messages)
` [PATCHv4 1/8] block: support pi with extended metadata
` [PATCHv4 2/8] nvme: allow integrity on extended metadata formats
` [PATCHv4 3/8] asm-generic: introduce be48 unaligned accessors
` [PATCHv4 4/8] linux/kernel: introduce lower_48_bits function
` [PATCHv4 5/8] lib: add rocksoft model crc64
` [PATCHv4 6/8] crypto: add rocksoft 64b crc guard tag framework
` [PATCHv4 7/8] block: add pi for extended integrity
` [PATCHv4 8/8] nvme: add support for enhanced metadata

[PATCH RFC v2 0/2] Handle UEFI NX-restricted page tables
 2022-03-03 20:47 UTC  (5+ messages)

[syzbot] WARNING in usbtmc_ioctl/usb_submit_urb
 2022-03-03 20:43 UTC  (3+ messages)

[PATCH v5 3/3] dmaengine: sf-pdma: Get number of channel by device tree
 2022-03-03 20:43 UTC  (2+ messages)

[PATCH v5 1/3] dt-bindings: Add dma-channels property and modify compatible
 2022-03-03 20:43 UTC  (2+ messages)

[PATCH v11 0/2] drm: LogiCVC display controller support
 2022-03-03 20:38 UTC  (3+ messages)
` [PATCH v11 1/2] drm: Add support for the LogiCVC display controller
` [PATCH v11 2/2] NOTFORMERGE: drm/logicvc: Add plane colorkey support

[PATCH][next] drm/amd/display: Fix Wstringop-overflow warnings in dc_link_dp.c
 2022-03-03 20:45 UTC  (5+ messages)

[PATCH v5] riscv: Fixed misaligned memory access. Fixed pointer comparison
 2022-03-03 20:28 UTC  (2+ messages)

[PATCH v7 0/6] Raspberry Pi Sense HAT driver
 2022-03-03 20:20 UTC  (4+ messages)
` [PATCH v7 3/6] drivers/auxdisplay: sensehat: Raspberry Pi Sense HAT display driver

[PATCH] drm/bridge: anx7625: check the return on anx7625_aux_trans
 2022-03-03 20:19 UTC 

[PATCH mmotm] mm/thp: ClearPageDoubleMap in first page_add_file_rmap()
 2022-03-03 20:12 UTC  (2+ messages)

[PATCH mmotm] mm/thp: fix NR_FILE_MAPPED accounting in page_*_file_rmap()
 2022-03-03 20:08 UTC  (2+ messages)

[PATCH 0/6] list_for_each_entry*: make iterator invisiable outside the loop
 2022-03-03 20:02 UTC  (3+ messages)
` [PATCH 2/6] list: add new MACROs to "

[PATCH v7 00/10] vfio/hisilicon: add ACC live migration driver
 2022-03-03 19:59 UTC  (9+ messages)
` [PATCH v7 07/10] vfio: Extend the device migration protocol with PRE_COPY

[RFC 00/10] Introduce In Field Scan driver
 2022-03-03 19:59 UTC  (4+ messages)
` [RFC 07/10] platform/x86/intel/ifs: Create kthreads for online cpus for scan test

[PATCH v1 1/7] ACPI: enumeration: Discourage to use custom _DSM methods
 2022-03-03 19:58 UTC  (2+ messages)

[PATCH v2 00/18] crypto: rockchip: permit to pass self-tests
 2022-03-03 19:54 UTC  (7+ messages)
` [PATCH v2 06/18] crypto: rockchip: add fallback for cipher
` [PATCH v2 17/18] dt-bindings: crypto: convert rockchip-crypto to yaml

[PATCH mmotm] mm/thp: refix __split_huge_pmd_locked() for migration PMD
 2022-03-03 19:51 UTC  (2+ messages)

[PATCH v2] dt-bindings: mfd: Fix pinctrl node name warnings
 2022-03-03 19:50 UTC 

[PATCH 0/4] SVM fixes + apic fix
 2022-03-03 19:49 UTC  (11+ messages)
` [PATCH 4/4] KVM: x86: lapic: don't allow to set non default apic id when not using x2apic api

[PATCH] dt-bindings: mfd: Fix pinctrl node name warnings
 2022-03-03 19:47 UTC 

[PATCH 00/21] Control VQ support in vDPA
 2022-03-03 19:39 UTC  (4+ messages)
` [RFC PATCH v2 00/19] "
  ` [RFC PATCH v2 06/19] vdpa: multiple address spaces support

[PATCH 00/35] Shadow stacks for userspace
 2022-03-03 19:40 UTC  (11+ messages)

[PATCH 2/2] Fixed (unsigned) uses, instead use (unsigned int)
 2022-03-03 19:41 UTC 

[RFC PATCH v4] ACPI: Move sdei_init and ghes_init ahead to handle platform errors earlier
 2022-03-03 19:27 UTC  (3+ messages)
` [PATCH v8 1/2] ACPI: APEI: explicit init HEST and GHES in apci_init

[PATCH v9 00/14] module: core code clean up
 2022-03-03 19:21 UTC  (11+ messages)
` [PATCH v9 13/14] module: Move kdb_modules list out of core code

[PATCH v2 0/6] SLUB debugfs improvements based on stackdepot
 2022-03-03 19:19 UTC  (3+ messages)
` [PATCH v2 1/6] lib/stackdepot: allow requesting early initialization dynamically
  ` [PATCH v3r0 "

[GIT PULL] auxdisplay for v5.17-rc7
 2022-03-03 19:18 UTC  (2+ messages)

[GIT PULL] MIPS fixes for v5.17
 2022-03-03 19:18 UTC  (2+ messages)

[GIT PULL] Networking for 5.17-rc7
 2022-03-03 19:18 UTC  (2+ messages)

[PATCH 4/8] mm: thp: only regular file could be THP eligible
 2022-03-03 19:14 UTC  (3+ messages)

[PATCH v3 0/9] bpf-lsm: Extend interoperability with IMA
 2022-03-03 19:13 UTC  (7+ messages)

[PATCH] Fixed function pointers coding style issues
 2022-03-03 19:11 UTC 

[PATCH v3 0/2] AARCH64: Enable GCC-based Shadow Call Stack
 2022-03-03 19:09 UTC  (4+ messages)
` [PATCH v3 2/2] lkdtm: Add Shadow Call Stack tests

[PATCH for-next] Revert "IB/mlx5: Don't return errors from poll_cq"
 2022-03-03 19:09 UTC  (2+ messages)

[REPOST PATCH v4 00/13] drm/msm: Add Display Stream Compression Support
 2022-03-03 19:08 UTC  (4+ messages)
` [REPOST PATCH v4 02/13] drm/msm/dsi: Pass DSC params to drm_panel

[PATCH] dt-bindings: serial: fsl-lpuart: Add imx93 compatible string
 2022-03-03 19:06 UTC  (4+ messages)

[PATCH for-next] RDMA/core: Fix ib_qp_usecnt_dec() called when error
 2022-03-03 18:25 UTC  (2+ messages)

[PATCH 00/20] Support external boost at CS35l41 ASoC driver
 2022-03-03 19:00 UTC  (4+ messages)
` [PATCH 20/20] Documentation: devicetree: CS35l41 External Boost

[PATCH -next] clocksource/drivers/imx-tpm: Move tpm_read_sched_clock() under CONFIG_ARM
 2022-03-03 18:42 UTC 

[PATCH] config: Using HOSTPKG_CONFIG prefix for pkg-config
 2022-03-03 18:41 UTC  (5+ messages)
` [PATCH v2] config: Allow kernel installation packaging to override pkg-config

[PATCH] um: clang: Strip out -mno-global-merge from USER_CFLAGS
 2022-03-03 18:39 UTC  (5+ messages)

[PATCH] drm/bridge: ti-sn65dsi86: switch to devm_drm_of_get_bridge
 2022-03-03 18:37 UTC  (3+ messages)

[PATCH V2] samples/kobject: Use sysfs_emit instead of sprintf
 2022-03-03 18:36 UTC 

[PATCH] firewire: core: extend card->lock in fw_core_handle_bus_reset
 2022-03-03 18:30 UTC 

[PATCH] btrfs: don't access possibly stale fs_info data in device_list_add
 2022-03-03 18:24 UTC  (2+ messages)

[PATCH bpf-next] bpf: Replace strncpy() with strscpy_pad()
 2022-03-03 18:17 UTC  (2+ messages)

[PATCH] drm/omap: switch to drm_of_find_panel_or_bridge
 2022-03-03 18:11 UTC  (3+ messages)

[PATCH] ARM: mmp: fix platform-device leak on registration errors
 2022-03-03 18:09 UTC 

[PATCH] memory: renesas-rpc-if: fix platform-device leak in error path
 2022-03-03 18:06 UTC 

[PATCH] firmware: sysfb: fix platform-device leak in error path
 2022-03-03 18:05 UTC 

[PATCH 1/1] sign-file: Use OpenSSL provided define to compile out deprecated APIs
 2022-03-03 18:05 UTC  (8+ messages)

[PATCH 0/3] KVM: x86/pmu: Segregate Intel and AMD specific logic
 2022-03-03 18:05 UTC  (7+ messages)
` [PATCH 3/3] "

[PATCH] x86/pmem: fix platform-device leak in error path
 2022-03-03 18:04 UTC 

[PATCH v11 00/45] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-03-03 18:01 UTC  (4+ messages)
` [PATCH v11 22/45] x86/sev: Use SEV-SNP AP creation to start secondary CPUs

[PATCH 0/2] ARM: OMAP2+: omap-device cleanups
 2022-03-03 18:00 UTC  (2+ messages)
` [PATCH 2/2] ARM: OMAP2+: drop hwmod-clock helper comment


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).