All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-02-23 04:19:57 to 2022-02-23 05:51:01 UTC [more...]

[PATCH 0/3] patches and bug report for rxe
 2022-02-23  5:50 UTC  (7+ messages)
`  "

[PATCH v2 0/2] Introduce 'advanced' Energy Model in DT
 2022-02-23  5:50 UTC  (3+ messages)
` [[PATCH v2 1/2] dt-bindings: opp: Add 'opp-microwatt' entry in the OPP

RTT-PROBE: lore-subspace-rtt
 2022-02-23  5:46 UTC 

[PATCH] staging: rtl8192u: cleanup proc fs entries upon exit
 2022-02-23  5:43 UTC  (3+ messages)

[linux-nvme:nvme-5.17] BUILD SUCCESS d25c39a5c06006e69134187c8ea53bc4c7d66259
 2022-02-23  5:40 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-02-23  5:41 UTC 

[srcu] 1385139340: will-it-scale.per_process_ops -6.4% regression
 2022-02-23  5:40 UTC  (2+ messages)

[PATCH bpf-next 0/2] libbpf: Fix btf dump error for BTF_KIND_FWD
 2022-02-23  5:38 UTC  (5+ messages)
` [PATCH bpf-next 1/2] libbpf: Skip BTF_KIND_FWD when counting duplicated type names
` [PATCH bpf-next 2/2] selftests/bpf: Update btf_dump case for conflict FWD and STRUCT name

[Intel-gfx] [PATCH] drm/i915/adl-n: Add PCH Support for Alder Lake N
 2022-02-23  5:38 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for drm/i915/adl-n: Add PCH Support for Alder Lake N (rev2)

[PATCH bpf-next v3 0/2] Modify BPF_JIT_ALWAYS_ON and BPF_JIT_DEFAULT_ON
 2022-02-23  5:26 UTC  (3+ messages)
` [PATCH bpf-next v3 2/2] bpf: Make BPF_JIT_DEFAULT_ON selectable in Kconfig

RTT-PROBE: lore-subspace-rtt
 2022-02-23  5:36 UTC 

[ndctl PATCH v4] libndctl: Update nvdimm flags in ndctl_cmd_submit()
 2022-02-23  5:36 UTC  (5+ messages)

[PATCH] drm/amd/pm: Fix missing prototype warning
 2022-02-23  5:34 UTC  (2+ messages)

[groeck-staging:hwmon] BUILD SUCCESS 35f165f08950a876f1b95a61d79c93678fba2fd6
 2022-02-23  5:29 UTC 

[PATCH v13 2/2] leds: Add driver for Qualcomm LPG
 2022-02-23  5:28 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-02-23  5:31 UTC 

[RFC PATCH 00/47] Address Space Isolation for KVM
 2022-02-23  5:22 UTC  (48+ messages)
` [RFC PATCH 01/47] mm: asi: Introduce ASI core API
` [RFC PATCH 02/47] mm: asi: Add command-line parameter to enable/disable ASI
` [RFC PATCH 03/47] mm: asi: Switch to unrestricted address space when entering scheduler
` [RFC PATCH 04/47] mm: asi: ASI support in interrupts/exceptions
` [RFC PATCH 05/47] mm: asi: Make __get_current_cr3_fast() ASI-aware
` [RFC PATCH 06/47] mm: asi: ASI page table allocation and free functions
` [RFC PATCH 07/47] mm: asi: Functions to map/unmap a memory range into ASI page tables
` [RFC PATCH 08/47] mm: asi: Add basic infrastructure for global non-sensitive mappings
` [RFC PATCH 09/47] mm: Add __PAGEFLAG_FALSE
` [RFC PATCH 10/47] mm: asi: Support for global non-sensitive direct map allocations
` [RFC PATCH 11/47] mm: asi: Global non-sensitive vmalloc/vmap support
` [RFC PATCH 12/47] mm: asi: Support for global non-sensitive slab caches
` [RFC PATCH 13/47] asi: Added ASI memory cgroup flag
` [RFC PATCH 14/47] mm: asi: Disable ASI API when ASI is not enabled for a process
` [RFC PATCH 15/47] kvm: asi: Restricted address space for VM execution
` [RFC PATCH 16/47] mm: asi: Support for mapping non-sensitive pcpu chunks
` [RFC PATCH 17/47] mm: asi: Aliased direct map for local non-sensitive allocations
` [RFC PATCH 18/47] mm: asi: Support for pre-ASI-init "
` [RFC PATCH 19/47] mm: asi: Support for locally nonsensitive page allocations
` [RFC PATCH 20/47] mm: asi: Support for locally non-sensitive vmalloc allocations
` [RFC PATCH 21/47] mm: asi: Add support for locally non-sensitive VM_USERMAP pages
` [RFC PATCH 22/47] mm: asi: Added refcounting when initilizing an asi
` [RFC PATCH 23/47] mm: asi: Add support for mapping all userspace memory into ASI
` [RFC PATCH 24/47] mm: asi: Support for local non-sensitive slab caches
` [RFC PATCH 25/47] mm: asi: Avoid warning from NMI userspace accesses in ASI context
` [RFC PATCH 26/47] mm: asi: Use separate PCIDs for restricted address spaces
` [RFC PATCH 27/47] mm: asi: Avoid TLB flushes during ASI CR3 switches when possible
` [RFC PATCH 28/47] mm: asi: Avoid TLB flush IPIs to CPUs not in ASI context
` [RFC PATCH 29/47] mm: asi: Reduce TLB flushes when freeing pages asynchronously
` [RFC PATCH 30/47] mm: asi: Add API for mapping userspace address ranges
` [RFC PATCH 31/47] mm: asi: Support for non-sensitive SLUB caches
` [RFC PATCH 32/47] x86: asi: Allocate FPU state separately when ASI is enabled
` [RFC PATCH 33/47] kvm: asi: Map guest memory into restricted ASI address space
` [RFC PATCH 34/47] kvm: asi: Unmap guest memory from ASI address space when using nested virt
` [RFC PATCH 35/47] mm: asi: asi_exit() on PF, skip handling if address is accessible
` [RFC PATCH 36/47] mm: asi: Adding support for dynamic percpu ASI allocations
` [RFC PATCH 37/47] mm: asi: ASI annotation support for static variables
` [RFC PATCH 38/47] mm: asi: ASI annotation support for dynamic modules
` [RFC PATCH 39/47] mm: asi: Skip conventional L1TF/MDS mitigations
` [RFC PATCH 40/47] mm: asi: support for static percpu DEFINE_PER_CPU*_ASI
` [RFC PATCH 41/47] mm: asi: Annotation of static variables to be nonsensitive
` [RFC PATCH 42/47] mm: asi: Annotation of PERCPU "
` [RFC PATCH 43/47] mm: asi: Annotation of dynamic "
` [RFC PATCH 44/47] kvm: asi: Splitting kvm_vcpu_arch into non/sensitive parts
` [RFC PATCH 45/47] mm: asi: Mapping global nonsensitive areas in asi_global_init
` [RFC PATCH 46/47] kvm: asi: Do asi_exit() in vcpu_run loop before returning to userspace
` [RFC PATCH 47/47] mm: asi: Properly un/mapping task stack from ASI + tlb flush

[PATCH v2] mmc: fsl_esdhc_imx: use VENDORSPEC_FRC_SDCLK_ON when necessary
 2022-02-23  5:28 UTC  (2+ messages)

[PATCH 3/3] whpx: Added support for breakpoints and stepping
 2022-02-23  5:25 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-02-23  5:26 UTC 

WireGuard Windows should have default MTU of 1280
 2022-02-23  5:21 UTC  (6+ messages)

drivers/message/fusion/mptlan.c:1234:52: sparse: sparse: incorrect type in assignment (different base types)
 2022-02-23  5:20 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-02-23  5:21 UTC 

[PULL] u-boot-usb/master
 2022-02-23  5:20 UTC 

[PATCH 2/3] whpx: Fixed incorrect CR8/TPR synchronization
 2022-02-23  5:18 UTC 

[PATCH bpf-next] selftests/bpf: workaround stdout issue in VM launched by vmtest.sh
 2022-02-23  5:18 UTC  (2+ messages)

[PATCH] HID: input: Handle OOC toggle switches mapped to keys
 2022-02-23  5:17 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t] tests/prime_mmap_coherency.c: Use intel_bb and intel_buf to remove libdrm dependency
 2022-02-23  5:18 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "

