messages from 2023-11-27 20:01:29 to 2023-11-27 22:22:43 UTC [more...]
[PATCH v2 0/6] mfd: twl: system-power-controller
2023-11-27 22:19 UTC (5+ messages)
` [PATCH v2 1/6] dt-bindings: mfd: ti,twl: Document system-power-controller
` [PATCH v2 2/6] twl-core: add power off implementation for twl603x
` [PATCH v2 4/6] ARM: dts: omap4-panda-common: Enable powering off the device
` [PATCH v2 6/6] ARM: dts: omap: gta04: standardize system-power-controller
[PATCH -next v2] md: synchronize flush io with array reconfiguration
2023-11-27 22:16 UTC (2+ messages)
[net-next PATCH RFC v3 0/8] net: phy: Support DT PHY package
2023-11-27 22:16 UTC (3+ messages)
` [net-next PATCH RFC v3 1/8] dt-bindings: net: document ethernet PHY package nodes
[PATCH v2] tools cpupower bench: Override CFLAGS assignments
2023-11-27 22:12 UTC (2+ messages)
[PATCH v10 00/14] crypto: Add Intel Analytics Accelerator (IAA) crypto compression driver
2023-11-27 22:14 UTC (16+ messages)
` [PATCH v10 01/14] dmaengine: idxd: add external module driver support for dsa_bus_type
` [PATCH v10 02/14] dmaengine: idxd: Rename drv_enable/disable_wq to idxd_drv_enable/disable_wq, and export
` [PATCH v10 03/14] dmaengine: idxd: Export descriptor management functions
` [PATCH v10 04/14] dmaengine: idxd: Export wq resource "
` [PATCH v10 05/14] dmaengine: idxd: Add wq private data accessors
` [PATCH v10 06/14] dmaengine: idxd: add callback support for iaa crypto
` [PATCH v10 07/14] crypto: iaa - Add IAA Compression Accelerator Documentation
` [PATCH v10 08/14] crypto: iaa - Add Intel IAA Compression Accelerator crypto driver core
` [PATCH v10 09/14] crypto: iaa - Add per-cpu workqueue table with rebalancing
` [PATCH v10 10/14] crypto: iaa - Add compression mode management along with fixed mode
` [PATCH v10 11/14] crypto: iaa - Add support for deflate-iaa compression algorithm
` [PATCH v10 12/14] crypto: iaa - Add irq support for the crypto async interface
` [PATCH v10 13/14] crypto: iaa - Add IAA Compression Accelerator stats
` [PATCH v10 14/14] dmaengine: idxd: Add support for device/wq defaults
[PATCH v2 0/2] drm/bridge: panel: Check device dependency before managing device link
2023-11-27 22:13 UTC (4+ messages)
linux-next: build warnings after merge of the kspp-gustavo tree
2023-11-27 22:13 UTC (3+ messages)
[PATCH 0/2] bootconfig: Support early options in embedded config
2023-11-27 22:13 UTC (7+ messages)
` [PATCH 2/2] bootconfig: Apply early options from "
[PATCH v6 0/3] arm64: dts: cn913x: add COM Express boards
2023-11-27 22:13 UTC (4+ messages)
` [PATCH v6 1/3] MAINTAINERS: add ac5 to list of maintained Marvell dts files
[PATCH v5 00/50] Improvements to memory use
2023-11-27 22:09 UTC (49+ messages)
` [PATCH v5 01/50] perf comm: Use regular mutex
` [PATCH v5 02/50] libperf: Lazily allocate/size mmap event copy
` [PATCH v5 03/50] perf mmap: Lazily initialize zstd streams
` [PATCH v5 04/50] tools api fs: Switch filename__read_str to use io.h
` [PATCH v5 05/50] tools api fs: Avoid reading whole file for a 1 byte bool
` [PATCH v5 06/50] tools lib api: Add io_dir an allocation free readdir alternative
` [PATCH v5 07/50] perf maps: Switch modules tree walk to io_dir__readdir
` [PATCH v5 08/50] perf record: Be lazier in allocating lost samples buffer
` [PATCH v5 09/50] perf pmu: Switch to io_dir__readdir
` [PATCH v5 10/50] perf header: Switch mem topology "
` [PATCH v5 11/50] perf events: Remove scandir in thread synthesis
` [PATCH v5 12/50] perf map: Simplify map_ip/unmap_ip and make map size smaller
` [PATCH v5 13/50] perf maps: Move symbol maps functions to maps.c
` [PATCH v5 14/50] perf thread: Add missing RC_CHK_EQUAL
` [PATCH v5 15/50] perf maps: Add maps__for_each_map to call a function on each entry
` [PATCH v5 16/50] perf maps: Add remove maps function to remove a map based on callback
` [PATCH v5 17/50] perf debug: Expose debug file
` [PATCH v5 18/50] perf maps: Refactor maps__fixup_overlappings
` [PATCH v5 19/50] perf maps: Do simple merge if given map doesn't overlap
` [PATCH v5 20/50] perf maps: Rename clone to copy from
` [PATCH v5 21/50] perf maps: Add maps__load_first
` [PATCH v5 22/50] perf maps: Add find next entry to give entry after the given map
` [PATCH v5 23/50] perf maps: Reduce scope of map_rb_node and maps internals
` [PATCH v5 24/50] perf maps: Fix up overlaps during fixup_end
` [PATCH v5 25/50] perf maps: Switch from rbtree to lazily sorted array for addresses
` [PATCH v5 26/50] perf maps: Get map before returning in maps__find
` [PATCH v5 27/50] perf maps: Get map before returning in maps__find_by_name
` [PATCH v5 28/50] perf maps: Get map before returning in maps__find_next_entry
` [PATCH v5 29/50] perf maps: Hide maps internals
` [PATCH v5 30/50] perf maps: Locking tidy up of nr_maps
` [PATCH v5 31/50] perf dso: Reorder variables to save space in struct dso
` [PATCH v5 32/50] perf report: Sort child tasks by tid
` [PATCH v5 33/50] perf trace: Ignore thread hashing in summary
` [PATCH v5 34/50] perf machine: Move fprintf to for_each loop and a callback
` [PATCH v5 35/50] perf threads: Move threads to its own files
` [PATCH v5 36/50] perf threads: Switch from rbtree to hashmap
` [PATCH v5 37/50] perf threads: Reduce table size from 256 to 8
` [PATCH v5 38/50] perf dsos: Attempt to better abstract dsos internals
` [PATCH v5 39/50] perf dsos: Tidy reference counting and locking
` [PATCH v5 40/50] perf dsos: Add dsos__for_each_dso
` [PATCH v5 41/50] perf dso: Move dso functions out of dsos
` [PATCH v5 44/50] perf dsos: Remove __dsos__addnew
` [PATCH v5 45/50] perf dsos: Remove __dsos__findnew_link_by_longname_id
` [PATCH v5 46/50] perf dsos: Switch hand code to bsearch
` [PATCH v5 47/50] perf dso: Add reference count checking and accessor functions
` [PATCH v5 48/50] perf dso: Reference counting related fixes
` [PATCH v5 49/50] perf dso: Use container_of to avoid a pointer in dso_data
` [PATCH v5 50/50] perf env: Avoid recursively taking env->bpf_progs.lock
[PATCH] x86/sev: Update ghcb_version only once
2023-11-27 22:10 UTC (2+ messages)
[PATCH v9 0/3] ARM/ARM64: dts: mv88e6xxx fixes for Marvell
2023-11-27 22:10 UTC (3+ messages)
` [PATCH v9 3/3] ARM64: dts: Add special compatibles for the Turris Mox
[PATCH v15 00/23] TDX host kernel support
2023-11-27 22:09 UTC (9+ messages)
` [PATCH v15 17/23] x86/kexec: Flush cache of TDX private memory
[RFC 00/52] perf tools: Introduce data type profiling (v2)
2023-11-27 22:07 UTC (3+ messages)
` [PATCH 32/52] perf dwarf-aux: Add die_find_variable_by_addr()
[PATCH] ubi: don't decrease ubi->ref_count on detach error
2023-11-27 22:06 UTC (3+ messages)
[PATCH] perf tools: Add --debug-file option to redirect debug output
2023-11-27 22:06 UTC (3+ messages)
[PATCH/RFC] core/nfsd: allow kernel threads to use task_work
2023-11-27 22:05 UTC
[PATCH v4 0/2] riscv: Fix issues with module loading
2023-11-27 22:05 UTC (3+ messages)
` [PATCH v4 1/2] riscv: Safely remove entries from relocation list
` [PATCH v4 2/2] riscv: Correct type casting in module loading
[PATCH v4 00/53] Improvements to memory use
2023-11-27 22:03 UTC (14+ messages)
` [PATCH v4 01/53] perf comm: Use regular mutex
` [PATCH v4 04/53] perf mmap: Lazily initialize zstd streams
` [PATCH v4 06/53] tools api fs: Switch filename__read_str to use io.h
` [PATCH v4 07/53] tools api fs: Avoid reading whole file for a 1 byte bool
` [PATCH v4 10/53] perf record: Be lazier in allocating lost samples buffer
[PATCH v2] USB: gadget: core: adjust uevent timing on gadget unbind
2023-11-27 22:00 UTC
[PATCH v10] mm: vmscan: try to reclaim swapcache pages if no swap space
2023-11-27 21:56 UTC (12+ messages)
[PATCH v2] arm64: dts: qcom: sdm632-fairphone-fp3: Enable WiFi/Bluetooth
2023-11-27 21:55 UTC
[PATCH v3] docs: dt-bindings: add DTS Coding Style document
2023-11-27 21:55 UTC (5+ messages)
[RFC] softlockup: serialized softlockup's log
2023-11-27 21:55 UTC (4+ messages)
io_uring: risky use of task work, especially wrt fdget()
2023-11-27 21:53 UTC
[PATCH v1 0/3] KVM: selftests: aarch64: Introduce pmu_event_filter_test
2023-11-27 21:48 UTC (3+ messages)
` [PATCH v1 2/3] KVM: selftests: aarch64: Move the pmu helper function into lib/
[PATCH v3] softlockup: serialized softlockup's log
2023-11-27 21:47 UTC (2+ messages)
[PATCH] driver : edac : Fix warning using plain integer as NULL
2023-11-27 21:47 UTC (10+ messages)
` [PATCH v2] "
[syzbot] [fscrypt?] possible deadlock in fscrypt_initialize (2)
2023-11-27 21:45 UTC (2+ messages)
[PATCH v2 0/1] platform/x86: asus-wmi: disable USB0 hub on ROG Ally before suspend
2023-11-27 21:44 UTC (8+ messages)
` [PATCH v2 1/1] "
[PATCH 1/1] dmaengine: fsl-edma: fix DMA channel leak in eDMAv4
2023-11-27 21:43 UTC
[PATCH v6 0/6] workload-specific and memory pressure-driven zswap writeback
2023-11-27 21:42 UTC (5+ messages)
` [PATCH v6 2/6] memcontrol: allows mem_cgroup_iter() to check for onlineness
` [PATCH v6 6/6] zswap: shrinks zswap pool based on memory pressure
[PATCH v2 0/2] Add eMMC support for AM62a SK
2023-11-27 21:41 UTC (3+ messages)
` [PATCH v2 1/2] arm64: dts: ti: k3-am62a-main: Add sdhci0 instance
[PATCH] KVM: selftests: aarch64: Remove unused functions from vpmu test
2023-11-27 21:41 UTC (3+ messages)
[PATCH net-next v2] net: phy: mdio_device: Reset device only when necessary
2023-11-27 21:41 UTC
[PATCH] dma-mapping: Don't store redundant offsets
2023-11-27 21:41 UTC (2+ messages)
[PATCH v2 0/8] x86/coco: Mark CoCo VM pages not present when changing encrypted state
2023-11-27 21:38 UTC (3+ messages)
` [PATCH v2 4/8] x86/sev: Enable PVALIDATE for PFNs without a valid virtual address
[PATCH v2] hv_utils: Allow implicit ICTIMESYNCFLAG_SYNC
2023-11-27 21:35 UTC
[PATCH] scsi: be2iscsi: fix a memleak in beiscsi_init_wrb_handle
2023-11-27 21:26 UTC (2+ messages)
[PATCH ipsec-next v1 0/7] Add bpf_xdp_get_xfrm_state() kfunc
2023-11-27 21:32 UTC (12+ messages)
` [PATCH ipsec-next v1 6/7] bpf: selftests: test_tunnel: Disable CO-RE relocations
[PATCH v1 1/1] vfio/nvgrace-gpu: carve out non cached reserved region from device memory
2023-11-27 21:28 UTC (2+ messages)
[PATCH v6 0/8] Extend struct tpm_buf to support sized buffers (TPM2B)
2023-11-27 21:21 UTC (17+ messages)
` [PATCH v6 1/8] tpm: Remove unused tpm_buf_tag()
` [PATCH v6 2/8] tpm: Remove tpm_send()
` [PATCH v6 3/8] tpm: Move buffer handling from static inlines to real functions
` [PATCH v6 4/8] tpm: Update struct tpm_buf documentation comments
` [PATCH v6 5/8] tpm: Store the length of the tpm_buf data separately
` [PATCH v6 6/8] tpm: TPM2B formatted buffers
` [PATCH v6 7/8] tpm: Add tpm_buf_read_{u8,u16,u32}
` [PATCH v6 8/8] KEYS: trusted: tpm2: Use struct tpm_buf for sized buffers
[PATCH 5.10 000/187] 5.10.202-rc3 review
2023-11-27 21:25 UTC (2+ messages)
[PATCH v3] kasan: Record and report more information
2023-11-27 21:17 UTC
[PATCH v3 3/5] mm: memcg: make stats flushing threshold per-memcg
2023-11-27 21:13 UTC (3+ messages)
[PATCH 0/5] ARM: dts: add support for Gossen Metrawatt Profitest
2023-11-27 21:11 UTC (6+ messages)
` [PATCH 1/5] dt-bindings: at24: add ROHM BR24G04
` [PATCH 2/5] dt-bindings: vendor-prefixes: add Gossen Metrawatt
` [PATCH 3/5] ARM: dts: imx7d-pinfunc: add mux for OSC32K_32K_OUT via GPIO1_IO03
` [PATCH 4/5] ARM: dts: add Variscite VAR-SOM-MX7 System on Module
` [PATCH 5/5] ARM: dts: add support for Gossen Metrawatt Profitest
[PATCH v2] usb: typec: class: fix typec_altmode_put_partner to put plugs
2023-11-27 21:09 UTC
[PATCH v2 0/2] Fix NULL pointer dereference issue during discovering UPI topology
2023-11-27 21:09 UTC (2+ messages)
[PATCH] tools cpupower bench: Override CFLAGS assignments
2023-11-27 21:09 UTC (3+ messages)
[PATCH 1/7] mips: dmi: Fix early remap on MIPS32
2023-11-27 21:08 UTC (12+ messages)
[PATCH v2] Remove custom dumb_map_offset implementation in msm driver
2023-11-27 21:06 UTC (7+ messages)
[syzbot] Monthly exfat report (Nov 2023)
2023-11-27 21:03 UTC
[GIT PULL] ksmbd server fixes
2023-11-27 21:00 UTC
[PATCH] drm/amd/pm: fix a memleak in aldebaran_tables_init
2023-11-27 20:59 UTC (2+ messages)
crash with 6.7 rc2 and rc3
2023-11-27 20:55 UTC
[PATCH v2 0/7] Add support for AD7091R-2/-4/-8
2023-11-27 20:53 UTC (3+ messages)
` [PATCH v2 5/7] dt-bindings: iio: Add binding documentation for AD7091R-8
[PATCH 4.14 00/53] 4.14.331-rc2 review
2023-11-27 20:51 UTC (2+ messages)
[RFC PATCH 0/3] bluetooth/gnss: GNSS support for TiWi chips
2023-11-27 20:51 UTC (3+ messages)
[PATCH] input/vmmouse: Fix device name copies
2023-11-27 20:42 UTC
[PATCH 0/2] cxl/cdat: Fixes for CXL CDAT processing
2023-11-27 20:48 UTC (4+ messages)
` [PATCH 2/2] cxl/cdat: Fix header sum value in CDAT checksum
[PATCH] of: dynamic: Fix of_reconfig_get_state_change() return value documentation
2023-11-27 20:47 UTC (2+ messages)
[PATCH] ARM: dts: omap: logicpd-torpedo: do not disguise GNSS device
2023-11-27 20:40 UTC (2+ messages)
[PATCH V3 0/5] mlx5 ConnectX control misc driver
2023-11-27 20:39 UTC (4+ messages)
` [PATCH V3 3/5] misc: mlx5ctl: Add info ioctl
[PATCH] sound: soc: amd: yc: Fix non-functional mic on ASUS E1504FA
2023-11-27 20:36 UTC (2+ messages)
[PATCH v13 1/1] vfio/nvgpu: Add vfio pci variant module for grace hopper
2023-11-27 20:38 UTC (2+ messages)
[PATCH v3 0/4] Extend time to wait for UIP for some callers
2023-11-27 20:37 UTC (4+ messages)
` [PATCH v3 3/4] rtc: Add support for configuring the UIP timeout for RTC reads
[PATCH 1/2] dt-bindings: arm: stm32: don't mix SCMI and non-SCMI board compatibles
2023-11-27 20:36 UTC (2+ messages)
[PATCH v2 01/14] mm: Batch-copy PTE ranges during fork()
2023-11-27 20:34 UTC (8+ messages)
` "
[PATCH net 0/2] r8169: fix PAUSE frames blasting issue
2023-11-27 20:28 UTC (4+ messages)
` [PATCH net 1/2] r8169: enable rtl8125b pause slot
[PATCH 0/4] Add WCN3680B WiFi/Bluetooth and enable it on Fairphone 3
2023-11-27 20:27 UTC (6+ messages)
` [PATCH 1/4] dt-bindings: remoteproc: qcom: wcnss: Add WCN3680B compatible
[PATCH] dt-bindings: clock: ti: Convert interface.txt to json-schema
2023-11-27 20:23 UTC
Powerpc: maple_defconfig: kernel/rtas_pci.c:46:5: error: no previous prototype for function 'rtas_read_config' [-Werror,-Wmissing-prototypes]
2023-11-27 20:20 UTC (2+ messages)
[PATCH] wifi: ath12k: fix layout of scan_flags in struct ath12k_wmi_scan_req_arg
2023-11-27 20:20 UTC (2+ messages)
[PATCH 4.19 00/92] 4.19.300-rc3 review
2023-11-27 20:20 UTC (2+ messages)
[PATCH 1/7] w1: ds2433: remove unused definition
2023-11-27 20:18 UTC (7+ messages)
` [PATCH v2 0/5] Add support for the ds28ec20 one-wire eeprom
` [PATCH v2 1/5] w1: ds2490: support block sizes larger than 128 bytes in ds_read_block
` [PATCH v2 2/5] w1: ds2433: remove unused definition
` [PATCH v2 3/5] w1: ds2433: introduce a configuration structure
` [PATCH v2 4/5] w1: ds2433: use the kernel bitmap implementation
` [PATCH v2 5/5] w1: ds2433: add support for ds28ec20 eeprom
[PATCH v5 00/39] ep93xx device tree conversion
2023-11-27 20:18 UTC (3+ messages)
` [PATCH v5 06/39] dt-bindings: soc: Add Cirrus EP93xx
[PATCH v3 02/13] scsi: fnic: Add and use fnic number
2023-11-27 20:17 UTC (3+ messages)
[PATCH v2] Enable haltpoll for arm64
2023-11-27 20:17 UTC (5+ messages)
` [PATCH 7/7] cpuidle/poll_state: replace cpu_relax with smp_cond_load_relaxed
[PATCH] mm/zswap: Replace kmap_atomic() with kmap_local_page()
2023-11-27 20:16 UTC (2+ messages)
[PATCH v8 0/3] Handle corrected machine check interrupt storms
2023-11-27 20:14 UTC (10+ messages)
` [PATCH v9 "
` [PATCH v9 2/3] x86/mce: Add per-bank CMCI storm mitigation
[RFC PATCH v2 00/19] Hypervisor-Enforced Kernel Integrity
2023-11-27 20:08 UTC (9+ messages)
` [RFC PATCH v2 17/19] heki: x86: Update permissions counters during text patching
` [RFC PATCH v2 18/19] heki: x86: Protect guest kernel memory using the KVM hypervisor
[PATCH net-next v3 0/3] Ethernet DWMAC5 fault IRQ support
2023-11-27 20:08 UTC (3+ messages)
` [PATCH net-next v3 3/3] net: stmmac: Add driver support for DWMAC5 fault IRQ Support
[PATCH v2 0/2] usb: typec: tcpm: Handle Accessory Modes
2023-11-27 20:05 UTC (3+ messages)
` [PATCH v2 1/2] dt-bindings: connector: usb: add accessory mode description
[PATCH] nouveau/gsp/r535: remove a stray unlock in r535_gsp_rpc_send()
2023-11-27 20:05 UTC (2+ messages)
` [Nouveau] "
[PATCH net-next 2/2] ptp: add FemtoClock3 Wireless as ptp hardware clock
2023-11-27 20:01 UTC
[PATCH net-next 1/2] ptp: introduce PTP_CLOCK_EXTOFF event for the measured external offset
2023-11-27 20:01 UTC
[PATCH v4 2/2] dt-bindings: serial: Add support for enabling RS485 mode via GPIO at boot time
2023-11-27 20:01 UTC (2+ 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