All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-07-31 23:04:52 to 2024-08-01 00:13:00 UTC [more...]

[PATCH AUTOSEL 6.10 001/121] drm/amd/display: Enable RCO for PHYSYMCLK in DCN35
 2024-07-31 23:59 UTC  (41+ messages)
` [PATCH AUTOSEL 6.10 002/121] drm/amd/display: Assign linear_pitch_alignment even for VM
` [PATCH AUTOSEL 6.10 003/121] drm/amdgpu: fix overflowed array index read warning
` [PATCH AUTOSEL 6.10 004/121] drm/amdgpu/pm: Check the return value of smum_send_msg_to_smc
` [PATCH AUTOSEL 6.10 005/121] drm/amd/pm: fix warning using uninitialized value of max_vid_step
` [PATCH AUTOSEL 6.10 006/121] drm/amd/pm: Fix negative array index read
` [PATCH AUTOSEL 6.10 007/121] drm/amd/pm: fix the Out-of-bounds read warning
` [PATCH AUTOSEL 6.10 008/121] drm/amdgpu: fix uninitialized scalar variable warning
` [PATCH AUTOSEL 6.10 009/121] drm/amd/display: Ensure array index tg_inst won't be -1
` [PATCH AUTOSEL 6.10 010/121] drm/amd/display: Check gpio_id before used as array index
` [PATCH AUTOSEL 6.10 011/121] drm/amd/display: Add NULL pointer and OVERRUN check within amdgpu_dm irq register
` [PATCH AUTOSEL 6.10 012/121] drm/amd/display: Stop amdgpu_dm initialize when stream nums greater than 6
` [PATCH AUTOSEL 6.10 013/121] drm/amd/display: Stop amdgpu_dm initialize when link nums greater than max_links
` [PATCH AUTOSEL 6.10 014/121] drm/amd/display: Fix incorrect size calculation for loop
` [PATCH AUTOSEL 6.10 015/121] drm/amd/display: Check index for aux_rd_interval before using
` [PATCH AUTOSEL 6.10 016/121] drm/amd/display: Add missing NULL pointer check within dpcd_extend_address_range
` [PATCH AUTOSEL 6.10 017/121] drm/amd/display: Add array index check for hdcp ddc access
` [PATCH AUTOSEL 6.10 018/121] drm/amd/display: Check num_valid_sets before accessing reader_wm_sets[]
` [PATCH AUTOSEL 6.10 019/121] drm/amd/display: Skip updating link encoder for unknown eng_id
` [PATCH AUTOSEL 6.10 020/121] drm/amd/display: Check msg_id before processing transcation
` [PATCH AUTOSEL 6.10 021/121] drm/amd/display: Release state memory if amdgpu_dm_create_color_properties fail
` [PATCH AUTOSEL 6.10 022/121] drm/amd/display: Check link_index before accessing dc->links[]
` [PATCH AUTOSEL 6.10 023/121] drm/amd/display: Add otg_master NULL check within resource_log_pipe_topology_update
` [PATCH AUTOSEL 6.10 024/121] drm/amd/display: Fix Coverity INTERGER_OVERFLOW within construct_integrated_info
` [PATCH AUTOSEL 6.10 025/121] drm/amd/display: Fix Coverity INTEGER_OVERFLOW within dal_gpio_service_create
` [PATCH AUTOSEL 6.10 026/121] drm/amd/display: Release clck_src memory if clk_src_construct fails
` [PATCH AUTOSEL 6.10 027/121] drm/amd/display: Spinlock before reading event
` [PATCH AUTOSEL 6.10 028/121] drm/amd/display: Fix Coverity INTEGER_OVERFLOW within decide_fallback_link_setting_max_bw_policy
` [PATCH AUTOSEL 6.10 029/121] drm/amd/display: Skip inactive planes within ModeSupportAndSystemConfiguration
` [PATCH AUTOSEL 6.10 030/121] drm/amd/display: Fix index may exceed array range within fpu_update_bw_bounding_box
` [PATCH AUTOSEL 6.10 031/121] drm/amd/amdgpu: Check tbo resource pointer
` [PATCH AUTOSEL 6.10 032/121] drm/amdgpu: Fix out-of-bounds write warning
` [PATCH AUTOSEL 6.10 033/121] drm/amdkfd: Check debug trap enable before write dbg_ev_file
` [PATCH AUTOSEL 6.10 034/121] drm/amdgpu: Fix out-of-bounds read of df_v1_7_channel_number
` [PATCH AUTOSEL 6.10 035/121] drm/amdgpu: fix ucode out-of-bounds read warning
` [PATCH AUTOSEL 6.10 036/121] drm/amdgpu: fix mc_data "
` [PATCH AUTOSEL 6.10 037/121] drm/amdkfd: Reconcile the definition and use of oem_id in struct kfd_topology_device
` [PATCH AUTOSEL 6.10 038/121] wifi: ath12k: initialize 'ret' in ath12k_qmi_load_file_target_mem()
` [PATCH AUTOSEL 6.10 039/121] wifi: ath11k: initialize 'ret' in ath11k_qmi_load_file_target_mem()
` [PATCH AUTOSEL 6.10 040/121] wifi: ath12k: initialize 'ret' in ath12k_dp_rxdma_ring_sel_config_wcn7850()
` [PATCH AUTOSEL 6.10 041/121] drm/amdgpu/pm: Check input value for CUSTOM profile mode setting on legacy SOCs

