messages from 2024-01-17 20:28:22 to 2024-01-18 01:20:11 UTC [more...]
[GIT PULL] PCI changes for v6.8
2024-01-18 1:20 UTC (2+ messages)
[PATCH 00/13] rust: kernel: documentation improvements
2024-01-18 1:18 UTC (22+ messages)
` [PATCH 02/13] rust: error: move unsafe block into function call
` [PATCH 03/13] rust: ioctl: end top level module docs with full stop
` [PATCH 04/13] rust: kernel: add srctree-relative doclinks
` [PATCH 05/13] rust: str: use `NUL` instead of 0 in doc comments
` [PATCH 06/13] rust: str: move SAFETY comment in front of unsafe block
` [PATCH 07/13] rust: kernel: unify spelling of refcount in docs
` [PATCH 08/13] rust: kernel: mark code fragments in docs with backticks
` [PATCH 09/13] rust: kernel: add blank lines in front of code blocks
` [PATCH 12/13] rust: kernel: remove unneeded doclink targets
` [PATCH 13/13] rust: locked_by: shorten doclink preview
[PATCH bpf-next v5 0/3] Skip callback tests if jit is disabled in test_verifier
2024-01-18 1:11 UTC (4+ messages)
` [PATCH bpf-next v5 3/3] selftests/bpf: "
[PATCH 0/2] dt-bindings: misc: xlnx,sd-fec: convert bindings to yaml
2024-01-18 1:07 UTC (7+ messages)
` [PATCH 1/2] "
[PATCH 0/2] mm/zswap: optimize the scalability of zswap rb-tree
2024-01-18 1:03 UTC (8+ messages)
[PATCH] leds: rgb: Implement per-key keyboard backlight for several TUXEDO devices
2024-01-18 0:58 UTC (19+ messages)
` Implement per-key keyboard backlight as auxdisplay?
` Userspace API for per key backlight for non HID (no hidraw) keyboards
[RFC PATCH] usb: dwc3: gadget: Fix NULL pointer dereference in dwc3_gadget_suspend
2024-01-18 0:56 UTC (5+ messages)
[RFC PATCH v10 0/5] fix vt-d hard lockup when hotplug ATS capable device
2024-01-18 0:46 UTC (7+ messages)
[PATCH] riscv: add CALLER_ADDRx support
2024-01-18 0:50 UTC (4+ messages)
[PATCH] usb: dwc3: Support EBC feature of DWC_usb31
2024-01-18 0:45 UTC (8+ messages)
[GIT PULL] ksmbd server fixes
2024-01-18 0:39 UTC
[PATCH v1 1/2] mm/madvise: introduce MADV_TRY_COLLAPSE for attempted synchronous hugepage collapse
2024-01-18 0:32 UTC (3+ messages)
[PATCH v2] mm: align larger anonymous mappings on THP boundaries
2024-01-18 0:29 UTC (18+ messages)
[PATCH v7 0/1] Compatible with NCT3015Y-R and NCT3018Y-R
2024-01-18 0:26 UTC (2+ messages)
[PATCH v5] x86/resctrl: Add event choices for mba_MBps
2024-01-18 0:26 UTC (3+ messages)
` [PATCH] x86/resctrl: Implement new MBA_mbps throttling heuristic
[PATCH v5] ucsi_ccg: Refine the UCSI Interrupt handling
2024-01-18 0:21 UTC (2+ messages)
[syzbot] [net?] KASAN: use-after-free Read in __skb_flow_dissect (3)
2024-01-18 0:18 UTC (5+ messages)
[PATCH v16 0/3] vfio/nvgrace-gpu: Add vfio pci variant module for grace hopper
2024-01-18 0:13 UTC (5+ messages)
` [PATCH v16 2/3] vfio/pci: implement range_intesect_range to determine range overlap
` [PATCH v16 3/3] vfio/nvgrace-gpu: Add vfio pci variant module for grace hopper
[GIT PULL] I3C changes for 6.8
2024-01-18 0:12 UTC (2+ messages)
[GIT PULL] power-supply changes for 6.8
2024-01-18 0:11 UTC (3+ messages)
[GIT PULL] hsi changes for hsi-6.8
2024-01-18 0:05 UTC (2+ messages)
[GIT PULL] MFD for v6.8
2024-01-18 0:05 UTC (2+ messages)
[GIT PULL] LEDs for v6.8
2024-01-18 0:05 UTC (2+ messages)
[GIT PULL] rpmsg updates for v6.8
2024-01-18 0:05 UTC (2+ messages)
[GIT PULL] remoteproc updates for v6.8
2024-01-18 0:05 UTC (2+ messages)
[GIT PULL] hwspinlock updates to v6.8
2024-01-18 0:05 UTC (2+ messages)
[git pull] drm fixes for 6.8-rc1
2024-01-18 0:05 UTC (2+ messages)
[GIT PULL] pin control changes for v6.8
2024-01-18 0:05 UTC (2+ messages)
[GIT PULL] Mailbox changes for v6.8
2024-01-18 0:05 UTC (2+ messages)
[PULL REQUEST] i2c-for-6.8-rc1-fixed
2024-01-18 0:02 UTC (3+ messages)
[PATCH 00/18] serial: max310x: cleanups and improvements
2024-01-18 0:00 UTC (23+ messages)
` [PATCH 01/18] serial: max310x: fix NULL pointer dereference in I2C instantiation
` [PATCH 02/18] serial: max310x: add I2C device table for instantiation from userspace
` [PATCH 03/18] serial: max310x: use i2c_get_match_data()
` [PATCH 04/18] serial: max310x: use spi_get_device_match_data()
` [PATCH 05/18] serial: max310x: fix syntax error in IRQ error message
` [PATCH 06/18] serial: max310x: remove holes in struct max310x_devtype
` [PATCH 07/18] serial: max310x: add macro for max number of ports
` [PATCH 08/18] serial: max310x: use separate regmap name for each port
` [PATCH 09/18] serial: max310x: simplify probe() and remove() error handling
` [PATCH 10/18] serial: max310x: add explicit return for some switch default cases
` [PATCH 11/18] serial: max310x: use dev_err_probe() instead of dev_err()
` [PATCH 12/18] serial: max310x: replace hardcoded masks with preferred GENMASK()
` [PATCH 13/18] serial: max310x: use common detect function for all variants
` [PATCH 14/18] serial: max310x: use common power "
` [PATCH 15/18] serial: max310x: replace ENOTSUPP with preferred EOPNOTSUPP (checkpatch)
` [PATCH 16/18] serial: max310x: replace bare use of 'unsigned' with 'unsigned int' (checkpatch)
` [PATCH 17/18] serial: max310x: reformat and improve comments
` [PATCH 18/18] serial: max310x: fix indentation
[PATCH v1 00/14] ARM: MPAM: add support for priority partitioning control
2024-01-17 23:59 UTC (2+ messages)
[PATCH] x86/fpu: verify xstate buffer size according with requested features
2024-01-17 23:52 UTC (3+ messages)
[PATCH 4/4] remoteproc: stm32: Add support of an OP-TEE TA to load the firmware
2024-01-17 23:49 UTC (2+ messages)
[PATCH] MIPS: Alchemy: Fix missing prototypes
2024-01-17 23:49 UTC
[PATCH 3/3] usb: ucsi_acpi: Quirk to ack a connector change ack cmd
2024-01-17 23:38 UTC (2+ messages)
[RFC 3/9] PCI/portdrv: create platform devices for child OF nodes
2024-01-17 23:38 UTC (12+ messages)
[GIT PULL] Backlight for v6.8
2024-01-17 23:38 UTC (2+ messages)
[RESEND RFC PATCH v1 0/2] Fix serial console for PREEMPT_RT
2024-01-17 23:18 UTC (7+ messages)
` [RESEND RFC PATCH v1 1/2] irq/spurious: Reset irqs_unhandled if an irq_thread handles one IRQ request
` [RESEND RFC PATCH v1 2/2] serial/8250: Avoid getting lock in RT atomic context
[PATCH v7 00/16] Support Andes PMU extension
2024-01-17 23:10 UTC (9+ messages)
` [PATCH v7 07/16] RISC-V: Move T-Head PMU to CPU feature alternative framework
[PATCH] wifi: mac80211: tx: Add __must_hold() annotation
2024-01-17 23:07 UTC (5+ messages)
[PATCH 00/10] KVM: arm64: fix many kernel-doc warnings
2024-01-17 23:07 UTC (11+ messages)
` [PATCH 01/10] KVM: arm64: debug: fix "
` [PATCH 02/10] KVM: arm64: guest: "
` [PATCH 03/10] KVM: arm64: hyp/aarch32: "
` [PATCH 04/10] KVM: arm64: vhe: fix a kernel-doc warning
` [PATCH 05/10] KVM: arm64: mmu: "
` [PATCH 06/10] KVM: arm64: PMU: fix kernel-doc warnings
` [PATCH 07/10] KVM: arm64: sys_regs: "
` [PATCH 08/10] KVM: arm64: vgic-init: fix a kernel-doc warning
` [PATCH 09/10] KVM: arm64: vgic-its: fix kernel-doc warnings
` [PATCH 10/10] KVM: arm64: vgic: fix a kernel-doc warning
PROBLEM: BLKPG_DEL_PARTITION with GENHD_FL_NO_PART used to return ENXIO, now returns EINVAL
2024-01-17 23:05 UTC (5+ messages)
[PATCH v6] io_uring: Statistics of the true utilization of sq threads
2024-01-17 23:04 UTC (3+ messages)
` "
[PATCH] ARM: mach-qcom: fix support for ipq806x
2024-01-17 22:46 UTC (8+ messages)
[PATCH RFC 1/2] stackdepot: add stats counters exported via debugfs
2024-01-17 23:02 UTC (4+ messages)
` [PATCH RFC 2/2] stackdepot: make fast paths lock-less again
[PATCH 0/6] of: populate of_root node if bootloader doesn't
2024-01-17 23:00 UTC (6+ messages)
` [PATCH 1/6] arm64: Unconditionally call unflatten_device_tree()
[PATCH] f2fs-tools: allocate logs after conventional area for HM zoned devices
2024-01-17 23:00 UTC
[syzbot] [bluetooth?] general protection fault in btintel_read_version
2024-01-17 22:53 UTC (2+ messages)
[GIT PULL] More power management updates for v6.8-rc1
2024-01-17 22:58 UTC (2+ messages)
[GIT PULL] More thermal control updates for v6.8-rc1
2024-01-17 22:58 UTC (2+ messages)
[GIT PULL] More ACPI updates for v6.8-rc1
2024-01-17 22:58 UTC (2+ messages)
[PATCH RFC 0/4] Fix file lock cache accounting, again
2024-01-17 22:56 UTC (10+ messages)
` [PATCH RFC 1/4] fs/locks: "
ASMedia ASM1062 (AHCI) hang after "ahci 0000:28:00.0: Using 64-bit DMA addresses"
2024-01-17 22:52 UTC (4+ messages)
[PATCH 0/3] Add Zhaoxin preferred core support in acpi-cpufreq
2024-01-17 22:51 UTC (5+ messages)
` [PATCH 1/3] ACPI: CPPC: Add get the highest perf register value support
` [PATCH 3/3] ACPI: cpufreq: Add ITMT support when CPPC enabled for Zhaoxin CPUs
[PATCH 1/1] i3c: master: svc: add support for read len bigger than 255
2024-01-17 22:50 UTC
[PATCH] Bluetooth: qca: fix device-address endianness
2024-01-17 22:49 UTC (7+ messages)
Subject: [PATCH next] ext4: super: Use clamp() instead of clamp_val() to bound timestamps
2024-01-17 22:47 UTC
[PATCH] userfaultfd: fix return error if mmap_changing is non-zero in MOVE ioctl
2024-01-17 22:46 UTC (2+ messages)
[PATCH 0/3] mm/slub: some minor optimization and cleanup
2024-01-17 22:44 UTC (5+ messages)
` [PATCH 1/3] mm/slub: directly load freelist from cpu partial slab in the likely case
` [PATCH 2/3] mm/slub: remove full list manipulation for non-debug slab
[PATCH] userfaultfd: fix mmap_changing checking in mfill_atomic_hugetlb
2024-01-17 22:37 UTC
[RFC PATCH 0/3] Add display sharing support in tidss
2024-01-17 22:37 UTC (4+ messages)
` [RFC PATCH 1/3] dt-bindings: display: ti,am65x-dss: Add support for display sharing mode
[PATCH RFC 0/4] arm64: support DMA zone starting above 4GB
2024-01-17 22:23 UTC (3+ messages)
` [PATCH RFC 1/4] of: get dma area lower limit
[syzbot] Monthly wireguard report (Jan 2024)
2024-01-17 22:20 UTC
[PATCH v3 0/7] hugetlb: parallelize hugetlb page init on boot
2024-01-17 22:14 UTC (7+ messages)
` [PATCH v3 3/7] padata: dispatch works on different nodes
[PATCH] dt-bindings: leds: add FUNCTION defines for per-band WLANs
2024-01-17 22:12 UTC (2+ messages)
[PATCH] lsm: Resolve compiling 'security.c' error
2024-01-17 22:03 UTC (4+ messages)
[PATCH] coccinelle: semantic patch to check for potential struct_size calls
2024-01-17 21:54 UTC (3+ messages)
[PATCH v3] perf data convert: Fix segfault when converting to json on arm64
2024-01-17 21:51 UTC
[PATCH v3] dt-bindings: fpga: Convert fpga-region binding to yaml
2024-01-17 21:47 UTC (2+ messages)
[GIT PULL] KVM changes for Linux 6.8-rc1
2024-01-17 21:46 UTC (2+ messages)
[GIT PULL] xen: branch for v6.8-rc1
2024-01-17 21:46 UTC (2+ messages)
[PATCH 11/13] rust: kernel: add doclinks with html tags
2024-01-17 21:41 UTC (3+ messages)
[PATCH v2] perf data convert: Fix segfault when converting to json on arm64
2024-01-17 21:38 UTC (3+ messages)
[PATCH] dt-bindings: hwmon: ina2xx: Describe ina260 chip
2024-01-17 21:25 UTC (2+ messages)
[RFC PATCH 0/4] DAMON based 2-tier memory management for CXL memory
2024-01-17 21:24 UTC (3+ messages)
[PATCH] scsi: cxlflash: Fix null pointer dereference in ocxlflash_get_fd
2024-01-17 21:24 UTC (2+ messages)
[PATCH bpf-next] bpf: Allow setting SO_TIMESTAMPING* with bpf_setsockopt()
2024-01-17 21:23 UTC (5+ messages)
[PATCH v5] ptp: ocp: add Adva timecard support
2024-01-17 21:23 UTC (2+ messages)
[PATCH 1/2] dt-bindings: hwmon: ina2xx: Add label property
2024-01-17 21:23 UTC (4+ messages)
` [PATCH 2/2] dt-bindings: hwmon: ina2xx: Describe #io-channel-cells property
[PATCH] PCI: dwc: Fix a 64bit bug in dw_pcie_ep_raise_msix_irq()
2024-01-17 21:21 UTC (2+ messages)
[PATCH v4] PCI: Relabel JHL6540 on Lenovo X1 Carbon 7,8
2024-01-17 21:21 UTC (4+ messages)
[PATCH 0/2] brcmstb_gisb updates for new chips
2024-01-17 21:20 UTC (5+ messages)
` [PATCH 1/2] dt-bindings: bus: Document Broadcom GISB arbiter 74165 compatible
` [PATCH 2/2] bus: brcmstb_gisb: Added support for 74165 register layout
[PATCH] hwmon: (nct6683) Add another customer ID for MSI
2024-01-17 21:20 UTC (2+ messages)
[PATCH v2] Enable haltpoll for arm64
2024-01-17 21:19 UTC (2+ messages)
[PATCH v3] drm/msm/dp: return correct Colorimetry for DP_TEST_DYNAMIC_RANGE_CEA case
2024-01-17 21:13 UTC
[PATCH v3 0/2] [v3]Add hantro g1 video decoder support for RK3588
2024-01-17 21:12 UTC (3+ messages)
[PATCH 0/2] scsi: target: iscsi: Fix two protocol issues
2024-01-17 21:09 UTC (6+ messages)
` [PATCH 1/2] scsi: target: iscsi: handle SCSI immediate commands
[PATCH] i2c: cadence: Avoid fifo clear after start
2024-01-17 21:05 UTC (4+ messages)
[PATCH V2] lockdep: fix deadlock issue between lockdep and rcu
2024-01-17 20:53 UTC (2+ messages)
[PULL REQUEST] i2c-for-6.8-rc1
2024-01-17 21:00 UTC (3+ messages)
[PATCH 1/1] MAINTAINERS: Add man-pages git tree
2024-01-17 20:54 UTC (5+ messages)
` [PATCH v2alx] MAINTAINERS: Add man-pages git trees
[PATCH v4 0/3] gpio: support i.MX93 truly available GPIO pins
2024-01-17 20:53 UTC (3+ messages)
` [PATCH v4 1/3] gpio: vf610: add support to DT 'ngpios' property
[PATCH v6 0/3] livepatch: Move modules to selftests and add a new test
2024-01-17 20:52 UTC (2+ messages)
[PATCH v3 0/3] gpio: support i.MX93 truly available GPIO pins
2024-01-17 20:51 UTC (3+ messages)
` [PATCH v3 1/3] gpio: vf610: add support to DT 'ngpios' property
[PATCH] media: atomisp: ssh_css: Fix a null-pointer dereference in load_video_binaries
2024-01-17 20:50 UTC (4+ messages)
[PATCH] drm/msm/dpu: check for valid hw_pp in dpu_encoder_helper_phys_cleanup
2024-01-17 20:49 UTC (2+ messages)
[RFC 0/7] firmware: arm_scmi: Qualcomm Vendor Protocol
2024-01-17 20:47 UTC (10+ messages)
` [RFC 3/7] firmware: arm_scmi: Add QCOM vendor protocol
` [RFC 4/7] soc: qcom: Utilize qcom scmi vendor protocol for bus dvfs
` [RFC 7/7] arm64: dts: qcom: x1e80100: Enable LLCC/DDR dvfs
[RFC PATCH] getrusage: Use trylock when getting sighand lock
2024-01-17 20:44 UTC (2+ messages)
[PATCH v2 0/6] firmware: arm_scmi: Add SCMI v3.2 pincontrol protocol basic support
2024-01-17 20:43 UTC (3+ messages)
` [PATCH v2 4/6] pinctrl: Implementation of the generic scmi-pinctrl driver
[PATCH 1/1] Fix a wrong value passed to __find_vmap_area()
2024-01-17 20:41 UTC (5+ messages)
[PATCH] drm/msm/adreno: Update generated headers
2024-01-17 20:37 UTC
[PATCH v2] HID: i2c-hid: Skip SET_POWER SLEEP for Cirque touchpad on system suspend
2024-01-17 20:35 UTC (2+ messages)
[RFC V1 00/13] vdpa live update
2024-01-17 20:34 UTC (20+ messages)
` [RFC V1 01/13] vhost-vdpa: count pinned memory
` [RFC V1 05/13] vhost-vdpa: VHOST_IOTLB_REMAP
` [RFC V1 07/13] vhost-vdpa: flush workers on suspend
` [RFC V1 08/13] vduse: "
` [RFC V1 10/13] vdpa_sim: "
[PATCH] kprobes: Use synchronize_rcu_tasks_rude in kprobe_optimizer
2024-01-17 20:31 UTC (2+ messages)
[PATCH 0/2] riscv: Increase mmap_rnd_bits_max on Sv48/57
2024-01-17 20:29 UTC (3+ messages)
[PATCH] seq_buf: make DECLARE_SEQ_BUF() usable
2024-01-17 20:29 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox