LKML Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-28 16:14:49 to 2024-01-28 21:27:23 UTC [more...]

[RFC PATCH v2 0/4] tsm: Runtime measurement registers ABI
 2024-01-28 21:25 UTC  (3+ messages)
` [RFC PATCH v2 1/4] tsm: Runtime measurement register support
` [RFC PATCH v2 2/4] tsm: Add RTMRs to the configfs-tsm hierarchy

[RFC PATCH 0/2] x86/kprobes: add exception opcode detector and boost more opcodes
 2024-01-28 21:25 UTC  (6+ messages)
` [RFC PATCH 1/2] x86/kprobes: Prohibit kprobing on INT and UD

[PATCH v3 0/3] drm/atomic: Allow drivers to write their own plane check for async
 2024-01-28 21:25 UTC  (4+ messages)
` [PATCH v3 1/3] drm/atomic: Allow drivers to write their own plane check for async flips
` [PATCH v3 2/3] drm/atomic: Allow userspace to use explicit sync with atomic "
` [PATCH v3 3/3] drm/amdgpu: Implement check_async_props for planes

[PATCH v2] Enable haltpoll for arm64
 2024-01-28 21:22 UTC  (4+ messages)
` [PATCH 7/7] cpuidle/poll_state: replace cpu_relax with smp_cond_load_relaxed

[PATCH] eventfs: Have inodes have unique inode numbers
 2024-01-28 21:19 UTC  (11+ messages)

[RFC PATCH 0/5] of: automate of_node_put() - new approach to loops
 2024-01-28 21:11 UTC  (4+ messages)
` [RFC PATCH 2/5] of: Introduce for_each_child_of_node_scoped() to automate of_node_put() handling

[PATCH 4/4] af_unix: convert to lock_cmp_fn
 2024-01-28 20:56 UTC  (4+ messages)

[PATCH] jfs: fix shift-out-of-bounds in dbJoin
 2024-01-28 20:49 UTC  (2+ messages)

[PATCH 1/4] leds: rgb: leds-group-multicolor: allow leds to stay on in suspend
 2024-01-28 20:45 UTC  (4+ messages)
` [PATCH 2/4] arm64: dts: sun50i-a64-pinephone: Retain leds state "
` [PATCH 3/4] arm64: dts: sun50i-a64-pinephone: add multicolor led node
` [PATCH 4/4] arm64: dts: sun50i-a64-pinephone: change led type to status

[PATCH 0/2] x86/fred: Fix two build issues
 2024-01-28 20:27 UTC  (6+ messages)
` [PATCH 1/2] x86/fred: Fix build with clang

[PATCH net-next v4 00/15] net: ravb: Prepare for suspend to RAM and runtime PM support (part 1)
 2024-01-28 20:12 UTC  (9+ messages)
` [PATCH net-next v4 08/15] net: ravb: Move the IRQs get and request in the probe function
` [PATCH net-next v4 13/15] net: ravb: Set config mode in ndo_open and reset mode in ndo_close

[PATCH V4 00/15 net-next] qca_spi: collection of improvements
 2024-01-28 20:10 UTC  (16+ messages)
