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

[PATCH v2 4/9] platform/chrome: cros_typec_switch: Add switch driver
 2022-07-07  0:29 UTC  (2+ messages)

pcm.c:3236: snd_pcm_area_copy: Assertion `src < dst || src >= dst + bytes' failed
 2022-07-07  0:26 UTC 

[RESEND PATCH v3 0/2] perf: ARM CoreSight PMU support
 2022-07-07  0:25 UTC  (5+ messages)
` [RESEND PATCH v3 1/2] perf: coresight_pmu: Add support for ARM CoreSight PMU driver

[Intel-gfx] [PATCH] i915/perf: Disable OA sseu config param for non-gen11 platforms
 2022-07-07  0:26 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[PATCH bpf-next v2 0/2] bpf: Minor fixes for non-preallocated memory
 2022-07-07  0:25 UTC  (10+ messages)
` [PATCH bpf-next v2 1/2] bpf: Make non-preallocated allocation low priority

[PATCH 00/50] staging: media: imx: Prepare destaging of imx7-media-csi
 2022-07-07  0:23 UTC  (3+ messages)
` (EXT) "

[GIT PULL FOR v5.20] Miscellaneous fixes
 2022-07-07  0:24 UTC  (2+ messages)
` [GIT PULL FOR v5.20] Miscellaneous fixes (#84623)

[PATCH v3 00/15] iommu: Retire bus_set_iommu()
 2022-07-07  0:20 UTC  (6+ messages)
` [PATCH v3 03/15] iommu: Always register bus notifiers

[net] tipc: fix uninit-value in tipc_nl_node_reset_link_stats
 2022-07-07  0:22 UTC  (3+ messages)

[PATCH] dmaengine: idxd: Correct IAX operation code names
 2022-07-07  0:20 UTC 

[Bug][5.19-rc0] Between commits fdaf9a5840ac and babf0bb978e3 GPU stopped entering in graphic mode
 2022-07-07  0:20 UTC  (2+ messages)

[PATCH 44/50] staging: media: imx: imx7-media-csi: Simplify default format in try_fmt
 2022-07-07  0:20 UTC  (2+ messages)
