All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-12-07 19:36:22 to 2022-12-07 20:51:08 UTC [more...]

[PATCH] nvme-tcp: add additional info for nvme_tcp_timeout log
 2022-12-07 16:55 UTC  (5+ messages)

[PATCH bpf-next v3 0/2] Document some recent core kfunc additions
 2022-12-07 20:49 UTC  (2+ messages)
` [PATCH bpf-next v3 1/2] bpf/docs: Document struct task_struct * kfuncs

[PATCH v10 00/16] Add Multi Circular Queue Support
 2022-12-07 20:46 UTC  (16+ messages)
` [PATCH v10 01/16] ufs: core: Optimize duplicate code to read extended feature
` [PATCH v10 02/16] ufs: core: Probe for ext_iid support
` [PATCH v10 03/16] ufs: core: Introduce Multi-circular queue capability
` [PATCH v10 04/16] ufs: core: Defer adding host to scsi if mcq is supported
` [PATCH v10 05/16] ufs: core: mcq: Add support to allocate multiple queues
` [PATCH v10 06/16] ufs: core: mcq: Configure resource regions
` [PATCH v10 07/16] ufs: core: mcq: Calculate queue depth
` [PATCH v10 08/16] ufs: core: mcq: Allocate memory for mcq mode
` [PATCH v10 09/16] ufs: core: mcq: Configure operation and runtime interface
` [PATCH v10 10/16] ufs: core: mcq: Use shared tags for MCQ mode
` [PATCH v10 11/16] ufs: core: Prepare ufshcd_send_command for mcq
` [PATCH v10 12/16] ufs: core: mcq: Find hardware queue to queue request
` [PATCH v10 13/16] ufs: core: Prepare for completion in mcq
` [PATCH v10 14/16] ufs: mcq: Add completion support of a cqe
` [PATCH v10 15/16] ufs: core: mcq: Add completion support in poll

[PATCH v2 00/10] mm/hugetlb: Make huge_pte_offset() thread-safe for pmd unshare
 2022-12-07 20:49 UTC  (13+ messages)
` [PATCH v2 01/10] mm/hugetlb: Let vma_offset_start() to return start
` [PATCH v2 02/10] mm/hugetlb: Don't wait for migration entry during follow page
` [PATCH v2 03/10] mm/hugetlb: Document huge_pte_offset usage
` [PATCH v2 04/10] mm/hugetlb: Move swap entry handling into vma lock when faulted
` [PATCH v2 05/10] mm/hugetlb: Make userfaultfd_huge_must_wait() safe to pmd unshare
` [PATCH v2 06/10] mm/hugetlb: Make hugetlb_follow_page_mask() "
` [PATCH v2 07/10] mm/hugetlb: Make follow_hugetlb_page() "
` [PATCH v2 08/10] mm/hugetlb: Make walk_hugetlb_range() "
` [PATCH v2 09/10] mm/hugetlb: Introduce hugetlb_walk()
` [PATCH v2 10/10] mm/hugetlb: Document why page_vma_mapped_walk() is safe to walk

[PATCH] Makefile: link with --no-warn-rwx-segments
 2022-12-07 20:49 UTC 

[PATCH v4 00/12] Allow calls in alternatives
 2022-12-07 20:48 UTC  (5+ messages)
` [PATCH v4 11/12] RISC-V: add helpers for handling immediates in U-type and I-type pairs
` [PATCH v4 12/12] RISC-V: fix auipc-jalr addresses in patched alternatives

[syzbot] possible deadlock in ovl_fallocate
 2022-12-07 20:47 UTC  (2+ messages)

[PATCH v4 0/2] docs: Integrate rustdoc into Rust documentation
 2022-12-07 20:46 UTC  (3+ messages)
` [PATCH v4 1/2] docs: Move rustdoc output, cross-reference it

[GIT PULL] Qualcomm clock updates for 6.2
 2022-12-07 20:46 UTC 

kvmtool patch error
 2022-12-07 20:46 UTC  (2+ messages)
` [meta-virtualization] "

[PATCH] media: dt-bindings: atmel,isc: Drop unneeded unevaluatedProperties
 2022-12-07 20:44 UTC  (2+ messages)

[PATCH v11 1/6] media: platform: chips-media: Move Coda to separate folder
 2022-12-07 20:44 UTC  (2+ messages)

[PATCH v2 0/4] cpumask: improve on cpumask_local_spread() locality
 2022-12-07 20:45 UTC  (8+ messages)