` [PATCH V4 01/15 net-next] qca_spi: Add check for kthread_stop
` [PATCH V4 02/15 net-next] qca_spi: Improve SPI thread creation
` [PATCH V4 03/15 net-next] qca_spi: Improve SPI IRQ handling
` [PATCH V4 04/15 net-next] qca_spi: Avoid skb_copy_expand in TX path
` [PATCH V4 05/15 net-next] qca_7k_common: Drop unnecessary function description
` [PATCH V4 06/15 net-next] qca_7k_common: Drop unused len from qcafrm_handle
` [PATCH V4 07/15 net-next] qca_spi: Add QCASPI prefix to ring defines
` [PATCH V4 08/15 net-next] qca_spi: Introduce QCASPI_RX_MAX_FRAMES
` [PATCH V4 09/15 net-next] qca_spi: Improve calculation of RX buffer size
` [PATCH V4 10/15 net-next] qca_spi: Log expected signature in error case
` [PATCH V4 11/15 net-next] qca_spi: Adjust log of SPI_REG_RDBUF_BYTE_AVA
` [PATCH V4 12/15 net-next] qca_7k: Replace BSD boilerplate with SPDX
` [PATCH V4 13/15 net-next] qca_7k: Replace old mail address
` [PATCH V4 14/15 net-next] mailmap: add entry for Stefan Wahren
` [PATCH V4 15/15 net-next] MAINTAINERS: add entry for qca7k driver(s)

[PATCH 0/4] RK3588 and Rock 5B dts additions: thermal, OPP, rfkill and fan
 2024-01-28 20:08 UTC  (20+ messages)
` [PATCH 3/4] arm64: dts: rockchip: enable temperature driven fan control on Rock 5B
` [PATCH 4/4] arm64: dts: rockchip: Add OPP data for CPU cores on RK3588

[PATCH] drm/imagination: Use memdup_user() rather than duplicating its implementation
 2024-01-28 20:06 UTC 

[PATCH v4 0/4] Additional CondVar methods needed by Rust Binder
 2024-01-28 20:04 UTC  (2+ messages)

[patch v2 00/30] x86/apic: Rework APIC registration
 2024-01-28 20:01 UTC  (5+ messages)
` [patch v2 21/30] x86/cpu/topology: Use topology bitmaps for sizing

[PATCH next 00/11] minmax: Optimise to reduce .i line length
 2024-01-28 19:59 UTC  (13+ messages)