[PATCH 1/3] whpx: Fixed reporting of the CPU context to GDB for 64-bit
 2022-02-23  5:15 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-02-23  5:16 UTC 

[PATCH] Removed some usages of the deprecated "pci-dma-compat.h" KPI
 2022-02-23  5:15 UTC 

[PATCH v1 1/1] misc: bcm-vk: add kconfig for supporting viper chip
 2022-02-23  5:14 UTC  (5+ messages)

New u-boot-aspeed-sdk runs slow and cause wdt2 timeout on ast2500
 2022-02-23  5:11 UTC  (5+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-02-23  5:11 UTC 

[pull request][net-next/rdma-next 00/17] mlx5-next updates 2022-02-22
 2022-02-23  5:09 UTC  (18+ messages)
` [mlx5-next 01/17] mlx5: remove usused static inlines
` [mlx5-next 02/17] net/mlx5: Add ability to insert to specific flow group
` [mlx5-next 03/17] net/mlx5: E-Switch, reserve and use same uplink metadata across ports
` [mlx5-next 04/17] net/mlx5: E-switch, remove special uplink ingress ACL handling
` [mlx5-next 05/17] net/mlx5: E-switch, add drop rule support to ingress ACL
` [mlx5-next 06/17] net/mlx5: Lag, use local variable already defined to access E-Switch
` [mlx5-next 07/17] net/mlx5: Lag, don't use magic numbers for ports
` [mlx5-next 08/17] net/mlx5: Lag, record inactive state of bond device
` [mlx5-next 09/17] net/mlx5: Lag, offload active-backup drops to hardware
` [mlx5-next 10/17] net/mlx5: cmdif, Return value improvements
` [mlx5-next 11/17] net/mlx5: cmdif, cmd_check refactoring
` [mlx5-next 12/17] net/mlx5: cmdif, Add new api for command execution
` [mlx5-next 13/17] net/mlx5: Use mlx5_cmd_do() in core create_{cq,dct}
` [mlx5-next 14/17] net/mlx5: cmdif, Refactor error handling and reporting of async commands
` [mlx5-next 15/17] RDMA/mlx5: Use new command interface API
` [mlx5-next 16/17] net/mlx5: Add reset_state field to MFRL register
` [mlx5-next 17/17] net/mlx5: Add clarification on sync reset failure

reminder: Xenomai community call on Wednesday, Feb 23, 2022, UTC 7:00 AM
 2022-02-23  5:10 UTC 

[mingo-tip:sched/headers 2000/2324] arch/mips/kernel/irq-msc01.c:29:40: warning: declaration of 'struct irq_data' will not be visible outside of this function
 2022-02-23  5:10 UTC 

[PATCH bpf-next] bpf: add config to allow loading modules with BTF mismatches
 2022-02-23  5:08 UTC  (3+ messages)

[PATCH] drm/bridge: ti-sn65dsi86: Properly undo autosuspend
 2022-02-23  5:07 UTC  (4+ messages)

[PATCH] bpf: move the bpf syscall sysctl table to its own module
 2022-02-23  5:06 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-02-23  5:06 UTC 

[PATCH v6 00/11] Fix BUG_ON in vfio_iommu_group_notifier()
 2022-02-23  5:01 UTC  (11+ messages)
` [PATCH v6 02/11] driver core: Add dma_cleanup callback in bus_type

RTT-PROBE: lore-subspace-rtt
 2022-02-23  5:01 UTC 

[PATCH 0/3] drivers/net/ftgmac100: fix occasional DHCP failure
 2022-02-23  5:00 UTC  (3+ messages)
` [PATCH 3/3] drivers/net/ftgmac100: fix DHCP potential failure with systemd

usb: gadget: rndis: add spinlock for rndis response list
 2022-02-23  5:00 UTC  (2+ messages)

[PATCH v6 2/2] Input: add Imagis touchscreen driver
 2022-02-23  4:59 UTC  (2+ messages)

[PATCH v2] userfaultfd: provide unmasked address on page-fault
 2022-02-23  4:58 UTC  (3+ messages)

[PATCH] media: imx: csis: Store pads format separately
 2022-02-23  4:57 UTC  (2+ messages)

[PATCH resend] kernel: Make taskstats available via genetlink per namespace
 2022-02-23  4:56 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-02-23  4:56 UTC 

[PATCH net-next] Revert "vlan: move dev_put into vlan_dev_uninit"
 2022-02-23  4:54 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-02-23  4:51 UTC 

drivers/net/ethernet/intel/ice/ice_main.c:5677 ice_update_vsi_tx_ring_stats() error: we previously assumed 'ring' could be null (see line 5673)
 2022-02-23  4:49 UTC 

[PATCH net-next 0/2] tcp: take care of another syzbot issue
 2022-02-23  4:48 UTC  (4+ messages)

[Intel-gfx] [PATCH] drm/i915: fix one mem leak in mmap_offset_attach()
 2022-02-23  4:47 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: fix one mem leak in mmap_offset_attach() (rev2)

RTT-PROBE: lore-subspace-rtt
 2022-02-23  4:46 UTC 

[PATCH 1/2] dt-bindings: clock: Add sc8280xp to the RPMh clock controller binding
 2022-02-23  4:45 UTC  (2+ messages)
` [PATCH 2/2] clk: qcom: rpmhcc: add sc8280xp support to the RPMh clock controller

[PATCH v2 00/11] i2c: npcm: Bug fixes timeout, spurious interrupts
 2022-02-23  3:41 UTC  (9+ messages)
` [PATCH v2 02/11] dt-bindings: i2c: npcm: support NPCM845
` [PATCH v2 05/11] i2c: npcm: Remove unused clock node

RTT-PROBE: lore-subspace-rtt
 2022-02-23  4:41 UTC 

[PATCH 1/2] dt-bindings: phy: qcom,qmp: add sc8180x and sc8280xp ufs compatibles
 2022-02-23  4:42 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: phy: qcom, qmp: "
` [PATCH 2/2] phy: qcom-qmp: add sc8280xp UFS PHY

[ammarfaizi2-block:next/linux-next/master 97/182] drivers/gpu/drm/dp/drm_dp.c:210:4: warning: no previous prototype for function 'drm_dp_get_adjust_request_post_cursor'
 2022-02-23  4:39 UTC 

[agd5f:drm-next 120/147] drivers/gpu/drm/amd/amdgpu/amdgpu_benchmark.c:202:7: warning: variable 'r' is uninitialized when used here
 2022-02-23  4:39 UTC 

[PATCH] gpg-interface: fix for gpgsm v2.3
 2022-02-23  4:38 UTC  (8+ messages)

virtio-blk issue with vIOMMU
 2022-02-23  4:37 UTC 

[xiang-erofs:dev-test] BUILD SUCCESS cd2570d0fb56b528a341da969120a4a0253a0458
 2022-02-23  4:34 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-02-23  4:36 UTC 

[PATCH 0/4] x86: Cleanup and extend computing computing API
 2022-02-23  4:35 UTC  (2+ messages)
` [PATCH] x86/mm/cpa: Generalize __set_memory_enc_pgtable()

[PATCH v4 0/6] Privilege version update
 2022-02-23  4:33 UTC  (4+ messages)
` [PATCH v4 5/6] target/riscv: Add *envcfg* CSRs support

[PATCH v2 0/3] drm/mm: Add an iterator to optimally walk over holes suitable for an allocation
 2022-02-23  4:35 UTC  (7+ messages)
` [PATCH v2 1/3] drm/mm: Ensure that the entry is not NULL before extracting rb_node
        ` [Intel-gfx] "

[PATCH v2] 30_os-prober: Properly handle multiple initrd paths
 2022-02-23  4:35 UTC 

[PATCH v6 0/5] Use pageblock_order for cma and alloc_contig_range alignment
 2022-02-23  4:30 UTC  (18+ messages)
` [PATCH v6 1/5] mm: page_isolation: move has_unmovable_pages() to mm/page_isolation.c
` [PATCH v6 2/5] mm: page_isolation: check specified range for unmovable pages
` [PATCH v6 3/5] mm: make alloc_contig_range work at pageblock granularity
` [PATCH v6 4/5] mm: cma: use pageblock_order as the single alignment
` [PATCH v6 5/5] drivers: virtio_mem: use pageblock size as the minimum virtio_mem size

[Buildroot] [PATCH 1/1] package/alsa-plugins: bump to version 1.2.6
 2022-02-23  4:33 UTC 

[PATCH bpf-next] Improve BPF test stability (related to perf events and scheduling)
 2022-02-23  4:32 UTC  (5+ messages)

[Intel-gfx] [PATCH v2] drm/i915/tgl: Simply subplatform detection
 2022-02-23  4:32 UTC  (4+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-02-23  4:31 UTC 

[PATCH 0/7] Migrate omap_ehci to use phy driver
 2022-02-23  4:28 UTC  (5+ messages)
` [PATCH 5/7] usb: ehci-omap: Use PHY system to manage phy resets

[PATCH v3 00/19] KVM: arm64: Implement PSCI SYSTEM_SUSPEND
 2022-02-23  4:26 UTC  (17+ messages)
` [PATCH v3 12/19] KVM: arm64: Add support for userspace to suspend a vCPU
` [PATCH v3 13/19] KVM: arm64: Add support KVM_SYSTEM_EVENT_SUSPEND to PSCI SYSTEM_SUSPEND
` [PATCH v3 14/19] KVM: arm64: Raise default PSCI version to v1.1
` [PATCH v3 15/19] selftests: KVM: Rename psci_cpu_on_test to psci_test
` [PATCH v3 16/19] selftests: KVM: Create helper for making SMCCC calls
` [PATCH v3 17/19] selftests: KVM: Use KVM_SET_MP_STATE to power off vCPU in psci_test
` [PATCH v3 18/19] selftests: KVM: Refactor psci_test to make it amenable to new tests
` [PATCH v3 19/19] selftests: KVM: Test SYSTEM_SUSPEND PSCI call

RTT-PROBE: lore-subspace-rtt
 2022-02-23  4:26 UTC 

[PATCH v3 bpf-next] Small BPF verifier log improvements
 2022-02-23  4:23 UTC  (2+ messages)

[PATCH net-next v3 0/2] mctp: Fix incorrect refs for extended addr
 2022-02-23  4:22 UTC  (4+ messages)
` [PATCH net-next v3 1/2] mctp: make __mctp_dev_get() take a refcount hold

cip/linux-5.10.y-cip baseline: 64 runs, 2 regressions (v5.10.100-cip2) #kernelci
 2022-02-23  4:23 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-02-23  4:21 UTC 

[PATCH] libtracefs: Use tracefs_warning() for tracefs_sql() errors
 2022-02-23  4:20 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.