All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-12-01 16:46:09 to 2023-12-01 17:33:08 UTC [more...]

[PATCH 0/4] kdump: crashkernel reservation from CMA
 2023-12-01 16:59 UTC  (12+ messages)

[PATCH v5 00/17] Introduce initial TI's J784S4 and AM69 support
 2023-12-01 17:32 UTC  (5+ messages)
` [PATCH v5 04/17] arm: mach-k3: Add basic support for J784S4 SoC definition

[PATCH 00/19] xhci features for usb-next
 2023-12-01 17:31 UTC  (3+ messages)
` [PATCH 08/19] xhci: dbc: Use sizeof_field() where it makes sense

[PATCH 0/3] hwmon: (coretemp) Fix core count limitation
 2023-12-01 17:31 UTC  (10+ messages)
` [PATCH 1/3] hwmon: (coretemp) Introduce enum for attr index
` [PATCH 2/3] hwmon: (coretemp) Remove unnecessary dependency of array index

Process stuck in cobalt_monitor_enter
 2023-12-01 17:31 UTC  (10+ messages)

[PATCH 1/2] mm/damon/sysfs: Implement recording feature
 2023-12-01 17:31 UTC  (2+ messages)

[PATCH] lib/ext2fs: Validity checks for ext2fs_inode_scan_goto_blockgroup()
 2023-12-01 17:30 UTC  (3+ messages)

[PATCH v8 0/2] arm64: Add a build target for Flat Image Tree
 2023-12-01 17:29 UTC  (4+ messages)
` [PATCH v8 2/2] arm64: boot: Support "

[PATCH RFT v4 0/5] fork: Support shadow stacks in clone3()
 2023-12-01 17:30 UTC  (4+ messages)

[PATCH v2] KVM: X86: improve documentation for KVM_CAP_X86_BUS_LOCK_EXIT
 2023-12-01 17:30 UTC  (2+ messages)

cifs hardlink misbehaviour in generic/002?
 2023-12-01 17:29 UTC  (2+ messages)

[PULL 00/15] virtio,pc,pci: fixes
 2023-12-01 17:27 UTC  (17+ messages)
` [PULL 01/15] osdep: add getloadavg
` [PULL 02/15] netdev: set timeout depending on loadavg
` [PULL 03/15] tests/acpi/bios-tables-test: do not write new blobs unless there are changes
` [PULL 04/15] hw/audio/virtio-snd-pci: fix the PCI class code
` [PULL 05/15] hw/audio/hda-codec: fix multiplication overflow
` [PULL 06/15] hw/audio/hda-codec: reenable the audio mixer
` [PULL 07/15] virtio-snd: check AUD_register_card return value
` [PULL 08/15] virtio-sound: add realize() error cleanup path
` [PULL 09/15] pcie_sriov: Remove g_new assertion
` [PULL 10/15] hw/acpi/erst: Do not ignore Error* in realize handler
` [PULL 11/15] hw/i386: fix short-circuit logic with non-optimizing builds
` [PULL 12/15] virtio-iommu: Remove useless !sdev check in virtio_iommu_probe()
` [PULL 13/15] msix: unset PCIDevice::msix_vector_poll_notifier in rollback
` [PULL 14/15] vhost-user: fix the reconnect error
` [PULL 15/15] vhost-user-scsi: free the inflight area when reset

[PATCH v3] net: usb: ax88179_178a: avoid failed operations when device is disconnected
 2023-12-01 17:27 UTC  (2+ messages)

ARM Ftrace Function Graph Fails With UNWINDER_FRAME_POINTER
 2023-12-01 17:25 UTC  (4+ messages)

[PATCH 00/14] renesas: rzg3s: Add support for Ethernet
 2023-12-01 17:25 UTC  (10+ messages)