` [PATCH v1.1 "

[PATCH 39/50] staging: media: imx: imx7-media-csi: Define macro for default mbus code
 2022-07-07  0:19 UTC  (2+ messages)
` [PATCH v1.1 "

[PATCH v2 bpf-next 0/5] ftrace: host klp and bpf trampoline together
 2022-07-07  0:19 UTC  (8+ messages)
` [PATCH v2 bpf-next 5/5] bpf: trampoline: support FTRACE_OPS_FL_SHARE_IPMODIFY

[PATCH v5 0/9] usb: typec: Introduce typec-switch binding
 2022-07-07  0:17 UTC  (11+ messages)
` [PATCH v5 5/9] drm/bridge: anx7625: Add typec_mux_set callback function

[ImageBuilder][PATCH v2 0/4] Add extra ImageBuilder features
 2022-07-07  0:17 UTC  (5+ messages)
` [ImageBuilder][PATCH v2 1/4] scripts: Add support for prepending path to file names
` [ImageBuilder][PATCH v2 3/4] uboot-script-gen: Enable appending extra commands to boot script

linux-next: Fixes tagis need some work in the pm tree
 2022-07-07  0:16 UTC  (2+ messages)

[PATCH] random: remove "nordrand" flag in favor of "random.trust_cpu"
 2022-07-07  0:14 UTC  (3+ messages)

[PATCH] iavf: do tx done cleanup starting from tx_tail
 2022-07-07  0:14 UTC 

Greetings from the Sony Entertainment
 2022-07-07  0:04 UTC 

[PATCH 1/1] dt-bindings: i2c: i2c-rk3x: add rk3588 compatible
 2022-07-07  0:11 UTC  (6+ messages)

[PATCH v6] x86/setup: Use rng seeds from setup_data
 2022-07-07  0:08 UTC  (2+ messages)
` [PATCH v7] "

[PATCH v2 0/6] patman: Small fixes plus remove --no-tree from checkpatch for linux
 2022-07-07  0:07 UTC  (4+ messages)
` [PATCH v2 1/6] patman: Fix updating argument defaults from settings

[mm-unstable v7 00/18] mm: userspace hugepage collapse
 2022-07-06 23:59 UTC  (19+ messages)
` [mm-unstable v7 01/18] mm/khugepaged: remove redundant transhuge_vma_suitable() check
` [mm-unstable v7 02/18] mm: khugepaged: don't carry huge page to the next loop for !CONFIG_NUMA
` [mm-unstable v7 03/18] mm/khugepaged: add struct collapse_control
` [mm-unstable v7 04/18] mm/khugepaged: dedup and simplify hugepage alloc and charging
` [mm-unstable v7 05/18] mm/khugepaged: pipe enum scan_result codes back to callers
` [mm-unstable v7 06/18] mm/khugepaged: add flag to predicate khugepaged-only behavior
` [mm-unstable v7 07/18] mm/thp: add flag to enforce sysfs THP in hugepage_vma_check()
` [mm-unstable v7 08/18] mm/khugepaged: record SCAN_PMD_MAPPED when scan_pmd() finds hugepage
` [mm-unstable v7 09/18] mm/madvise: introduce MADV_COLLAPSE sync hugepage collapse
` [mm-unstable v7 10/18] mm/khugepaged: rename prefix of shared collapse functions
` [mm-unstable v7 11/18] mm/madvise: add huge_memory:mm_madvise_collapse tracepoint
` [mm-unstable v7 12/18] mm/madvise: add MADV_COLLAPSE to process_madvise()
` [mm-unstable v7 13/18] proc/smaps: add PMDMappable field to smaps
` [mm-unstable v7 14/18] selftests/vm: modularize collapse selftests
` [mm-unstable v7 15/18] selftests/vm: dedup hugepage allocation logic
` [mm-unstable v7 16/18] selftests/vm: add MADV_COLLAPSE collapse context to selftests
` [mm-unstable v7 17/18] selftests/vm: add selftest to verify recollapse of THPs
` [mm-unstable v7 18/18] selftests/vm: add selftest to verify multi THP collapse

[PATCH 4.9 00/29] 4.9.322-rc1 review
 2022-07-07  0:06 UTC  (2+ messages)

[PATCH V4 5/5] riscv: atomic: Optimize LRSC-pairs atomic ops with .aqrl annotation
 2022-07-07  0:03 UTC  (9+ messages)

[kvm-unit-tests PATCH] x86: VMX: Fix the VMX-preemption timer expiration test
 2022-07-07  0:04 UTC  (4+ messages)

[PATCH 4.19 00/33] 4.19.251-rc1 review
 2022-07-07  0:03 UTC  (2+ messages)

[PATCH v2] iio: light: cm32181: Add PM support
 2022-07-07  0:01 UTC 

[PATCH/RFC] clk: qcom: rpmh: Block system suspend if XO is enabled
 2022-07-07  0:02 UTC  (3+ messages)

[PATCH 5.4 00/58] 5.4.204-rc1 review
 2022-07-07  0:00 UTC  (2+ messages)

[PATCH 5.10 00/84] 5.10.129-rc1 review
 2022-07-06 23:57 UTC  (2+ messages)

Question abount sm-notify when use NFSv3 lock
 2022-07-06 23:56 UTC  (3+ messages)

[PATCH] net: rxrpc: fix clang -Wformat warning
 2022-07-06 23:56 UTC 

[PATCH v2 00/21] KVM: x86: Event/exception fixes and cleanups
 2022-07-06 23:55 UTC  (5+ messages)
` [PATCH v2 05/21] KVM: nVMX: Prioritize TSS T-flag #DBs over Monitor Trap Flag
` [PATCH v2 06/21] KVM: x86: Treat #DBs from the emulator as fault-like (code and DR7.GD=1)

[PATCH 5.15 00/98] 5.15.53-rc1 review
 2022-07-06 23:54 UTC  (2+ messages)

[PATCH] iio: light: cm32181: Add PM support
 2022-07-06 23:54 UTC  (5+ messages)

[PATCH v5 0/8] static shared memory on dom0less system
 2022-07-06 23:52 UTC  (6+ messages)
` [PATCH v5 7/8] xen/arm: create shared memory nodes in guest device tree

[PATCH 2/2] [PATCH v2 2/2] arm64: dts: qcom: Add LTE SKUs for sc7280-villager family
 2022-07-06 23:51 UTC  (4+ messages)

[PATCH 5.18 000/102] 5.18.10-rc1 review
 2022-07-06 23:52 UTC  (2+ messages)

[PATCH 5.18 000/181] 5.18.8-rc1 review
 2022-07-06 23:51 UTC  (2+ messages)

[PATCH] arm64: dts: ti: k3-am62: add watchdog nodes
 2022-07-06 23:49 UTC  (3+ messages)

[PATCH v6 0/5] bpf: Add bpf_verify_pkcs7_signature() helper
 2022-07-06 23:49 UTC  (4+ messages)
` [PATCH v6 4/5] "

[PATCH V4] arm64: dts: imx8mp: add NoC node
 2022-07-06 23:47 UTC  (2+ messages)

[PATCH] xen/char: pv_console: Fix MISRA C 2012 Rule 2.1 violation
 2022-07-06 23:46 UTC  (2+ messages)

[PATCH v2 net 00/12] sysctl: Fix data-races around ipv4_table
 2022-07-06 23:40 UTC  (13+ messages)
` [PATCH v2 net 01/12] sysctl: Fix data races in proc_dointvec()
` [PATCH v2 net 02/12] sysctl: Fix data races in proc_douintvec()
` [PATCH v2 net 03/12] sysctl: Fix data races in proc_dointvec_minmax()
` [PATCH v2 net 04/12] sysctl: Fix data races in proc_douintvec_minmax()
` [PATCH v2 net 05/12] sysctl: Fix data races in proc_doulongvec_minmax()
` [PATCH v2 net 06/12] sysctl: Fix data races in proc_dointvec_jiffies()
` [PATCH v2 net 07/12] tcp: Fix a data-race around sysctl_tcp_max_orphans
` [PATCH v2 net 08/12] inetpeer: Fix data-races around sysctl
` [PATCH v2 net 09/12] net: Fix data-races around sysctl_mem
` [PATCH v2 net 10/12] cipso: Fix data-races around sysctl
` [PATCH v2 net 11/12] icmp: "
` [PATCH v2 net 12/12] ipv4: Fix a data-race around sysctl_fib_sync_mem

[PATCH v2 5/5] bbdev: add new operation for FFT processing
 2022-07-06 23:28 UTC  (9+ messages)
` [PATCH v5 0/7] bbdev changes for 22.11
  ` [PATCH v5 1/7] bbdev: allow operation type enum for growth
  ` [PATCH v5 2/7] bbdev: add device status info
  ` [PATCH v5 3/7] bbdev: add device info on queue topology
  ` [PATCH v5 4/7] drivers/baseband: update PMDs to expose queue per operation
  ` [PATCH v5 5/7] bbdev: add new operation for FFT processing
  ` [PATCH v5 6/7] bbdev: add queue related warning and status information
  ` [PATCH v5 7/7] bbdev: remove unnecessary if-check

[PATCH v2] xen/arm: traps: Fix MISRA C 2012 Rule 8.4 violation
 2022-07-06 23:42 UTC  (2+ messages)

[PATCH] selftests/landlock: skip ptrace_test when YAMA is enabled
 2022-07-06 23:41 UTC  (4+ messages)

[PATCH 1/2] [V1,1/2] arm64: dts: qcom: Add LTE SKUs for sc7280-villager family
 2022-07-06 23:40 UTC  (4+ messages)

[PATCH v2] arm64: dts: ti: k3-am642-sk: Add DT entry for onboard LEDs
 2022-07-06 23:39 UTC  (3+ messages)

[PATCH v2] media: uvcvideo: user entity get_cur in uvc_ctrl_set
 2022-07-06 23:39 UTC  (4+ messages)

[PATCH] riscv: arch-topology: fix default topology reporting
 2022-07-06 23:38 UTC  (3+ messages)

[PATCH 00/36] usb: gadget: f_tcm: Enhance UASP driver
 2022-07-06 23:38 UTC  (37+ messages)
` [PATCH 01/36] target: Handle MI_REPORT_SUPPORTED_OPERATION_CODES
` [PATCH 02/36] target: Add overlapped response to tmrsp_table
` [PATCH 03/36] target: Don't drain empty list
` [PATCH 04/36] target: Does tmr notify on aborted command
` [PATCH 05/36] target: Don't remove command too early
` [PATCH 06/36] target: Return Function Complete
` [PATCH 07/36] target: Don't do tmr_notify on empty aborted list
` [PATCH 08/36] target: Refactor core_tmr_abort_task
` [PATCH 09/36] target: Add common Task Management values
` [PATCH 10/36] target: Implement TMR_ABORT_TASK_SET
` [PATCH 11/36] target: Properly set Sense Data Length of CHECK CONDITION
` [PATCH 12/36] target: Properly set Sense data length when copy sense
` [PATCH 13/36] target: Don't respond TMR_LUN_DOES_NOT_EXIST for all TMR failure
` [PATCH 14/36] target: Introduce target_submit_tmr_fail_response
` [PATCH 15/36] target: Include INQUIRY length
` [PATCH 16/36] usb: gadget: f_tcm: Increase stream count
` [PATCH 17/36] usb: gadget: f_tcm: Increase bMaxBurst
` [PATCH 18/36] usb: gadget: f_tcm: Don't set static stream_id
` [PATCH 19/36] usb: gadget: f_tcm: Allocate matching number of commands to streams
` [PATCH 20/36] usb: gadget: f_tcm: Limit number of sessions
` [PATCH 21/36] usb: gadget: f_tcm: Handle multiple commands in parallel
` [PATCH 22/36] usb: gadget: f_tcm: Use extra number of commands
` [PATCH 23/36] usb: gadget: f_tcm: Return ATA cmd direction
` [PATCH 24/36] usb: gadget: f_tcm: Execute command on write completion
` [PATCH 25/36] usb: gadget: f_tcm: Minor cleanup redundant code
` [PATCH 26/36] usb: gadget: f_tcm: Don't free command immediately
` [PATCH 27/36] usb: gadget: f_tcm: Translate error to sense
` [PATCH 28/36] usb: gadget: f_tcm: Cleanup unused variable
` [PATCH 29/36] usb: gadget: f_tcm: Update state on data write
` [PATCH 30/36] usb: gadget: f_tcm: Handle abort command
` [PATCH 31/36] usb: gadget: f_tcm: Cleanup requests on ep disable
` [PATCH 32/36] usb: gadget: f_tcm: Send sense reason
` [PATCH 33/36] usb: gadget: f_tcm: Save CPU ID per command
` [PATCH 34/36] usb: gadget: f_tcm: Free tags earlier
` [PATCH 35/36] usb: gadget: f_tcm: Handle TASK_MANAGEMENT commands
` [PATCH 36/36] usb: gadget: f_tcm: Comply with UAS Task Management requirement

[PATCH 1/2] module: Modify module_flags() to accept show_state argument
 2022-07-06 23:37 UTC  (7+ messages)
` [PATCH 2/2] module: Show the last unloaded module's taint flag(s)

[PATCH RFC 00/11] btrfs: introduce write-intent bitmaps for RAID56
 2022-07-06 23:36 UTC  (2+ messages)

[PATCH] NFS: don't unhash dentry during unlink
 2022-07-06 23:35 UTC  (3+ messages)

[man-pages PATCH RESEND] statx.2: correctly document STATX_ALL
 2022-07-06 23:33 UTC  (3+ messages)

[PATCH v1 1/1] Input: goodix - switch use of acpi_gpio_get_*_resource() APIs
 2022-07-06 23:33 UTC  (2+ messages)

[PATCH] aio: Replace kmap{,_atomic}() with kmap_local_page()
 2022-07-06 23:33 UTC 

[PATCH v4 0/2] arm64: ti: k3-am62: Enable audio output
 2022-07-06 23:31 UTC  (4+ messages)
` [PATCH v4 2/2] arm64: dts: ti: k3-am625-sk: Add audio output support

[PATCH] arm64: dta: qcom: sc7180: delete vdda-1p2 and vdda-0p9 from mdss_dp
 2022-07-06 23:31 UTC  (2+ messages)

[PATCH] madvise.2: Add exception for pages locked by other processes/mappings
 2022-07-06 23:27 UTC 

[PATCH 0/2] arm64: dts: ti: k3-am62: Add ePWM support
 2022-07-06 23:25 UTC  (4+ messages)
` [PATCH 1/2] arm64: dts: ti: k3-am62-main: Add epwm nodes

[PATCH bpf-next v1] bpf: Add flags arg to bpf_dynptr_read and bpf_dynptr_write APIs
 2022-07-06 23:25 UTC 

[PATCH v4] drm/msm/dp: make eDP panel as the first connected connector
 2022-07-06 23:18 UTC  (3+ messages)

[pull request][net-next 00/15] mlx5 updates 2022-07-06
 2022-07-06 23:24 UTC  (16+ messages)
` [net-next 01/15] net/mlx5: Remove devl_unlock from mlx5_eswtich_mode_callback_enter
` [net-next 02/15] net/mlx5: Use devl_ API for rate nodes destroy
` [net-next 03/15] devlink: Remove unused function devlink_rate_nodes_destroy
` [net-next 04/15] net/mlx5: Use devl_ API in mlx5_esw_offloads_devlink_port_register
` [net-next 05/15] net/mlx5: Use devl_ API in mlx5_esw_devlink_sf_port_register
` [net-next 06/15] devlink: Remove unused functions devlink_rate_leaf_create/destroy
` [net-next 07/15] net/mlx5: Use devl_ API in mlx5e_devlink_port_register
` [net-next 08/15] net/mlx5: Remove devl_unlock from mlx5_devlink_eswitch_mode_set
` [net-next 09/15] devlink: Hold the instance lock in port_new / port_del callbacks
` [net-next 10/15] net/tls: Perform immediate device ctx cleanup when possible
` [net-next 11/15] net/tls: Multi-threaded calls to TX tls_dev_del
` [net-next 12/15] net/mlx5e: kTLS, Introduce TLS-specific create TIS
` [net-next 13/15] net/mlx5e: kTLS, Take stats out of OOO handler
` [net-next 14/15] net/mlx5e: kTLS, Recycle objects of device-offloaded TLS TX connections
` [net-next 15/15] net/mlx5e: kTLS, Dynamically re-size TX recycling pool

[PATCH 00/13] locking/qspinlock: simplify code generation
 2022-07-06 23:23 UTC  (3+ messages)
` [PATCH 01/13] locking/qspinlock: remove pv_node abstraction

[PATCH 1/2] arm64: dts: ti: k3-am65: Configure pinctrl for timer IO pads
 2022-07-06 23:21 UTC  (4+ messages)
` [PATCH 2/2] arm64: dts: ti: k3-am65: Add general purpose timers for am65

[PATCH RFC bpf-next 00/52] bpf, xdp: introduce and use Generic Hints/metadata
 2022-07-06 23:22 UTC  (9+ messages)
  ` [xdp-hints] "

New CVE entries this week
 2022-07-06 23:21 UTC 

[PATCH v7 0/4] riscv: implement Zicbom-based CMO instructions + the t-head variant
 2022-07-06 23:15 UTC  (10+ messages)
` [PATCH v7 1/4] of: also handle dma-noncoherent in of_dma_is_coherent()
` [PATCH v7 2/4] dt-bindings: riscv: document cbom-block-size
` [PATCH v7 3/4] riscv: Add support for non-coherent devices using zicbom extension
` [PATCH v7 4/4] riscv: implement cache-management errata for T-Head SoCs

[patch] for the printf.3 man page
 2022-07-06 23:14 UTC  (2+ messages)

[PATCH v1 3/4] PCI: brcmstb: Add control of subdevice voltage regulators
 2022-07-06 23:13 UTC  (2+ messages)

[PATCH v1 2/4] PCI: brcmstb: Add mechanism to turn on subdev regulators
 2022-07-06 23:12 UTC  (2+ messages)

[PATCHv4 0/8] Linear Address Masking enabling
 2022-07-06 23:13 UTC  (4+ messages)
` [PATCHv4 3/8] mm: Pass down mm_struct to untagged_addr()

[pull request][net 0/9] mlx5 fixes 2022-07-06
 2022-07-06 23:13 UTC  (3+ messages)
` [net 8/9] net/mlx5e: Fix capability check for updating vnic env counters
` [net 9/9] net/mlx5e: Ring the TX doorbell on DMA errors


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.