[PATCH 0/3] iommufd review updates
 2022-12-07 20:44 UTC  (4+ messages)
` [PATCH 1/3] iommufd: Fix comment typos
` [PATCH 2/3] iommufd: Improve a few unclear bits of code
` [PATCH 3/3] iommufd: Change the order of MSI setup

[PATCH v2 bpf-next 1/2] selftests/bpf: add generic BPF program tester-loader
 2022-12-07 20:43 UTC  (3+ messages)
` [PATCH v2 bpf-next 2/2] selftests/bpf: convert dynptr_fail and map_kptr_fail subtests to generic tester

[PATCH 1/2] dt-bindings: leds: intel,lgm: Add missing 'led-gpios' property
 2022-12-07 20:43 UTC  (2+ messages)
` [PATCH 2/2] dt-bindings: leds: Add missing references to common LED schema

[bug][vaapi][h264] The commit 7cbe08a930a132d84b4cf79953b00b074ec7a2a7 on certain video files leads to problems with VAAPI hardware decoding
 2022-12-07 20:43 UTC  (3+ messages)

[PATCH 0/1] HID: uclogic: Add HID_QUIRK_HIDINPUT_FORCE quirk
 2022-12-07 20:43 UTC  (7+ messages)

[PATCH RFC v5 0/2] Another completely bogus series, ignore
 2022-12-07 20:42 UTC  (3+ messages)
` [PATCH RFC v5 1/2] Makefile: Make it a ninja penguin
` [PATCH RFC v5 2/2] Rename linux into pengux

[PATCH bpf-next v2 0/7] Dynptr refactorings
 2022-12-07 20:41 UTC  (8+ messages)
` [PATCH bpf-next v2 1/7] bpf: Refactor ARG_PTR_TO_DYNPTR checks into process_dynptr_func
` [PATCH bpf-next v2 2/7] bpf: Propagate errors from process_* checks in check_func_arg
` [PATCH bpf-next v2 3/7] bpf: Rework process_dynptr_func
` [PATCH bpf-next v2 4/7] bpf: Rework check_func_arg_reg_off
` [PATCH bpf-next v2 5/7] bpf: Move PTR_TO_STACK alignment check to process_dynptr_func
` [PATCH bpf-next v2 6/7] bpf: Use memmove for bpf_dynptr_{read,write}
` [PATCH bpf-next v2 7/7] selftests/bpf: Add test for dynptr reinit in user_ringbuf callback

[PATCH v3 00/13] tcg/s390x: misc patches
 2022-12-07 20:40 UTC  (7+ messages)
` [PATCH v3 02/13] tcg/s390x: Remove TCG_REG_TB

[GIT PULL] platform-drivers-x86 for 6.1-5
 2022-12-07 20:41 UTC  (2+ messages)

[PATCH bpf-next v1 0/7] Dynptr refactorings
 2022-12-07 20:41 UTC  (6+ messages)
` [PATCH bpf-next v1 5/7] bpf: Move PTR_TO_STACK alignment check to process_dynptr_func

[PATCH for 7.2?] target/i386: Remove compilation errors when -Werror=maybe-uninitialized
 2022-12-07 20:39 UTC  (17+ messages)
            ` Compiler warnings with maximum warning level (was: Re: [PATCH for 7.2?] target/i386: Remove compilation errors when -Werror=maybe-uninitialized)

[PATCH 0/3] rcu-tasks: Fix race against exiting pid_ns
 2022-12-07 20:39 UTC  (6+ messages)
` [PATCH 3/3] rcu-tasks: Fix synchronize_rcu_tasks() VS zap_pid_ns_processes()

[PATCH] manuals: add missing references to variables
 2022-12-07 20:39 UTC 

[PATCH] ARM: imx: mx5: Convert MX53 Menlo board to DM SERIAL
 2022-12-07 20:39 UTC 

[PATCH bpf-next 00/13] BPF rbtree next-gen datastructure
 2022-12-07 20:38 UTC  (7+ messages)
` [PATCH bpf-next 01/13] bpf: Loosen alloc obj test in verifier's reg_btf_record

Question regarding runtime pinctrl (2nd try)
 2022-12-07 20:38 UTC  (6+ messages)

[PATCH 0/3] eal: rte_ctrl_thread_create API replacement
 2022-12-07 20:37 UTC  (10+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] eal: add rte control thread create API
` [PATCH v3 0/3] eal: rte_ctrl_thread_create API replacement
  ` [PATCH v3 1/3] eal: add rte control thread create API
  ` [PATCH v3 2/3] test: add rte control thread create API test
  ` [PATCH v3 3/3] eal: deprecate pthread control thread create API

[Intel-gfx] [PATCH 1/2] drm/i915: fix TLB invalidation for Gen12.50 video and compute engines
 2022-12-07 20:36 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/2] "

[PATCH dwarves 0/1] LLD .BTF section patch
 2022-12-07 20:33 UTC  (11+ messages)
` [PATCH 1/1] btf_encoder: Generate a new .BTF section even if one exists