` [PATCH 06/14] pinctrl: renesas: rzg2l: Add pin configuration support for pinmux groups
` [PATCH 07/14] pinctrl: renesas: rzg2l: Add support to select power source for Ethernet pins
` [PATCH 08/14] pinctrl: renesas: rzg2l: Add output enable support

[PATCH 1/7] rust: file: add Rust abstraction for `struct file`
 2023-12-01 17:25 UTC  (5+ messages)

[PATCH 0/4] arm64: dts: rockchip: aliases for core busses in main dtsi
 2023-12-01 17:25 UTC  (16+ messages)
` [PATCH 1/4] arm64: dts: rockchip: move rk3588 serial aliases to soc dtsi
` [PATCH 2/4] arm64: dts: rockchip: add rk3588 i2c "
` [PATCH 3/4] arm64: dts: rockchip: add rk3588 gpio "
` [PATCH 4/4] arm64: dts: rockchip: add rk3588 spi "

[PATCH v2 00/28] binder: convert alloc->mutex to spinlock
 2023-12-01 17:21 UTC  (29+ messages)
` [PATCH v2 01/28] binder: use EPOLLERR from eventpoll.h
` [PATCH v2 02/28] binder: fix use-after-free in shinker's callback
` [PATCH v2 03/28] binder: fix race between mmput() and do_exit()
` [PATCH v2 04/28] binder: fix async space check for 0-sized buffers
` [PATCH v2 05/28] binder: fix unused alloc->free_async_space
` [PATCH v2 06/28] binder: fix trivial typo of binder_free_buf_locked()
` [PATCH v2 07/28] binder: fix comment on binder_alloc_new_buf() return value
` [PATCH v2 08/28] binder: remove extern from function prototypes
` [PATCH v2 09/28] binder: keep vma addresses type as unsigned long
` [PATCH v2 10/28] binder: split up binder_update_page_range()
` [PATCH v2 11/28] binder: do unlocked work in binder_alloc_new_buf()
` [PATCH v2 12/28] binder: remove pid param "
` [PATCH v2 13/28] binder: separate the no-space debugging logic
` [PATCH v2 14/28] binder: relocate low space calculation
` [PATCH v2 15/28] binder: relocate binder_alloc_clear_buf()
` [PATCH v2 16/28] binder: refactor page range allocation
` [PATCH v2 17/28] binder: malloc new_buffer outside of locks
` [PATCH v2 18/28] binder: initialize lru pages in mmap callback
` [PATCH v2 19/28] binder: perform page installation outside of locks
` [PATCH v2 20/28] binder: remove redundant debug log
` [PATCH v2 21/28] binder: make oversized buffer code more readable
` [PATCH v2 22/28] binder: rename lru shrinker utilities
` [PATCH v2 23/28] binder: document the final page calculation
` [PATCH v2 24/28] binder: collapse print_binder_buffer() into caller
` [PATCH v2 25/28] binder: refactor binder_delete_free_buffer()
` [PATCH v2 26/28] binder: avoid user addresses in debug logs
` [PATCH v2 27/28] binder: reverse locking order in shrinker callback
` [PATCH v2 28/28] binder: switch alloc->mutex to spinlock_t

[PATCH] version: 24.03-rc0
 2023-12-01 17:24 UTC  (9+ messages)

[PATCH 00/16] fs: use type-safe uid representation for filesystem capabilities
 2023-12-01 17:23 UTC  (11+ messages)
` [PATCH 05/16] capability: provide helpers for converting between xattrs and vfs_caps
` [PATCH 06/16] capability: provide a helper for converting vfs_caps to xattr for userspace
` [PATCH 07/16] fs: add inode operations to get/set/remove fscaps
` [PATCH 08/16] fs: add vfs_get_fscaps()

[PATCH net 0/7] ionic: small driver fixes
 2023-12-01 17:20 UTC  (3+ messages)

[igt-dev] [PATCH i-g-t] tests/intel/xe_pat: add sanity check for NULL mappings
 2023-12-01 17:18 UTC  (2+ messages)

[PATCH 6/9] drm/panel: himax-hx8394: Add Support for Powkiddy X55 panel
 2023-12-01 17:18 UTC  (4+ messages)

[PATCH v2] pwm: Stop referencing pwm->chip
 2023-12-01 17:16 UTC  (2+ messages)

[Intel-wired-lan] [tnguy-next-queue:main] BUILD SUCCESS 7e0222686316f5506e51182f02c1d83ecc34c471
 2023-12-01 17:07 UTC 

[PATCH v1] neighbour: Don't let neigh_forced_gc() disable preemption for long
 2023-12-01 17:16 UTC  (5+ messages)

[PATCH 1/1] perf beauty: Don't use 'find ... -printf' as it isn't available in busybox
 2023-12-01 17:16 UTC  (4+ messages)

[PATCH v2] arm64: defconfig: increase SERIAL_8250_NR_UARTS
 2023-12-01 17:15 UTC  (2+ messages)

[Intel-xe] [PATCH] fixup! drm/xe/uapi: support pat_index selection with vm_bind
 2023-12-01 17:16 UTC  (3+ messages)
` [Intel-xe] ✗ CI.BAT: failure for "

