messages from 2024-05-08 21:51:05 to 2024-05-08 23:49:52 UTC [more...]
[PATCH v3] drm/nouveau: use tile_mode and pte_kind for VM_BIND bo allocations
2024-05-08 23:09 UTC (2+ messages)
[PATCH 0/4] bundle-uri: show progress when downloading from bundle URIs
2024-05-08 23:49 UTC (4+ messages)
` [PATCH 3/4] remote-curl: optionally show progress for HTTP get
[RFC] Mitigating unexpected arithmetic overflow
2024-05-08 23:47 UTC (8+ messages)
[PATCH v3 0/2] Imrpove GuC debug log/status output
2024-05-08 23:47 UTC (10+ messages)
` [PATCH v3 1/2] drm/xe/guc: Remove spurious line feed in debug print
` [PATCH v3 2/2] drm/xe/guc: Improve robustness of GuC log dumping to dmesg
` ✓ CI.Patch_applied: success for Imrpove GuC debug log/status output
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
[kernel-cve-report] New CVE entries this week
2024-05-08 23:45 UTC
[PATCH] tools/memory-model: Add atomic_and()/or()/xor() and add_negative
2024-05-08 23:46 UTC (4+ messages)
[PATCH] erofs: Zstandard compression support
2024-05-08 23:44 UTC (3+ messages)
` [PATCH v2] "
[PATCH v4 00/33] Misc PPC exception and BookE MMU clean ups
2024-05-08 23:36 UTC (34+ messages)
` [PATCH v4 01/33] target/ppc: Fix gen_sc to use correct nip
` [PATCH v4 02/33] target/ppc: Move patching nip from exception handler to helper_scv
` [PATCH v4 03/33] target/ppc: Simplify syscall exception handlers
` [PATCH v4 04/33] target/ppc: Remove unused helper
` [PATCH v4 05/33] target/ppc/mmu_common.c: Move calculation of a value closer to its usage
` [PATCH v4 06/33] target/ppc/mmu_common.c: Remove unneeded local variable
` [PATCH v4 07/33] target/ppc/mmu_common.c: Simplify checking for real mode
` [PATCH v4 08/33] target/ppc/mmu_common.c: Drop cases for unimplemented MPC8xx MMU
` [PATCH v4 09/33] target/ppc/mmu_common.c: Introduce mmu6xx_get_physical_address()
` [PATCH v4 10/33] target/ppc/mmu_common.c: Move else branch to avoid large if block
` [PATCH v4 11/33] target/ppc/mmu_common.c: Move some debug logging
` [PATCH v4 12/33] target/ppc/mmu_common.c: Eliminate ret from mmu6xx_get_physical_address()
` [PATCH v4 13/33] target/ppc/mmu_common.c: Split out BookE cases before checking real mode
` [PATCH v4 14/33] target/ppc/mmu_common.c: Split off real mode cases in get_physical_address_wtlb()
` [PATCH v4 15/33] target/ppc/mmu_common.c: Inline and remove check_physical()
` [PATCH v4 16/33] target/ppc/mmu_common.c: Fix misindented qemu_log_mask() calls
` [PATCH v4 17/33] target/ppc/mmu_common.c: Deindent ppc_jumbo_xlate()
` [PATCH v4 18/33] target/ppc/mmu_common.c: Replace hard coded constants in ppc_jumbo_xlate()
` [PATCH v4 19/33] target/ppc/mmu_common.c: Don't use mmu_ctx_t for mmu40x_get_physical_address()
` [PATCH v4 20/33] target/ppc/mmu_common.c: Don't use mmu_ctx_t in mmubooke_get_physical_address()
` [PATCH v4 21/33] target/ppc/mmu_common.c: Don't use mmu_ctx_t in mmubooke206_get_physical_address()
` [PATCH v4 22/33] target/ppc/mmu_common.c: Make get_physical_address_wtlb() static
` [PATCH v4 23/33] target/ppc: Remove pp_check() and reuse ppc_hash32_pp_prot()
` [PATCH v4 24/33] target/ppc/mmu_common.c: Remove BookE from direct store handling
` [PATCH v4 25/33] target/ppc/mmu_common.c: Split off BookE handling from ppc_jumbo_xlate()
` [PATCH v4 26/33] target/ppc/mmu_common.c: Simplify ppc_booke_xlate() part 1
` [PATCH v4 27/33] target/ppc/mmu_common.c: Simplify ppc_booke_xlate() part 2
` [PATCH v4 28/33] target/ppc: Remove id_tlbs flag from CPU env
` [PATCH v4 29/33] target/ppc: Split off common embedded TLB init
` [PATCH v4 30/33] target/ppc/mmu-hash32.c: Drop a local variable
` [PATCH v4 31/33] target/ppc/mmu-radix64.c: "
` [PATCH v4 32/33] target/ppc: Add a macro to check for page protection bit
` [PATCH v4 33/33] target/ppc: Move out BookE and related MMU functions from mmu_common.c
[PATCH] gunzip: don't leak memory on error paths
2024-05-08 23:43 UTC (2+ messages)
[PULL v2 00/13] Migration patches for 2024-05-08
2024-05-08 23:35 UTC (14+ messages)
` [PULL v2 01/13] migration/ram.c: API Conversion qemu_mutex_lock(), and qemu_mutex_unlock() to WITH_QEMU_LOCK_GUARD macro
` [PULL v2 02/13] migration: move trace-point from migrate_fd_error to migrate_set_error
` [PULL v2 03/13] migration: process_incoming_migration_co(): complete cleanup on failure
` [PULL v2 04/13] migration: process_incoming_migration_co(): fix reporting s->error
` [PULL v2 05/13] migration: process_incoming_migration_co(): rework error reporting
` [PULL v2 06/13] qapi: introduce exit-on-error parameter for migrate-incoming
` [PULL v2 07/13] migration: Remove 'skipped' field from MigrationStats
` [PULL v2 08/13] migration: Remove 'inc' option from migrate command
` [PULL v2 09/13] migration: Remove 'blk/-b' option from migrate commands
` [PULL v2 10/13] migration: Remove block migration
` [PULL v2 11/13] migration: Remove non-multifd compression
` [PULL v2 12/13] migration: Deprecate fd: for file migration
` [PULL v2 13/13] hmp/migration: Fix "migrate" command's documentation
[PATCH 00/13] reftable: prepare for re-seekable iterators
2024-05-08 23:42 UTC (2+ messages)
[PATCH] usb: dwc3: gadget: create per ep interrupts
2024-05-08 23:42 UTC (5+ messages)
[syzbot] [block?] [usb?] INFO: rcu detected stall in aoecmd_cfg (2)
2024-05-08 23:40 UTC (2+ messages)
[PATCH v21 00/39] Introduce QC USB SND audio offloading support
2024-05-08 23:40 UTC (7+ messages)
` [PATCH v21 09/39] ASoC: qcom: qdsp6: Introduce USB AFE port to q6dsp
` [PATCH v21 22/39] ALSA: usb-audio: Prevent starting of audio stream if in use
[PATCH 1/1] perf kwork: Use zfree() to avoid possibly accessing dangling pointers
2024-05-08 23:40 UTC (2+ messages)
[PATCH 1/1] perf callchain: Use zfree() to avoid possibly accessing dangling pointers
2024-05-08 23:40 UTC (2+ messages)
[PATCH v3 00/33] Misc PPC exception and BookE MMU clean ups
2024-05-08 23:35 UTC (4+ messages)
` [PATCH v3 33/33] target/ppc: Add a macro to check for page protection bit
[PATCH bpf-next] bpftool: introduce btf c dump sorting
2024-05-08 23:35 UTC (5+ messages)
[PATCH v2 00/28] Misc PPC exception and BookE MMU clean ups
2024-05-08 23:33 UTC (6+ messages)
` [PATCH v2 26/28] target/ppc/mmu_common.c: Move BookE MMU functions together
[PATCH bpf-next v2 0/6] Notify user space when a struct_ops object is detached/unregistered
2024-05-08 23:34 UTC (5+ messages)
` [PATCH bpf-next v2 2/6] bpf: enable detaching links of struct_ops objects
` [PATCH bpf-next v2 4/6] selftests/bpf: test struct_ops with epoll
[ccan] New to ccan
2024-05-08 23:34 UTC (2+ messages)
[PATCH v9 4/4] PCI: brcmstb: Configure HW CLKREQ# mode appropriate for downstream device
2024-05-08 23:33 UTC (3+ messages)
[PATCH v2 0/2] drm/msm/gen_header: allow skipping the validation
2024-05-08 23:32 UTC (4+ messages)
` [PATCH v2 1/2] "
[RFC PATCH v3 00/17] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
2024-05-08 23:29 UTC (7+ messages)
Buffer overrun error found in brcm80211 driver code
2024-05-08 23:27 UTC (3+ messages)
` [External] : "
[PATCH net-next 0/1] mlx5: Add netdev-genl queue stats
2024-05-08 23:24 UTC (9+ messages)
[POC][RFC][PATCH 0/2] pstore/mm/x86: Add wildcard memmap to map pstore consistently
2024-05-08 23:23 UTC (11+ messages)
` [POC][RFC][PATCH 1/2] mm/x86: Add wildcard * option as memmap=nn*align:name
[PATCH] firewire: obsolete usage of *-objs in Makefile for KUnit test
2024-05-08 23:22 UTC (2+ messages)
Early boot regression from f0551af0213 ("x86/topology: Ignore non-present APIC IDs in a present package")
2024-05-08 23:21 UTC (17+ messages)
[syzbot] [kernfs?] possible deadlock in kernfs_seq_start
2024-05-08 23:19 UTC (2+ messages)
[PATCH] perf build: Specify libtraceevent dir to rpath for asan/msan build
2024-05-08 23:18 UTC (2+ messages)
[PATCH v1 0/1] add driver for Synopsys Ethernet 10G device
2024-05-08 23:17 UTC (3+ messages)
` [PATCH v1 1/1] net: Add drivers for Sysnopsys "
[PATCH] test/py: Make the number of SPL banners seen a variable
2024-05-08 23:17 UTC (2+ messages)
WQ_UNBOUND workqueue warnings from multiple drivers
2024-05-08 23:16 UTC (6+ messages)
[PATCH v2 2/5] mips: bmips: rework and cache CBR addr handling
2024-05-08 23:13 UTC (2+ messages)
[PATCH] board: starfive: support Pine64 Star64 board
2024-05-08 23:11 UTC (2+ messages)
[PATCH v2 0/5] Define _GNU_SOURCE for sources using
2024-05-08 23:10 UTC (4+ messages)
[PATCH v2] usb: dwc3: core: Fix unused variable warning in core driver
2024-05-08 23:08 UTC (2+ messages)
[PATCH v2 0/3] perf probe: Allow names to start with digits
2024-05-08 23:03 UTC (4+ messages)
` [PATCH v2 1/3] perf parse-events: pass parse_state to add_tracepoint
[PATCH net-next v5 3/6] net: tn40xx: add basic Tx handling
2024-05-08 23:03 UTC (2+ messages)
[PATCH v3 0/3] perf probe: Allow names to start with digits
2024-05-08 23:00 UTC (4+ messages)
` [PATCH v3 1/3] perf parse-events: pass parse_state to add_tracepoint
` [PATCH v3 2/3] perf parse-events: Add new 'fake_tp' parameter for tests
` [PATCH v3 3/3] perf parse: Allow names to start with digits
[pull] amdgpu, amdkfd drm-fixes-6.9
2024-05-08 23:00 UTC
[PATCH v8 0/6] drm/xe/guc: Add GuC based register capture for error capture
2024-05-08 22:57 UTC (3+ messages)
` [PATCH v8 3/6] drm/xe/guc: Add capture size check in GuC log buffer
[openeuler:OLK-6.6 7634/9457] drivers/net/ethernet/yunsilicon/xsc/net/main.c:2628:28: error: 'struct pci_dev' has no member named 'physfn'; did you mean 'is_physfn'?
2024-05-08 22:50 UTC
linux-next: duplicate patch in the bitmap tree
2024-05-08 22:45 UTC
linux-next: Signed-off-by missing for commit in the bitmap tree
2024-05-08 22:42 UTC
[PATCH v4 0/6] large folios swap-in: handle refault cases first
2024-05-08 22:40 UTC (7+ messages)
` [PATCH v4 1/6] mm: swap: introduce swap_free_nr() for batched swap_free()
` [PATCH v4 2/6] mm: remove the implementation of swap_free() and always use swap_free_nr()
` [PATCH v4 3/6] mm: introduce pte_move_swp_offset() helper which can move offset bidirectionally
` [PATCH v4 4/6] mm: introduce arch_do_swap_page_nr() which allows restore metadata for nr pages
` [PATCH v4 5/6] mm: swap: make should_try_to_free_swap() support large-folio
` [PATCH v4 6/6] mm: swap: entirely map large folios found in swapcache
[Bug 218305] New: Ryzen 7 7840HS gets stuck at 544MHz frequency after a random number of suspend/resume cycles
2024-05-08 22:38 UTC (2+ messages)
` [Bug 218305] Ryzen 7 7840HS gets stuck at 544MHz frequency after resuming after unplugging the power cord during sleep
[PATCH 00/13] arm64: dts: qcom: sc8280xp-x13s: enable pm8008 camera pmic
2024-05-08 22:37 UTC (19+ messages)
` [PATCH 04/13] mfd: pm8008: mark regmap structures as const
` [PATCH 05/13] mfd: pm8008: use lower case hex notation
` [PATCH 06/13] mfd: pm8008: rename irq chip
` [PATCH 07/13] mfd: pm8008: drop unused driver data
` [PATCH 08/13] dt-bindings: pinctrl: qcom,pmic-gpio: drop pm8008
` [PATCH 09/13] pinctrl: qcom: spmi-gpio: drop broken pm8008 support
` [PATCH 10/13] dt-bindings: mfd: pm8008: rework binding
` [PATCH 12/13] regulator: add pm8008 pmic regulator driver
[PATCH] sched/fair: prevent unbounded task iteration in load balance
2024-05-08 22:34 UTC
[PATCH v18 00/21] Integrity Policy Enforcement LSM (IPE)
2024-05-08 22:30 UTC (4+ messages)
` [PATCH v18 12/21] dm: add finalize hook to target_type
clkdev: report over-sized strings when creating clkdev entries
2024-05-08 22:29 UTC (6+ messages)
[PATCH 1/2] docs: Add advanced extended IRQ model description
2024-05-08 22:29 UTC (2+ messages)
[PATCH] ALSA: usb-audio: Add name for HP Engage Go dock
2024-05-08 22:29 UTC
[PATCH] gitlab: Update msys2-64bit runner tags
2024-05-08 22:25 UTC (3+ messages)
[PATCH] bpf: verifier: allow arrays of progs to be used in sleepable context
2024-05-08 22:25 UTC (11+ messages)
[PATCH v2 3/3] PCI/ACPI: Add pci_acpi_program_hest_aer_params()
2024-05-08 22:24 UTC (2+ messages)
linux-next: Fixes tag needs some work in the amdgpu tree
2024-05-08 22:23 UTC
[RFC 0/4] perf sched: Introduce schedstat tool
2024-05-08 22:21 UTC (2+ messages)
Xen Security Advisory 457 v3 (CVE-2024-27393) - Linux/xen-netfront: Memory leak due to missing cleanup function
2024-05-08 22:19 UTC
linux-next: Signed-off-by missing for commit in the vfs-brauner tree
2024-05-08 22:19 UTC
linux-next: build failure after merge of the bitmap tree
2024-05-08 22:18 UTC (3+ messages)
[soc:soc/defconfig] BUILD SUCCESS 93b24002d4b65c59c770b0a5ddaa13863759bcdb
2024-05-08 22:16 UTC
check-layer failures for meta-ti
2024-05-08 22:17 UTC (2+ messages)
` [meta-ti] "
[PATCH v2] Bluetooth: HCI: Remove HCI_AMP support
2024-05-08 22:16 UTC (5+ messages)
` [v2] "
[PULL v2 00/28] Misc HW patches for 2024-05-08
2024-05-08 22:15 UTC (4+ messages)
` [PULL v2 14/28] hw/i386/x86: Don't leak "isa-bios" memory regions
` [PULL v2 15/28] hw/i386/x86: Don't leak "pc.bios" memory region
` [PULL v2 16/28] hw/i386/x86: Extract x86_isa_bios_init() from x86_bios_rom_init()
[paulmck-rcu:rcu/next] BUILD SUCCESS 2604e6c504cc9626199dbde61605f35f1f055d8a
2024-05-08 22:15 UTC
[PATCH -mm] nilfs2: convert BUG_ON() in nilfs_finish_roll_forward() to WARN_ON()
2024-05-08 22:14 UTC
[PATCH 0/5] Enforce CPU cache flush for non-coherent device assignment
2024-05-08 22:14 UTC (5+ messages)
` [PATCH 1/5] x86/pat: Let pat_pfn_immune_to_uc_mtrr() check MTRR for untracked PAT range
[PATCH 0/4] perf maps/symbols: Various assert fixes
2024-05-08 22:14 UTC (5+ messages)
` [PATCH 2/4] perf maps: Re-use __maps__free_maps_by_name()
` [PATCH 4/4] perf symbols: Fix ownership of string in dso__load_vmlinux()
[PATCH v10 0/7] AMD Pstate Driver Core Performance Boost
2024-05-08 22:13 UTC (5+ messages)
[PATCH v3 0/4] drm/xe: Add Indirect Ring State support
2024-05-08 22:13 UTC (3+ messages)
` ✗ CI.FULL: failure for drm/xe: Add Indirect Ring State support (rev3)
[PATCH v3 0/6] X86: Alias isa-bios area and clean up
2024-05-08 22:10 UTC (2+ messages)
[PATCH 0/7] Static shared memory followup v2 - pt2
2024-05-08 22:11 UTC (6+ messages)
` [PATCH 3/7] xen/p2m: put reference for superpage
[PATCH v2] Bug fix: ensure P4 "err" is displayed when exception is raised
2024-05-08 22:11 UTC (2+ messages)
` [PATCH v3] git-p4: show Perforce error to the user
[PATCH bpf-next V2] bpf: avoid uninitialized value in BPF_CORE_READ_BITFIELD
2024-05-08 22:10 UTC (2+ messages)
[PATCH v2 2/3] PCI: Add AER bits #defines for PCIe to PCI/PCI-X Bridge
2024-05-08 22:10 UTC (2+ messages)
[PATCH 4.19.y] Revert "selftests: mm: fix map_hugetlb failure on 64K page size systems"
2024-05-08 22:07 UTC (2+ messages)
linux-next: manual merge of the vfs-brauner tree with the ext4 tree
2024-05-08 22:04 UTC (4+ messages)
[RFC] graph/node: feedback and future improvements
2024-05-08 22:04 UTC (6+ messages)
[PATCH v2 0/3] Parse the HEST PCIe AER and set to relevant registers
2024-05-08 22:04 UTC (2+ messages)
[PATCH v2 00/54] Mediated Passthrough vPMU 2.0 for x86
2024-05-08 22:03 UTC (5+ messages)
` [PATCH v2 20/54] KVM: x86/pmu: Allow RDPMC pass through when all counters exposed to guest
` [PATCH v2 24/54] KVM: x86/pmu: Create a function prototype to disable MSR interception
kernel bug?
2024-05-08 21:57 UTC
[PATCH i-g-t 0/1] lib/xe/xe_query: Wait for xe_supports_faults
2024-05-08 22:00 UTC (2+ messages)
` ✓ CI.xeBAT: success for "
[PATCH] drm/msm: remove python 3.9 dependency for compiling msm
2024-05-08 22:00 UTC (3+ messages)
CVE checks failures for meta-oe
2024-05-08 22:00 UTC (2+ messages)
` [oe] "
[PATCH v1 5/5] misc: fastrpc: Add static PD restart support
2024-05-08 21:59 UTC (2+ messages)
[PATCH v4 0/5] Add migration test for loongarch64
2024-05-08 21:58 UTC (2+ messages)
[RFC PATCH bpf-next v7 0/3] Replace mono_delivery_time with tstamp_type
2024-05-08 21:58 UTC (4+ messages)
` [RFC PATCH bpf-next v7 1/3] net: Rename mono_delivery_time to tstamp_type for scalabilty
` [RFC PATCH bpf-next v7 2/3] net: Add additional bit to support clockid_t timestamp type
` [RFC PATCH bpf-next v7 3/3] selftests/bpf: Handle forwarding of UDP CLOCK_TAI packets
[PATCH] hw/mips/loongson3_virt: Emulate suspend function
2024-05-08 21:56 UTC (6+ messages)
Don't forget, freedesktop.org offers free CoC training for inquiring projects
2024-05-08 21:55 UTC
[PATCH v2 0/2] hwmon: (adt7475) duty cycle configuration
2024-05-08 21:55 UTC (3+ messages)
` [PATCH v2 1/2] dt-bindings: hwmon: Document adt7475 PWM initial duty cycle
` [PATCH v2 2/2] hwmon: (adt7475) Add support for configuring initial PWM "
Safety of opening up /dev/dma_heap/* to physically present users (udev uaccess tag) ?
2024-05-08 21:54 UTC (16+ messages)
[Buildroot] [PATCH v1 0/8] support/kconfig: bump to linux-v6.9-rc5 version
2024-05-08 21:54 UTC (4+ messages)
` [Buildroot] [PATCH v1 6/8] "
Wireless slow down on MediaTek MT7922 for Framework Laptop 13 AMD Ryzen
2024-05-08 21:53 UTC
[PATCH v7 0/6] MSI-X support with qemu in stubdomain, and other related changes
2024-05-08 21:52 UTC (4+ messages)
` [PATCH v7 2/6] x86/hvm: Allow access to registers on the same page as MSI-X table
[syzbot] [net?] [nfc?] KMSAN: uninit-value in nci_rx_work
2024-05-08 21:51 UTC
[syzbot] [net?] [nfc?] KMSAN: uninit-value in nci_rx_work
2024-05-08 21:51 UTC
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.