LKML Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-29 17:40:28 to 2024-04-29 19:46:38 UTC [more...]

[PATCH v2 0/7] memcg: reduce memory consumption by memcg stats
 2024-04-29 19:46 UTC  (4+ messages)
` [PATCH v2 2/7] memcg: dynamically allocate lruvec_stats

[PATCH 6.8.y] phy: qcom: qmp-combo: fix VCO div offset on v5_5nm and v6
 2024-04-29 19:46 UTC 

[PATCH 00/10] PCI: Add generic Conf Type 0/1 helpers
 2024-04-29 19:45 UTC  (3+ messages)
` [PATCH 09/10] PCI: mvebu: Use generic PCI Conf Type 1 helper

[PATCH] iio: temperature: mcp9600: Fix temperature reading for negative values
 2024-04-29 19:44 UTC  (6+ messages)

[PATCH 0/3] kunit/fortify: Add memcpy() tests
 2024-04-29 19:43 UTC  (4+ messages)
` [PATCH 1/3] kunit/fortify: Rename tests to use recommended conventions
` [PATCH 2/3] kunit/fortify: Do not spam logs with fortify WARNs
` [PATCH 3/3] kunit/fortify: Add memcpy() tests

[PATCH v3 00/12] mm/swap: clean up and optimize swap cache index
 2024-04-29 19:42 UTC  (19+ messages)
` [PATCH v3 01/12] f2fs: drop usage of page_index
` [PATCH v3 02/12] nilfs2: "
` [PATCH v3 03/12] ceph: "
` [PATCH v3 04/12] NFS: remove nfs_page_lengthg and "
` [PATCH v3 05/12] cifs: drop usage of page_file_offset
` [PATCH v3 06/12] afs: drop usage of folio_file_pos
` [PATCH v3 07/12] netfs: "
` [PATCH v3 08/12] nfs: "
` [PATCH v3 09/12] mm/swap: get the swap file offset directly
` [PATCH v3 10/12] mm: remove page_file_offset and folio_file_pos
` [PATCH v3 11/12] mm: drop page_index and convert folio_index to use folio
` [PATCH v3 12/12] mm/swap: reduce swap cache search space

[PATCH 0/5] Add support for adis16545/47
 2024-04-29 19:40 UTC  (6+ messages)
` [PATCH 4/5] iio: adis16480: add support for adis16545/7 families

[PATCH v8 20/35] dyndbg-doc: add classmap info to howto
 2024-04-29 19:39 UTC  (16+ messages)
` [PATCH v8 21/35] dyndbg: treat comma as a token separator
` [PATCH v8 22/35] selftests-dyndbg: add comma_terminator_tests
` [PATCH v8 23/35] dyndbg: split multi-query strings with %
` [PATCH v8 24/35] selftests-dyndbg: test_percent_splitting multi-cmds on module classes
` [PATCH v8 25/35] docs/dyndbg: explain new delimiters: comma, percent
` [PATCH v8 26/35] selftests-dyndbg: add test_mod_submod
` [PATCH v8 27/35] selftests-dyndbg: test dyndbg-to-tracefs
` [PATCH v8 28/35] dyndbg-doc: explain flags parse 1st
` [PATCH v8 29/35] dyndbg: add __counted_by annotations
` [PATCH v8 30/35] drm+drivers: adapt to use DYNDBG_CLASSMAP_{DEFINE,USE}
` [PATCH v8 31/35] drm-dyndbg: adapt to use DYNDBG_CLASSMAP_PARAM
` [PATCH v8 32/35] drm: use correct ccflags-y spelling
` [PATCH v8 33/35] drm-drivers: DRM_CLASSMAP_USE in 2nd batch of drivers, helpers
` [PATCH v8 34/35] drm: restore CONFIG_DRM_USE_DYNAMIC_DEBUG un-BROKEN
` [PATCH v8 35/35] drm-print: workaround compiler meh

[PATCH v6 0/5] Add CPSW2G and CPSW9G nodes for J784S4
 2024-04-29 19:39 UTC  (5+ messages)
` [PATCH v6 5/5] arm64: dts: ti: k3-j784s4: Add overlay for dual port USXGMII mode

[PATCH v5 0/3] Replay Protected Memory Block (RPMB) subsystem
 2024-04-29 19:36 UTC  (7+ messages)