[Intel-wired-lan] [tnguy-net-queue:main] BUILD SUCCESS 777f245eec8152926b411e3d4f4545310f52cbed
 2023-12-01 17:06 UTC 

[PATCH mlx5-next 0/5] Expose c0 and SW encap ICM for RDMA
 2023-12-01 17:15 UTC  (4+ messages)
` [PATCH mlx5-next 2/5] net/mlx5: Manage ICM type of SW encap

[PATCH v3 0/4] v4l2-tracer: track changes from syncing with kernel
 2023-12-01 17:13 UTC  (5+ messages)
` [PATCH v3 1/4] v4l2-tracer: autogenerate files that can be added to git
` [PATCH v3 2/4] v4l2-tracer: add auto-generated files to git repo
` [PATCH v3 3/4] v4l2-tracer: stop auto-generating files with meson
` [PATCH v3 4/4] sync-with-kernel.sh: create v4l2-tracer patches

[PATCH V6 00/14] fix migration of suspended runstate
 2023-12-01 17:11 UTC  (4+ messages)
` [PATCH V6 03/14] cpus: stop vm in "

[PATCH v3 0/3] Bli: fix hidden module dependency
 2023-12-01 17:11 UTC  (2+ messages)

[PATCH net-next v2 0/8] net: Add support for Power over Ethernet (PoE)
 2023-12-01 17:10 UTC  (9+ messages)
` [PATCH net-next v2 1/8] net: pse-pd: Rectify and adapt the naming of admin_cotrol member of struct pse_control_config
` [PATCH net-next v2 2/8] ethtool: Expand Ethernet Power Equipment with c33 (PoE) alongside PoDL
` [PATCH net-next v2 3/8] net: pse-pd: Introduce PSE types enumeration
` [PATCH net-next v2 4/8] net: ethtool: pse-pd: Expand pse commands with the PSE PoE interface
` [PATCH net-next v2 5/8] netlink: specs: Modify pse attribute prefix
` [PATCH net-next v2 6/8] netlink: specs: Expand the pse netlink command with PoE interface
` [PATCH net-next v2 7/8] dt-bindings: net: pse-pd: Add bindings for PD692x0 PSE controller
` [PATCH net-next v2 8/8] net: pse-pd: Add PD692x0 PSE controller driver

Does skb_metadata_differs really need to stop GRO aggregation?
 2023-12-01 17:09 UTC  (10+ messages)

[PATCH 0/2] linux-user: openat() fixes
 2023-12-01 17:09 UTC  (3+ messages)
