messages from 2023-03-29 14:03:30 to 2023-03-29 15:54:25 UTC [more...]
[PATCH 00/19] DT header disentangling, part 1
2023-03-29 15:52 UTC (20+ messages)
` [PATCH 01/19] of: Make devtree_lock declaration private
` [PATCH 02/19] of: Move of_device_(add|register|unregister) to of_platform.h
` [PATCH 03/19] of: Move of_device_get_match_data() declaration
` [PATCH 04/19] of: Move CPU node related functions to their own file
` [PATCH 05/19] of: Drop unnecessary includes in headers
` [PATCH 06/19] ARM: sunxi: Drop of_device.h include
` [PATCH 07/19] ARM: cpuidle: "
` [PATCH 08/19] riscv: Add explicit include for cpu.h
` [PATCH 09/19] riscv: cacheinfo: Adjust includes to remove of_device.h
` [PATCH 10/19] "
` [PATCH 11/19] clocksource: ingenic: Add explicit include for cpuhotplug.h
` [PATCH 12/19] thermal: cpuidle_cooling: Adjust includes to remove of_device.h
` [PATCH 13/19] soc: mediatek: mtk-svs: Add explicit include for cpu.h
` [PATCH 14/19] cpufreq: Adjust includes to remove of_device.h
` [PATCH 15/19] cpufreq: sun50i: Add explicit include for cpu.h
` [PATCH 16/19] cpuidle: Adjust includes to remove of_device.h
` [PATCH 17/19] irqchip: loongson-eiointc: Add explicit include for cpuhotplug.h
` [PATCH 18/19] OPP: Adjust includes to remove of_device.h
` [PATCH 19/19] of: Drop cpu.h include from of_device.h
[PATCH v4 0/4] sched/psi: Allow unprivileged PSI polling
2023-03-29 15:53 UTC (7+ messages)
` [PATCH v4 1/4] sched/psi: rearrange polling code in preparation
` [PATCH v4 2/4] sched/psi: rename existing poll members "
` [PATCH v4 3/4] sched/psi: extract update_triggers side effect
` [PATCH v4 4/4] sched/psi: allow unprivileged polling of N*2s period
[PATCH v2 1/2] crypto: caam - reduce page 0 regs access to minimum
2023-03-29 15:51 UTC (2+ messages)
[PATCH v9 0/2] drm: add kms driver for loongson display controller
2023-03-29 15:50 UTC (3+ messages)
` [PATCH v9 1/2] MAINTAINERS: add maintainers for DRM LOONGSON driver
` [PATCH v9 2/2] drm: add kms driver for loongson display controller
[PATCH V2 1/2] tracing/timerlat: Notify new max thread latency
2023-03-29 15:50 UTC (2+ messages)
` [PATCH V2 2/2] tracing/osnoise: Fix notify new tracing_max_latency
[PATCH] Asoc: wm_adsp: Add support for loading firmware with prefix name
2023-03-29 15:49 UTC (7+ messages)
[PATCH] drm/msm/adreno: adreno_gpu: Use suspend() instead of idle() on load error
2023-03-29 15:48 UTC (3+ messages)
[PATCH v14 00/14] Add PSR support for eDP
2023-03-29 15:47 UTC (7+ messages)
` [PATCH v14 14/14] drm/msm/dp: set self refresh aware based on PSR support
[BUG] systemd-devd triggers kernel memleak apparently in drivers/core/dd.c: driver_register()
2023-03-29 15:46 UTC (15+ messages)
` [BUG] [BISECTED] "
` [BUG] [BISECTED] [CORRECTION] "
[PATCH net v2] virtio/vsock: fix leaks due to missing skb owner
2023-03-29 7:16 UTC (3+ messages)
[PATCH v14 0/4] Checkpoint Support for Syscall User Dispatch
2023-03-29 15:41 UTC (4+ messages)
` [PATCH v14 1/4] asm-generic,arm64: create task variant of access_ok
[PATCH 0/2] Add MHUv2 support for multiple rx interrupt
2023-03-29 15:39 UTC (3+ messages)
` [PATCH 1/2] dt-bindings: mailbox : arm,mhuv2: Allow for more RX interrupts
` [PATCH 2/2] mailbox: arm_mhuv2: Add support for multiple rx interrupt
selftests: net: l2tp.sh regression starting with 6.1-rc1
2023-03-29 15:39 UTC (4+ messages)
[PATCH -next] dma-debug: Use %pa to format phys_addr_t
2023-03-29 15:38 UTC (4+ messages)
[PATCH v8 0/9] Implement copy offload support
2023-03-29 15:30 UTC (17+ messages)
` [PATCH v8 7/9] dm: Add support for copy offload
` [PATCH v8 9/9] null_blk: add "
` [PATCH v8 1/9] block: Introduce queue limits for copy-offload support
` [PATCH v8 4/9] fs, block: copy_file_range for def_blk_ops for direct block device
drivers/remoteproc/xlnx_r5_remoteproc.c:209:20: sparse: sparse: cast removes address space '__iomem' of expression
2023-03-29 15:30 UTC
[PATCH bpf-next 1/3] xsk: Support UMEM chunk_size > PAGE_SIZE
2023-03-29 15:40 UTC (3+ messages)
[RFC PATCH v2 00/48] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES)
2023-03-29 15:32 UTC (54+ messages)
` [RFC PATCH v2 01/48] netfs: Fix netfs_extract_iter_to_sg() for ITER_UBUF/IOVEC
` [RFC PATCH v2 02/48] iov_iter: Remove last_offset member
` [RFC PATCH v2 03/48] iov_iter: Add an iterator-of-iterators
` [RFC PATCH v2 04/48] net: Declare MSG_SPLICE_PAGES internal sendmsg() flag
` [RFC PATCH v2 05/48] mm: Move the page fragment allocator from page_alloc.c into its own file
` [RFC PATCH v2 06/48] mm: Make the page_frag_cache allocator use multipage folios
` [RFC PATCH v2 07/48] mm: Make the page_frag_cache allocator use per-cpu
` [RFC PATCH v2 08/48] tcp: Support MSG_SPLICE_PAGES
` [RFC PATCH v2 09/48] tcp: Make sendmsg(MSG_SPLICE_PAGES) copy unspliceable data
` [RFC PATCH v2 10/48] tcp: Convert do_tcp_sendpages() to use MSG_SPLICE_PAGES
` [RFC PATCH v2 11/48] tcp_bpf: Inline do_tcp_sendpages as it's now a wrapper around tcp_sendmsg
` [RFC PATCH v2 12/48] espintcp: Inline do_tcp_sendpages()
` [RFC PATCH v2 13/48] tls: "
` [RFC PATCH v2 14/48] siw: "
` [RFC PATCH v2 15/48] tcp: Fold do_tcp_sendpages() into tcp_sendpage_locked()
` [RFC PATCH v2 16/48] ip, udp: Support MSG_SPLICE_PAGES
` [RFC PATCH v2 17/48] ip, udp: Make sendmsg(MSG_SPLICE_PAGES) copy unspliceable data
` [RFC PATCH v2 18/48] udp: Convert udp_sendpage() to use MSG_SPLICE_PAGES
` [RFC PATCH v2 19/48] af_unix: Support MSG_SPLICE_PAGES
` [RFC PATCH v2 20/48] af_unix: Make sendmsg(MSG_SPLICE_PAGES) copy unspliceable data
` [RFC PATCH v2 21/48] crypto: af_alg: Pin pages rather than ref'ing if appropriate
` [RFC PATCH v2 22/48] crypto: af_alg: Use netfs_extract_iter_to_sg() to create scatterlists
` [RFC PATCH v2 23/48] crypto: af_alg: Indent the loop in af_alg_sendmsg()
` [RFC PATCH v2 24/48] crypto: af_alg: Support MSG_SPLICE_PAGES
` [RFC PATCH v2 25/48] crypto: af_alg: Convert af_alg_sendpage() to use MSG_SPLICE_PAGES
` [RFC PATCH v2 26/48] crypto: af_alg/hash: Support MSG_SPLICE_PAGES
` [RFC PATCH v2 27/48] splice, net: Use sendmsg(MSG_SPLICE_PAGES) rather than ->sendpage()
` [RFC PATCH v2 28/48] splice: Reimplement splice_to_socket() to pass multiple bufs to sendmsg()
` [RFC PATCH v2 29/48] Remove file->f_op->sendpage
` [RFC PATCH v2 30/48] siw: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage to transmit
` [RFC PATCH v2 31/48] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
` [RFC PATCH v2 32/48] iscsi: "
` [RFC PATCH v2 33/48] iscsi: Assume "sendpage" is okay in iscsi_tcp_segment_map()
` [RFC PATCH v2 34/48] tcp_bpf: Make tcp_bpf_sendpage() go through tcp_bpf_sendmsg(MSG_SPLICE_PAGES)
` [RFC PATCH v2 35/48] net: Use sendmsg(MSG_SPLICE_PAGES) not sendpage in skb_send_sock()
` [RFC PATCH v2 36/48] algif: Remove hash_sendpage*()
` [RFC PATCH v2 37/48] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()
` [RFC PATCH v2 38/48] rds: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage
` [RFC PATCH v2 39/48] dlm: "
` [RFC PATCH v2 40/48] sunrpc: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage
` [RFC PATCH v2 41/48] sunrpc: Rely on TCP sendmsg + MSG_SPLICE_PAGES to copy unspliceable data
` [RFC PATCH v2 42/48] nvme: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage
` [RFC PATCH v2 43/48] kcm: "
` [RFC PATCH v2 44/48] smc: Drop smc_sendpage() in favour of smc_sendmsg() + MSG_SPLICE_PAGES
` [RFC PATCH v2 45/48] ocfs2: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()
` [RFC PATCH v2 46/48] drbd: Use sendmsg(MSG_SPLICE_PAGES) rather than sendmsg()
` [RFC PATCH v2 47/48] drdb: Send an entire bio in a single sendmsg
` [RFC PATCH v2 48/48] sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
[PATCH -fixes v2 0/3] Fixes for dtb mapping
2023-03-29 15:33 UTC (8+ messages)
` [PATCH -fixes v2 2/3] riscv: Do not set initial_boot_params to the linear address of the dtb
` [PATCH -fixes v2 3/3] riscv: No need to relocate the dtb as it lies in the fixmap region
[PATCH v1 0/3] Add TDM audio on StarFive JH7110
2023-03-29 15:33 UTC (4+ messages)
` [PATCH v1 1/3] dt-bindings: sound: Add TDM for "
` [PATCH v1 2/3] ASoC: starfive: Add JH7110 TDM driver
` [PATCH v1 3/3] riscv: dts: starfive: add tdm node and sound card
[PATCH v2 0/2] Introducing trace buffer mapping by user-space
2023-03-29 15:32 UTC (13+ messages)
` [PATCH v2 1/2] ring-buffer: Introducing ring-buffer mapping functions
[PATCH 0/2] rust: Add uapi crate
2023-03-29 15:28 UTC (5+ messages)
` [PATCH 1/2] rust: uapi: Add UAPI crate
` [PATCH 2/2] rust: ioctl: Move to the uapi crate
[PATCH v2 0/5] Handle corrected machine check interrupt storms
2023-03-29 15:26 UTC (7+ messages)
` [PATCH v3 "
` [PATCH v3 4/5] x86/mce: Move storm handling to core
[PATCH] thermal: intel: int340x: processor_thermal: Fix additional deadlock
2023-03-29 15:22 UTC
[PATCH v3 00/26] KVM: x86: Halt and APICv overhaul
2023-03-29 15:22 UTC (5+ messages)
` [PATCH v3 07/26] KVM: VMX: Move preemption timer <=> hrtimer dance to common x86
[PATCH][for stable/linux-5.15.y] KVM: VMX: Move preemption timer <=> hrtimer dance to common x86
2023-03-29 15:21 UTC (2+ messages)
[PATCH v7 00/13] CSI2RX support on J721E
2023-03-29 15:17 UTC (4+ messages)
[PATCH] scsi: iscsi_tcp: Check the sock is correct before iscsi_set_param
2023-03-29 15:17 UTC (2+ messages)
[PATCH kernel v3 2/3] KVM: SEV: Enable data breakpoints in SEV-ES
2023-03-29 15:13 UTC (4+ messages)
` [PATCH kernel v4] "
[PATCH] PCI: Fix use-after-free in pci_bus_release_domain_nr()
2023-03-29 15:10 UTC (2+ messages)
[PATCH net-next] net: ethernet: ti: Fix format specifier in netcp_create_interface()
2023-03-29 15:08 UTC
[PATCH v6 0/5] Add MAX77541/MAX77540 PMIC Support
2023-03-29 15:06 UTC (21+ messages)
` [PATCH v6 5/5] mfd: max77541: Add ADI "
[PATCH v2 0/6] rust: error: Add missing wrappers to convert to/from kernel error codes
2023-03-29 15:04 UTC (14+ messages)
` [PATCH v2 1/6] rust: error: Rename to_kernel_errno() -> to_errno()
` [PATCH v2 2/6] rust: error: Add Error::to_ptr()
` [PATCH v2 3/6] rust: error: Add Error::from_errno()
` [PATCH v2 4/6] rust: error: Add to_result() helper
` [PATCH v2 5/6] rust: error: Add a helper to convert a C ERR_PTR to a `Result`
` [PATCH v2 6/6] rust: error: Add from_result() helper
[PATCH v3 1/2] mm: vmalloc: Remove a global vmap_blocks xarray
2023-03-29 15:01 UTC (3+ messages)
[PATCH v2 00/15] crypto: Add Intel Analytics Accelerator (IAA) crypto compression driver
2023-03-29 14:58 UTC (2+ messages)
` [PATCH v2 10/15] crypto: iaa - Add per-cpu workqueue table with rebalancing
[RFC PATCH] sched/fair: Make tg->load_avg per node
2023-03-29 14:55 UTC (5+ messages)
[PATCH] mm: mark folio as workingset in lru_deactivate_fn
2023-03-29 14:55 UTC (2+ messages)
[PATCH] mm: khugepaged: Fix kernel BUG in hpage_collapse_scan_file
2023-03-29 14:53 UTC
CLONE_INTO_CGROUP probably needs to call controller attach handlers
2023-03-29 14:52 UTC (4+ messages)
[PATCH v3 0/1] PCI: qcom: Add support for system suspend and resume
2023-03-29 14:51 UTC (10+ messages)
` [PATCH v3 1/1] "
` [EXT] "
[PATCH v4 0/4] TI TPS6594 PMIC support (Core, ESM, PFSM)
2023-03-29 14:50 UTC (3+ messages)
` [PATCH v4 2/4] mfd: tps6594: Add driver for TI TPS6594 PMIC
[PATCH v3 0/4] TI TPS6594 PMIC support (Core, ESM, PFSM)
2023-03-29 14:49 UTC (4+ messages)
` [PATCH v3 2/4] mfd: tps6594: Add driver for TI TPS6594 PMIC
[PATCH v2 4/7] mm: page_owner: add support for splitting to any order in split page_owner
2023-03-29 14:48 UTC (2+ messages)
[PATCH v8 0/3] perf: cs-etm: Update perf to handle new Coresight Trace ID
2023-03-29 14:47 UTC (7+ messages)
` [PATCH v8 1/3] perf: cs-etm: Move mapping of Trace ID and cpu into helper function
power_supply_show_property Kernel Oops
2023-03-29 14:43 UTC (2+ messages)
[PATCH V2 7/8] vfio/pci: Support dynamic MSI-x
2023-03-29 14:42 UTC (3+ messages)
[PATCH v2] PCI: cadence: Fix Gen2 Link Retraining process
2023-03-29 14:41 UTC (2+ messages)
[PATCH -next] thermal/drivers/thermal_hwmon: Fix a kernel NULL pointer dereference
2023-03-29 14:38 UTC (5+ messages)
[PATCH 0/6] sched/deadline: cpuset: Rework DEADLINE bandwidth restoration
2023-03-29 14:34 UTC (7+ messages)
` [PATCH 4/6] sched/deadline: Create DL BW alloc, free & check overflow interface
` [PATCH 5/6] cgroup/cpuset: Free DL BW in case can_attach() fails
[PATCH 00/17] sched: EEVDF using latency-nice
2023-03-29 14:35 UTC (3+ messages)
` [PATCH 08/17] sched/fair: Implement an EEVDF like policy
[PATCH printk v1 00/18] threaded/atomic console support
2023-03-29 14:33 UTC (5+ messages)
` [PATCH printk v1 09/18] printk: nobkl: Add print state functions
` buffer write race: "
` misc details: was: "
[PATCH 0/2] memcg, cpuisol: do not interfere pcp cache charges draining with cpuisol workloads
2023-03-29 14:20 UTC (9+ messages)
` [PATCH 1/2] sched/isolation: Add cpu_is_isolated() API
[PATCH v6] staging: sm750: Rename sm750_hw_cursor_* functions to snake_case
2023-03-29 14:30 UTC (4+ messages)
[PATCH v1 0/4] Add TPS6594 PMIC support on several boards
2023-03-29 14:29 UTC (5+ messages)
` [PATCH v1 1/4] arm64: dts: ti: k3-j7200-som-p0: Add TP6594 family PMICs
` [PATCH v1 2/4] arm64: dts: ti: k3-j721s2-som-p0: "
` [PATCH v1 3/4] arm64: dts: ti: k3-am62a7-sk: Add support for TPS6593 PMIC
` [PATCH v1 4/4] arm64: dts: ti: k3-j721e-som-p0: Add TP6594 family PMICs
[PATCH] cpufreq: Fix policy->freq_table is NULL in __cpufreq_driver_target()
2023-03-29 14:21 UTC (2+ messages)
[PATCH v2] selinux: Adjust implementation of security_get_bools()
2023-03-29 14:19 UTC (4+ messages)
` "
[PATCH v3 4/4] sched/psi: allow unprivileged polling of N*2s period
2023-03-29 14:17 UTC (2+ messages)
[PATCH v2 0/9] coresight: Fix CTI module refcount leak by making it a helper device
2023-03-29 14:10 UTC (6+ messages)
` [PATCH v2 8/9] coresight: Enable and disable helper devices adjacent to the path
[PATCH 0/4] coretemp: Fix spamming of ring buffer
2023-03-29 14:11 UTC (3+ messages)
[PATCH] docs: driver-api: firmware_loader: fix missing argument in usage example
2023-03-29 14:09 UTC (2+ messages)
[PATCH v4 0/4] Implement GCM ghash using Zbc and Zbkb extensions
2023-03-29 14:06 UTC (5+ messages)
` [PATCH v4 1/4] RISC-V: add Zbc extension detection
` [PATCH v4 2/4] RISC-V: add Zbkb "
` [PATCH v4 3/4] RISC-V: hook new crypto subdir into build-system
` [PATCH v4 4/4] RISC-V: crypto: add accelerated GCM GHASH implementation
[PATCH V5 0/5] Introduce daemon failover mechanism to recover from crashing
2023-03-29 14:01 UTC (2+ messages)
` [PATCH V5 4/5] cachefiles: narrow the scope of triggering EPOLLIN events in ondemand mode
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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).