messages from 2024-03-13 07:58:23 to 2024-03-13 09:10:27 UTC [more...]
[RFC PATCH v3 0/5] mm: support large folios swap-in
2024-03-13 9:09 UTC (6+ messages)
` [RFC PATCH v3 3/5] mm: swap: make should_try_to_free_swap() support large-folio
[PATCH] ref-manual: classes: update description of class 'image_types'
2024-03-13 9:09 UTC (2+ messages)
` [docs] "
[PATCH] ocfs2: improve write IO performance when fragmentation is high
2024-03-13 9:09 UTC (4+ messages)
[PATCH i-g-t 0/6] Do several cleanups at scripts/xls_to_doc.py
2024-03-13 9:09 UTC (8+ messages)
` [PATCH i-g-t 1/6] scripts/xls_to_doc.py: use a main() function
` [PATCH i-g-t 3/6] scripts/xls_to_doc.py: cleanup argparse logic
` [PATCH i-g-t 4/6] scripts/xls_to_doc.py: fix issues with python < 3.7
` [PATCH i-g-t 5/6] scripts/xls_to_doc.py: document all functions
` [PATCH i-g-t 6/6] scripts/xls_to_doc.py: don't be verbose by default
` ✓ CI.xeBAT: success for Do several cleanups at scripts/xls_to_doc.py
` ✓ Fi.CI.BAT: "
[PATCH i-g-t] lib: Inline igt_x86_features() into ifunc resolvers
2024-03-13 9:09 UTC (2+ messages)
[PATCH 0/1] log: make the --oneline option work with -L
2024-03-13 9:08 UTC (2+ messages)
` [PATCH 1/1] log: ensure diffs are omitted with --oneline
[PATCH] iptables: Fixed the issue with combining the payload in case of invert filter for tcp src and dst ports
2024-03-13 9:08 UTC
[Intel-wired-lan] [PATCH v4 iwl-net] i40e: Prevent setting MTU if greater than MFS
2024-03-13 9:07 UTC (2+ messages)
` "
[PATCH] landlock_restrict_self.2: Fix max number of nested sandboxes
2024-03-13 9:07 UTC (2+ messages)
[PATCH] locking/mutex: fix documentation spelling mistakes
2024-03-13 9:02 UTC
[meta-ti][master][PATCH] CI/CD Auto-Merger: cicd.master.202403130100
2024-03-13 9:06 UTC
[PATCH] drm/ttm: warn when resv objs are mixed in a bulk_move
2024-03-13 9:06 UTC (2+ messages)
[PATCH] target/i386: Add new CPU model SierraForest
2024-03-13 9:02 UTC (3+ messages)
[PATCH] riscv: hwprobe: do not produce frtace relocation
2024-03-13 7:35 UTC (2+ messages)
[PATCH v3 00/12] Cover a guard gap corner case
2024-03-13 9:05 UTC (13+ messages)
` [PATCH v3 03/12] mm: Use get_unmapped_area_vmflags()
` [PATCH v3 04/12] thp: Add thp_get_unmapped_area_vmflags()
` [PATCH v3 05/12] csky: Use initializer for struct vm_unmapped_area_info
` [PATCH v3 06/12] parisc: "
` [PATCH v3 09/12] mm: Take placement mappings gap into account
` [PATCH v3 10/12] x86/mm: Implement HAVE_ARCH_UNMAPPED_AREA_VMFLAGS
[RFC PATCH 0/6] Add support for root port RAS error handling
2024-03-13 8:36 UTC (7+ messages)
` [RFC PATCH 1/6] PCI/RCEC: Introduce pcie_walk_rcec_all()
` [RFC PATCH 2/6] PCI/CXL: A new attribute to indicate CXL-capable host bridge
` [RFC PATCH 3/6] PCI/AER: Enable RCEC to report internal error for CXL root port
` [RFC PATCH 4/6] PCI/AER: Extend RCH RAS error handling to support VH topology case
` [RFC PATCH 5/6] cxl: Use __free() for cxl_pci/mem_find_port() to drop put_device()
` [RFC PATCH 6/6] cxl/pci: Support to handle root port RAS errors captured by RCEC
[PATCH BlueZ 0/1] client/player: Update minimum LC3 SDU size to accommodate 8_1 config
2024-03-13 9:03 UTC (2+ messages)
` [PATCH BlueZ 1/1] "
[PATCH] nvmem: imx-ocotp-ele: fix fuse types on i.MX93
2024-03-13 9:03 UTC
[syzbot] [bpf?] possible deadlock in __bpf_ringbuf_reserve
2024-03-13 9:04 UTC (5+ messages)
[PATCH 00/43] drm: Provide fbdev emulation per memory manager
2024-03-13 9:03 UTC (8+ messages)
` [PATCH 08/43] drm/fbdev: Add fbdev-shmem
` [PATCH 29/43] drm/renesas/rz-du: Use fbdev-dma
[PATCH v2 00/16] [for-9.0] esp: avoid explicit setting of DRQ within ESP state machine
2024-03-13 8:58 UTC (17+ messages)
` [PATCH v2 01/16] esp.c: replace cmdfifo use of esp_fifo_pop_buf() in do_command_phase()
` [PATCH v2 02/16] esp.c: replace cmdfifo use of esp_fifo_pop_buf() in do_message_phase()
` [PATCH v2 03/16] esp.c: replace cmdfifo use of esp_fifo_pop() "
` [PATCH v2 04/16] esp.c: change esp_fifo_push() to take ESPState
` [PATCH v2 05/16] esp.c: change esp_fifo_pop() "
` [PATCH v2 06/16] esp.c: use esp_fifo_push() instead of fifo8_push()
` [PATCH v2 07/16] esp.c: change esp_fifo_pop_buf() to take ESPState
` [PATCH v2 08/16] esp.c: introduce esp_fifo_push_buf() function for pushing to the FIFO
` [PATCH v2 09/16] esp.c: don't assert() if FIFO empty when executing non-DMA SELATNS
` [PATCH v2 10/16] esp.c: don't assert() if FIFO empty when executing esp_cdb_length()
` [PATCH v2 11/16] esp.c: don't overflow cmdfifo if cmdfifo_cdb_offset >= ESP_CMDFIFO_SZ
` [PATCH v2 12/16] esp.c: move esp_set_phase() and esp_get_phase() towards the beginning of the file
` [PATCH v2 13/16] esp.c: introduce esp_update_drq() and update esp_fifo_{push, pop}_buf() to use it
` [PATCH v2 14/16] esp.c: update esp_fifo_{push, pop}() to call esp_update_drq()
` [PATCH v2 15/16] esp.c: ensure esp_pdma_write() always calls esp_fifo_push()
` [PATCH v2 16/16] esp.c: remove explicit setting of DRQ within ESP state machine
[PATCH] drm/amdgpu/: Remove bo_create_kernel_at path from virt page
2024-03-13 9:03 UTC (2+ messages)
[PATCH v4 0/6] Swap-out mTHP without splitting
2024-03-13 9:03 UTC (9+ messages)
` [PATCH v4 6/6] mm: madvise: Avoid split during MADV_PAGEOUT and MADV_COLD
iptables-nft: Wrong payload merge of rule filter - "! --sport xx ! --dport xx"
2024-03-13 9:02 UTC (7+ messages)
[PATCH v3 0/1] Patch Resent: Enabling LED Support for Siemens IPC BX-59A
2024-03-13 9:01 UTC (4+ messages)
` [PATCH v3 1/1] leds: simatic-ipc-leds-gpio: add support for module BX-59A
[ANNOUNCE] xfsprogs: followup for-next update to c6be1c78f
2024-03-13 9:01 UTC
[PATCH net] nfc: nci: Fix uninit-value in nci_dev_up
2024-03-13 9:01 UTC (2+ messages)
linux-next: build warning after merge of the mm tree
2024-03-13 9:00 UTC (2+ messages)
[PATCH] net: dsa: mt7530: disable LEDs before reset
2024-03-13 8:59 UTC (3+ messages)
` [PATCH] net: dsa: mt7530: increase reset hold time
[syzbot] [net?] [afs?] WARNING in rxrpc_alloc_data_txbuf
2024-03-13 8:58 UTC (2+ messages)
[PATCH] sched: Improve rq selection for a blocked task when its affinity changes
2024-03-13 8:58 UTC
[PATCH 1/3] wifi: rtlwifi: Move code from rtl8192de to rtl8192d-common
2024-03-13 8:58 UTC (2+ messages)
[PATCH 00/19] Add support for DDR PHY mode
2024-03-13 8:57 UTC (3+ messages)
` [PATCH 01/19] spi: cadence_qspi: "
[PATCH 1/1] target/riscv/kvm: fix timebase-frequency when using KVM acceleration
2024-03-13 8:56 UTC (2+ messages)
[PATCH] crypto: pkcs7: remove sha1 support
2024-03-13 8:56 UTC (5+ messages)
` [REGRESSION] "
[RFC PATCH net-next 0/5] net: In-kernel QUIC implementation with Userspace handshake
2024-03-13 8:56 UTC (2+ messages)
[PATCH v3 0/2] media: i2c: Add imx283 camera sensor driver
2024-03-13 8:55 UTC (3+ messages)
` [PATCH v3 2/2] "
[PATCH] nvme/tcp: Add wq_unbound modparam for nvme_tcp_wq
2024-03-13 8:55 UTC
[PATCH v5] drm/i915/dp: Increase idle pattern wait timeout to 2ms
2024-03-13 8:54 UTC (2+ messages)
` ✗ Fi.CI.IGT: failure for drm/i915/dp: Increase idle pattern wait timeout to 2ms (rev4)
[PATCH ipsec-next v3] xfrm: Add Direction to the SA in or out
2024-03-13 8:54 UTC (2+ messages)
[soc:soc/late] BUILD SUCCESS a04a7da3982e802a1b3a19f73459515be58be2be
2024-03-13 8:53 UTC
[PATCH 0/2] media: i2c: Add support for GC05A2 sensor
2024-03-13 8:52 UTC (3+ messages)
[PATCH v5] staging: rtl8712: rename tmpVal to avg_val
2024-03-13 8:52 UTC
[PATCH] drm/i915: add intel_opregion_vbt_present() stub function
2024-03-13 8:52 UTC (2+ messages)
` ✗ CI.Patch_applied: failure for "
[PATCH net-next v4] net: Re-use and set mono_delivery_time bit for userspace tstamp packets
2024-03-13 8:52 UTC (3+ messages)
[PATCH 0/5] KVM: VMX: Drop MTRR virtualization, honor guest PAT
2024-03-13 8:52 UTC (8+ messages)
` [PATCH 5/5] KVM: VMX: Always honor guest PAT on CPUs that support self-snoop
[Buildroot] [Bug 15988] New: imx93evk defconfig is not working for MCIMX93-SOM rev B
2024-03-13 8:51 UTC (2+ messages)
` [Buildroot] [Bug 15988] "
[PATCH v3 00/20] Workaround Windows failing to find 64bit SMBIOS entry point with SeaBIOS
2024-03-13 8:49 UTC (3+ messages)
[PATCH v3] linux-aio: add IO_CMD_FDSYNC command support
2024-03-13 8:49 UTC
[PATCH] nftables: Fixed the issue with merging the payload in case of invert filter for tcp src and dst ports
2024-03-13 8:50 UTC
[PATCH v2] drm/amdgpu: Clear the hotplug interrupt ack bit before hpd initialization
2024-03-13 6:18 UTC (2+ messages)
[RFC PATCH v4 00/42] Color Pipeline API w/ VKMS
2024-03-12 15:55 UTC (9+ messages)
` [RFC PATCH v4 10/42] drm/colorop: Add TYPE property
` [RFC PATCH v4 17/42] drm/vkms: Add enumerated 1D curve colorop
` [RFC PATCH v4 22/42] drm/vkms: Use s32 for internal color pipeline precision
[oe] [meta-oe] [PATCH] dnf-plugin-tui: upgrade 1.3 -> 1.4
2024-03-13 8:49 UTC
[PATCH] mtd: ubi: avoid expensive do_div() on 32-bit machines
2024-03-13 8:46 UTC (2+ messages)
[PATCH] drm/xe/hwmon: Add infra to support card power and energy attributes
2024-03-13 8:46 UTC (8+ messages)
` ✓ CI.Patch_applied: success for "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
[PATCH V2 0/6] Add riscv tests to cover the base extension specs
2024-03-13 8:46 UTC (7+ messages)
` [PATCH V2 1/6] riscv: Add test to probe SBI Extension
` [PATCH V2 2/6] riscv: Factor out environment variable check and report generation
` [PATCH V2 3/6] riscv: Implement test for architecture ID register
` [PATCH V2 4/6] riscv: Enable gen_report() to print the wrong value in case of failure
` [PATCH V2 5/6] riscv: Test for specific SBI implementation ID
` [PATCH 6/6] riscv: Add a wrapper to call sbi_ecall for base extension
[PATCH v4] riscv: hwprobe: export highest virtual userspace address
2024-03-13 8:45 UTC (2+ messages)
[PATCH] riscv: Do not save the scratch CSR during suspend
2024-03-13 8:44 UTC (3+ messages)
[PATCH 0/6] Bigjoiner refactoring
2024-03-13 8:42 UTC (4+ messages)
` [PATCH 2/6] drm/i915: Extract intel_ddi_post_disable_hdmi_or_sst()
[PATCH] fat: ignore .. subdir and always add a link to dirs
2024-03-13 8:41 UTC (13+ messages)
[PATCH net v2] devlink: Fix devlink parallel commands processing
2024-03-13 8:40 UTC (2+ messages)
[PATCH] dt-bindings: pinctrl: renesas,rzg2l-pinctrl: Allow 'input' and 'output-enable' properties
2024-03-13 8:38 UTC
[PATCH v2] target/riscv: Implement dynamic establishment of custom decoder
2024-03-13 8:38 UTC (3+ messages)
[PATCH v3 0/2] kvm/cpuid: set proper GuestPhysBits in CPUID.0x80000008
2024-03-13 8:38 UTC (5+ messages)
` [PATCH v3 2/2] "
[RFC PATCH] sched: Add missing memory barrier in switch_mm_cid
2024-03-13 8:37 UTC (4+ messages)
Re: Re: Re: Re: about using smatch in all debian C code
2024-03-13 8:37 UTC (13+ messages)
` "
` "
` "
` "
` "
` "
` "
[PATCH for-9.0] target/riscv: do not enable all named features by default
2024-03-13 8:36 UTC (2+ messages)
[PATCH v4] staging: rtl8712: rename tmpVal to pct_val
2024-03-13 8:36 UTC (3+ messages)
[PATCH] drm/i915/opregion: add intel_opregion_vbt_present() stub for ACPI=n
2024-03-13 8:35 UTC (3+ messages)
[v3] Bluetooth: btusb: Set error code in btusb_mtk_hci_wmt_sync()
2024-03-13 8:35 UTC (2+ messages)
[v2] Bluetooth: btusb: Add return ENOBUFS error code
2024-03-13 8:34 UTC (2+ messages)
[PATCH] rcu: Reduce synchronize_rcu() delays when all wait heads are in use
2024-03-13 8:32 UTC
[PATCH] drm/xe: Always check force_wake_get return code
2024-03-13 8:31 UTC (2+ messages)
[PATCH net] net/sched: taprio: proper TCA_TAPRIO_TC_ENTRY_INDEX check
2024-03-13 8:30 UTC (2+ messages)
[Intel-wired-lan] [tnguy-next-queue:main] BUILD SUCCESS ed1f164038b50c5864aa85389f3ffd456f050cca
2024-03-13 8:29 UTC
[RFC PATCH 0/4] net: openvswitch: Add sample multicasting
2024-03-13 8:28 UTC (6+ messages)
[djwong-xfs:fsverity-cleanups-6.9 26/44] fs/verity/verify.c:419: warning: Function parameter or struct member 'level' not described in 'fsverity_read_merkle_tree_block'
2024-03-13 8:27 UTC
[PATCH] riscv: Add tracepoints for SBI calls and returns
2024-03-13 8:26 UTC (3+ messages)
[tip:timers/core] [timers] 7ee9887703: netperf.Throughput_Mbps -1.2% regression
2024-03-13 8:25 UTC (3+ messages)
[PATCH 1/7] docs: driver-api: parport-lowlevel: clarify purpose of PARPORT_MODE_PCSPP
2024-03-13 8:24 UTC (5+ messages)
` [PATCH 4/7] usb: misc: uss720: point pp->dev to usbdev->dev
[PATCH v10 0/4] PCI Dev and SG copy support
2024-03-13 8:22 UTC (8+ messages)
` [v11 "
` [EXTERNAL] "
[PATCH net v5 1/2] soc: fsl: qbman: Always disable interrupts when taking cgr_lock
2024-03-13 8:20 UTC (4+ messages)
[PATCH v4 0/3] Adjust the output of x-query-virtio-status
2024-03-13 8:20 UTC (3+ messages)
[net PATCH] octeontx2-af: Use matching wake_up API variant in CGX command interface
2024-03-13 8:20 UTC (2+ messages)
[PATCH] drm/msm/dp: move link_ready out of HPD event thread
2024-03-13 8:18 UTC (6+ messages)
[PATCH net-next 0/2] rxrpc: Fixes for AF_RXRPC
2024-03-13 8:17 UTC (2+ messages)
[PATCH v2 0/1] Improved Memory Tier Creation for CPUless NUMA Nodes
2024-03-13 8:16 UTC (4+ messages)
` [PATCH v2 1/1] memory tier: acpi/hmat: create CPUless memory tiers after obtaining HMAT info
` [External] "
[PATCH v2 0/2] kvm: add support for guest physical bits
2024-03-13 8:15 UTC (4+ messages)
` [PATCH v2 2/2] "
[PATCH v2] ALSA: usb-audio: Stop parsing channels bits when all channels are found
2024-03-13 8:15 UTC
[PATCH 0/2] afs: Miscellaneous fixes
2024-03-13 8:15 UTC (3+ messages)
` [PATCH 1/2] afs: Don't cache preferred address
` [PATCH 2/2] afs: Fix occasional rmdir-then-VNOVNODE with generic/011
[PATCH net-next v8 00/11] stmmac: Add Loongson platform support
2024-03-13 8:14 UTC (4+ messages)
` [PATCH net-next v8 04/11] net: stmmac: dwmac-loongson: Move irq config to loongson_gmac_config
[PATCH v3 0/4] PAN for ARM32 using LPAE
2024-03-13 8:13 UTC (3+ messages)
Proposal and Validation of Git Compile
2024-03-13 8:08 UTC (2+ messages)
[PATCH v2 0/4] perf: Make SIGTRAP and __perf_pending_irq() work on RT
2024-03-13 8:13 UTC (3+ messages)
[PATCH] net: txgbe: fix clk_name exceed MAX_DEV_ID limits
2024-03-13 8:06 UTC
[PATCH] colibri-imx8x: Fix sc_misc_otp_fuse_read() error check
2024-03-13 8:09 UTC (2+ messages)
[drivers/iio] Question about `iio_gts_build_avail_time_table`
2024-03-13 8:08 UTC (4+ messages)
[PATCH] apalis-imx8: Fix sc_misc_otp_fuse_read() error check
2024-03-13 8:08 UTC (2+ messages)
[PATCH 0/8] iommufd support pasid attach/replace
2024-03-13 8:11 UTC (8+ messages)
` [PATCH 1/8] iommu: Introduce a replace API for device pasid
[PATCH v6 0/3] Add support for nuvoton ma35d1 pin control
2024-03-13 8:04 UTC (4+ messages)
` [PATCH v6 3/3] pinctrl: nuvoton: Add ma35d1 pinctrl and GPIO driver
[PATCH net] docs: networking: fix indentation errors in multi-pf-netdev
2024-03-13 8:03 UTC (2+ messages)
[v3] Bluetooth: btusb: Set error code in btusb_mtk_hci_wmt_sync()
2024-03-13 8:03 UTC
[PATCH v4 00/10] backlight: Replace struct fb_info in interfaces
2024-03-13 8:03 UTC (3+ messages)
CVE-2023-52596: sysctl: Fix out of bounds access for empty sysctl registers
2024-03-13 8:01 UTC (10+ messages)
linux-next: build failure after merge of the sound-current tree
2024-03-13 8:01 UTC (2+ messages)
❌ FAIL (MISSED 16 of 204): Test report for master (6.8.0, mainline.kernel.org-clang, 9187210e)
2024-03-13 8:01 UTC
subscribe request to linux-kernel-mentees
2024-03-13 8:00 UTC (2+ messages)
[PATCH v4 0/5] Virtio dmabuf improvements
2024-03-13 8:00 UTC (3+ messages)
Possible ofono patches
2024-03-13 7:59 UTC
[PATCH v3] staging: rtl8712: rename tmpVal to avg_val
2024-03-13 7:59 UTC (2+ messages)
[PATCH 0/4] Cleanup vmlinux.lds.S
2024-03-13 7:58 UTC (5+ messages)
` [PATCH 1/4] vmlinux.lds.h: fix a typo in comment
` [PATCH 2/4] x86/boot: replace __PHYSICAL_START with LOAD_PHYSICAL_ADDR
` [PATCH 3/4] x86/vmlinux.lds.S: remove conditional definition of LOAD_OFFSET
` [PATCH 4/4] x86/vmlinux.lds.S: take __START_KERNEL out conditional definition
[PATCH v2 0/5] TCG plugins new inline operations
2024-03-13 7:58 UTC (4+ messages)
` [PATCH v2 2/5] plugins: add new inline op STORE_U64
[PATCH net-next v2 0/4] nexthop: Fix two nexthop group statistics issues
2024-03-13 7:58 UTC (4+ messages)
` [PATCH net-next v2 3/4] nexthop: Fix out-of-bounds access during attribute validation
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.