` [PATCH next 01/11] minmax: Put all the clamp() definitions together
` [PATCH next 02/11] minmax: Use _Static_assert() instead of static_assert()
` [PATCH next 03/11] minmax: Simplify signedness check
` [PATCH next 04/11] minmax: Replace multiple __UNIQUE_ID() by directly using __COUNTER__
` [PATCH next 05/11] minmax: Move the signedness check out of __cmp_once() and __clamp_once()
` [PATCH next 00611] minmax: Remove 'constexpr' check from __careful_clamp()
` [PATCH next 0711] minmax: minmax: Add __types_ok3() and optimise defines with 3 arguments
` [PATCH next 08/11 minmax: Add min_const() and max_const()
` [PATCH next 09/11] tree-wide: minmax: Replace all the uses of max() for array sizes with max_const()
` [PATCH next 10/11] block: Use a boolean expression instead of max() on booleans
` [PATCH next 11/11] minmax: min() and max() don't need to return constant expressions

[PATCH 0/5] sched/vtime: vtime.h headers cleanup
 2024-01-28 19:58 UTC  (6+ messages)
` [PATCH 1/5] sched/vtime: remove confusing arch_vtime_task_switch() declaration
` [PATCH 2/5] sched/vtime: get rid of generic vtime_task_switch() implementation
` [PATCH 3/5] s390/vtime: remove unused __ARCH_HAS_VTIME_TASK_SWITCH leftover
` [PATCH 4/5] s390/irq,nmi: do not include <linux/vtime.h> header
` [PATCH 5/5] sched/vtime: do not include <asm/vtime.h> header

[PATCH] doc: Fix malformed table in gadget-testing.rst
 2024-01-28 19:57 UTC 

[PATCH V3 00/14 next] qca_spi: collection of improvements
 2024-01-28 19:52 UTC  (4+ messages)
` [PATCH V3 01/14 next] qca_spi: Improve SPI thread creation

[PATCH net-next] net: lan966x: debugfs: Fix showing the port keyset
 2024-01-28 19:51 UTC 

[PATCH v2 0/3] mm/zswap: fix race between lru writeback and swapoff
 2024-01-28 19:45 UTC  (4+ messages)
` [PATCH v2 3/3] mm/list_lru: remove list_lru_putback()

[PATCH] init: refactor the generic cpu_to_node for NUMA
 2024-01-28 19:43 UTC  (3+ messages)

[PATCH net v2] net: stmmac: protect updates of 64-bit statistics counters
 2024-01-28 19:35 UTC 

[RFC PATCH] lib: test_bitops: add compile-time optimization/evaluations assertions
 2024-01-28 19:01 UTC  (8+ messages)
` [PATCH v4 0/5] bitops: optimize code and add tests
  ` [PATCH v4 2/5] m68k/bitops: use __builtin_{clz,ctzl,ffs} to evaluate constant expressions

[PATCH] platform/x86/amd/hsmp: switch to use device_add_groups()
 2024-01-28 18:56 UTC 

[GIT PULL] Compute Express Link (CXL) Fixes for 6.8-rc2
 2024-01-28 18:53 UTC 

[GIT PULL] locking/urgent for v6.8-rc2
 2024-01-28 18:47 UTC  (2+ messages)

[GIT PULL] memblock: fix crash when reserved memory is not added to memory
 2024-01-28 18:47 UTC  (2+ messages)

[GIT PULL] x86/urgent for v6.8-rc2
 2024-01-28 18:47 UTC  (2+ messages)

[GIT PULL] timers/urgent for v6.8-rc2
 2024-01-28 18:47 UTC  (2+ messages)

[GIT PULL] irq/urgent for v6.8-rc2
 2024-01-28 18:47 UTC  (2+ messages)

[GIT PULL] MIPS fixes for v6.8
 2024-01-28 18:47 UTC  (3+ messages)

[PATCH 1/2] locking/mutex: Clean up mutex.h
 2024-01-28 18:28 UTC  (2+ messages)

[PATCH 1/1] dt-bindings: riscv: cpus: reg matches hart ID
 2024-01-28 18:40 UTC  (4+ messages)

[PATCH 1/4] x86/rust: support RETPOLINE
 2024-01-28 18:26 UTC  (2+ messages)

[paulmck-rcu:dev.2024.01.25b] BUILD SUCCESS 5fbcbd061033cf310930d936decba56c59eaba32
 2024-01-28 18:22 UTC 

[PATCH v2] clocksource: Scale the max retry number of watchdog read according to CPU numbers
 2024-01-28 18:15 UTC  (2+ messages)

[PATCH v2 0/3] clk: qcom: Add dfs support for QUPv3 RCGs on SM8150
 2024-01-28 18:13 UTC  (2+ messages)

[PATCH 0/2] arm64: dts: qcom: sm8650: mark gpio74 as reserved
 2024-01-28 18:13 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: sm7225-fairphone-fp4: Switch firmware ext to .mbn
 2024-01-28 18:13 UTC  (2+ messages)

[RFC PATCH v2 0/3] bluetooth/gnss: GNSS support for TiWi chips
 2024-01-28 17:33 UTC  (4+ messages)
` [RFC PATCH v2 1/3] gnss: Add AI2 protocol used by some TI combo chips
` [RFC PATCH v2 2/3] bluetooth: ti-st: Add GNSS subdevice for TI Wilink chips
` [RFC PATCH v2 3/3] gnss: Add driver for AI2 protocol

[PATCH] dt-bindings: mmp-dma: convert to YAML
 2024-01-28 18:01 UTC  (3+ messages)

[PATCH] arm64: dts: qcom: sdm845: Fix wild reboot during Antutu test
 2024-01-28 18:00 UTC  (6+ messages)
        `  "

[PATCH] x86: rust: Disable entry padding with Rust
 2024-01-28 17:48 UTC  (2+ messages)

[PATCH 1/2] ARM: dts: qcom: ipq4019-ap.dk01.1: use existing labels for nodes
 2024-01-28 17:45 UTC  (2+ messages)
` (subset) "

[PATCH 0/2] arm64: dts: qcom: apq8016-sbc-d3-camera: Convert to DT overlay
 2024-01-28 17:45 UTC  (2+ messages)

[PATCH v4 0/6] arm64: qcom: add AIM300 AIoT board support
 2024-01-28 17:45 UTC  (2+ messages)
` (subset) "

[PATCH] qcom: smem: remove hwspinlock from item get routine
 2024-01-28 17:45 UTC  (2+ messages)

[PATCH net-next v8 0/3] Ethernet DWMAC5 fault IRQ support
 2024-01-28 17:45 UTC  (3+ messages)
` [PATCH net-next v9 2/3] arm64: dts: qcom: sa8775p: enable safety IRQ
  ` (subset) "

[PATCH v3] soc: qcom: aoss: Add debugfs interface for sending messages
 2024-01-28 17:45 UTC  (2+ messages)

[PATCH] ARM: dts: qcom: msm8926-htc-memul: Add rmtfs memory node
 2024-01-28 17:45 UTC  (2+ messages)

[PATCH v2] soc: qcom: aoss: Add tracepoints in qmp_send()
 2024-01-28 17:45 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: sc7280: Add static properties to cryptobam
 2024-01-28 17:45 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: qcm6490-fairphone-fp5: Add missing reserved-memory
 2024-01-28 17:45 UTC  (2+ messages)

[PATCH 0/3] Fairphone 5 PMIC-GLINK support (USB-C, charger, fuel gauge)
 2024-01-28 17:45 UTC  (2+ messages)
` (subset) "

[PATCH v2 0/7] arm64: dts: qcom: describe all PCIe MSI interrupts
 2024-01-28 17:45 UTC  (2+ messages)

[PATCH] ARM: dts: qcom: msm8960: drop 2nd clock frequency from timer
 2024-01-28 17:45 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: sdm845-oneplus-common: improve DAI node naming
 2024-01-28 17:45 UTC  (2+ messages)

[PATCH] ASoC: amd: acp: Fix support for a Huawei Matebook laptop
 2024-01-28 17:22 UTC 

[PATCH v4 0/6] serial: 8250: Add support for rs485 half/full duplex on puma/ringneck-haikou
 2024-01-28 17:38 UTC  (3+ messages)
` [PATCH v4 3/6] dt-bindings: serial: add binding for rs485 rx-enable state when rs485 is disabled

[syzbot] [ext4?] [nilfs?] INFO: task hung in migrate_pages_batch
 2024-01-28 17:15 UTC 

[PATCH 0/2] media: Fix build warnings with gcc-11
 2024-01-28 17:13 UTC  (3+ messages)
` [PATCH 1/2] media: nxp: imx8-isi: Factor out a variable

[PATCH v1] hwmon: Add driver for MPS MPQ8785 Synchronous Step-Down Converter
 2024-01-28 17:13 UTC  (3+ messages)

[PATCH] xen/privcmd: Use memdup_array_user() in alloc_ioreq()
 2024-01-28 17:09 UTC 

Linux regressions report for mainline [2024-01-28]
 2024-01-28 17:03 UTC 

[PATCH v1 0/3] DesignWare PWM improvements
 2024-01-28 16:58 UTC  (7+ messages)
` [PATCH v1 2/3] pwm: dwc: simplify error handling
` [PATCH v1 3/3] pwm: dwc: use to_pci_dev() helper

[PATCH] backlight: mp3309c: Use pwm_apply_might_sleep()
 2024-01-28 16:43 UTC  (2+ messages)

[PATCH 1/2] mm/damon/sysfs: Implement recording feature
 2024-01-28 16:28 UTC  (2+ messages)

[PATCH v2 0/8] sched: cpufreq: Remove magic hardcoded numbers from margins
 2024-01-28 16:21 UTC  (5+ messages)
` [PATCH v2 8/8] sched/pelt: Introduce PELT multiplier

[PATCH AUTOSEL 4.19 1/8] PCI: Only override AMD USB controller if required
 2024-01-28 16:16 UTC  (8+ messages)
` [PATCH AUTOSEL 4.19 2/8] usb: hub: Replace hardcoded quirk value with BIT() macro
` [PATCH AUTOSEL 4.19 3/8] misc: lis3lv02d_i2c: Add missing setting of the reg_ctrl callback
` [PATCH AUTOSEL 4.19 4/8] libsubcmd: Fix memory leak in uniq()
` [PATCH AUTOSEL 4.19 5/8] virtio_net: Fix "‘%d’ directive writing between 1 and 11 bytes into a region of size 10" warnings
` [PATCH AUTOSEL 4.19 6/8] blk-mq: fix IO hang from sbitmap wakeup race
` [PATCH AUTOSEL 4.19 7/8] ceph: fix deadlock or deadcode of misusing dget()
` [PATCH AUTOSEL 4.19 8/8] drm/amdgpu: Release 'adev->pm.fw' before return in 'amdgpu_device_need_post()'

[PATCH AUTOSEL 5.4 01/11] PCI: Only override AMD USB controller if required
 2024-01-28 16:16 UTC  (11+ messages)
` [PATCH AUTOSEL 5.4 02/11] PCI: switchtec: Fix stdev_release() crash after surprise hot remove
` [PATCH AUTOSEL 5.4 03/11] usb: hub: Replace hardcoded quirk value with BIT() macro
` [PATCH AUTOSEL 5.4 04/11] fs/kernfs/dir: obey S_ISGID
` [PATCH AUTOSEL 5.4 05/11] PCI/AER: Decode Requester ID when no error info found
` [PATCH AUTOSEL 5.4 06/11] misc: lis3lv02d_i2c: Add missing setting of the reg_ctrl callback
` [PATCH AUTOSEL 5.4 07/11] libsubcmd: Fix memory leak in uniq()
` [PATCH AUTOSEL 5.4 08/11] virtio_net: Fix "‘%d’ directive writing between 1 and 11 bytes into a region of size 10" warnings
` [PATCH AUTOSEL 5.4 09/11] blk-mq: fix IO hang from sbitmap wakeup race
` [PATCH AUTOSEL 5.4 10/11] ceph: fix deadlock or deadcode of misusing dget()
` [PATCH AUTOSEL 5.4 11/11] drm/amdgpu: Release 'adev->pm.fw' before return in 'amdgpu_device_need_post()'

[PATCH AUTOSEL 5.10 01/13] PCI: Only override AMD USB controller if required
 2024-01-28 16:15 UTC  (13+ messages)
` [PATCH AUTOSEL 5.10 02/13] PCI: switchtec: Fix stdev_release() crash after surprise hot remove
` [PATCH AUTOSEL 5.10 03/13] usb: hub: Replace hardcoded quirk value with BIT() macro
` [PATCH AUTOSEL 5.10 04/13] tty: allow TIOCSLCKTRMIOS with CAP_CHECKPOINT_RESTORE
` [PATCH AUTOSEL 5.10 05/13] fs/kernfs/dir: obey S_ISGID
` [PATCH AUTOSEL 5.10 06/13] PCI/AER: Decode Requester ID when no error info found
` [PATCH AUTOSEL 5.10 07/13] misc: lis3lv02d_i2c: Add missing setting of the reg_ctrl callback
` [PATCH AUTOSEL 5.10 08/13] libsubcmd: Fix memory leak in uniq()
` [PATCH AUTOSEL 5.10 09/13] virtio_net: Fix "‘%d’ directive writing between 1 and 11 bytes into a region of size 10" warnings
` [PATCH AUTOSEL 5.10 10/13] blk-mq: fix IO hang from sbitmap wakeup race
` [PATCH AUTOSEL 5.10 11/13] ceph: fix deadlock or deadcode of misusing dget()
` [PATCH AUTOSEL 5.10 12/13] drm/amd/powerplay: Fix kzalloc parameter 'ATOM_Tonga_PPM_Table' in 'get_platform_power_management_table()'
` [PATCH AUTOSEL 5.10 13/13] drm/amdgpu: Release 'adev->pm.fw' before return in 'amdgpu_device_need_post()'

[PATCH AUTOSEL 5.15 01/19] PCI: Only override AMD USB controller if required
 2024-01-28 16:15 UTC  (19+ messages)
` [PATCH AUTOSEL 5.15 02/19] PCI: switchtec: Fix stdev_release() crash after surprise hot remove
` [PATCH AUTOSEL 5.15 03/19] perf cs-etm: Bump minimum OpenCSD version to ensure a bugfix is present
` [PATCH AUTOSEL 5.15 04/19] xhci: fix possible null pointer deref during xhci urb enqueue
` [PATCH AUTOSEL 5.15 05/19] usb: hub: Replace hardcoded quirk value with BIT() macro
` [PATCH AUTOSEL 5.15 06/19] selftests/sgx: Fix linker script asserts
` [PATCH AUTOSEL 5.15 07/19] tty: allow TIOCSLCKTRMIOS with CAP_CHECKPOINT_RESTORE
` [PATCH AUTOSEL 5.15 08/19] fs/kernfs/dir: obey S_ISGID
` [PATCH AUTOSEL 5.15 09/19] PCI: Fix 64GT/s effective data rate calculation
` [PATCH AUTOSEL 5.15 10/19] PCI/AER: Decode Requester ID when no error info found
` [PATCH AUTOSEL 5.15 11/19] misc: lis3lv02d_i2c: Add missing setting of the reg_ctrl callback
` [PATCH AUTOSEL 5.15 12/19] libsubcmd: Fix memory leak in uniq()
` [PATCH AUTOSEL 5.15 13/19] drm/amdkfd: Fix lock dependency warning
` [PATCH AUTOSEL 5.15 14/19] virtio_net: Fix "‘%d’ directive writing between 1 and 11 bytes into a region of size 10" warnings
` [PATCH AUTOSEL 5.15 15/19] blk-mq: fix IO hang from sbitmap wakeup race
` [PATCH AUTOSEL 5.15 16/19] ceph: fix deadlock or deadcode of misusing dget()
` [PATCH AUTOSEL 5.15 17/19] drm/amd/powerplay: Fix kzalloc parameter 'ATOM_Tonga_PPM_Table' in 'get_platform_power_management_table()'
` [PATCH AUTOSEL 5.15 18/19] drm/amdgpu: Release 'adev->pm.fw' before return in 'amdgpu_device_need_post()'
` [PATCH AUTOSEL 5.15 19/19] drm/amdkfd: Fix 'node' NULL check in 'svm_range_get_range_boundaries()'

[PATCH AUTOSEL 6.1 01/27] PCI: Only override AMD USB controller if required
 2024-01-28 16:14 UTC  (15+ messages)
` [PATCH AUTOSEL 6.1 14/27] misc: lis3lv02d_i2c: Add missing setting of the reg_ctrl callback
` [PATCH AUTOSEL 6.1 15/27] libsubcmd: Fix memory leak in uniq()
` [PATCH AUTOSEL 6.1 16/27] drm/amdkfd: Fix lock dependency warning
` [PATCH AUTOSEL 6.1 17/27] drm/amdkfd: Fix lock dependency warning with srcu
` [PATCH AUTOSEL 6.1 18/27] virtio_net: Fix "‘%d’ directive writing between 1 and 11 bytes into a region of size 10" warnings
` [PATCH AUTOSEL 6.1 19/27] blk-mq: fix IO hang from sbitmap wakeup race
` [PATCH AUTOSEL 6.1 20/27] ceph: reinitialize mds feature bit even when session in open
` [PATCH AUTOSEL 6.1 21/27] ceph: fix deadlock or deadcode of misusing dget()
` [PATCH AUTOSEL 6.1 22/27] ceph: fix invalid pointer access if get_quota_realm return ERR_PTR
` [PATCH AUTOSEL 6.1 23/27] drm/amd/powerplay: Fix kzalloc parameter 'ATOM_Tonga_PPM_Table' in 'get_platform_power_management_table()'
` [PATCH AUTOSEL 6.1 24/27] drm/amdgpu: Fix with right return code '-EIO' in 'amdgpu_gmc_vram_checking()'
` [PATCH AUTOSEL 6.1 25/27] drm/amdgpu: Release 'adev->pm.fw' before return in 'amdgpu_device_need_post()'
` [PATCH AUTOSEL 6.1 26/27] drm/amdkfd: Fix 'node' NULL check in 'svm_range_get_range_boundaries()'
` [PATCH AUTOSEL 6.1 27/27] i2c: rk3x: Adjust mask/value offset for i2c2 on rv1126


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).