[PATCHSET v3 0/8] perf record: Use a pinned BPF program for filter
 2024-08-01  0:12 UTC  (4+ messages)
` [PATCH v3 8/8] perf test: Update sample filtering test

Supporting New Memory Barrier Types in BPF
 2024-08-01  0:11 UTC  (8+ messages)

[PATCH v1 bpf-next 0/4] Support bpf_kptr_xchg into local kptr
 2024-08-01  0:11 UTC  (4+ messages)
` [PATCH v1 bpf-next 3/4] bpf: "

[PATCH v3] usb: gadget: f_fs: add capability for dfu run-time descriptor
 2024-08-01  0:09 UTC  (3+ messages)

[PATCH v3 00/25] Generic `Allocator` support for Rust
 2024-08-01  0:02 UTC  (26+ messages)
` [PATCH v3 01/25] rust: alloc: add `Allocator` trait
` [PATCH v3 02/25] rust: alloc: separate `aligned_size` from `krealloc_aligned`
` [PATCH v3 03/25] rust: alloc: rename `KernelAllocator` to `Kmalloc`
` [PATCH v3 04/25] rust: alloc: implement `Allocator` for `Kmalloc`
` [PATCH v3 05/25] rust: alloc: add module `allocator_test`
` [PATCH v3 06/25] rust: alloc: implement `Vmalloc` allocator
` [PATCH v3 07/25] rust: alloc: implement `KVmalloc` allocator
` [PATCH v3 08/25] rust: types: implement `Unique<T>`
` [PATCH v3 09/25] rust: alloc: implement kernel `Box`
` [PATCH v3 10/25] rust: treewide: switch to our kernel `Box` type
` [PATCH v3 11/25] rust: alloc: remove `BoxExt` extension
` [PATCH v3 12/25] rust: alloc: add `Box` to prelude
` [PATCH v3 13/25] rust: alloc: import kernel `Box` type in types.rs
` [PATCH v3 14/25] rust: alloc: import kernel `Box` type in init.rs
` [PATCH v3 15/25] rust: alloc: implement kernel `Vec` type
` [PATCH v3 16/25] rust: alloc: implement `IntoIterator` for `Vec`
` [PATCH v3 17/25] rust: alloc: implement `collect` for `IntoIter`
` [PATCH v3 18/25] rust: treewide: switch to the kernel `Vec` type
` [PATCH v3 19/25] rust: alloc: remove `VecExt` extension
` [PATCH v3 20/25] rust: alloc: add `Vec` to prelude
` [PATCH v3 21/25] rust: alloc: remove `GlobalAlloc` and `krealloc_aligned`
` [PATCH v3 22/25] rust: error: use `core::alloc::LayoutError`
` [PATCH v3 23/25] rust: str: test: replace `alloc::format`
` [PATCH v3 24/25] rust: alloc: update module comment of alloc.rs
` [PATCH v3 25/25] kbuild: rust: remove the `alloc` crate

[PATCH] driver core: Simplify driver API device_find_child_by_name() implementation
 2024-08-01  0:08 UTC  (5+ messages)

[PATCH libgpiod 1/2] bindings: python: properly pass event clock settings
 2024-08-01  0:07 UTC  (2+ messages)

[PATCH v2 1/5] memblock test: fix implicit declaration of function 'virt_to_phys'
 2024-08-01  0:07 UTC  (3+ messages)

[PATCH 1/2] mm: shmem: avoid allocating huge pages larger than MAX_PAGECACHE_ORDER for shmem
 2024-08-01  0:06 UTC  (7+ messages)

[PATCH 0/3] btrfs-progs: rework how we traverse rootdir
 2024-08-01  0:06 UTC  (6+ messages)
` [PATCH 2/3] btrfs-progs: mkfs: "

[PATCH V3 00/13] media: qcom: camss: Add sm8550 support
 2024-08-01  0:05 UTC  (13+ messages)
` [PATCH 01/13] media: qcom: camss: csiphy-3ph: Fix trivial indentation fault in defines
` [PATCH 02/13] media: qcom: camss: csiphy-3ph: Remove redundant PHY init sequence control loop
` [PATCH 03/13] media: qcom: camss: csiphy-3ph: Rename struct
` [PATCH 04/13] media: qcom: camss: csiphy: Add an init callback to CSI PHY devices
` [PATCH 05/13] media: qcom: camss: csiphy-3ph: Move CSIPHY variables to data field inside csiphy struct
` [PATCH 07/13] dt-bindings: media: camss: Add qcom,sm8550-camss binding

[PATCH v4 0/3] Faster devcoredump and fixes
 2024-08-01  0:02 UTC  (7+ messages)
` [PATCH v4 2/3] drm/printer: Allow NULL data in devcoredump printer
` [PATCH v4 3/3] drm/xe: Faster devcoredump

[PULL 00/10] i386, tests/vm changes for QEMU 9.1-rc
 2024-08-01  0:00 UTC  (2+ messages)

[PATCH v4 0/2] can: fsl,flexcan: add imx95 wakeup
 2024-08-01  0:00 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: can: fsl,flexcan: move fsl,imx95-flexcan standalone
` [PATCH v4 2/2] can: flexcan: add wakeup support for imx95

[PATCH v2] mm: use zonelist_zone() to get zone
 2024-07-31 23:58 UTC  (3+ messages)
` [PATCH] mm: improve code consistency with zonelist_* helper functions

[Buildroot] [PATCH 1/1] package/wilc-firmware: bump to 16.3
 2024-07-31 23:58 UTC 

[PATCH v3 0/3] Add SARADC support on Sophgo SoC
 2024-07-31 23:57 UTC  (6+ messages)
` [PATCH v3 2/3] iio: adc: sophgo-saradc: Add driver for Sophgo SARADC

[PATCH AUTOSEL 4.19 1/2] apparmor: fix possible NULL pointer dereference
 2024-07-31 23:56 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 2/2] nvme/pci: Add APST quirk for Lenovo N60z laptop

[CI] drm/xe/guc: Pick GuC from CI folder for LNL, BMG, PVC
 2024-07-31 23:56 UTC  (8+ messages)
` [CI v2] drm/xe/guc: Pick GuC v70.29.2 from CI folder
` ✓ CI.Patch_applied: success for drm/xe/guc: Pick GuC from CI folder for LNL, BMG, PVC (rev3)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "

[PATCH AUTOSEL 5.4 1/2] apparmor: fix possible NULL pointer dereference
 2024-07-31 23:56 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 2/2] nvme/pci: Add APST quirk for Lenovo N60z laptop

[PATCH AUTOSEL 5.10 1/2] apparmor: fix possible NULL pointer dereference
 2024-07-31 23:56 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 2/2] nvme/pci: Add APST quirk for Lenovo N60z laptop

[PATCH AUTOSEL 5.15 1/2] apparmor: fix possible NULL pointer dereference
 2024-07-31 23:56 UTC  (2+ messages)
` [PATCH AUTOSEL 5.15 2/2] nvme/pci: Add APST quirk for Lenovo N60z laptop

[PATCH v2 net-next resent] net: fec: Enable SOC specific rx-usecs coalescence default setting
 2024-07-31 23:56 UTC  (3+ messages)

[PATCH AUTOSEL 6.1 1/2] apparmor: fix possible NULL pointer dereference
 2024-07-31 23:56 UTC  (2+ messages)
` [PATCH AUTOSEL 6.1 2/2] nvme/pci: Add APST quirk for Lenovo N60z laptop

[PATCH AUTOSEL 6.6 1/2] apparmor: fix possible NULL pointer dereference
 2024-07-31 23:56 UTC  (2+ messages)
` [PATCH AUTOSEL 6.6 2/2] nvme/pci: Add APST quirk for Lenovo N60z laptop

[PATCH AUTOSEL 6.10 1/2] apparmor: fix possible NULL pointer dereference
 2024-07-31 23:55 UTC  (2+ messages)
` [PATCH AUTOSEL 6.10 2/2] nvme/pci: Add APST quirk for Lenovo N60z laptop

[Buildroot] [PATCH 1/1] package/wilc-driver: bump to linux4microchip-2024.04
 2024-07-31 23:55 UTC 

[PATCHSET 0/6] perf mem: Basic support for data type profiling (v1)
 2024-07-31 23:55 UTC  (7+ messages)
` [PATCH 1/6] perf hist: Correct hist_entry->mem_info refcounts
` [PATCH 2/6] perf mem: Free the allocated sort string
` [PATCH 3/6] perf mem: Rework command option handling
` [PATCH 4/6] perf tools: Add mode argument to sort_help()
` [PATCH 5/6] perf mem: Add -s/--sort option
` [PATCH 6/6] perf mem: Add -T/--data-type option to report subcommand

linux-next: duplicate patches in the vfs-brauner tree
 2024-07-31 23:54 UTC 

[PATCH v2 0/3] rust: Add irq abstraction, SpinLockIrq
 2024-07-31 23:54 UTC  (3+ messages)
` [PATCH v2 1/3] rust: Introduce irq module

[PATCH v2] docs/misra: add R13.2 and R18.2 to rules.rst
 2024-07-31 23:53 UTC 

[PATCH ipsec-next v6 00/16] Add IP-TFS mode to xfrm
 2024-07-31 23:51 UTC  (17+ messages)
` [PATCH ipsec-next v6 01/16] xfrm: config: add CONFIG_XFRM_IPTFS
` [PATCH ipsec-next v6 02/16] include: uapi: add ip_tfs_*_hdr packet formats
` [PATCH ipsec-next v6 03/16] include: uapi: add IPPROTO_AGGFRAG for AGGFRAG in ESP
` [PATCH ipsec-next v6 04/16] xfrm: netlink: add config (netlink) options
` [PATCH ipsec-next v6 05/16] xfrm: add mode_cbs module functionality
` [PATCH ipsec-next v6 06/16] xfrm: add generic iptfs defines and functionality
` [PATCH ipsec-next v6 07/16] xfrm: iptfs: add new iptfs xfrm mode impl
` [PATCH ipsec-next v6 08/16] xfrm: iptfs: add user packet (tunnel ingress) handling
` [PATCH ipsec-next v6 09/16] xfrm: iptfs: share page fragments of inner packets
` [PATCH ipsec-next v6 10/16] xfrm: iptfs: add fragmenting of larger than MTU user packets
` [PATCH ipsec-next v6 11/16] xfrm: iptfs: add basic receive packet (tunnel egress) handling
` [PATCH ipsec-next v6 12/16] xfrm: iptfs: handle received fragmented inner packets
` [PATCH ipsec-next v6 13/16] xfrm: iptfs: add reusing received skb for the tunnel egress packet
` [PATCH ipsec-next v6 14/16] xfrm: iptfs: add skb-fragment sharing code
` [PATCH ipsec-next v6 15/16] xfrm: iptfs: handle reordering of received packets
` [PATCH ipsec-next v6 16/16] xfrm: iptfs: add tracepoint functionality

