messages from 2024-08-16 19:12:23 to 2024-08-16 21:32:53 UTC [more...]
[PATCH 1/3] target/hexagon: Rename HEX_EXCP_ => HEX_EVENT_
2024-08-16 21:32 UTC (4+ messages)
` [PATCH 3/3] target/hexagon: add enums for event, cause
[PATCH] gitlab-ci: Replace build_script -> step_script in Cirrus jobs
2024-08-16 21:32 UTC
[RFC PATCH] mm: fix missing TLB flushing
2024-08-16 21:31 UTC (3+ messages)
[PATCH v6 00/22] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
2024-08-16 21:31 UTC (25+ messages)
` [PATCH v6 03/22] x86/resctrl: Consolidate monitoring related data from rdt_resource
` [PATCH v6 04/22] x86/resctrl: Detect Assignable Bandwidth Monitoring feature details
` [PATCH v6 06/22] x86/resctrl: Add support to enable/disable AMD ABMC feature
` [PATCH v6 07/22] x86/resctrl: Introduce the interface to display monitor mode
` [PATCH v6 09/22] x86/resctrl: Introduce MBM counters bitmap
` [PATCH v6 15/22] x86/resctrl: Add the interface to assign a hardware counter
` [PATCH v6 20/22] x86/resctrl: Enable AMD ABMC feature by default when supported
` [PATCH v6 21/22] x86/resctrl: Introduce interface to list monitor states of all the groups
[PATCH v15 0/4] Reduce overhead of LSMs with static calls
2024-08-16 21:30 UTC (2+ messages)
+ kexec_file-fix-elfcorehdr-digest-exclusion-when-config_crash_hotplug=y.patch added to mm-hotfixes-unstable branch
2024-08-16 21:30 UTC
[PATCH net-next v2 0/9] bnxt_en: Update for net-next
2024-08-16 21:28 UTC (10+ messages)
` [PATCH net-next v2 1/9] bnxt_en: add support for storing crash dump into host memory
` [PATCH net-next v2 2/9] bnxt_en: add support for retrieving crash dump using ethtool
` [PATCH net-next v2 3/9] bnxt_en: Support QOS and TPID settings for the SRIOV VLAN
` [PATCH net-next v2 4/9] bnxt_en: Deprecate support for legacy INTX mode
` [PATCH net-next v2 5/9] bnxt_en: Remove BNXT_FLAG_USING_MSIX flag
` [PATCH net-next v2 6/9] bnxt_en: Remove register mapping to support INTX
` [PATCH net-next v2 7/9] bnxt_en: Replace deprecated PCI MSIX APIs
` [PATCH net-next v2 8/9] bnxt_en: Allocate the max bp->irq_tbl size for dynamic msix allocation
` [PATCH net-next v2 9/9] bnxt_en: Support dynamic MSIX
[PATCH v2 1/1] dt-bindings: board: convert fsl-board.txt to yaml
2024-08-16 21:27 UTC (3+ messages)
[PATCH v1 0/3] x86: Write FRED RSP0 on return to userspace
2024-08-16 21:26 UTC (7+ messages)
` [PATCH v1 2/3] x86/msr: Switch between WRMSRNS and WRMSR with the alternatives mechanism
[PATCH] KVM: x86: AMD's IBPB is not equivalent to Intel's IBPB
2024-08-16 21:26 UTC (6+ messages)
[Buildroot] Delivery Status Notification (Failure)
2024-08-16 21:25 UTC
[PATCH v9 0/5] Landlock: Add abstract unix socket connect restriction
2024-08-16 21:23 UTC (5+ messages)
` [PATCH v9 1/5] "
` [PATCH v9 2/5] selftests/Landlock: Abstract unix socket restriction tests
[PATCH net-next] tcp_metrics: use netlink policy for IPv6 addr len validation
2024-08-16 21:22 UTC
[PATCH v2 0/3] Set up KVM_EXIT_MEMORY_FAULTs when arm64/x86 stage-2 fault handlers fail
2024-08-16 21:22 UTC (7+ messages)
` [PATCH v2 1/3] KVM: Documentation: Clarify docs for KVM_CAP_MEMORY_FAULT_INFO
` [PATCH v2 2/3] KVM: x86: Do a KVM_MEMORY_FAULT EXIT when stage-2 fault handler EFAULTs
` [PATCH v2 3/3] KVM: arm64: Perform memory fault exits when stage-2 "
+ selftests-test_zswap-add-test-for-hierarchical-zswapwriteback.patch added to mm-unstable branch
2024-08-16 21:22 UTC
+ mm-memcontrol-respect-zswapwriteback-setting-from-parent-cg-too.patch added to mm-unstable branch
2024-08-16 21:22 UTC
[PATCH 1/2] arm64: dts: rockchip: add (but disabled) SFC node for Radxa ROCK 5A
2024-08-16 21:20 UTC (2+ messages)
` [PATCH 2/2] arm: dts: rockchip: add support for Radxa ROCK 5A with SPI NOR flash module
[PATCH v11 07/14] cxl/memfeature: Add CXL memory device patrol scrub control feature
2024-08-16 21:21 UTC (2+ messages)
arch/mips/boot/dts/qca/ar9331_dpt_module.dtb: switch@10: Unevaluated properties are not allowed ('#address-cells', '#size-cells' were unexpected)
2024-08-16 21:21 UTC
[syzbot] [usb?] KASAN: invalid-free in raw_release
2024-08-16 21:20 UTC
[PATCH] iommu/arm-smmu-v3: Print better events records
2024-08-16 21:17 UTC
[PATCH v6 2/2] mm: support large folios swap-in for zRAM-like devices
2024-08-16 21:16 UTC (5+ messages)
[PATCH] mm: remove migration for HugePage in isolate_single_pageblock()
2024-08-16 21:16 UTC (7+ messages)
[PATCH v4 00/15] arm64: Support for running as a guest in Arm CCA
2024-08-16 21:13 UTC (5+ messages)
[PATCH] drm/xe: Remove redundant param from xe_bo_create_user
2024-08-16 21:12 UTC (2+ messages)
` ✗ CI.FULL: failure for "
[PATCH v9 0/6] Red-black tree abstraction needed by Rust Binder
2024-08-16 21:11 UTC (8+ messages)
` [PATCH v9 1/6] rust: kernel: add `drop_contents` to `BoxExt`
` [PATCH v9 2/6] rust: rbtree: add red-black tree implementation backed by the C version
` [PATCH v9 3/6] rust: rbtree: add iterator
` [PATCH v9 4/6] rust: rbtree: add mutable iterator
` [PATCH v9 5/6] rust: rbtree: add cursor
` [PATCH v9 6/6] rust: rbtree: add `RBTree::entry`
[PATCH v4] filemap: add trace events for get_pages, map_pages, and fault
2024-08-16 21:10 UTC
PGP signature patches
2024-08-16 21:10 UTC (3+ messages)
[PATCH v3] veth: Drop MTU check when forwarding packets
2024-08-16 21:09 UTC (11+ messages)
[PATCH v7 0/2] Dynamic Allocation of the reserved_mem array
2024-08-16 21:08 UTC (5+ messages)
` [PATCH v7 1/2] of: reserved_mem: Restruture how the reserved memory regions are processed
` [PATCH v7 2/2] of: reserved_mem: Add code to dynamically allocate reserved_mem array
[PATCH -next] blk-cgroup: Remove unused declaration blkg_path()
2024-08-16 21:08 UTC (2+ messages)
[GIT PULL] io_uring fixes for 6.11-rc4
2024-08-16 21:07 UTC (2+ messages)
[GIT PULL] Block fixes for 6.11-rc4
2024-08-16 21:07 UTC (2+ messages)
[GIT PULL] Devicetree fixes for v6.11, part 2
2024-08-16 21:07 UTC (2+ messages)
[RFC PATCH V2 net-next 00/11] Add support of HIBMCGE Ethernet Driver
2024-08-16 21:04 UTC (5+ messages)
` [RFC PATCH V2 net-next 03/11] net: hibmcge: Add mdio and hardware configuration supported in this module
[PATCH net] net: dsa: microchip: fix PTP config failure when using multiple ports
2024-08-16 21:01 UTC (4+ messages)
[linux-next:master 3822/5190] drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c:3301:17: error: implicit declaration of function 'pci_prepare_ats'; did you mean 'pci_enable_ats'?
2024-08-16 21:00 UTC
[PATCH 1/2] kbuild: pacman-pkg: move common commands to a separate function
2024-08-16 21:00 UTC (4+ messages)
` [PATCH 2/2] kbuild: pacman-pkg: do not override objtree
[PATCH v4 1/1] dt-bindings: net: mdio: change nodename match pattern
2024-08-16 20:58 UTC (2+ messages)
[RFC net-next 0/5] Suspend IRQs during preferred busy poll
2024-08-16 20:58 UTC (14+ messages)
[PATCH v3 00/25] DCD: Add support for Dynamic Capacity Devices (DCD)
2024-08-16 20:58 UTC (3+ messages)
` [PATCH v3 03/25] dax: Document dax dev range tuple
[PATCH] video/aperture: match the pci device when calling sysfb_disable()
2024-08-16 20:57 UTC (4+ messages)
[PATCH net-next v2 0/2] Adds support for lan887x phy
2024-08-16 20:56 UTC (3+ messages)
` [PATCH net-next v2 2/2] net: phy: microchip_t1: "
[PATCH 5.15 000/483] 5.15.165-rc2 review
2024-08-16 20:53 UTC (3+ messages)
[Bug 219166] New: ext4 hang when setting echo noop > /sys/block/sda/queue/scheduler
2024-08-16 20:51 UTC (3+ messages)
` [Bug 219166] "
[PATCH net v1] mlxbf_gige: disable port during stop()
2024-08-16 20:48 UTC
[PATCH net-next v3 0/6] net: phy: add Applied Micro QT2025 PHY driver
2024-08-16 20:47 UTC (9+ messages)
` [PATCH net-next v3 5/6] rust: net::phy unified genphy_read_status function for C22 and C45 registers
` [PATCH net-next v3 6/6] net: phy: add Applied Micro QT2025 PHY driver
[PATCH] gitr: Make gitr work on RHEL/CentOS
2024-08-16 20:45 UTC (2+ messages)
[PATCH net-next 0/9][pull request] idpf: XDP chapter II: convert Tx completion to libeth
2024-08-16 20:45 UTC (5+ messages)
[PATCH v4] PCI: Enable runtime pm of the host bridge
2024-08-16 20:45 UTC (2+ messages)
[PATCH v2] modpost: simplify modpost_log()
2024-08-16 20:45 UTC (2+ messages)
[PATCH 6.1 00/38] 6.1.106-rc1 review
2024-08-16 20:44 UTC (3+ messages)
/usr/bin/ld: ../lib/LLVMgold.so: cannot open shared object file: No such file or directory
2024-08-16 20:44 UTC (3+ messages)
[PATCHSET v3 0/5] Add support for batched min timeout
2024-08-16 20:38 UTC (6+ messages)
` [PATCH 1/5] io_uring: encapsulate extraneous wait flags into a separate struct
` [PATCH 2/5] io_uring: move schedule wait logic into helper
` [PATCH 3/5] io_uring: implement our own schedule timeout handling
` [PATCH 4/5] io_uring: add support for batch wait timeout
` [PATCH 5/5] io_uring: wire up min batch wake timeout
✅ PASS (MISSED 12 of 69): Test report for for-kernelci (6.11.0-rc3, arm-next, 5c43d43b)
2024-08-16 20:43 UTC
[PATCH 6.6 00/67] 6.6.47-rc1 review
2024-08-16 20:40 UTC (3+ messages)
[PATCH] iommu/amd: Update PASID, GATS, and GLX feature related macros
2024-08-16 20:40 UTC (2+ messages)
[PATCH 6.10 00/25] 6.10.6-rc2 review
2024-08-16 20:35 UTC (4+ messages)
❌ FAIL: Test report for master (6.11.0-rc3, mainline.kernel.org-clang, 60cb1da6)
2024-08-16 20:32 UTC
[PATCH v2 00/13] linux system call fixes
2024-08-16 20:27 UTC (3+ messages)
` [PATCH v2 09/13] csky, hexagon: fix broken sys_sync_file_range
[RFC PATCH bpf-next 0/6] bpf: Add gen_epilogue and allow kfunc call in pro/epilogue
2024-08-16 20:27 UTC (8+ messages)
` [RFC PATCH bpf-next 3/6] selftests/test: test gen_prologue and gen_epilogue
[RFC] more close_range() fun
2024-08-16 20:26 UTC (7+ messages)
[syzbot] [usb?] KASAN: invalid-free in dev_free
2024-08-16 20:25 UTC
[REGRESSION][BISECTED] vmwgfx crashes with command buffer error after update
2024-08-16 20:23 UTC (4+ messages)
[RFC PATCH v1 0/4] Add support for the Bus Lock Threshold
2024-08-16 20:21 UTC (10+ messages)
` [RFC PATCH v1 1/4] x86/cpufeatures: Add CPUID feature bit "
` [RFC PATCH v1 2/4] KVM: SVM: Enable Bus lock threshold exit
` [RFC PATCH v1 3/4] KVM: x86: nSVM: Implement support for nested Bus Lock Threshold
` [RFC PATCH v1 4/4] KVM: selftests: Add bus lock exit test
[PATCH] xfs_io: Fix fscrypt macros ordering
2024-08-16 20:20 UTC (3+ messages)
[PATCH net-next v2 00/12] flow_dissector: Dissect UDP encapsulation protocols
2024-08-16 20:19 UTC (14+ messages)
` [PATCH net-next v2 05/12] flow_dissector: Parse vxlan in UDP
` [PATCH net-next v2 07/12] flow_dissector: Parse ESP, L2TP, and SCTP "
` [PATCH net-next v2 08/12] flow_dissector: Parse Geneve "
` [PATCH net-next v2 09/12] flow_dissector: Parse GUE "
` [PATCH net-next v2 10/12] gtp: Move gtp_parse_exthdrs into net/gtp.h
` [PATCH net-next v2 12/12] flow_dissector: Add case in ipproto switch for NEXTHDR_NONE
[PATCH v2] of/irq: Support #msi-cells=<0> in of_msi_get_domain
2024-08-16 20:18 UTC (3+ messages)
[PATCH i-g-t, v8] tests/intel/xe_sysfs_preempt_timeout: Porting sysfs preempt test in xe
2024-08-16 20:18 UTC (2+ messages)
` ✗ CI.xeFULL: failure for tests/intel/xe_sysfs_preempt_timeout: Porting sysfs preempt test in xe (rev8)
how to use multiubi?
2024-08-16 20:17 UTC
[PATCH RFC] regmap: maple: Switch to use irq-safe locking
2024-08-16 20:11 UTC (4+ messages)
[PATCH v2 00/12] Add PXP HWDRM support
2024-08-16 20:11 UTC (5+ messages)
` ✓ CI.Build: success for Add PXP HWDRM support (rev2)
` ✗ CI.Hooks: failure "
` ✓ CI.checksparse: success "
` ✗ CI.BAT: failure "
[PATCH] wifi: mac80211: Fix ieee80211_convert_to_unicast() logic
2024-08-16 20:04 UTC (5+ messages)
[PATCHv3 1/3] drm/amdgpu: Implement MES Suspend and Resume APIs for GFX11
2024-08-16 20:04 UTC (3+ messages)
` [PATCHv3 2/3] drm/amdkfd: Update queue unmap after VM fault with MES
[PATCH v2] rust: Remove erronous blockquote in coding guidelines
2024-08-16 20:01 UTC
[PATCH v3 02/10] x86/cpu/topology: Add CPU type to struct cpuinfo_topology
2024-08-16 19:59 UTC (2+ messages)
[djwong-xfs:hch-wtf 75/253] fs/xfs/scrub/bmap.c:320:17: error: implicit declaration of function 'xchk_rtgroup_init_existing'; did you mean 'xchk_ag_init_existing'?
2024-08-16 19:59 UTC
[PATCH i-g-t 1/2] lib/xe: Add XE_MAX_ENGINE_INSTANCE
2024-08-16 19:59 UTC (2+ messages)
arch/mips/boot/dts/qca/ar9132_tl_wr1043nd_v1.dtb: wdt@18060008: $nodename:0: 'wdt@18060008' does not match '^(timer|watchdog)(@.*|-([0-9]|[1-9][0-9]+))?$'
2024-08-16 19:59 UTC
[f2fs-dev] [syzbot] Monthly f2fs report (Aug 2024)
2024-08-16 19:58 UTC (2+ messages)
` "
[syzbot] Monthly media report (Aug 2024)
2024-08-16 19:57 UTC
[PATCH] drm/meson: add check to prevent dereference of NULL
2024-08-16 19:55 UTC (5+ messages)
[syzbot] [mm?] WARNING in zswap_swapoff
2024-08-16 19:52 UTC
[song-md:md-6.11] BUILD SUCCESS c916ca35308d3187c9928664f9be249b22a3a701
2024-08-16 19:52 UTC
[PATCH v8 5/6] drm/xe: Add a shrinker for xe bos
2024-08-16 19:48 UTC (2+ messages)
[brauner-vfs:work.dio 36/36] fs/netfs/locking.c:22:12: error: static declaration of 'inode_dio_wait_interruptible' follows non-static declaration
2024-08-16 19:48 UTC
UBSAN: annotation to skip sanitization in variable that will wrap
2024-08-16 19:47 UTC (5+ messages)
Thread stuck in IDDP sendto()
2024-08-16 19:43 UTC (13+ messages)
[PATCH 5.10 000/350] 5.10.224-rc2 review
2024-08-16 19:43 UTC (3+ messages)
[PATCH v11 0/9] Add Tegra241 (Grace) CMDQV Support (part 1/2)
2024-08-16 19:42 UTC (6+ messages)
` [PATCH v11 9/9] iommu/tegra241-cmdqv: Limit CMDs for guest owned VINTF
[PATCH 5.4 000/255] 5.4.282-rc2 review
2024-08-16 19:42 UTC (2+ messages)
[PATCH 4.19 000/196] 4.19.320-rc1 review
2024-08-16 19:40 UTC (2+ messages)
[PATCH v2 00/32] Make LMB memory map global and persistent
2024-08-16 19:38 UTC (3+ messages)
` [PATCH v2 19/32] sandbox: move the TCG event log to the start of ram memory
[PATCH] populate_sdk_base: inherit nopackages
2024-08-16 19:37 UTC
[PATCH] perf report: Support --total-cycles --group in the tui mode
2024-08-16 19:34 UTC (3+ messages)
ASUS Maximus Z790 Hero (ALC4082) - USB Audio 5.1 speakers assigned incorrectly and subwoofer not working
2024-08-16 19:33 UTC
[linux-next:pending-fixes] BUILD SUCCESS 8add3b66d4f542485e2d694e005f855dc64ea5eb
2024-08-16 19:32 UTC
[PATCH v2 1/2] sched: fix firing of sched:::on-cpu
2024-08-16 19:33 UTC (4+ messages)
` [PATCH v2 2/2] unittest/sched: remove dtv2 xfail
[RFC PATCH v2 00/10] KVM: Restricted mapping of guest_memfd at the host and pKVM/arm64 support
2024-08-16 19:32 UTC (3+ messages)
` [RFC PATCH v2 03/10] KVM: Implement kvm_(read|/write)_guest_page for private memory slots
[PATCH v12 00/10] enable bs > ps in XFS
2024-08-16 19:31 UTC (2+ messages)
[PATCH 00/13] DC Patches August 15, 2024
2024-08-16 19:30 UTC (3+ messages)
` [PATCH 12/13] drm/amd/display: Fix a typo in revert commit
NULL pointer deref when running BPF monitor program (6.11.0-rc1)
2024-08-16 19:30 UTC (12+ messages)
[PATCH] ksmdb: fix spelling mistakes in documentation
2024-08-16 19:24 UTC
[PATCH v5 5.10/5.15] ata: libata-scsi: check cdb length for VARIABLE_LENGTH_CMD commands
2024-08-16 19:27 UTC
[PATCH] drm/xe: Remove NULL check of lrc->bo in xe_lrc_snapshot_capture()
2024-08-16 19:27 UTC (2+ messages)
` ✓ CI.FULL: success for drm/xe: Remove NULL check of lrc->bo in xe_lrc_snapshot_capture() (rev3)
[PATCH] perf/x86/intel: Restrict period on Haswell
2024-08-16 19:27 UTC (10+ messages)
[PATCH 1/6] arm/trusted-firmware-a: add support for 2.11.0
2024-08-16 19:25 UTC (2+ messages)
` [meta-arm] "
[PATCH v2 0/9] SEV Kernel Selftests
2024-08-16 19:23 UTC (10+ messages)
` [PATCH v2 1/9] KVM: selftests: Decouple SEV ioctls from asserts
` [PATCH v2 2/9] KVM: selftests: Add a basic SNP smoke test
` [PATCH v2 3/9] KVM: selftests: Add SNP to shutdown testing
` [PATCH v2 4/9] KVM: selftests: SEV IOCTL test
` [PATCH v2 5/9] KVM: selftests: SNP "
` [PATCH v2 6/9] KVM: selftests: SEV-SNP test for KVM_SEV_INIT2
` [PATCH v2 7/9] KVM: selftests: Add interface to manually flag protected/encrypted ranges
` [PATCH v2 8/9] KVM: selftests: Add a CoCo-specific test for KVM_PRE_FAULT_MEMORY
` [PATCH v2 9/9] KVM: selftests: Interleave fallocate "
[PATCH 00/16] Consolidate iommu page table implementations
2024-08-16 19:21 UTC (3+ messages)
` [PATCH 13/16] iommupt: Add the x86 PAE page table format
[PATCH] mm/slub: Add check for s->flags in the alloc_tagging_slab_free_hook
2024-08-16 19:20 UTC (4+ messages)
[PATCH v2] ksmbd: Replace one-element arrays with flexible-array members
2024-08-16 19:20 UTC (2+ messages)
[PATCH] btrfs: only enable extent map shrinker for DEBUG builds
2024-08-16 19:18 UTC (2+ messages)
[PATCH 4/4] MAINTAINERS: drop NXP LAYERSCAPE GEN4 CONTROLLER
2024-08-16 19:17 UTC (3+ messages)
[bitbake-devel][Patch v4 0/2] npm: improve fetcher and recipetool compatibility
2024-08-16 19:12 UTC (4+ messages)
` [bitbake-devel][PATCH v4 2/2] npmsw: accept unspecified versions in package.json
[PATCH] PCI: qcom-ep: Move controller cleanups to qcom_pcie_perst_deassert()
2024-08-16 19:12 UTC (2+ messages)
[RFC bpf-next v4 0/6] Share user memory to BPF program through task storage map
2024-08-16 19:12 UTC (3+ messages)
` [RFC bpf-next v4 5/6] libbpf: define __uptr
` [RFC bpf-next v4 6/6] selftests/bpf: test __uptr on the value of a task storage map
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.