` [PATCH 2/2] linux-user: Fix openat() emulation to not modify atime

[PATCH 0/1] Add swappiness argument to memory.reclaim
 2023-12-01 17:09 UTC  (5+ messages)

[linux-nvme:nvme-6.7] BUILD SUCCESS ec4c93c9af28fa10d70a694da5e8fc1312169051
 2023-12-01 17:08 UTC 

[PATCH v1 1/1] checkpatch: Add dev_err_probe() to the list of Log Functions
 2023-12-01 17:07 UTC  (5+ messages)

[PATCHv2] mmc: rpmb: add quirk MMC_QUIRK_BROKEN_RPMB_RETUNE
 2023-12-01 17:09 UTC  (10+ messages)

[PATCH 0/2] KVM: xen: update shared_info when long_mode is set
 2023-12-01 17:08 UTC  (3+ messages)

[PATCH-cgroup 0/2] cgroup/cpuset: Include isolated cpuset CPUs in cpu_is_isolated()
 2023-12-01 17:06 UTC  (7+ messages)
` [PATCH-cgroup 2/2] cgroup/cpuset: Include isolated cpuset CPUs in cpu_is_isolated() check

GRUB Coverity x86_64/EFI and ARM64/EFI runs - 0 outstanding defects
 2023-12-01 17:06 UTC  (3+ messages)

[PATCH v2 bpf-next] selftests/bpf: validate eliminated global subprog is not freplaceable
 2023-12-01 17:06 UTC 

[PATCH v5] bus: mhi: host: Add tracing support
 2023-12-01 17:06 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] ppd-merge: speed up per-package-rsync
 2023-12-01 17:05 UTC  (2+ messages)
` [Buildroot] [PATCH v2 "

[PATCH 1/7] crypto: sahara - remove FLAGS_NEW_KEY logic
 2023-12-01 17:06 UTC  (7+ messages)
` [PATCH 2/7] crypto: sahara - fix cbc selftest failure
` [PATCH 3/7] crypto: sahara - fix ahash "
` [PATCH 4/7] crypto: sahara - fix processing requests with cryptlen < sg->length
` [PATCH 5/7] crypto: sahara - fix error handling in sahara_hw_descriptor_create()
` [PATCH 6/7] crypto: sahara - remove unused error field in sahara_dev
` [PATCH 7/7] crypto: sahara - avoid skcipher fallback code duplication

[PATCH v2 0/4] mm: Implement ECC handling for pfn with no struct page
 2023-12-01 17:04 UTC  (4+ messages)
` [PATCH v2 2/4] mm: Add poison error check in fixup_user_fault() for mapped pfn

[PATCH v8 00/10] ppc64: Restrict memory allocations for kernel and initrd
 2023-12-01 17:04 UTC  (2+ messages)

[PATCH 0/2] net: phy: micrel: additional clock handling
 2023-12-01 17:03 UTC  (5+ messages)
` [PATCH 1/2] net: phy: micrel: use devm_clk_get_optional_enabled for the rmii-ref clock
` [PATCH 2/2] net: phy: micrel: allow usage of generic ethernet-phy clock

[PATCH] tty: max310x: work around regmap->regcache data corruption
 2023-12-01 17:02 UTC  (3+ messages)

[PATCH 00/12] iio: add new backend framework
 2023-12-01 17:01 UTC  (5+ messages)
` [PATCH 04/12] iio: adc: ad9467: fix reset gpio handling

✅ PASS: Test report for master (6.7.0-rc3, mainline.kernel.org-clang, 994d5c58)
 2023-12-01 17:01 UTC 

[PATCH v5 0/4] PCI: layerscape: Add suspend/resume support for ls1043 and ls1021
 2023-12-01 17:00 UTC  (17+ messages)
` [PATCH v5 1/4] PCI: layerscape: Add function pointer for exit_from_l2()
` [PATCH v5 2/4] PCI: layerscape: Add suspend/resume for ls1021a
` [PATCH v5 3/4] PCI: layerscape(ep): Rename pf_* as pf_lut_*
` [PATCH v5 4/4] PCI: layerscape: Add suspend/resume for ls1043a

sock_ops: calling bpf_sock_ops_cb_flags_set() for already established sockets
 2023-12-01 17:01 UTC 

[PATCH 1/2] kernel/cgroup: use kernfs_create_dir_ns()
 2023-12-01 16:59 UTC  (4+ messages)
` [PATCH 2/2] fs/kernfs/dir: obey S_ISGID

