All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-01-06 23:38:59 to 2022-01-07 00:38:12 UTC [more...]

[PATCH 00/13] CXL Region driver
 2022-01-07  0:37 UTC  (4+ messages)
` [PATCH 01/13] cxl/core: Rename find_cxl_port
` [PATCH 02/13] cxl/core: Track port depth
` [PATCH 03/13] cxl/region: Add region creation ABI

[PATCH v1 0/8] Scrap iommu_attach/detach_group() interfaces
 2022-01-07  0:35 UTC  (13+ messages)
` [PATCH v1 1/8] iommu: Add iommu_group_replace_domain()
` [PATCH v1 5/8] iommu/amd: Use iommu_attach/detach_device()
` [PATCH v1 6/8] gpu/host1x: "

[PATCH RFC bpf-next v1 0/8] Pinning bpf objects outside bpffs
 2022-01-07  0:35 UTC  (7+ messages)
` [PATCH RFC bpf-next v1 1/8] bpf: Support pinning in non-bpf file system
` [PATCH RFC bpf-next v1 5/8] bpf: Introduce a new program type bpf_view

[Intel-gfx] [PATCH] drm/i915/guc: Don't error on reset of banned context
 2022-01-07  0:35 UTC  (4+ messages)
`  "

[PATCH] Bluetooth: btintel: Fix broken LED quirk for legacy ROM devices
 2022-01-07  0:34 UTC 

[PATCH v7 03/14] vdpa: Sync calls set/get config/status with cf_mutex
 2022-01-07  0:33 UTC 

[PATCH 0/4] Xilinx ZynqMP USB fixes
 2022-01-07  0:13 UTC  (5+ messages)
` [PATCH 1/4] usb: dwc3: xilinx: Fix PIPE clock selection for USB2.0 mode
` [PATCH 2/4] usb: dwc3: xilinx: Fix error handling when getting USB3 PHY
` [PATCH 3/4] usb: dwc3: add reference clock FLADJ configuration
` [PATCH 4/4] arm64: dts: zynqmp: Add DWC3 USB reference clock period configuration

[PATCH] Properly align memory allocations and temporary buffers
 2022-01-07  0:31 UTC  (7+ messages)

[PATCH -next] MIPS: Remove duplicated include in local.h
 2022-01-07  0:31 UTC 

[PATCH v2 0/7] KVM: PPC: MMIO fixes
 2022-01-07  0:30 UTC  (10+ messages)
` [PATCH v2 3/7] KVM: PPC: Fix mmio length message
` [PATCH v2 5/7] KVM: PPC: mmio: Queue interrupt at kvmppc_emulate_mmio
` [PATCH v2 7/7] KVM: PPC: mmio: Reject instructions that access more than mmio.data size

[pull request][net-next 00/15] mlx5 updates 2022-01-06
 2022-01-07  0:29 UTC  (16+ messages)
` [PATCH net-next 01/15] net/mlx5: mlx5e_hv_vhca_stats_create return type to void
` [PATCH net-next 02/15] net/mlx5: Introduce control IRQ request API
` [PATCH net-next 03/15] net/mlx5: Move affinity assignment into irq_request
` [PATCH net-next 04/15] net/mlx5: Split irq_pool_affinity logic to new file
` [PATCH net-next 05/15] net/mlx5: Introduce API for bulk request and release of IRQs
` [PATCH net-next 06/15] net/mlx5: SF, Use all available cpu for setting cpu affinity
` [PATCH net-next 07/15] net/mlx5: Update log_max_qp value to FW max capability
` [PATCH net-next 08/15] net/mlx5e: Expose FEC counters via ethtool
` [PATCH net-next 09/15] net/mlx5e: Unblock setting vid 0 for VF in case PF isn't eswitch manager
` [PATCH net-next 10/15] net/mlx5e: Fix feature check per profile
` [PATCH net-next 11/15] net/mlx5e: Move HW-GRO and CQE compression check to fix features flow
` [PATCH net-next 12/15] net/mlx5e: Refactor set_pflag_cqe_based_moder
` [PATCH net-next 13/15] net/mlx5e: TC, Remove redundant error logging
` [PATCH net-next 14/15] net/mlx5e: Add recovery flow in case of error CQE
` [PATCH net-next 15/15] Documentation: devlink: mlx5.rst: Fix htmldoc build warning

[PATCH 0000/2297] [ANNOUNCE, RFC] "Fast Kernel Headers" Tree -v1: Eliminate the Linux kernel's "Dependency Hell"
 2022-01-07  0:29 UTC  (4+ messages)

[RFC PATCH] vfio: Update/Clarify migration uAPI, add NDMA state
 2022-01-07  0:29 UTC  (12+ messages)

[PATCH -next] of: unittest: remove unneeded semicolon
 2022-01-07  0:28 UTC 

[PATCH v2 0/9] hw/dma: Use dma_addr_t type definition when relevant
 2022-01-07  0:24 UTC  (15+ messages)
` [PATCH v2 1/9] hw/nvram: Restrict stub to sysemu and tools
` [PATCH v2 2/9] hw/pci: Restrict pci-bus stub to sysemu
` [PATCH v2 3/9] hw/pci: Document pci_dma_map()
` [PATCH v2 4/9] hw/dma: Remove CONFIG_USER_ONLY check
` [PATCH v2 5/9] hw/rdma/rdma_utils: Rename rdma_pci_dma_map 'len' argument
` [PATCH v2 6/9] hw/scsi: Rename SCSIRequest::resid as 'residual'
` [PATCH v2 7/9] hw/dma: Fix format string issues using dma_addr_t