[PATCH iwl-next,v1 0/3] Add Default Rx Queue Setting for igc driver
 2024-07-31 23:52 UTC  (7+ messages)
      ` [Intel-wired-lan] [PATCH iwl-next, v1 "

[GIT PULL] u-boot-video/video-20240731
 2024-07-31 23:51 UTC  (2+ messages)

[PATCH] virtio: optimize stats counters performance
 2024-07-31 23:51 UTC  (4+ messages)
` [PATCH v4] "

[merged] fsi-add-missing-module_description-macros.patch removed from -mm tree
 2024-07-31 23:51 UTC  (2+ messages)

[PATCH] docs/misra: add R13.2 and R18.2 to rules.rst
 2024-07-31 23:50 UTC  (3+ messages)

[PATCH] net: core: use __counted_by for trailing VLA of struct sock_reuseport
 2024-07-31 23:50 UTC  (3+ messages)
` [PATCH v2] net: core: annotate socks of struct sock_reuseport with __counted_by

vmlinux.o: warning: objtool: rust_doctest_kernel_net_phy_rs_0+0x3f: missing int3 after ret
 2024-07-31 23:49 UTC 

[PATCH v7 00/23] Reimplement huge pages without hugepd on powerpc (8xx, e500, book3s/64)
 2024-07-31 15:36 UTC  (4+ messages)
` [PATCH v7 16/23] powerpc/e500: Switch to 64 bits PGD on 85xx (32 bits)

PATCH: Re: LOCKDEP customizable numbers upper limit
 2024-07-31 23:48 UTC  (3+ messages)
` [PATCH v2] lockdep: upper limit LOCKDEP_CHAINS_BITS

[PATCH v3 1/2] dt-bindings: display: panel: samsung,atna45dc02: Document ATNA45DC02
 2024-07-31 23:39 UTC  (2+ messages)

[Intel-wired-lan] [PATCH iwl-next] ice: Implement ethtool reset support
 2024-07-31 23:47 UTC  (5+ messages)

[PATCH 0/2] Introduce functional safety related documents
 2024-07-31 23:46 UTC  (3+ messages)
` [PATCH 1/2] docs: Introduce Fusa Requirement and define maintainers

linux-next: duplicate patches in the stm32 tree
 2024-07-31 23:46 UTC  (2+ messages)

[PATCH v2 net] sctp: Fix null-ptr-deref in reuseport_add_sock()
 2024-07-31 23:46 UTC 

git config set --file, key-value pair without '= value', gives Segmentation fault
 2024-07-31 23:46 UTC  (5+ messages)

[paulmck-rcu:dev.2024.07.26a] BUILD SUCCESS 5cd816c95ea8338d603cdbe75549cf2e406aa70c
 2024-07-31 23:39 UTC 

linux-next: duplicate patch in the mm tree
 2024-07-31 23:38 UTC 

[PATCH v11 0/7] Preparatory changes for Proxy Execution v11
 2024-07-31 23:32 UTC  (7+ messages)