[PATCH V15 0/8] arm64/perf: Enable branch stack sampling
 2023-12-01 16:58 UTC  (4+ messages)
` [PATCH V15 1/8] arm64/sysreg: Add BRBE registers and fields

[PATCH v2] grub-core/net/http.c: Fix gcc-13 errors relating to type signedness
 2023-12-01 16:58 UTC  (2+ messages)

[RFC PATCH] x86/Kconfig: Disable KASLR on debug builds
 2023-12-01 16:58 UTC  (6+ messages)

[XEN PATCH 0/7] address some violations of MISRA C Rule 8.4
 2023-12-01 16:57 UTC  (4+ messages)
` [XEN PATCH 6/7] xen/x86: remove stale comment

[meta-multimedia][PATCH v2] gstd: Fix systemd user unit packaging
 2023-12-01 16:57 UTC 

[PATCH v2] KVM: x86: fix kvm_has_noapic_vcpu updates when fail to create vcpu
 2023-12-01 16:57 UTC  (2+ messages)

[PATCH] dt-bindings: pinctrl: qcom,pmic-mpp: clean up example
 2023-12-01 16:57 UTC  (3+ messages)

Radeon regression in 6.6 kernel
 2023-12-01 16:55 UTC  (18+ messages)

[PATCH v2] serial: imx: fix tx statemachine deadlock
 2023-12-01 16:55 UTC  (6+ messages)
` [PATCH v3] "

[PULL 0/6] gdbstub, avocado and gitlab updates
 2023-12-01 16:52 UTC  (5+ messages)
` [PULL 3/6] tests/avocado: drop BootLinuxConsole.test_mips_malta_cpio test

[PATCH v3] net/tg3: fix race condition in tg3_reset_task()
 2023-12-01 16:50 UTC  (3+ messages)
` [PATCH v4] "

[RFC 0/33] KVM: x86: hyperv: Introduce VSM support
 2023-12-01 16:50 UTC  (6+ messages)
` [RFC 05/33] KVM: x86: hyper-v: Introduce VTL call/return prologues in hypercall page

[PATCH] cgroup: Fix documentation for cpu.idle
 2023-12-01 16:49 UTC  (2+ messages)

[PATCH 0/4] scsi: eliminate AioContext lock
 2023-12-01 16:48 UTC  (3+ messages)
` [PATCH 4/4] dma-helpers: don't lock AioContext in dma_blk_cb()

[PATCH 0/4] dt-bindings: mfd: fix up PMIC examples
 2023-12-01 16:48 UTC  (5+ messages)
` [PATCH 2/4] dt-bindings: mfd: hisilicon,hi6421-spmi-pmic: fix example regulator node

[PATCH 1/7] handshake: Add cleanup function for handshake_state
 2023-12-01 16:47 UTC  (8+ messages)

[PATCH v3] docs: dt-bindings: add DTS Coding Style document
 2023-12-01 16:46 UTC  (5+ messages)

[PATCH v2 0/4] dt-bindings: mfd: fix up PMIC examples
 2023-12-01 16:45 UTC  (5+ messages)
` [PATCH v2 1/4] dt-bindings: mfd: hisilicon,hi6421-spmi-pmic: fix up binding reference
` [PATCH v2 2/4] dt-bindings: mfd: hisilicon,hi6421-spmi-pmic: fix regulator binding
` [PATCH v2 3/4] dt-bindings: mfd: hisilicon,hi6421-spmi-pmic: clean up example
` [PATCH v2 4/4] dt-bindings: mfd: pm8008: clean up example node names

[PATCH v2 2/2] hwmon: ltc4282: add support for the LTC4282 chip
 2023-12-01 16:46 UTC  (14+ 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.