[PATCH] dt-bindings: clock: imx5: Drop clock consumer node from example
 2022-01-07  0:20 UTC  (3+ messages)

[PATCH v3] clk: sifive: Fix W=1 kernel build warning
 2022-01-07  0:21 UTC  (3+ messages)

[PATCH] livepatch: Avoid CPU hogging with cond_resched
 2022-01-07  0:21 UTC  (2+ messages)

[PATCH net-next 00/13] mptcp: New features and cleanup
 2022-01-07  0:20 UTC  (14+ messages)
` [PATCH net-next 01/13] mptcp: keep snd_una updated for fallback socket
` [PATCH net-next 02/13] mptcp: implement fastclose xmit path
` [PATCH net-next 03/13] mptcp: full disconnect implementation
` [PATCH net-next 04/13] mptcp: cleanup accept and poll
` [PATCH net-next 05/13] mptcp: implement support for user-space disconnect
` [PATCH net-next 06/13] selftests: mptcp: add disconnect tests
` [PATCH net-next 07/13] mptcp: fix per socket endpoint accounting
` [PATCH net-next 08/13] mptcp: clean-up MPJ option writing
` [PATCH net-next 09/13] mptcp: keep track of local endpoint still available for each msk
` [PATCH net-next 10/13] mptcp: do not block subflows creation on errors
` [PATCH net-next 11/13] selftests: mptcp: add tests for subflow creation failure
` [PATCH net-next 12/13] mptcp: cleanup MPJ subflow list handling
` [PATCH net-next 13/13] mptcp: avoid atomic bit manipulation when possible

[PATCH] usercopy: Do not fail on memory from former init sections
 2022-01-07  0:19 UTC 

[RFC 00/13] kprobe/bpf: Add support to attach multiple kprobes
 2022-01-07  0:20 UTC  (7+ messages)

[PATCH] fs: btrfs: Disable BTRFS on platforms having 256K pages
 2022-01-07  0:13 UTC  (5+ messages)

[RFC 00/16] padata, vfio, sched: Multithreaded VFIO page pinning
 2022-01-07  0:19 UTC  (7+ messages)
` [RFC 08/16] vfio/type1: Cache locked_vm to ease mmap_lock contention

[PATCH v2 0/9] BCMA support for brcmnand
 2022-01-07  0:13 UTC  (20+ messages)
` [PATCH v2 1/9] mtd: rawnand: brcmnand: Assign soc as early as possible
` [PATCH v2 2/9] mtd: rawnand: brcmnand: Allow SoC to provide I/O operations
` [PATCH v2 3/9] mtd: rawnand: brcmnand: Avoid pdev in brcmnand_init_cs()
` [PATCH v2 4/9] mtd: rawnand: brcmnand: Move OF operations out of brcmnand_init_cs()
` [PATCH v2 5/9] mtd: rawnand: brcmnand: Allow working without interrupts
` [PATCH v2 6/9] mtd: rawnand: brcmnand: Add platform data structure for BCMA
` [PATCH v2 7/9] mtd: rawnand: brcmnand: Allow platform data instantation
` [PATCH v2 8/9] mtd: rawnand: brcmnand: BCMA controller uses command shift of 0
` [PATCH v2 9/9] mtd: rawnand: brcmnand: Add BCMA shim

[PATCH v10 1/2] dt-bindings: leds: Add Qualcomm Light Pulse Generator binding
 2022-01-07  0:18 UTC  (2+ messages)

linux-next: build failure after merge of the libata tree
 2022-01-07  0:17 UTC  (3+ messages)

[PATCH v4] drm/msm/dp: populate connector of struct dp_panel
 2022-01-07  0:16 UTC  (3+ messages)

[PATCH 0/2] *** Fix reformat_objdump.awk ***
 2022-01-07  0:16 UTC  (4+ messages)

[PATCH BlueZ 1/4] shared/util: Rename btd_malloc to util_malloc
 2022-01-07  0:16 UTC  (2+ messages)
` [BlueZ,1/4] "