` [PATCH v11 7/7] sched: Split scheduler and execution contexts

[PATCH 1/1] linux/io.h: Add cleanup defination for iounmap() and memunmap()
 2024-07-31 23:31 UTC 

[PATCH i-g-t v3] tests/core_setmaster: Adjust loop control in tweak_perm
 2024-07-31 23:31 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for "

[PATCH] fstests: remove unnecessary stdout/stderr redirection for run_check calls
 2024-07-31 23:30 UTC  (2+ messages)

[syzbot] [kernel?] BUG: unable to handle kernel paging request in find_lock_lowest_rq
 2024-07-31 23:30 UTC 

[PATCH v3] selftest: acct: Add selftest for the acct() syscall
 2024-07-31 23:29 UTC  (2+ messages)

[PATCH] generic/019: redirect fsstress output to log file instead
 2024-07-31 23:29 UTC  (2+ messages)

[PATCH] btrfs/287: wait for subvolume deletion to complete
 2024-07-31 23:27 UTC  (2+ messages)

[PATCH] btrfs: locking comment for cow_file_range_inline
 2024-07-31 23:25 UTC  (2+ messages)

[PATCH] ARM: bcm: Select ARM_GIC_V3 for ARCH_BRCMSTB
 2024-07-31 23:23 UTC  (2+ messages)

[PATCH RFC] kselftest: devices: Add test to detect missing devices
 2024-07-31 23:19 UTC  (2+ messages)

[PATCH] bsd-user/x86_64/target_arch_thread.h: Align stack
 2024-07-31 23:18 UTC  (4+ messages)

[PATCH] bsd-user/main: Allow setting tb-size
 2024-07-31 23:18 UTC  (4+ messages)

[linux-next:master 1047/1677] vmlinux.o: warning: objtool: _RNvXsdO_Cs2dcoKnfGXnn_4uapiNtB6_16backing_dev_infoNtNtCs5QSdWC790r4_4core7default7Default7default+0x14: missing int3 after ret
 2024-07-31 23:18 UTC 

[PATCH v8 8/8] rockchip: Avoid #ifdefs in RK3399 SPL
 2024-07-31 23:18 UTC  (2+ messages)

[PATCH 00/10] Add SM8475 clock controller drivers
 2024-07-31 23:14 UTC  (11+ messages)
` [PATCH 01/10] dt-bindings: clock: qcom,gcc-sm8450: Add SM8475 GCC bindings
` [PATCH 03/10] dt-bindings: clock: qcom,sm8450-dispcc: Add SM8475 DISPCC bindings
` [PATCH 05/10] dt-bindings: clock: qcom,sm8450-gpucc: Add SM8475 GPUCC bindings
` [PATCH 07/10] dt-bindings: clock: qcom,sm8450-videocc: Add SM8475 VIDEOCC bindings
` [PATCH 09/10] dt-bindings: clock: qcom,sm8450-camcc: Add SM8475 CAMCC bindings

[PATCH liburing v3] test: add test cases for hugepage registered buffers
 2024-07-31 23:13 UTC  (2+ messages)

linux-next: error fetching the bcachefs tree
 2024-07-31 23:12 UTC 

[PATCH 1/1] selftest: drivers: Add support its msi hwirq checking
 2024-07-31 23:12 UTC  (3+ messages)

[PATCH 0/5] board: rockchip: Add Radxa ZERO 3W/3E
 2024-07-31 23:08 UTC  (3+ messages)
` [PATCH 5/5] "

[PATCH v8 0/2] io_uring/rsrc: coalescing multi-hugepage registered buffers
 2024-07-31 23:09 UTC  (5+ messages)
  ` [PATCH v8 1/2] io_uring/rsrc: store folio shift and mask into imu
  ` [PATCH v8 2/2] io_uring/rsrc: enable multi-hugepage buffer coalescing

[PATCH 5/6] mm: add selftests to split_huge_page() to verify unmap/zap of zero pages
 2024-07-31 23:07 UTC 

[mediatek:v6.11-next/dts64 10/11] arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi-cerise.dtb: pinctrl@10005000: 'audiopins', 'audiotdmoutoff', 'audiotdmouton', 'da7219_pins', 'ec-ap-int-odl', 'gpio-line-names', 'h1-int-od-l', 'i2c0', 'i2c1', 'i2c2', 'i2c3', 'i2c4', 'i2c5', 'i2c6', 'pp12
 2024-07-31 23:07 UTC 

[PATCH 0/3] address violation of MISRA C Rule 13.6
 2024-07-31 23:06 UTC  (5+ messages)
` [PATCH 2/3] xen/event: "

[PATCH] selftests: ksft: Track skipped tests when finishing the test suite
 2024-07-31 23:04 UTC  (3+ messages)


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.