messages from 2024-06-14 16:04:49 to 2024-06-14 18:05:40 UTC [more...]
[PATCH v8 0/7] Add support for Translation Buffer Units
2024-06-14 18:05 UTC (3+ messages)
` [PATCH v8 5/7] arm64: dts: qcom: sdm845: Add DT nodes for the TBUs
[PATCH v2 0/6] cleanups, fixes, and progress towards avoiding "make headers"
2024-06-14 18:02 UTC (5+ messages)
` [PATCH v2 1/6] selftests/mm: mseal, self_elf: fix missing __NR_mseal
[PATCH 0/3] Add global CMA reserve area
2024-06-14 17:58 UTC (6+ messages)
` [PATCH 2/3] arm64: dts: ti: k3-am62a7-sk: Reserve 576MiB of global CMA
` [PATCH 3/3] arm64: dts: ti: k3-am62p5-sk: Reserve 576 MiB "
[PATCH] cpupower: Add 'help' target to the main Makefile
2024-06-14 17:57 UTC (2+ messages)
[PATCH] Improve cpupower utility build process description
2024-06-14 17:55 UTC (2+ messages)
[TECH TOPIC] DAMON: Updates and Plans
2024-06-14 17:55 UTC
[PATCH] net: usb: ax88179_178a: fix link status when link is set to down/up
2024-06-14 17:48 UTC (4+ messages)
[PATCHv8 bpf-next 0/9] uprobe: uretprobe speed up
2024-06-14 17:48 UTC (3+ messages)
` [PATCHv8 bpf-next 3/9] uprobe: Add uretprobe syscall to speed up return probe
[PATCH v4 0/3] Generate address range data for built-in modules
2024-06-14 17:46 UTC (5+ messages)
` [PATCH v4 1/3] kbuild: add mod(name,file)_flags to assembler flags for module objects
` [PATCH v4 2/3] kbuild, kconfig: generate offset range data for builtin modules
` [PATCH v4 3/3] module: add install target for modules.builtin.ranges
[PATCH net-next v15 00/14] net: Make timestamping selectable
2024-06-14 17:46 UTC (4+ messages)
` [PATCH net-next v15 07/14] net: Add struct kernel_ethtool_ts_info
[PATCH 00/23] Introduce irq_domain_instanciate()
2024-06-14 17:32 UTC (24+ messages)
` [PATCH 01/23] irqdomain: Introduce irq_domain_free()
` [PATCH 02/23] irqdomain: Introduce irq_domain_instantiate()
` [PATCH 03/23] irqdomain: Fixed unbalanced fwnode get and put
` [PATCH 04/23] irqdomain: Constify parameter in is_fwnode_irqchip()
` [PATCH 05/23] irqdomain: Use a dedicated function to set the domain name
` [PATCH 06/23] irqdomain: Convert __irq_domain_create() to use struct irq_domain_info
` [PATCH 07/23] irqdomain: Handle additional domain flags in irq_domain_instantiate()
` [PATCH 08/23] irqdomain: Handle domain hierarchy parent "
` [PATCH 09/23] irqdomain: Use irq_domain_instantiate() for hierarchy domain creation
` [PATCH 10/23] irqdomain: Make __irq_domain_create() return an error code
` [PATCH 11/23] irqdomain: Handle domain bus token in irq_domain_create()
` [PATCH 12/23] irqdomain: Introduce init() and exit() hooks
` [PATCH 13/23] genirq/generic_chip: Introduce irq_domain_{alloc,remove}_generic_chips()
` [PATCH 14/23] genirq/generic_chip: Introduce init() and exit() hooks
` [PATCH 15/23] irqdomain: Add support for generic irq chips creation before publishing a domain
` [PATCH 16/23] irqdomain: Add a resource managed version of irq_domain_instantiate()
` [PATCH 17/23] irqdomain: Convert __irq_domain_add() wrappers to irq_domain_instantiate()
` [PATCH 18/23] irqdomain: Convert domain creation functions "
` [PATCH 19/23] um: virt-pci: Use irq_domain_instantiate()
` [PATCH 20/23] irqdomain: Remove __irq_domain_add()
` [PATCH 21/23] dt-bindings: interrupt-controller: Add support for Microchip LAN966x OIC
` [PATCH 22/23] irqchip: Add support for "
` [PATCH 23/23] MAINTAINERS: Add the Microchip LAN966x OIC driver entry
[PATCH v6 0/8] drm: Support per-plane async flip configuration
2024-06-14 17:32 UTC (4+ messages)
` [PATCH v6 2/8] "
[PATCH] wifi: ath12k: fix potential NULL dereference
2024-06-14 17:32 UTC
[PATCH net] ptp: fix integer overflow in max_vclocks_store
2024-06-14 17:31 UTC
[PATCH] ipmi: ssif_bmc: prevent integer overflow on 32bit systems
2024-06-14 17:30 UTC
[PATCH 1/2] tools/perf: Fix the string match for "/tmp/perf-$PID.map" files in dso__load
2024-06-14 17:27 UTC (2+ messages)
` [PATCH 2/2] tools/perf: Fix parallel-perf python script to replace new python syntax ":=" usage
[V4 00/16] Add data type profiling support for powerpc
2024-06-14 17:26 UTC (17+ messages)
` [V4 01/16] tools/perf: Move the data structures related to register type to header file
` [V4 02/16] tools/perf: Add "update_insn_state" callback function to handle arch specific instruction tracking
` [V4 03/16] tools/perf: Add support to capture and parse raw instruction in powerpc using dso__data_read_offset utility
` [V4 04/16] tools/perf: Use sort keys to determine whether to pick objdump to disassemble
` [V4 05/16] tools/perf: Add disasm_line__parse to parse raw instruction for powerpc
` [V4 06/16] tools/perf: Update parameters for reg extract functions to use raw instruction on powerpc
` [V4 07/16] tools/perf: Add support to identify memory instructions of opcode 31 in powerpc
` [V4 08/16] tools/perf: Add some of the arithmetic instructions to support instruction tracking "
` [V4 09/16] tools/perf: Add more instructions for instruction tracking
` [V4 10/16] tools/perf: Update instruction tracking for powerpc
` [V4 11/16] tools/perf: Make capstone_init non-static so that it can be used during symbol disassemble
` [V4 12/16] tools/perf: Use capstone_init and remove open_capstone_handle from disasm.c
` [V4 13/16] tools/perf: Add support to use libcapstone in powerpc
` [V4 14/16] tools/perf: Add support to find global register variables using find_data_type_global_reg
` [V4 15/16] tools/perf: Add support for global_die to capture name of variable in case of register defined variable
` [V4 16/16] tools/perf: Set instruction name to be used with insn-stat when using raw instruction
[PATCH v3 0/2] Support Starry er88577 MIPI-DSI panel
2024-06-14 17:25 UTC (3+ messages)
` [PATCH v3 2/2] drm/panel: starry-er88577: add new panel driver
commit 1c29a32ce65f4cd0f1c causes Bad rss-counter state and firefox-esr crash in linux-next-20240613
2024-06-14 17:21 UTC (4+ messages)
[PATCH v2 0/2] Fixes for console command line ordering
2024-06-14 17:18 UTC (5+ messages)
` [PATCH v2 1/2] printk: Revert add_preferred_console_match() related commits
` [PATCH v2 2/2] printk: Add update_preferred_console()
[PATCH net] selftests: mptcp: userspace_pm: fixed subtest names
2024-06-14 17:15 UTC
[PATCH net V5 0/3] net: lan743x: Fixes for multiple WOL related issues
2024-06-14 17:11 UTC (4+ messages)
` [PATCH net V5 1/3] net: lan743x: disable WOL upon resume to restore full data path operation
` [PATCH net V5 2/3] net: lan743x: Support WOL at both the PHY and MAC appropriately
` [PATCH net V5 3/3] net: phy: mxl-gpy: Remove interrupt mask clearing from config_init
[PATCH] kcov: don't lose track of remote references during softirqs
2024-06-14 17:13 UTC (3+ messages)
[PATCH net V4 0/3] net: lan743x: Fixes for multiple WOL related issues
2024-06-14 17:09 UTC (6+ messages)
` [PATCH net V4 1/3] net: lan743x: disable WOL upon resume to restore full data path operation
[PATCH v2] kcov: don't lose track of remote references during softirqs
2024-06-14 17:12 UTC
(subset) [PATCH v3] mfd: axp20x: AXP717: Fix missing IRQ status registers range
2024-06-14 17:11 UTC (2+ messages)
[PATCH RFC 0/3] ASoC: dt-bindings: amlogic-sound-cards: document clocks and clock-names
2024-06-14 17:10 UTC (6+ messages)
` [PATCH RFC 1/3] ASoC: dt-bindings: amlogic,axg-sound-card: "
` [PATCH RFC 2/3] ASoC: dt-bindings: amlogic,gx-sound-card: "
` [PATCH RFC 3/3] arm64: dts: amlogic: add clock and clock-names to sound cards
[PATCH v3 0/4] Add kd101ne3-40ti configuration in driver jd9365da
2024-06-14 17:09 UTC (8+ messages)
` [PATCH v3 1/4] drm/panel: jd9365da: Modify the method of sending commands
` [PATCH v3 2/4] dt-bindings: display: panel: Add compatible for kingdisplay-kd101ne3
` [PATCH v3 3/4] drm/panel: jd9365da: Support for kd101ne3-40ti MIPI-DSI panel
[PATCH net-next v2 1/9] net: psample: add user cookie
2024-06-14 17:07 UTC (16+ messages)
` [PATCH net-next v2 2/9] net: sched: act_sample: add action cookie to sample
` [PATCH net-next v2 3/9] net: psample: skip packet copy if no listeners
` [PATCH net-next v2 4/9] net: psample: allow using rate as probability
` [PATCH net-next v2 5/9] net: openvswitch: add emit_sample action
` [PATCH net-next v2 6/9] net: openvswitch: store sampling probability in cb
` [PATCH net-next v2 7/9] net: openvswitch: do not notify drops inside sample
` [PATCH net-next v2 9/9] selftests: openvswitch: add emit_sample test
[GIT PULL] Thermal control fixes for v6.10-rc4
2024-06-14 17:05 UTC (2+ messages)
[GIT PULL] ACPI fixes for v6.10-rc4
2024-06-14 17:05 UTC (2+ messages)
[GIT PULL] Power management fix for v6.10-rc4
2024-06-14 17:05 UTC (2+ messages)
Linux 6.10-rc1
2024-06-14 17:04 UTC (6+ messages)
[PATCH 5.10 000/317] 5.10.219-rc1 review
2024-06-14 17:04 UTC (2+ messages)
[PATCH 6.9 000/157] 6.9.5-rc1 review
2024-06-14 17:04 UTC (2+ messages)
[PATCH 6.6 000/137] 6.6.34-rc1 review
2024-06-14 17:03 UTC (2+ messages)
[PATCH 5.15 000/402] 5.15.161-rc1 review
2024-06-14 17:03 UTC (2+ messages)
[PATCH] drm/ci: mark kms_addfb_basic@addfb25-bad-modifier as passing on msm
2024-06-14 17:03 UTC (4+ messages)
[PATCH 6.1 00/85] 6.1.94-rc1 review
2024-06-14 17:03 UTC (2+ messages)
[PATCH 5.4 000/202] 5.4.278-rc1 review
2024-06-14 17:03 UTC (2+ messages)
[PATCH 4.19 000/213] 4.19.316-rc1 review
2024-06-14 17:03 UTC (2+ messages)
[PATCH v2] Bluetooth: btnxpuart: Enable Power Save feature on startup
2024-06-14 17:00 UTC (2+ messages)
[PATCH v2] Bluetooth: btnxpuart: Add handling for boot-signature timeout errors
2024-06-14 17:00 UTC (2+ messages)
[PATCH v4 0/2] Bluetooth: btnxpuart: Update firmware names
2024-06-14 17:00 UTC (2+ messages)
[PATCH 1/2] mailbox: Add power_get/power_put API to mbox_chan_ops
2024-06-14 16:55 UTC (3+ messages)
[PATCH v6] drm/ci: add tests on vkms
2024-06-14 16:54 UTC (2+ messages)
[Patch v2 1/2] ASoC: fsl: Add i2s and pcm drivers for LPC32xx CPUs
2024-06-14 16:51 UTC (12+ messages)
` [PATCH v3 0/4] Add audio support for LPC32XX CPUs
` [PATCH v3 1/4] ASoC: dt-bindings: lpc32xx: Add lpc32xx i2s DT binding
` [PATCH v3 2/4] ARM: dts: lpc32xx: Add missing properties for the i2s interfaces
` [PATCH v3 3/4] ARM: lpc32xx: Add pl08x virtual dma channels for spi and i2s
` [PATCH v3 4/4] ASoC: fsl: Add i2s and pcm drivers for LPC32xx CPUs
[PATCH net-next 0/3] net: phy: dp83867: add cable diag support
2024-06-14 16:52 UTC (7+ messages)
` [PATCH net-next 1/3] net: phy: dp83867: Add SQI support
` [PATCH net-next 2/3] net: phy: dp83867: add cable test support
[PATCH 0/3] Some block sparse fixes
2024-06-14 16:47 UTC (8+ messages)
` [PATCH 1/3] bdev: make blockdev_mnt static
` [PATCH 2/3] block: Drop locking annotation for limits_lock
` [PATCH 3/3] block: BFQ: Refactor bfq_exit_icq() to silence sparse warning
[PATCH v20 00/18] Add support for Sub-NUMA cluster (SNC) systems
2024-06-14 16:46 UTC (5+ messages)
[PATCH] selftests/ftrace: Fix test to handle both old and new kernels
2024-06-14 16:43 UTC (2+ messages)
[PATCH] tracing/selftests: Run the ownership test twice
2024-06-14 16:41 UTC (2+ messages)
[PATCH v5] block: Add ioprio to block_rq tracepoint
2024-06-14 16:40 UTC (2+ messages)
[PATCH] kselftest/alsa: Fix validation of writes to volatile controls
2024-06-14 16:40 UTC
[PATCH] bpf: don't call mmap_read_trylock() from IRQ context
2024-06-14 16:40 UTC (4+ messages)
[PATCH 0/9] New DRM accel driver for Rockchip's RKNN NPU
2024-06-14 16:39 UTC (9+ messages)
` [PATCH 6/9] accel/rocket: Add a new driver for Rockchip's NPU
` [PATCH 7/9] accel/rocket: Add IOCTL for BO creation
` [PATCH 8/9] accel/rocket: Add job submission IOCTL
` [PATCH 9/9] accel/rocket: Add IOCTLs for synchronizing memory accesses
[PATCH v6 0/7] DAMON based tiered memory management for CXL memory
2024-06-14 16:39 UTC (2+ messages)
[PATCH v6 7/7] Docs/damon: document damos_migrate_{hot,cold}
2024-06-14 16:36 UTC (2+ messages)
[PATCH v7] dt-bindings: PCI: altera: Convert to YAML
2024-06-14 16:35 UTC
[PATCH v4 0/3] drm/panel-edp: remove several legacy compatibles used by the driver
2024-06-14 16:33 UTC (2+ messages)
[PATCH] ocfs2: Constify struct ocfs2_lock_res_ops
2024-06-14 16:25 UTC
[PATCH] irqchip/riscv-intc: Remove asmlinkage
2024-06-14 16:32 UTC (2+ messages)
[PATCH v2 00/14] Introducing TIF_NOTIFY_IPI flag
2024-06-14 16:31 UTC (4+ messages)
[PATCH v2 0/2] improve buffered write performance with fgf order hint
2024-06-14 16:30 UTC (3+ messages)
` [PATCH v2 1/2] bcachefs: use FGP_WRITEBEGIN instead of combining individual flags
` [PATCH v2 2/2] bcachefs: set fgf order hint before starting a buffered write
[PATCH net-next 0/3] net: xilinx: axienet: Add statistics support
2024-06-14 16:30 UTC (3+ messages)
` [PATCH net-next 3/3] "
[for-next][PATCH 00/13] tracing/ring-buffer: Persistent traces across a reboot or crash
2024-06-14 16:30 UTC (14+ messages)
` [for-next][PATCH 01/13] ring-buffer: Allow mapped field to be set without mapping
` [for-next][PATCH 02/13] ring-buffer: Add ring_buffer_alloc_range()
` [for-next][PATCH 03/13] ring-buffer: Add ring_buffer_meta data
` [for-next][PATCH 04/13] tracing: Implement creating an instance based on a given memory region
` [for-next][PATCH 05/13] ring-buffer: Add output of ring buffer meta page
` [for-next][PATCH 06/13] ring-buffer: Add test if range of boot buffer is valid
` [for-next][PATCH 07/13] ring-buffer: Validate boot range memory events
` [for-next][PATCH 08/13] tracing: Add option to use memmapped memory for trace boot instance
` [for-next][PATCH 09/13] ring-buffer: Save text and data locations in mapped meta data
` [for-next][PATCH 10/13] tracing/ring-buffer: Add last_boot_info file to boot instance
` [for-next][PATCH 11/13] tracing: Handle old buffer mappings for event strings and functions
` [for-next][PATCH 12/13] tracing: Update function tracing output for previous boot buffer
` [for-next][PATCH 13/13] tracing: Add last boot delta offset for stack traces
[GIT PULL] memblock:fix validation of NUMA coverage
2024-06-14 16:28 UTC (5+ messages)
[PATCH v11 1/4] PCI/DOE: Rename DOE protocol to feature
2024-06-14 16:28 UTC (3+ messages)
` [PATCH v11 3/4] PCI/DOE: Expose the DOE features via sysfs
[PATCH 0/2] media: v4l2: map UVC_CT_ROLL_ABSOLUTE_CONTROL
2024-06-14 16:26 UTC (4+ messages)
` [PATCH 2/2] "
[PATCH V2 RESEND] scsi: lpfc: Fix a possible null pointer dereference
2024-06-14 16:25 UTC (2+ messages)
[PATCH v6] KVM: arm64: Add early_param to control WFx trapping
2024-06-14 16:25 UTC (2+ messages)
[PATCH v2] x86/boot: Remove unused function __fortify_panic()
2024-06-14 16:24 UTC (2+ messages)
` [tip: x86/cleanups] "
[PATCH] Documentation: Remove "mfgpt_irq=" from the kernel-parameters.txt file
2024-06-14 16:24 UTC (2+ messages)
` [tip: x86/cleanups] "
[PATCH 0/2] improve buffered write performance with fgf order hint
2024-06-14 16:22 UTC (4+ messages)
` [PATCH 1/2] bcachefs: use FGP_WRITEBEGIN instead of combining individual flags
[PATCH] HID: uclogic: avoid linking common code into multiple modules
2024-06-14 16:22 UTC (6+ messages)
[PATCH v2 0/2] Fix UCLogic warnings
2024-06-14 16:16 UTC (3+ messages)
` [PATCH v2 1/2] HID: uclogic: Avoid linking common code into multiple modules
` [PATCH v2 2/2] HID: uclogic: Add module description
[PATCH v11 0/8] VMware hypercalls enhancements
2024-06-14 16:19 UTC (5+ messages)
` [PATCH v11 8/8] x86/vmware: Add TDX hypercall support
[PATCH 1/2] arm64: dts: ti: k3-am65: Add full compatible to SerDes control nodes
2024-06-14 16:19 UTC (4+ messages)
` [PATCH 2/2] arm64: dts: ti: k3-am65: Move SerDes mux nodes under the control node
[syzbot] BUG: Bad rss-counter state (5)
2024-06-14 16:18 UTC (2+ messages)
[PATCH] cpuidle: haltpoll: add missing MODULE_DESCRIPTION() macro
2024-06-14 16:16 UTC (2+ messages)
[PATCH v9 00/13] Make PCI's devres API more consistent
2024-06-14 16:16 UTC (2+ messages)
[PATCH v9 10/13] PCI: Give pci_intx() its own devres callback
2024-06-14 16:14 UTC (2+ messages)
[PATCH][v2] virt: tdx-guest: Don't free decrypted memory
2024-06-14 16:13 UTC (2+ messages)
[PATCH v5 0/9] mm: multi-gen LRU: Walk secondary MMU page tables while aging
2024-06-14 16:12 UTC (9+ messages)
` [PATCH v5 4/9] mm: Add test_clear_young_fast_only MMU notifier
[PATCH v3 03/24] PCI/MSI: Provide MSI_FLAG_PCI_MSI_MASK_PARENT
2024-06-14 16:09 UTC (2+ messages)
[PATCH 0/3] fs/file.c: optimize the critical section of
2024-06-14 16:34 UTC (4+ messages)
` [PATCH 1/3] fs/file.c: add fast path in alloc_fd()
` [PATCH 2/3] fs/file.c: conditionally clear full_fds
` [PATCH 3/3] fs/file.c: move sanity_check from alloc_fd() to put_unused_fd()
[PATCH] virt/coco/sev-guest: Don't free decrypted memory
2024-06-14 16:08 UTC (2+ messages)
[PATCH] x86/resctrl: Don't try to free nonexistent RMIDs
2024-06-14 16:08 UTC
[PATCH] drm/nouveau: Constify struct nouveau_job_ops
2024-06-14 16:08 UTC
[PATCH] scsi: sd: Keep the discard mode stable
2024-06-14 16:03 UTC
[PATCH v6 net-next 00/15] locking: Introduce nested-BH locking
2024-06-14 16:04 UTC (8+ messages)
` [PATCH v6 net-next 08/15] net: softnet_data: Make xmit.recursion per task
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