[PATCH v3] drm/msm/dp: add support of tps4 (training pattern 4) for HBR3
 2022-01-07  0:16 UTC  (5+ messages)

[PATCH v2] selftests/resctrl: Print a message if the result of MBM&CMT tests is failed when Intel Sub-NUMA is enabled
 2022-01-07  0:15 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/meson: fix blank entry in cross-compilation.conf
 2022-01-07  0:14 UTC  (4+ messages)

[PATCH] sections: Fix __is_kernel() to include init ranges
 2022-01-07  0:13 UTC 

[syzbot] KASAN: use-after-free Read in remove_wait_queue (3)
 2022-01-07  0:13 UTC  (9+ messages)
    ` psi_trigger_poll() is completely broken

[Intel-gfx] [PATCH 0/1] Start cleaning up register definitions
 2022-01-07  0:13 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

Hot-grow bcache backing device
 2022-01-07  0:12 UTC 

[PATCH v1 00/34] testing/next and other misc fixes
 2022-01-07  0:11 UTC  (3+ messages)
` [PATCH v1 25/34] linux-user/elfload: add extra logging for hole finding

[PATCH v2] mm: fix race between MADV_FREE reclaim and blkdev direct IO read
 2022-01-07  0:11 UTC  (3+ messages)

stable-rc/queue/5.4 baseline: 169 runs, 4 regressions (v5.4.170-3-g717562f21405)
 2022-01-07  0:11 UTC 

[PATCH v2 0/3] Update to GuC version 69.0.3
 2022-01-07  0:06 UTC  (8+ messages)
` [Intel-gfx] "
` [PATCH v2 1/3] drm/i915/guc: Temporarily bump the GuC load timeout
  ` [Intel-gfx] "
` [PATCH v2 2/3] drm/i915/guc: Update to GuC version 69.0.3
  ` [Intel-gfx] "
` [PATCH v2 3/3] drm/i915/guc: Improve GuC loading status check/error reports
  ` [Intel-gfx] "

[PATCH v5 00/16] Optimize list lru memory consumption
 2022-01-07  0:05 UTC  (3+ messages)
` [PATCH v5 01/16] mm: list_lru: optimize memory consumption of arrays of per cgroup lists

[PATCH V6 0/7] Add driver support for Data Capture and Compare Engine(DCC) for SM8150,SC7280,SC7180,SDM845
 2022-01-07  0:05 UTC  (9+ messages)
` [PATCH V6 2/7] soc: qcom: dcc:Add driver support for Data Capture and Compare unit(DCC)

[PATCH v5 0/2] Driver for Open Profile for DICE
 2022-01-07  0:04 UTC  (8+ messages)
` [PATCH v5 2/2] misc: open-dice: Add driver to expose DICE data to userspace

[PATCH 1/2] dpp: parse configuration request values
 2022-01-07  0:03 UTC 

[PATCH 0/5] KVM: nVMX: Fix Windows 11 + WSL2 + Enlightened VMCS
 2022-01-07  0:03 UTC  (3+ messages)
` [PATCH 5/5] KVM: nVMX: Allow VMREAD when Enlightened VMCS is in use

request for feedback on a Xen/Linux compatibility issue
 2022-01-07  0:02 UTC  (5+ messages)

[RFC PATCH v4 0/3] Add sendto(2) and recvfrom(2) support for io_uring
 2022-01-07  0:00 UTC  (4+ messages)
` [RFC PATCH v4 1/3] io_uring: Rename `io_{send,recv}` to `io_{sendto,recvfrom}`
` [RFC PATCH v4 2/3] net: Make `move_addr_to_user()` be a non static function
` [RFC PATCH v4 3/3] io_uring: Add `sendto(2)` and `recvfrom(2)` support

[PATCH RFT] scsi: pm8001: Fix FW crash for maxcpus=1
 2022-01-06 23:59 UTC  (6+ messages)

[GIT PULL] random number generator updates for 5.17
 2022-01-06 23:59 UTC 

[hardknott][PATCH 00/24] Pull request
 2022-01-06 23:57 UTC 

[PATCH v4 0/3] PCI: IPQ6018 PCIe controller support
 2022-01-06 23:54 UTC  (7+ messages)
` [PATCH v4 3/3] PCI: qcom: add support for IPQ60xx PCIe controller

Modem control lines for RTSCTS hardware flow control via rts-gpio and cts-gpio with IMX
 2022-01-06 23:55 UTC 

[PATCH v2 0/2] update-index: refresh should rewrite index in case of racy timestamps
 2022-01-06 23:55 UTC  (4+ messages)
` [PATCH v3 0/4] "
  ` [PATCH v3 1/4] test-lib: introduce API for verifying file mtime

[1.50][PATCH 0/2] Pull request
 2022-01-06 23:54 UTC 

[mark:kvm/entry-rework 1/5] include/linux/kvm_host.h:434:30: error: use of undeclared identifier 'CALLER_ADDR0'
 2022-01-06 23:54 UTC  (2+ messages)

[PATCH v2 0/5] selftests/resctrl: Add resctrl_tests into kselftest set
 2022-01-06 23:54 UTC  (11+ messages)
` [PATCH v2 1/5] selftests/resctrl: Kill the child process created by fork() when the SIGTERM signal comes
` [PATCH v2 2/5] selftests/resctrl: Make resctrl_tests run using kselftest framework
` [PATCH v2 3/5] selftests/resctrl: Add license to resctrl_test Makefile
` [PATCH v2 4/5] selftests/resctrl: Change default limited time to 120 seconds for resctrl_tests
` [PATCH v2 5/5] selftests/resctrl: Return KSFT_SKIP(4) if resctrlfile system is not supported or resctrl is not run as root

[cip-dev] [PATCH 5.10.y-cip 00/31] Add sound/adc support for RZ/G2L
 2022-01-06 23:54 UTC  (2+ messages)

[PATCH 0/7] camss: Fixup multiple VDDA regulator support
 2022-01-06 23:55 UTC  (8+ messages)
` [PATCH 1/7] media: dt-bindings: media: camss: Fixup vdda regulator descriptions sdm845
` [PATCH 2/7] media: dt-bindings: media: camss: Add vdda supply declarations sm8250
` [PATCH 3/7] arm64: dts: qcom: sdm845: Rename camss vdda-supply to vdda-phy-supply
` [PATCH 4/7] arm64: dts: qcom: sdm845: Add camss vdda-pll-supply
` [PATCH 5/7] media: camss: Add regulator_bulk support
` [PATCH 6/7] media: camss: Point sdm845 at the correct vdda regulators
` [PATCH 7/7] media: camss: Point sm8250 "

[PATCH] mm: remove offset check on page->compound_head and folio->lru
 2022-01-06 23:52 UTC 

[GIT PULL] tracing: Minor fixes
 2022-01-06 23:52 UTC  (2+ messages)

[patch v8 02/10] add prctl task isolation prctl docs and samples
 2022-01-06 23:49 UTC  (2+ messages)

[PATCH bpf-next v2 0/2] libbpf: rename bpf_prog_attach_xattr to bpf_prog_attach_opts
 2022-01-06 23:46 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] libbpf: rename bpf_prog_attach_xattr() to bpf_prog_attach_opts()
` [PATCH bpf-next v2 2/2] selftests/bpf: change "

[PATCH] namei: clear nd->root.mnt before O_CREAT unlazy
 2022-01-06 23:46 UTC  (2+ messages)

[Bug 206475] New: amdgpu under load drop signal to monitor until hard reset
 2022-01-06 23:44 UTC  (2+ messages)
` [Bug 206475] "

[PATCH v3] cfg80211: Handle driver updated MU-EDCA params
 2022-01-06 23:43 UTC 

[RFC PATCH v2 00/13] module: core code clean up
 2022-01-06 23:43 UTC  (13+ messages)
` [RFC PATCH v2 01/13] module: Move all into module/
` [RFC PATCH v2 02/13] module: Simple refactor in preparation for split
` [RFC PATCH v2 03/13] module: Move livepatch support to a separate file
` [RFC PATCH v2 04/13] module: Move latched RB-tree "
` [RFC PATCH v2 05/13] module: Move arch strict rwx "
` [RFC PATCH v2 06/13] module: Move "
` [RFC PATCH v2 07/13] module: Move extra signature support out of core code
` [RFC PATCH v2 08/13] module: Move kmemleak support to a separate file
` [RFC PATCH v2 09/13] module: Move kallsyms support into "
` [RFC PATCH v2 10/13] module: Move procfs "
` [RFC PATCH v2 11/13] module: Move sysfs "
` [RFC PATCH v2 12/13] module: Move kdb_modules list out of core code

[PATCH bpf-next v6 00/11] Introduce unstable CT lookup helpers
 2022-01-06 23:40 UTC  (5+ messages)
` [PATCH bpf-next v6 03/11] bpf: Populate kfunc BTF ID sets in struct btf

[PATCH] apply: Avoid ambiguous pointer provenance for CHERI/Arm's Morello
 2022-01-06 23:41 UTC  (4+ messages)

[ANNOUNCE] 4.14.261-rt127
 2022-01-06 23:39 UTC 

stable-rc/queue/4.9 baseline: 131 runs, 1 regressions (v4.9.296-1-gdae9eb7a8688)
 2022-01-06 23:38 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.