[PATCH] dts: Re-add aliases for imx6qdl-sabrelite devices
 2022-12-07 20:32 UTC  (14+ messages)

[PATCH] systemd: Don't degrade system state for nfs-clients when krb5 keytab present but not containing the nfs/<FQDN> principal
 2022-12-07 20:28 UTC 

[PATCH v2] line-range: Fix infinite loop bug with degenerate regex
 2022-12-07 20:30 UTC  (3+ messages)

[PATCH 000/606] i2c: Complete conversion to i2c_probe_new
 2022-12-07 20:30 UTC  (4+ messages)
` [PATCH 288/606] leds: turris-omnia: Convert to i2c's .probe_new()

[PATCH net-next 0/3] mv88e6xxx: Add MAB offload support
 2022-12-07 20:29 UTC  (5+ messages)
` [PATCH net-next 3/3] net: dsa: mv88e6xxx: mac-auth/MAB implementation

[v5 11/11 PATCH] cxl/pci: Add callback to log AER correctable error
 2022-12-07 20:29 UTC  (4+ messages)
` [v6 "

[dm-devel] [PATCH v3] virtio_blk: add VIRTIO_BLK_F_LIFETIME feature support
 2022-12-07 20:28 UTC  (6+ messages)
      `  "

[RFC PATCH v4 1/1] serial: core: Start managing serial controllers to enable runtime PM
 2022-12-07 20:28 UTC  (3+ messages)

kvmtool patch error
 2022-12-07 20:28 UTC  (2+ messages)

[PATCH] i2c: ismt: Fix an out-of-bounds bug in ismt_access()
 2022-12-07 20:27 UTC  (2+ messages)

[PATCH 0/6] Enable Cubieboard A10 boot SPL from SD card
 2022-12-07 20:25 UTC  (2+ messages)

[Patch V1 0/7] x86/microcode: Some cleanups and fixes for microcode
 2022-12-07 20:25 UTC  (3+ messages)
` [Patch V1 4/7] x86/microcode/core: Take a snapshot before and after applying microcode

[PATCH] i2c: mux: reg: Fix possible null-ptr-deref
 2022-12-07 20:22 UTC  (2+ messages)

[PATCH RESEND] i2c: mux: reg: check return value after calling platform_get_resource()
 2022-12-07 20:21 UTC  (2+ messages)

[PATCH 00/13] leds: Fix devm vs. non-devm ordering
 2022-12-07 20:20 UTC  (2+ messages)

[v2 PATCH] PCI: aardvark: switch to using devm_gpiod_get_optional()
 2022-12-07 20:18 UTC  (3+ messages)

[PATCH] KVM: X86: set EXITING_GUEST_MODE as soon as vCPU exits
 2022-12-07 20:18 UTC  (4+ messages)

[linux-next:master] [mm] 5df397dec7: will-it-scale.per_thread_ops -53.3% regression
 2022-12-07 20:17 UTC  (7+ messages)

[PATCH] hfsplus: Fix bug causing custom uid and gid being unable to be assigned with mount
 2022-12-07 20:17 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v6 0/2] Final changelog changes for 4.17
 2022-12-07 20:16 UTC  (2+ messages)

[PATCH-for-8.0 0/4] target/cpu: System/User cleanups around hwaddr/vaddr
 2022-12-07 20:15 UTC  (5+ messages)
` [PATCH-for-8.0 2/4] gdbstub: Use vaddr type for generic insert/remove_breakpoint() API

[PATCH RFC] mm/userfaultfd: enable writenotify while userfaultfd-wp is enabled for a VMA
 2022-12-07 20:14 UTC  (16+ messages)

[PATCH] leds: MAINTAINERS: include dt-bindings headers
 2022-12-07 20:14 UTC  (2+ messages)

[android-common:android14-5.15 12/25] arch/arm64/kvm/hyp/nvhe/serial.c:41:6: warning: no previous prototype for 'hyp_puts'
 2022-12-07 20:14 UTC 