` [PATCH v5 2/3] mmc: block: register RPMB partition with the RPMB subsystem

[PATCH] ALSA: usb-audio: Add sampling rates support for Mbox3
 2024-04-29 19:35 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] s390/kvm/vsie: Use virt_to_phys for crypto control block
 2024-04-29 19:35 UTC  (3+ messages)

[PATCH v8 00/35] fix CONFIG_DRM_USE_DYNAMIC_DEBUG=y regression
 2024-04-29 19:31 UTC  (23+ messages)
` [PATCH v8 01/35] dyndbg: fix old BUG_ON in >control parser
` [PATCH v8 02/35] docs/dyndbg: update examples \012 to \n
` [PATCH v8 03/35] test-dyndbg: fixup CLASSMAP usage error
` [PATCH v8 04/35] dyndbg: reword "class unknown," to "class:_UNKNOWN_"
` [PATCH v8 05/35] dyndbg: make ddebug_class_param union members same size
` [PATCH v8 06/35] dyndbg: replace classmap list with a vector
` [PATCH v8 07/35] dyndbg: ddebug_apply_class_bitmap - add module arg, select on it
` [PATCH v8 08/35] dyndbg: split param_set_dyndbg_classes to _module & wrapper fns
` [PATCH v8 09/35] dyndbg: drop NUM_TYPE_ARRAY
` [PATCH v8 10/35] dyndbg: reduce verbose/debug clutter
` [PATCH v8 11/35] dyndbg: silence debugs with no-change updates
` [PATCH v8 12/35] dyndbg: tighten ddebug_class_name() 1st arg type
` [PATCH v8 13/35] dyndbg: tighten fn-sig of ddebug_apply_class_bitmap
` [PATCH v8 14/35] dyndbg: reduce verbose=3 messages in ddebug_add_module
` [PATCH v8 15/35] dyndbg-API: remove DD_CLASS_TYPE_(DISJOINT|LEVEL)_NAMES and code
` [PATCH v8 16/35] dyndbg-API: fix DECLARE_DYNDBG_CLASSMAP
` [PATCH v8 17/35] selftests-dyndbg: add tools/testing/selftests/dynamic_debug/*
` [PATCH v8 18/35] selftests-dyndbg: exit 127 if no facility
` [PATCH v8 19/35] dyndbg-API: promote DYNDBG_CLASSMAP_PARAM to API
` [PATCH v8 20/35] dyndbg-doc: add classmap info to howto
` [PATCH v8 21/35] dyndbg: treat comma as a token separator
` [PATCH v8 22/35] selftests-dyndbg: add comma_terminator_tests

[PATCH v3 0/9] Fix Kselftest's vfork() side effects
 2024-04-29 19:19 UTC  (10+ messages)
` [PATCH v3 1/9] selftests/pidfd: Fix config for pidfd_setns_test
` [PATCH v3 2/9] selftests/landlock: Fix FS tests when run on a private mount point
` [PATCH v3 3/9] selftests/harness: Fix fixture teardown
` [PATCH v3 4/9] selftests/harness: Fix interleaved scheduling leading to race conditions
` [PATCH v3 5/9] selftests/landlock: Do not allocate memory in fixture data
` [PATCH v3 6/9] selftests/harness: Constify fixture variants
` [PATCH v3 7/9] selftests/pidfd: Fix wrong expectation
` [PATCH v3 8/9] selftests/harness: Share _metadata between forked processes
` [PATCH v3 9/9] selftests/harness: Fix vfork() side effects

[PATCH v2][next] wifi: wil6210: wmi: Use __counted_by() in struct wmi_set_link_monitor_cmd and avoid -Wfamnae warning
 2024-04-29 19:21 UTC  (6+ messages)

[GIT PULL] SCSI fixes for 6.9-rc6
 2024-04-29 19:20 UTC 

[PATCH v2 0/5] Fix Kselftest's vfork() side effects
 2024-04-29 19:18 UTC  (5+ messages)
` [PATCH v2 4/9] selftests/harness: Fix interleaved scheduling leading to race conditions

[PATCH] PCI/ASPM: Clarify that pcie_aspm=off means leave ASPM untouched
 2024-04-29 19:18 UTC 

[PATCH v5 0/7] dso/dsos memory savings and clean up
 2024-04-29 19:16 UTC  (9+ messages)
` [PATCH v5 1/7] perf dsos: Switch backing storage to array from rbtree/list
` [PATCH v5 2/7] perf dsos: Remove __dsos__addnew
` [PATCH v5 3/7] perf dsos: Remove __dsos__findnew_link_by_longname_id
` [PATCH v5 4/7] perf dsos: Switch hand code to bsearch
` [PATCH v5 5/7] perf dso: Add reference count checking and accessor functions
` [PATCH v5 6/7] perf dso: Reference counting related fixes
` [PATCH v5 7/7] perf dso: Use container_of to avoid a pointer in dso_data

x86: dynamic pt_regs pointer and kernel stack randomization
 2024-04-29 19:10 UTC  (3+ messages)

[GIT PULL] Bugfixes for Linux 6.9
 2024-04-29 19:10 UTC  (2+ messages)

[GIT PULL] bcachefs fixes for 6.9-rc7
 2024-04-29 19:10 UTC  (2+ messages)

[syzbot] [bpf?] [trace?] possible deadlock in force_sig_info_to_task
 2024-04-29 19:07 UTC  (10+ messages)
          ` [PATCH] x86/mm: Remove broken vsyscall emulation code from the page fault code

[PATCH v5 00/10] iio: pressure: bmp280: Driver cleanup and add triggered buffer support
 2024-04-29 19:00 UTC  (11+ messages)
` [PATCH v5 01/10] iio: pressure: bmp280: Improve indentation and line wrapping
` [PATCH v5 02/10] iio: pressure: bmp280: Use BME prefix for BME280 specifics
` [PATCH v5 03/10] iio: pressure: bmp280: Add identifier names in function definitions
` [PATCH v5 04/10] iio: pressure: bmp280: Add more intuitive name for bmp180_measure()
` [PATCH v5 05/10] iio: pressure: bmp280: Make return values consistent
` [PATCH v5 06/10] iio: pressure: bmp280: Refactorize reading functions
` [PATCH v5 07/10] iio: pressure: bmp280: Introduce new cleanup routines
` [PATCH v5 08/10] iio: pressure: bmp280: Generalize read_{temp,press,humid}() functions
` [PATCH v5 09/10] iio: pressure: bmp280: Add SCALE, RAW values in channels and refactorize them
` [PATCH v5 10/10] iio: pressure: bmp280: Add triggered buffer support

[PATCH] Revert "rcu-tasks: Fix synchronize_rcu_tasks() VS zap_pid_ns_processes()"
 2024-04-29 18:57 UTC  (3+ messages)

linux-next: manual merge of the bpf-next tree with the net tree
 2024-04-29 18:56 UTC  (2+ messages)

[PATCH v6 1/2] genirq/msi: add wrapper msi allocation API and export msi functions
 2024-04-29 18:55 UTC  (3+ messages)

[PATCH v1 1/4] perf record: Dump off-cpu samples directly
 2024-04-29 18:53 UTC  (2+ messages)

[PATCH v3 0/2] perf kvm: Add kvm stat support on riscv
 2024-04-29 18:50 UTC  (3+ messages)

[PATCH v2 0/4] vhost: Cleanup
 2024-04-29 18:50 UTC  (10+ messages)
` [PATCH v2 1/4] vhost: Improve vhost_get_avail_idx() with smp_rmb()
` [PATCH v2 2/4] vhost: Drop variable last_avail_idx in vhost_get_vq_desc()
` [PATCH v2 3/4] vhost: Improve vhost_get_avail_head()
` [PATCH v2 4/4] vhost: Reformat vhost_{get, put}_user()

[PATCH] ASoC: sunxi: DMIC: Add controls for adjusting the mic gains
 2024-04-29 18:47 UTC  (6+ messages)

[syzbot] [sound?] INFO: rcu detected stall in snd_timer_user_release (3)
 2024-04-29 18:46 UTC 

[PATCH] tracing: Fix uaf issue in tracing_open_file_tr
 2024-04-29 18:46 UTC  (3+ messages)

[PATCH] arm64: dts: ti: k3-am62a-wakeup: Enable RTC node
 2024-04-29 18:44 UTC 

[syzbot] [f2fs?] KASAN: slab-use-after-free Read in sanity_check_extent_cache
 2024-04-29 18:44 UTC 

[PATCH 0/2][next] firewire: Avoid -Wflex-array-member-not-at-end warnings
 2024-04-29 18:42 UTC  (5+ messages)

[PATCH linux-next] media:cdns-csi2tx: replace of_node_put() with __free
 2024-04-29 18:40 UTC  (2+ messages)

[PATCH v6] checkpatch: add check for snprintf to scnprintf
 2024-04-29 18:39 UTC 

[RFC PATCH] fs/coredump: Enable dynamic configuration of max file note size
 2024-04-29 18:38 UTC  (2+ messages)

[syzbot] [bluetooth?] possible deadlock in hci_dev_do_close (2)
 2024-04-29 18:37 UTC  (2+ messages)

[PATCH 1/1] cxl/acpi.c: Add buggy BIOS hint for CXL ACPI lookup failure
 2024-04-29 18:35 UTC  (3+ messages)

[PATCH v2 00/16] MCA Updates
 2024-04-29 18:34 UTC  (5+ messages)
` [PATCH v2 07/16] x86/mce/amd: Simplify DFR handler setup

[PATCH] mm/slab: make __free(kfree) accept error pointers
 2024-04-29 18:34 UTC  (5+ messages)

[PATCH] leds: mt6370: Remove an unused field in struct mt6370_priv
 2024-04-29 18:31 UTC  (3+ messages)

[PATCH v3] scsi: csiostor: Use kcalloc() instead of kzalloc()
 2024-04-29 18:31 UTC  (3+ messages)

[PATCH net-next v2] net: ti: icssg_prueth: Add SW TX / RX Coalescing based on hrtimers
 2024-04-29 18:30 UTC  (2+ messages)

[PATCH RFC v2] arm64: dts: lx2160a: extend 32-bit, and add 64-bit pci regions
 2024-04-29 18:24 UTC 

[PATCH 1/2] drm/nouveau/firmware: Fix SG_DEBUG error with nvkm_firmware_ctor()
 2024-04-29 18:23 UTC  (6+ messages)
` [PATCH 2/2] drm/nouveau/gsp: Use the sg allocator for level 2 of radix3
` [PATCH v2 1/2] drm/nouveau/firmware: Fix SG_DEBUG error with nvkm_firmware_ctor()
  ` [PATCH v2 2/2] drm/nouveau/gsp: Use the sg allocator for level 2 of radix3

[PATCH] perf/ring_buffer: Prefer struct_size over open coded arithmetic
 2024-04-29 18:23 UTC  (2+ messages)

[PATCH v2] HID: Add quirk for Logitech Casa touchpad
 2024-04-29 18:20 UTC 

[PATCH v2][next] Bluetooth: hci_conn: Use __counted_by() in struct hci_cp_le_big_create_sync and avoid -Wfamnae warning
 2024-04-29 18:20 UTC  (2+ messages)

[PATCH v2][next] Bluetooth: hci_conn, hci_sync: Use __counted_by() in multiple structs and avoid -Wfamnae warnings
 2024-04-29 18:20 UTC  (3+ messages)

[PATCH v3 00/14] ARM: dts: aspeed: Add IBM P11 BMC Boards
 2024-04-29 18:17 UTC  (7+ messages)
` [PATCH v3 01/14] dt-bindings: spi: Document the IBM Power SPI controller

[PATCH v2] chrome/cros_ec: Handle events during suspend after resume completion
 2024-04-29 18:13 UTC 

[syzbot] [nilfs?] kernel BUG in nilfs_delete_entry
 2024-04-29 18:11 UTC  (2+ messages)

[PATCH rdma-next v2 0/5] RDMA/mana_ib: Implement RNIC CQs
 2024-04-29 18:08 UTC  (3+ messages)
` [PATCH rdma-next v2 5/5] RDMA/mana_ib: implement uapi for creation of rnic cq

[PATCH] HID: Add quirk for Logitech Casa touchpad
 2024-04-29 18:08 UTC 

[PATCH] tty: rfcomm: prefer struct_size over open coded arithmetic
 2024-04-29 18:02 UTC  (2+ messages)

[PATCH net] mptcp: ensure snd_nxt is properly initialized on connect
 2024-04-29 18:00 UTC 

[PATCH v3 00/11] PCI: imx6: Fix\rename\clean up and add lut information for imx95
 2024-04-29 17:56 UTC  (4+ messages)
` [PATCH v3 11/11] PCI: imx6: Add i.MX8Q PCIe support

[PATCH v2] sh: Call paging_init() earlier in the init sequence
 2024-04-29 17:54 UTC  (5+ messages)

[PATCH] of: reserved_mem: Remove the use of phandle from the reserved_mem APIs
 2024-04-29 17:53 UTC  (3+ messages)

[PATCH v3 00/21] block atomic writes for XFS
 2024-04-29 17:47 UTC  (22+ messages)
` [PATCH v3 01/21] fs: Add generic_atomic_write_valid_size()
` [PATCH v3 02/21] xfs: only allow minlen allocations when near ENOSPC
` [PATCH v3 03/21] xfs: always tail align maxlen allocations
` [PATCH v3 04/21] xfs: simplify extent allocation alignment
` [PATCH v3 05/21] xfs: make EOF allocation simpler
` [PATCH v3 06/21] xfs: introduce forced allocation alignment
` [PATCH v3 07/21] fs: xfs: align args->minlen for "
` [PATCH v3 08/21] xfs: Introduce FORCEALIGN inode flag
` [PATCH v3 09/21] xfs: Do not free EOF blocks for forcealign
` [PATCH v3 10/21] xfs: Update xfs_is_falloc_aligned() mask "
` [PATCH RFC v3 11/21] xfs: Unmap blocks according to forcealign
` [PATCH RFC v3 12/21] xfs: Only free full extents for forcealign
` [PATCH v3 13/21] xfs: Enable file data forcealign feature
` [PATCH v3 14/21] iomap: Sub-extent zeroing
` [PATCH v3 15/21] fs: xfs: "
` [PATCH v3 16/21] fs: Add FS_XFLAG_ATOMICWRITES flag
` [PATCH v3 17/21] iomap: Atomic write support
` [PATCH v3 18/21] xfs: Support FS_XFLAG_ATOMICWRITES for forcealign
` [PATCH v3 19/21] xfs: Support atomic write for statx
` [PATCH v3 20/21] xfs: Validate atomic writes
` [PATCH v3 21/21] xfs: Support setting FMODE_CAN_ATOMIC_WRITE

[PATCH] platform/x86: dell-laptop: Implement platform_profile
 2024-04-29 17:51 UTC  (4+ messages)
` [PATCH v3] "

[PATCH] rcu: Remove unreachable logic
 2024-04-29 17:43 UTC  (2+ messages)

[PATCH v1 0/3] cgroup/rstat: global cgroup_rstat_lock changes
 2024-04-29 17:48 UTC  (5+ messages)
` [PATCH v1 1/3] cgroup/rstat: add cgroup_rstat_lock helpers and tracepoints

[PATCH] kprobe/ftrace: bail out if ftrace was killed
 2024-04-29 17:47 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 0/3] sysfs: Group visibility fixups
 2024-04-29 17:47 UTC  (10+ messages)
` [PATCH 1/3] sysfs: Fix crash on empty group attributes array

[PATCH v3 0/2] clock support for Samsung Exynos pin controller (Google Tensor gs101)
 2024-04-29 17:45 UTC  (3+ messages)

[syzbot] [bpf?] [trace?] WARNING in group_send_sig_info
 2024-04-29 17:45 UTC  (2+ messages)

[PATCH] sctp: prefer struct_size over open coded arithmetic
 2024-04-29 17:45 UTC  (2+ messages)

[PATCH v2 1/3] media: v4l2-ctrls: Add average qp control
 2024-04-29 17:44 UTC  (3+ messages)
` [PATCH v2 3/3] media: amphion: Remove lock in s_ctrl callback

[RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU
 2024-04-29 17:44 UTC  (11+ messages)

[PATCH 1/2] rust: kernel: add `drop_contents` to `BoxExt`
 2024-04-29 17:44 UTC  (4+ messages)
` [PATCH 2/2] rust: init: add re-initialization functions

[PATCH] f2fs: fix block migration when section is not aligned to pow2
 2024-04-29 17:42 UTC  (3+ messages)

[PATCH v3] perf/x86/amd/uncore: Use kcalloc*() instead of kzalloc*()
 2024-04-29 17:41 UTC  (2+ messages)

[PATCH 00/18] Staging: rtl8192e: Rename variables in rtl819x_HTProc.c
 2024-04-29 17:40 UTC  (2+ messages)

[net-next PATCH] hsr: Simplify code for announcing HSR nodes timer setup
 2024-04-29 17:40 UTC  (4+ messages)


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).