messages from 2024-02-27 22:05:28 to 2024-02-27 23:07:28 UTC [more...]
Uses of xwrite() in the codebase
2024-02-27 23:07 UTC
[PATCHSET v2 0/2] Split iowait into two states
2024-02-27 23:05 UTC (3+ messages)
` [PATCH 1/2] sched/core: switch struct rq->nr_iowait to an unsigned int
[PATCH] NFS: remove sync_mode test from nfs_writepage_locked()
2024-02-27 23:05 UTC
[PATCH 01/12] rtc: ds1511: drop useless checks
2024-02-27 23:04 UTC (12+ messages)
` [PATCH 02/12] rtc: ds1511: drop useless computation
` [PATCH 03/12] rtc: ds1511: drop dead code
` [PATCH 04/12] rtc: ds1511: drop useless enum
` [PATCH 05/12] rtc: ds1511: fix function definition
` [PATCH 06/12] rtc: ds1511: remove incomplete UIE support
` [PATCH 07/12] rtc: ds1511: remove ds1511_rtc_update_alarm
` [PATCH 08/12] rtc: ds1511: let the core know when alarm are not supported
` [PATCH 09/12] rtc: ds1511: remove partial alarm support
` [PATCH 10/12] rtc: ds1511: implement ds1511_rtc_read_alarm properly
` [PATCH 11/12] rtc: ds1511: rename pdata
` [PATCH 12/12] rtc: ds1511: drop inline/noinline hints
[PATCH] lib: stackinit: Adjust target string to 8 bytes for m68k
2024-02-27 23:03 UTC (3+ messages)
[PATCH] locking/percpu-rwsem: Trigger contention tracepoints only if contended
2024-02-27 23:02 UTC (3+ messages)
[PATCH v4] mm/swap: fix race when skipping swapcache
2024-02-27 23:01 UTC (8+ messages)
[PATCH net-next 0/3] netdev: add per-queue statistics
2024-02-27 23:01 UTC (6+ messages)
` [PATCH net-next 1/3] "
[LSF/MM/BPF TOPIC] Measuring limits and enhancing buffered IO
2024-02-27 23:00 UTC (7+ messages)
NFS data corruption on congested network
2024-02-27 22:59 UTC (4+ messages)
[PATCH RESEND] perf lock contention: Account contending locks too
2024-02-27 22:59 UTC (2+ messages)
[LSF/MM/BPF TOPIC] Reclamation interactions with RCU
2024-02-27 22:59 UTC (3+ messages)
` [Lsf-pc] "
[PATCH] net: raise RCU qs after each threaded NAPI poll
2024-02-27 22:58 UTC (5+ messages)
stackinit unit test failures on m68k
2024-02-27 22:54 UTC (7+ messages)
[GIT PULL] lsm/lsm-pr-20240227
2024-02-27 22:57 UTC
[GIT PULL] hotfixes for 6.8-rc7
2024-02-27 22:56 UTC
[PATCH bpf-next v1 0/8] libbpf: type suffixes and autocreate flag for struct_ops maps
2024-02-27 22:55 UTC (3+ messages)
` [PATCH bpf-next v1 7/8] libbpf: sync progs autoload with maps autocreate "
[PATCH] slub: avoid scanning all partial slabs in get_slabinfo()
2024-02-27 22:55 UTC (14+ messages)
[PATCH 1/3] platform/x86: wmi: Ignore duplicated GUIDs in legacy matches
2024-02-27 22:55 UTC (6+ messages)
` [PATCH 2/3] platform/x86: wmi: Do not instantiate older WMI drivers multiple times
[PATCH v3] PCI: Add D3 support for PCI bridges in DT based platforms
2024-02-27 22:54 UTC (2+ messages)
[PATCH v5 0/4] Reduce synchronize_rcu() latency(v5)
2024-02-27 22:53 UTC (4+ messages)
` [PATCH v5 2/4] rcu: Reduce synchronize_rcu() latency
Bug Report: Delayed Wake from Suspend with Genesys Logic GL9755 SD Host Controller
2024-02-27 22:51 UTC (2+ messages)
[xen-unstable-smoke test] 184798: tolerable all pass - PUSHED
2024-02-27 22:50 UTC
[PATCH] qnx4: convert qnx4 to use the new mount api
2024-02-27 22:49 UTC (2+ messages)
[PATCH v7 00/36] drm/connector: Create HDMI Connector infrastructure
2024-02-27 22:45 UTC (7+ messages)
` [PATCH v7 29/36] drm/vc4: tests: Remove vc4_dummy_plane structure
[PATCH 4/4] wifi: rtw88: 8821c: Fix false alarm count
2024-02-27 22:46 UTC (2+ messages)
[PATCH] remove some MSVC conditional compile to empty
2024-02-27 22:45 UTC (2+ messages)
[PATCH v10] lib: checksum: Use aligned accesses for ip_fast_csum and csum_ipv6_magic tests
2024-02-27 22:44 UTC (14+ messages)
[PATCH 00/20] KVM: arm64: Transition to a per-ITS translation cache
2024-02-27 22:42 UTC (21+ messages)
` [PATCH 01/20] KVM: Treat the device list as an rculist
` [PATCH 02/20] KVM: arm64: vgic-its: Walk LPI xarray in its_sync_lpi_pending_table()
` [PATCH 03/20] KVM: arm64: vgic-its: Walk LPI xarray in vgic_its_invall()
` [PATCH 04/20] KVM: arm64: vgic-its: Walk LPI xarray in vgic_its_cmd_handle_movall()
` [PATCH 05/20] KVM: arm64: vgic-debug: Use an xarray mark for debug iterator
` [PATCH 06/20] KVM: arm64: vgic-its: Get rid of vgic_copy_lpi_list()
` [PATCH 07/20] KVM: arm64: vgic-its: Scope translation cache invalidations to an ITS
` [PATCH 08/20] KVM: arm64: vgic-its: Spin off helper for finding ITS by doorbell addr
` [PATCH 09/20] KVM: arm64: vgic-its: Maintain a translation cache per ITS
` [PATCH 10/20] KVM: arm64: vgic-its: Use the per-ITS translation cache for injection
` [PATCH 11/20] KVM: arm64: vgic-its: Rip out the global translation cache
` [PATCH 12/20] KVM: arm64: vgic-its: Get rid of the lpi_list_lock
` [PATCH 13/20] KVM: selftests: Align with kernel's GIC definitions
` [PATCH 14/20] KVM: selftests: Standardise layout of GIC frames
` [PATCH 15/20] KVM: selftests: Add quadword MMIO accessors
` [PATCH 16/20] KVM: selftests: Add a minimal library for interacting with an ITS
` [PATCH 17/20] KVM: selftests: Add helper for enabling LPIs on a redistributor
` [PATCH 18/20] KVM: selftests: Use MPIDR_HWID_BITMASK from cputype.h
` [PATCH 19/20] KVM: selftests: Hack in support for aligned page allocations
` [PATCH 20/20] KVM: selftests: Add stress test for LPI injection
[syzbot] [rds?] WARNING in rds_conn_connect_if_down
2024-02-27 22:41 UTC (2+ messages)
DisplayPort: handling of HPD events / link training
2024-02-27 22:40 UTC
[QEMU][PATCH v3 0/7] Xen: support grant mappings
2024-02-27 22:35 UTC (8+ messages)
` [QEMU][PATCH v3 1/7] softmmu: physmem: Split ram_block_add()
` [QEMU][PATCH v3 2/7] xen: add pseudo RAM region for grant mappings
` [QEMU][PATCH v3 3/7] softmmu: let qemu_map_ram_ptr() use qemu_ram_ptr_length()
` [QEMU][PATCH v3 4/7] xen: let xen_ram_addr_from_mapcache() return -1 in case of not found entry
` [QEMU][PATCH v3 5/7] memory: add MemoryRegion map and unmap callbacks
` [QEMU][PATCH v3 6/7] xen: add map and unmap callbacks for grant region
` [QEMU][PATCH v3 7/7] hw: arm: Add grant mapping
[PATCH] platform/x86: touchscreen_dmi: Add an extra entry for a variant of the Chuwi Vi8 tablet
2024-02-27 22:40 UTC
[PATCH v3 0/4] Swap-out small-sized THP without splitting
2024-02-27 22:39 UTC (5+ messages)
` [PATCH RFC 0/6] mm: support large folios swap-in
` [PATCH RFC 6/6] mm: madvise: don't split mTHP for MADV_PAGEOUT
[PATCH v2 0/4] arm64: dts: imx8qxp add asrc and sai
2024-02-27 22:39 UTC (4+ messages)
` [PATCH v2 2/4] ASoC: dt-bindings: fsl,imx-asrc: update max interrupt numbers
[PATCH] arm64: defconfig: Enable Rockchip HDMI/eDP Combo PHY
2024-02-27 22:37 UTC (4+ messages)
[PATCH] arm64: dts: rockchip: Add HDMI0 PHY to rk3588
2024-02-27 22:37 UTC (4+ messages)
[PATCH v2 0/6] i2c-i801 / dell-smo8800: Move instantiation of lis3lv02d i2c_client from i2c-i801 to dell-smo8800
2024-02-27 22:37 UTC (10+ messages)
` [PATCH v2 2/6] platform/x86: "
[PATCH 0/2] cleanup: A couple extensions for conditional resource management
2024-02-27 22:34 UTC (5+ messages)
` [PATCH 3/3] cxl/region: Use cond_guard() in show_targetN()
[PATCH v3] Bluetooth: hci_sync: Fix overwriting request callback
2024-02-27 22:34 UTC (2+ messages)
` [v3] "
[PATCH] lib/hash: add SipHash function
2024-02-27 22:34 UTC (4+ messages)
` [PATCH v2] lib/hash: add siphash
[meta-ti][master][PATCH] CI/CD Auto-Merger: cicd.master.202402271317
2024-02-27 22:34 UTC
[meta-arago][master][PATCH] CI/CD Auto-Merger: cicd.master.202402271317
2024-02-27 22:34 UTC
[net-next,v2 0/6] ravb: Align Rx descriptor setup and maintenance
2024-02-27 22:33 UTC (7+ messages)
` [net-next,v2 1/6] ravb: Group descriptor types used in Rx ring
` [net-next,v2 2/6] ravb: Make it clear the information relates to maximum frame size
` [net-next,v2 3/6] ravb: Create helper to allocate skb and align it
` [net-next,v2 4/6] ravb: Use the max frame size from hardware info for RZ/G2L
` [net-next,v2 5/6] ravb: Move maximum Rx descriptor data usage to info struct
` [net-next,v2 6/6] ravb: Unify Rx ring maintenance code paths
Toy/demo: using ChatGPT to summarize lengthy LKML threads (b4 integration)
2024-02-27 22:32 UTC
[Buildroot] [PATCH 1/1] boot/syslinux: fix build with gnu-efi >= 3.0.16
2024-02-27 22:31 UTC (2+ messages)
[PATCH] virtiofs: drop __exit from virtio_fs_sysfs_exit()
2024-02-27 22:31 UTC (2+ messages)
[PATCH net-next v3 00/15] tools: ynl: stop using libmnl
2024-02-27 22:30 UTC (16+ messages)
` [PATCH net-next v3 01/15] tools: ynl: give up on libmnl for auto-ints
` [PATCH net-next v3 02/15] tools: ynl: create local attribute helpers
` [PATCH net-next v3 03/15] tools: ynl: create local for_each helpers
` [PATCH net-next v3 04/15] tools: ynl: create local nlmsg access helpers
` [PATCH net-next v3 05/15] tools: ynl: create local ARRAY_SIZE() helper
` [PATCH net-next v3 06/15] tools: ynl: make yarg the first member of struct ynl_dump_state
` [PATCH net-next v3 07/15] tools: ynl-gen: remove unused parse code
` [PATCH net-next v3 08/15] tools: ynl: wrap recv() + mnl_cb_run2() into a single helper
` [PATCH net-next v3 09/15] tools: ynl: use ynl_sock_read_msgs() for ACK handling
` [PATCH net-next v3 10/15] tools: ynl: stop using mnl_cb_run2()
` [PATCH net-next v3 11/15] tools: ynl: switch away from mnl_cb_t
` [PATCH net-next v3 12/15] tools: ynl: switch away from MNL_CB_*
` [PATCH net-next v3 13/15] tools: ynl: stop using mnl socket helpers
` [PATCH net-next v3 14/15] tools: ynl: remove the libmnl dependency
` [PATCH net-next v3 15/15] tools: ynl: use MSG_DONTWAIT for getting notifications
[PATCH v4 0/4] Preliminary patches before git-std-lib
2024-02-27 22:29 UTC (8+ messages)
` [PATCH v5 1/3] pager: include stdint.h because uintmax_t is used
[PATCH v4] md/raid5: fix atomicity violation in raid5_cache_count
2024-02-27 22:28 UTC (4+ messages)
[RFC PATCH 00/20] Introduce the famfs shared-memory file system
2024-02-27 22:27 UTC (7+ messages)
` [RFC PATCH 17/20] famfs: Add module stuff
` [RFC PATCH 18/20] famfs: Support character dax via the dev_dax_iomap patch
[PATCH] ASoC: Intel: bytcr_rt5640: Add an extra entry for the Chuwi Vi8 tablet The bios version can differ depending if it is a dual-boot variant of the tablet. Therefore another DMI match is required
2024-02-27 22:25 UTC
[RFC PATCH 0/5] memattrs: target/arm: add user-defined and requester ID memattrs
2024-02-27 22:24 UTC (6+ messages)
` [RFC PATCH 1/5] target/arm: Add requester ID to memattrs
` [RFC PATCH 2/5] memattrs: Fix target_tlb_bit whitespace
` [RFC PATCH 3/5] memattrs: Add user-defined attribute
` [RFC PATCH 4/5] target/arm: Add user-defined memattrs
` [RFC PATCH 5/5] hw/pci: "
[GIT PULL] clk: imx: Updates for v6.9
2024-02-27 22:25 UTC (2+ messages)
[PATCH 1/2] process_madvise.2: Document the glibc wrapper
2024-02-27 22:16 UTC (2+ messages)
[Buildroot] [git commit] package/micropython: update PCRE dependency to PCRE2
2024-02-27 22:22 UTC
[Buildroot] [git commit] package/poco: bump to version 1.13.2
2024-02-27 22:23 UTC
[Buildroot] [git commit] package/erlang: fix build with autoconf 2.72
2024-02-27 22:24 UTC
[Buildroot] [PATCH 1/1] package/erlang: fix build with autoconf 2.72
2024-02-27 22:24 UTC (2+ messages)
[Buildroot] [PATCH 1/1] package/poco: bump to version 1.13.2
2024-02-27 22:23 UTC (2+ messages)
[Buildroot] [PATCH v6 00/16] Add support for AM62x-SK HS-FS devices
2024-02-27 22:23 UTC (8+ messages)
` [Buildroot] [PATCH v6 16/16] configs/ti_am62x_sk_defconfig: bump Linux version to 6.6.17
[PATCH v8 00/35] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
2024-02-27 22:23 UTC (4+ messages)
` [PATCH v8 31/35] fprobe: Rewrite fprobe on function-graph tracer
[PATCH V2 1/2] drm/bridge: samsung-dsim: Set P divider based on min/max of fin pll
2024-02-27 22:22 UTC (2+ messages)
[Buildroot] [PATCH 1/1] package/micropython: update PCRE dependency to PCRE2
2024-02-27 22:23 UTC (2+ messages)
[PATCH net-next] inet6: expand rcu_read_lock() scope in inet6_dump_addr()
2024-02-27 22:22 UTC
[PATCH v8 00/16] Add Secure TSC support for SNP guests
2024-02-27 22:20 UTC (3+ messages)
` [PATCH v8 03/16] virt: sev-guest: Add SNP guest request structure
[GIT PULL] clk: samsung: drivers for v6.9
2024-02-27 22:19 UTC (3+ messages)
[PATCH] drm/udl: Add ARGB8888 as a format
2024-02-27 22:19 UTC
[PATCH v2 0/4] auxdisplay: 7 segment LED display
2024-02-27 22:19 UTC (7+ messages)
` [PATCH v2 1/4] auxdisplay: Add 7 segment LED display driver
` [PATCH v2 2/4] dt-bindings: auxdisplay: Add bindings for generic 7 segment LED
[PATCH i-g-t 1/2] tests/kms_plane_scaling: Pass display to get_num_scalars()
2024-02-27 22:18 UTC (2+ messages)
[PATCH 0/4] Fix defines in rf69.h
2024-02-27 22:17 UTC (4+ messages)
` [PATCH 1/4] staging: pi433: Remove a duplicated F_OSC define
[net-next 0/6] ravb: Align Rx descriptor setup and maintenance
2024-02-27 22:16 UTC (4+ messages)
` [net-next 6/6] ravb: Unify Rx ring maintenance code paths
[GIT PULL] Allwinner clock changes for 6.9
2024-02-27 22:16 UTC (2+ messages)
markdown list issues
2024-02-27 22:15 UTC
[GIT PULL] clk: renesas: Updates for v6.9 (take two)
2024-02-27 22:15 UTC (2+ messages)
[PATCH 1/2] SELinux: Fix lsm_get_self_attr()
2024-02-27 22:13 UTC (7+ messages)
` [PATCH 2/2] AppArmor: "
[PATCH 0/2] Move pidfd to tiny pseudo fs
2024-02-27 22:13 UTC (11+ messages)
` [PATCH 2/2] pidfd: add pidfdfs
[PATCH] Revert "drm/msm/dp: use drm_bridge_hpd_notify() to report HPD status changes"
2024-02-27 22:11 UTC (2+ messages)
[PATCH v2 0/5] Fix defines in rf69.h
2024-02-27 22:12 UTC (6+ messages)
` [PATCH v2 1/5] staging: pi433: Remove a duplicated FIFO_SIZE define
` [PATCH v2 2/5] staging: pi433: Remove a duplicated F_OSC define
` [PATCH v2 3/5] staging: pi433: Redefine F_OSC using units.h macro
` [PATCH v2 4/5] staging: pi433: Remove the unused FREQUENCY define
` [PATCH v2 5/5] staging: pi433: Move FIFO_THRESHOLD define to source file
[RFC PATCH] platform/x86/fujitsu-laptop: Add battery charge control support
2024-02-27 21:47 UTC (6+ messages)
` [RFC PATCH v2] "
` [RFC PATCH v3] "
` [PATCH v4] "
` [PATCH v5] "
[PATCH v2] mm: make folio_pte_batch available outside of mm/memory.c
2024-02-27 21:54 UTC (2+ messages)
[PATCH 0/5] Fix defines in rf69.h
2024-02-27 22:10 UTC (6+ messages)
` [PATCH 1/5] staging: pi433: Remove a duplicated FIFO_SIZE define
` [PATCH 2/5] staging: pi433: Remove a duplicated F_OSC define
` [PATCH 3/5] staging: pi433: Redefine F_OSC using units.h macro
` [PATCH 4/5] staging: pi433: Remove the unused FREQUENCY define
` [PATCH 5/5] staging: pi433: Move FIFO_THRESHOLD define to source file
CMA, memdescs and folios
2024-02-27 22:02 UTC
[BUG] selftests: cgroup: KMEMLEAK in cgroup/test_cpuset_prs.sh
2024-02-27 22:10 UTC (2+ messages)
[PATCH] qmimodem: QRTR service discovery
2024-02-27 22:10 UTC (2+ messages)
[PATCH] dt-bindings: soc: renesas: renesas-soc: Add pattern for gray-hawk
2024-02-27 22:09 UTC
[PATCHv8 00/17, CORRECTED] x86/tdx: Add kexec support
2024-02-27 22:08 UTC (4+ messages)
` [PATCHv8 17/17] ACPI: tables: Print MULTIPROC_WAKEUP when MADT is parsed
[PATCH] pylibfdt: Fix "invalid escape sequence '\w'" in setup.py
2024-02-27 22:08 UTC (2+ messages)
[PATCH] tracing: Prevent trace_marker being bigger than unsigned short
2024-02-27 22:06 UTC (2+ messages)
[PATCH V7 0/6] soc: imx8mp: Finish support for HDMI
2024-02-27 22:04 UTC (8+ messages)
` [PATCH V7 2/6] phy: freescale: add Samsung HDMI PHY
` [PATCH V7 3/6] arm64: dts: imx8mp: add HDMI power-domains
` [PATCH V7 4/6] arm64: dts: imx8mp: add HDMI irqsteer
` [PATCH V7 5/6] arm64: dts: imx8mp: add HDMI display pipeline
` [PATCH V7 6/6] arm64: defconfig: Enable DRM_IMX8MP_DW_HDMI_BRIDGE as module
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.