[PATCH v3] dt-bindings: Convert active-semi PMIC docs to YAML schemas
 2022-12-07 20:13 UTC 

[PATCH v10 0/5] Add data-lanes and link-frequencies to dp_out endpoint
 2022-12-07 20:13 UTC  (7+ messages)
` [PATCH v10 2/5] dt-bindings: msm/dp: add data-lanes and link-frequencies property
` [PATCH v10 4/5] drm/msm/dp: parser link-frequencies as property of dp_out endpoint

[PATCH net-next 0/6] tsnep: XDP support
 2022-12-07 20:12 UTC  (12+ messages)
` [PATCH net-next 2/6] tsnep: Add XDP TX support
` [PATCH net-next 4/6] tsnep: Prepare RX buffer for XDP support
` [PATCH net-next 6/6] tsnep: Add XDP RX support

[PATCH] leds: qcom,pm8058-led: Convert to DT schema
 2022-12-07 20:12 UTC  (4+ messages)

[PATCH v3] thermal: mediatek: add support for MT7986 and MT7981
 2022-12-07 20:07 UTC  (2+ messages)

[RFC PATCH 1/5] nvme-pci: add function nvme_submit_vf_cmd to issue admin commands for VF driver
 2022-12-07 20:08 UTC  (11+ messages)

new: b4 send --reflect
 2022-12-07 20:07 UTC  (7+ messages)

[PATCH v2] dt-bindings: can: renesas,rcar-canfd: Fix number of channels for R-Car V3U
 2022-12-07 16:50 UTC 

[PATCH nft] src: support for selectors with different byteorder with interval concatenations
 2022-12-07 20:06 UTC  (2+ messages)

[PATCH] i2c: xiic: Make sure to disable clock on .remove()
 2022-12-07 20:05 UTC  (3+ messages)

[PATCH] leds: use sysfs_emit() to instead of scnprintf()
 2022-12-07 20:05 UTC  (2+ messages)

[Intel-gfx] [PATCH v2 00/11] drm/i915/display: switch to intel_de_* register accessors
 2022-12-07 20:04 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for drm/i915/display: switch to intel_de_* register accessors (rev2)
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[PATCH v4 00/13] drm/msm: Add SC8280XP support
 2022-12-07 20:04 UTC  (6+ messages)
` [PATCH v4 02/13] drm/msm/dpu: Introduce SC8280XP

[freescale-fslc:pr/616 12691/18686] drivers/net/ethernet/freescale/fman/mac.c:719:13: warning: format specifies type 'unsigned long long' but the argument has type 'resource_size_t' (aka 'unsigned int')
 2022-12-07 20:03 UTC 

[PATCH] leds: is31fl319x: Fix setting current limit for is31fl319{0,1,3}
 2022-12-07 20:03 UTC  (2+ messages)

[PATCH v7 tty-next 0/4] serial: 8250_pci1xxxx: Add driver for the pci1xxxx's quad-uart function
 2022-12-07 23:53 UTC  (3+ messages)
` [PATCH v7 tty-next 2/4] serial: 8250_pci1xxxx: Add driver for quad-uart support

[PATCH] serial: stm32: Move hard IRQ handling to threaded interrupt context
 2022-12-07 19:59 UTC  (2+ messages)

[PATCH for-4.17] SUPPORT.md: Define support lifetime
 2022-12-07 19:59 UTC 

[PATCH v5 0/7] binman: rockchip: Migrate from rockchip SPL_FIT_GENERATOR script
 2022-12-07 19:57 UTC  (8+ messages)
` [PATCH v5 1/7] binman: Allow writing section contents to a file
` [PATCH v5 2/7] rockchip: evb-rk3288: Drop raw-image support
` [PATCH v5 3/7] rockchip: Use multiple-images for rk3399
` [PATCH v5 4/7] rockchip: Support building the all output files in binman
` [PATCH v5 5/7] rockchip: Convert all boards to use binman
` [PATCH v5 6/7] rockchip: Drop the FIT generator script
` [PATCH v5 7/7] treewide: Disable USE_SPL_FIT_GENERATOR by default

[PATCH] mhi: Update Makefile to used Kconfig flags
 2022-12-07 19:58 UTC  (2+ messages)

[PATCH v3 0/8] perf: Arm SPEv1.2 support
 2022-12-07 19:56 UTC  (10+ messages)
` [PATCH v3 7/8] perf: Add perf_event_attr::config3

BUG: unable to handle kernel paging request in bpf_dispatcher_xdp
 2022-12-07 19:57 UTC  (4+ messages)

[PATCH v2 0/2] Fix lack of section mismatch warnings with LTO
 2022-12-07 19:56 UTC  (3+ messages)
` [PATCH v2 1/2] padata: Mark padata_work_init() as __ref

[v3] kbuild: Port silent mode detection to future gnu make
 2022-12-07 19:56 UTC  (2+ messages)

The method to alloc DMA ring buffer
 2022-12-07 19:55 UTC  (2+ messages)

[PATCH bpf-next] bpf: remove unused insn_cnt argument from visit_[func_call_]insn()
 2022-12-07 19:55 UTC 

[frank-w-bpi-r2-4.14:6.1-r3 71/72] drivers/net/wireless/mediatek/mt76/mt7915/init.c:523:6: warning: no previous prototype for 'mt7915_mac_init'
 2022-12-07 19:53 UTC 

[PATCH v2 0/3] cxl: BG operations and device sanitation
 2022-12-07 19:47 UTC  (7+ messages)
` [PATCH 1/3] cxl/mbox: Add background operation handling machinery

[PATCH v7 0/4] KVM: Dirty quota-based throttling
 2022-12-07 19:53 UTC  (8+ messages)
` [PATCH v7 1/4] KVM: Implement dirty quota-based throttling of vcpus

[meta-ti][dunfell][PATCH] machine: Add am62axx evm configuration
 2022-12-07 19:52 UTC  (2+ messages)

[PATCH] drm/gud: Fix missing include
 2022-12-07 19:51 UTC  (2+ messages)

[Intel-gfx] [PATCH 0/2] Align DDI_BUF_CTL Active timeouts with Bspec updates
 2022-12-07 19:50 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for Align DDI_BUF_CTL Active timeouts with Bspec updates (rev5)

[PATCH v1 0/2] leds: add aw20xx driver
 2022-12-07 19:49 UTC  (6+ messages)
` [PATCH v1 2/2] "

[PATCH] x86/resctrl: Fix event counts regression in reused RMIDs
 2022-12-07 19:48 UTC  (2+ messages)

[PATCH] drm/gud: Fix missing include
 2022-12-07 19:46 UTC 

[PATCH bpf-next 1/2] selftests/bpf: add generic BPF program verification tester
 2022-12-07 19:46 UTC  (3+ messages)

[patch net-next 0/8] devlink: make sure devlink port registers/unregisters only for registered instance
 2022-12-07 19:45 UTC  (7+ messages)
` [patch net-next 1/8] devlink: call devlink_port_register/unregister() on "

[PATCH RFC v5 0/2] Another completely bogus series, ignore
 2022-12-07 19:44 UTC  (3+ messages)
` [PATCH RFC v5 1/2] Makefile: Make it a ninja penguin
` [PATCH RFC v5 2/2] Rename linux into pengux

[PATCH 1/1] MAINTAINERS: Add additional co-maintainer to LEDs
 2022-12-07 19:44 UTC  (2+ messages)

[lunn:v6.1-rc7-net-next-inband 1/26] make[5]: *** No rule to make target 'drivers/platform/x86/intel_telemetry_core.o', needed by 'drivers/platform/x86/built-in.a'
 2022-12-07 19:43 UTC 

[PATCH v2 00/14] arm64/nmi: Support for FEAT_NMI
 2022-12-07 19:42 UTC  (7+ messages)
` [PATCH v2 04/14] arm64/sysreg: Add definitions for immediate versions of MSR ALLINT

[PATCH net] lib: packing: fix shift wrapping in bit_reverse()
 2022-12-07 19:41 UTC  (4+ messages)

[GIT PULL] nvme updates for Linux 6.2
 2022-12-07 19:40 UTC  (2+ messages)

[XEN][RFC PATCH v4 07/16] xen/iommu: Move spin_lock from iommu_dt_device_is_assigned to caller
 2022-12-07 19:39 UTC  (4+ messages)
` [XEN][RFC PATCH v4 10/16] asm/smp.h: move cpu related function to asm/cpu.h

[PATCH V4 0/2] cleanup and bugfix for xfs tests related to btree format
 2022-12-07 19:38 UTC  (4+ messages)
` [PATCH V4 2/2] common/populate: Ensure that S_IFDIR.FMT_BTREE is in "

[PATCH v2 00/15] thermal/drivers/tsens: specify nvmem cells in DT rather than parsing them manually
 2022-12-07 19:36 UTC  (6+ messages)
` [PATCH v2 08/15] thermal/drivers/tsens: Drop single-cell code for msm8939


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.