messages from 2024-11-09 02:53:56 to 2024-11-09 06:44:52 UTC [more...]
[PATCH 0/5] hw: Mark architecture specific devices with specific endianness
2024-11-09 6:42 UTC (9+ messages)
` [PATCH 1/5] hw/i386: Mark devices as little-endian
` [PATCH 2/5] hw/tricore: "
` [PATCH 3/5] hw/m68k: Mark devices as big-endian
` [PATCH 4/5] hw/openrisc: "
[Stable-7.2.15 v1 00/33] Patch Round-up for stable 7.2.15, freeze on 2024-11-18
2024-11-09 6:38 UTC (21+ messages)
` [Stable-7.2.15 01/33] softmmu/physmem.c: Keep transaction attribute in address_space_map()
` [Stable-7.2.15 02/33] target/ppc: Fix lxvx/stxvx facility check
` [Stable-7.2.15 03/33] block/reqlist: allow adding overlapping requests
` [Stable-7.2.15 04/33] fuzz: disable leak-detection for oss-fuzz builds
` [Stable-7.2.15 05/33] tracetool: avoid invalid escape in Python string
` [Stable-7.2.15 06/33] linux-user/flatload: Take mmap_lock in load_flt_binary()
` [Stable-7.2.15 07/33] linux-user: Fix parse_elf_properties GNU0_MAGIC check
` [Stable-7.2.15 08/33] scsi: fetch unit attention when creating the request
` [Stable-7.2.15 09/33] hw/intc/arm_gicv3_cpuif: Add cast to match the documentation
` [Stable-7.2.15 10/33] hw/audio/hda: free timer on exit
` [Stable-7.2.15 12/33] accel/kvm: check for KVM_CAP_READONLY_MEM on VM
` [Stable-7.2.15 13/33] tests: Wait for migration completion on destination QEMU to avoid failures
` [Stable-7.2.15 16/33] target/i386: Avoid unreachable variable declaration in mmu_translate()
` [Stable-7.2.15 17/33] target/i386: Walk NPT in guest real mode
` [Stable-7.2.15 18/33] linux-user/ppc: Fix sigmask endianness issue in sigreturn
` [Stable-7.2.15 19/33] gitlab: make check-[dco|patch] a little more verbose
` [Stable-7.2.15 20/33] Fix calculation of minimum in colo_compare_tcp
` [Stable-7.2.15 22/33] target/arm: Don't assert in regime_is_user() for E10 mmuidx values
` [Stable-7.2.15 30/33] target/ppc: Set ctx->opcode for decode_insn32()
` [Stable-7.2.15 32/33] hw/nvme: fix handling of over-committed queues
[PATCH v1 0/6] gpio: Get rid of deprecated GPIOF_ACTIVE_LOW
2024-11-09 6:40 UTC (5+ messages)
` [PATCH v1 4/6] pcmcia: soc_common: Avoid using GPIOF_ACTIVE_LOW
[PATCH v3 0/7] Thunderbolt and DP altmode support for cros-ec-typec
2024-11-09 6:41 UTC (7+ messages)
` [PATCH v3 2/7] usb: typec: Add driver for Thunderbolt 3 Alternate Mode
` [PATCH v3 5/7] platform/chrome: cros_ec_typec: Displayport support
` [PATCH v3 6/7] platform/chrome: cros_ec_typec: Thunderbolt support
[PATCH v4 0/4] virtio_net: Add the check for vdpa's mac address
2024-11-09 6:31 UTC (5+ messages)
` [PATCH v4 1/4] vhost_vdpa : Add a new parameter to enable check "
` [PATCH v4 2/4] virtio_net: Add the check for vdpa's "
` [PATCH v4 3/4] virtio_net: Add second acceptable configuration for MAC setup
` [PATCH v4 4/4] virtio_net: Add third "
[PATCH 0/3] Fix doorbell emulation for nested KVM guests in V1 API
2024-11-09 6:32 UTC (4+ messages)
` [PATCH 1/3] Revert "KVM: PPC: Book3S HV Nested: Stop forwarding all HFUs to L1"
` [PATCH 2/3] KVM: PPC: Book3S HV: Stop using vc->dpdes for nested KVM guests
` [PATCH 3/3] KVM: PPC: Book3S HV: Avoid returning to nested hypervisor on pending doorbells
[PATCH v2] sched_ext: add a missing rcu_read_lock/unlock pair at scx_select_cpu_dfl()
2024-11-09 6:29 UTC
[PATCH] Remove unused function parameter in __smc_diag_dump
2024-11-09 6:28 UTC (2+ messages)
[PATCH v6 00/22] Python module cleanup
2024-11-09 6:18 UTC (23+ messages)
` [PATCH v6 01/22] perf python: Remove python 2 scripting support
` [PATCH v6 02/22] perf python: Constify variables and parameters
` [PATCH v6 03/22] perf python: Remove unused #include
` [PATCH v6 04/22] perf script: Move scripting_max_stack out of builtin
` [PATCH v6 05/22] perf kvm: Move functions used in util "
` [PATCH v6 06/22] perf script: Use openat for directory iteration
` [PATCH v6 07/22] perf script: Move find_scripts to browser/scripts.c
` [PATCH v6 08/22] perf stat: Move stat_config into config.c
` [PATCH v6 09/22] perf script: Move script_spec code to trace-event-scripting.c
` [PATCH v6 10/22] perf script: Move script_fetch_insn "
` [PATCH v6 11/22] perf script: Move perf_sample__sprintf_flags "
` [PATCH v6 12/22] perf x86: Define arch_fetch_insn in NO_AUXTRACE builds
` [PATCH v6 13/22] perf intel-pt: Remove stale build comment
` [PATCH v6 14/22] perf env: Move arch errno function to only use in env
` [PATCH v6 15/22] perf lock: Move common lock contention code to new file
` [PATCH v6 16/22] perf bench: Remove reference to cmd_inject
` [PATCH v6 17/22] perf kwork: Make perf_kwork_add_work a callback
` [PATCH v6 18/22] perf build: Remove test library from python shared object
` [PATCH v6 19/22] perf python: Add parse_events function
` [PATCH v6 20/22] perf python: Add __str__ and __repr__ functions to evlist
` [PATCH v6 21/22] perf python: Add __str__ and __repr__ functions to evsel
` [PATCH v6 22/22] perf python: Correctly throw IndexError
[PATCH net-next v4 3/9] lib: packing: add pack_fields() and unpack_fields()
2024-11-09 6:16 UTC (3+ messages)
[PATCH v5 0/3] test/intel/xe_sysfs: Restore sysfs params correctly
2024-11-09 6:11 UTC (2+ messages)
` ✗ CI.xeFULL: failure for "
[mhiramat:topic/fprobe-on-fgraph 19/19] kernel/trace/bpf_trace.c:1031:1: warning: control reaches end of non-void function
2024-11-09 6:06 UTC
[PATCH v3 0/2] Untie the host lock entanglement - part 2
2024-11-09 6:05 UTC (3+ messages)
` [PATCH v3 1/2] scsi: ufs: core: Introduce a new clock_gating lock
[PATCH v2] firewall: remove misplaced semicolon from stm32_firewall_get_firewall
2024-11-09 5:50 UTC
[linux-nvme:nvme-6.13] BUILD SUCCESS cf1a0a13bf4669bbc4d4e452de058eb4eb800f12
2024-11-09 5:58 UTC
[RFC]: Test Were failing on Fedora Linux
2024-11-09 6:01 UTC
[syzbot] [bluetooth?] INFO: task hung in hci_cmd_sync_clear (3)
2024-11-09 6:00 UTC
[cxl:next] BUILD SUCCESS a83383e2ae7c499ff7b318945d9b2fe4e3006c2c
2024-11-09 5:56 UTC
[tip:x86/misc] BUILD SUCCESS 62e724494db7954c47b4417769f1225cf98f4d77
2024-11-09 5:56 UTC
[PATCH v3] rust: transmute: Add implementation for FromBytes trait
2024-11-09 5:54 UTC
[PATCH] Mandatory install device check for PowerPC
2024-11-09 5:50 UTC
[PATCH RFCv1 0/7] vfio: Allow userspace to specify the address for each MSI vector
2024-11-09 5:48 UTC (8+ messages)
` [PATCH RFCv1 1/7] genirq/msi: Allow preset IOVA in struct msi_desc for MSI doorbell address
` [PATCH RFCv1 2/7] irqchip/gic-v3-its: Bypass iommu_cookie if desc->msi_iova is preset
` [PATCH RFCv1 3/7] PCI/MSI: Pass in msi_iova to msi_domain_insert_msi_desc
` [PATCH RFCv1 4/7] PCI/MSI: Allow __pci_enable_msi_range to pass in iova
` [PATCH RFCv1 5/7] PCI/MSI: Extract a common __pci_alloc_irq_vectors function
` [PATCH RFCv1 6/7] PCI/MSI: Add pci_alloc_irq_vectors_iovas helper
` [PATCH RFCv1 7/7] vfio/pci: Allow preset MSI IOVAs via VFIO_IRQ_SET_ACTION_PREPARE
[mhiramat:topic/fprobe-on-fgraph 19/19] kernel/trace/bpf_trace.c:1029:7: error: call to undeclared function 'arch_frace_get_symaddr'; ISO C99 and later do not support implicit function declarations
2024-11-09 5:45 UTC
[mhiramat:topic/fprobe-on-fgraph 19/19] kernel/trace/bpf_trace.c:1029:14: error: implicit declaration of function 'ftrace_get_symaddr'
2024-11-09 5:45 UTC
[PATCH] mmc: core: clang-format fixes - part 1
2024-11-09 5:44 UTC (3+ messages)
[PATCH v2] drm/xe/guc: Remove duplicate source field
2024-11-09 5:35 UTC (2+ messages)
` ✗ CI.FULL: failure for drm/xe/guc: Remove duplicate source field (rev2)
[PATCH] drm/amd/pm: fix and simplify workload handling
2024-11-09 5:31 UTC
[PATCH net] net/smc: Fix lookup of netdev by using ib_device_get_netdev()
2024-11-09 5:32 UTC (10+ messages)
[PATCH 2/3] memcg/hugetlb: Introduce mem_cgroup_charge_hugetlb
2024-11-09 5:24 UTC (3+ messages)
[android-common:android15-6.6-desktop 1/1] arch/arm64/boot/dts/mediatek/mt8186-corsola-magneton-sku393216.dtb: regulators: vrf18: Unevaluated properties are not allowed ('compatible' was unexpected)
2024-11-09 5:24 UTC
[PATCH 29/63] dyndbg-doc: add classmap info to howto
2024-11-09 5:18 UTC
[PATCH v5 0/7] rust: Add IO polling
2024-11-09 5:15 UTC (7+ messages)
` [PATCH v5 4/7] rust: time: Add wrapper for fsleep function
` [PATCH v5 6/7] rust: Add read_poll_timeout functions
[PATCH] drm/xe/oa: Fix "Missing outer runtime PM protection" warning
2024-11-09 5:09 UTC (9+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
[PATCH v3 1/2] soc: ti: pruss: remove misplaced semicolon from pruss_cfg_xfr_enable
2024-11-09 5:01 UTC (2+ messages)
` [PATCH v3 2/2] soc: ti: pruss: fix the return type of these functions in icssg_prueth_sr1.c
[PATCH net-next v8 0/6] Suspend IRQs during application busy periods
2024-11-09 5:05 UTC (6+ messages)
` [PATCH net-next v8 5/6] selftests: net: Add busy_poll_test
[PATCH net-next v9 0/6] Suspend IRQs during application busy periods
2024-11-09 5:02 UTC (7+ messages)
` [PATCH net-next v9 1/6] net: Add napi_struct parameter irq_suspend_timeout
` [PATCH net-next v9 2/6] net: Add control functions for irq suspension
` [PATCH net-next v9 3/6] eventpoll: Trigger napi_busy_loop, if prefer_busy_poll is set
` [PATCH net-next v9 4/6] eventpoll: Control irq suspension for prefer_busy_poll
` [PATCH net-next v9 5/6] selftests: net: Add busy_poll_test
` [PATCH net-next v9 6/6] docs: networking: Describe irq suspension
[PATCH v1 0/2] migration: Skip the first dirty sync
2024-11-09 4:59 UTC (3+ messages)
` [PATCH v1 1/2] virtio-balloon: Enable free page hinting during PRECOPY_NOTIFY_SETUP
` [PATCH v1 2/2] migration: Do not perform RAMBlock dirty sync during the first iteration
[PATCH v7 0/3] x86/cacheinfo: Set the number of leaves per CPU
2024-11-09 5:05 UTC (6+ messages)
` [PATCH v7 2/3] x86/cacheinfo: Delete global num_cache_leaves
[groeck-staging:hwmon-next] BUILD SUCCESS e98d562cd5075710b3b0cfcb8ea146c829041ef0
2024-11-09 4:50 UTC
[RFC v1 0/8] scsi: Multipath support for scsi disk devices
2024-11-09 4:45 UTC (9+ messages)
` [RFC v1 1/8] scsi: Add multipath device support
` [RFC v1 2/8] scsi: create multipath capable scsi host
` [RFC v1 3/8] scsi: Add error handling capability for multipath
` [RFC v1 4/8] scsi: Complete multipath request
` [RFC v1 5/8] scsi: Add scsi multipath sysfs hooks
` [RFC v1 6/8] scsi: Add multipath suppport for device handler
` [RFC v1 7/8] scsi: Add multipath disk init code for sd driver
` [RFC v1 8/8] scsi_debug: Add module parameter for ALUA multipath
[PATCH v6 00/22] Add support for binding ACPI platform profile to multiple drivers
2024-11-09 4:41 UTC (23+ messages)
` [PATCH v6 01/22] ACPI: platform-profile: Add a name member to handlers
` [PATCH v6 02/22] platform/x86/dell: dell-pc: Create platform device
` [PATCH v6 03/22] ACPI: platform_profile: Add device pointer into platform profile handler
` [PATCH v6 04/22] ACPI: platform_profile: Add platform handler argument to platform_profile_remove()
` [PATCH v6 05/22] ACPI: platform_profile: Pass the profile handler into platform_profile_notify()
` [PATCH v6 06/22] ACPI: platform_profile: Move sanity check out of the mutex
` [PATCH v6 07/22] ACPI: platform_profile: Move matching string for new profile out of mutex
` [PATCH v6 08/22] ACPI: platform_profile: Use guard(mutex) for register/unregister
` [PATCH v6 09/22] ACPI: platform_profile: Use `scoped_cond_guard`
` [PATCH v6 10/22] ACPI: platform_profile: Create class for ACPI platform profile
` [PATCH v6 11/22] ACPI: platform_profile: Add name attribute to class interface
` [PATCH v6 12/22] ACPI: platform_profile: Add choices attribute for "
` [PATCH v6 13/22] ACPI: platform_profile: Add profile "
` [PATCH v6 14/22] ACPI: platform_profile: Notify change events on register and unregister
` [PATCH v6 15/22] ACPI: platform_profile: Only show profiles common for all handlers
` [PATCH v6 16/22] ACPI: platform_profile: Add concept of a "custom" profile
` [PATCH v6 17/22] ACPI: platform_profile: Make sure all profile handlers agree on profile
` [PATCH v6 18/22] ACPI: platform_profile: Check all profile handler to calculate next
` [PATCH v6 19/22] ACPI: platform_profile: Notify class device from platform_profile_notify()
` [PATCH v6 20/22] ACPI: platform_profile: Allow multiple handlers
` [PATCH v6 21/22] platform/x86/amd: pmf: Drop all quirks
` [PATCH v6 22/22] Documentation: Add documentation about class interface for platform profiles
[PATCH] ARM: cfi: Fix compilation corner case
2024-11-09 4:31 UTC (2+ messages)
[PATCH v2 0/4] power: supply: Add new "charge_types" property
2024-11-09 4:30 UTC (3+ messages)
` [PATCH v2 1/4] power: supply: power_supply_show_enum_with_available(): Replace spaces with '_'
[PATCH net-next] bnxt_en: ethtool: Supply ntuple rss context action
2024-11-09 4:21 UTC (4+ messages)
[Buildroot] [autobuild.buildroot.org] Daily results for 2024-11-08
2024-11-09 4:14 UTC
[CI v2 v2 00/15] drm/i915/display: convert display feature helpers to struct intel_display
2024-11-09 4:13 UTC (2+ messages)
` ✗ CI.FULL: failure for drm/i915/display: convert display feature helpers to struct intel_display (rev4)
[PATCH] cifs: Remove pre-historic unused CIFSSMBCopy
2024-11-09 4:09 UTC (3+ messages)
[PATCH 1/1] sched/numa: Fix memory leak due to the overwritten vma->numab_state
2024-11-09 4:03 UTC (2+ messages)
[PATCH] jbd2: Fix comment describing journal_init_common()
2024-11-09 3:47 UTC (2+ messages)
[PATCH 0/4] maple_tree: current split may result in deficient node
2024-11-09 4:01 UTC (7+ messages)
` [PATCH 3/4] maple_tree: use the correct min to calculate split
[PATCH] net: netronome: use double ptr for gstrings
2024-11-09 3:59 UTC (2+ messages)
[PATCH] Documentation/CoC: spell out enforcement for unacceptable behaviors
2024-11-09 3:59 UTC (2+ messages)
[PATCH v3 0/8] binder: faster page installations
2024-11-09 3:58 UTC (5+ messages)
` [PATCH v3 2/8] binder: concurrent page installation
[PATCH net-next v4] eth: fbnic: Add PCIe hardware statistics
2024-11-09 3:57 UTC (2+ messages)
[PATCH net-next] eth: bnxt: use page pool for head frags
2024-11-09 3:51 UTC
[PATCH 0/8] drm/i915/mst: cleanups, renames, clarifications
2024-11-09 3:47 UTC (2+ messages)
` ✗ CI.FULL: failure for "
[PATCH] zram: fix NULL pointer in comp_algorithm_show()
2024-11-09 3:42 UTC (4+ messages)
[PATCH v2] soc: ti: pruss: remove misplaced semicolon from pruss_cfg_xfr_enable
2024-11-09 3:26 UTC
[tip:x86/urgent] BUILD SUCCESS 577c134d311b9b94598d7a0c86be1f431f823003
2024-11-09 3:35 UTC
[PATCH V2] ALSA: machine: update documentation
2024-11-09 3:33 UTC (2+ messages)
[opencloudos:linux-5.4/lts/5.4.119-20.0009.spr 1/1] drivers/pci/controller/pci-hyperv.c:933:5: sparse: sparse: symbol 'hv_read_config_block' was not declared. Should it be static?
2024-11-09 3:31 UTC
[net-next PATCH] net: dsa: add devm_dsa_register_switch()
2024-11-09 3:31 UTC (2+ messages)
[bigeasy-staging:futex_local_v3 8/8] core.c:undefined reference to `xxh64'
2024-11-09 3:31 UTC
[PATCH] ext4/032: add a new testcase in online resize tests
2024-11-09 3:32 UTC (2+ messages)
[PATCH net-next v3] eth: fbnic: Add PCIe hardware statistics
2024-11-09 3:30 UTC (2+ messages)
[PATCH] dl_server: Reset DL server params when rd changes
2024-11-09 3:30 UTC (9+ messages)
[linux-next:master] BUILD REGRESSION 929beafbe7acce3267c06115e13e03ff6e50548a
2024-11-09 3:23 UTC
[syzbot] [wpan?] [usb?] BUG: corrupted list in ieee802154_if_remove
2024-11-09 3:22 UTC
arm64/for-kernelci baseline: 17 runs, 4 regressions (v6.12-rc6-200-g563047e691f2)
2024-11-09 3:17 UTC
[PATCH 0/2] ASoC: stm32: sai: add stm32mp25 support
2024-11-09 3:13 UTC (2+ messages)
[PATCH v2 0/2] ASoC: stm32: i2s: add stm32mp25 support
2024-11-09 3:13 UTC (2+ messages)
[PATCH v2 0/7] synchronously scan and reclaim empty user PTE pages
2024-11-09 3:14 UTC (11+ messages)
` [PATCH v2 5/7] mm: pgtable: try to reclaim empty PTE page in madvise(MADV_DONTNEED)
` [PATCH v2 6/7] x86: mm: free page table pages by RCU instead of semi RCU
[PATCH 0/2] ASoC: Intel: Fix Kconfig for ACPI=n
2024-11-09 3:13 UTC (2+ messages)
[PATCH V2] jbd2: use rhashtable for revoke records during replay
2024-11-09 3:12 UTC (3+ messages)
[PATCH v2 0/3] Make Helped-by tag supported
2024-11-09 3:10 UTC (5+ messages)
[PATCH v3 0/4] iomap: zero range flush fixes
2024-11-09 3:06 UTC (9+ messages)
` [PATCH v3 1/4] iomap: reset per-iter state on non-error iter advances
` [PATCH v3 2/4] iomap: lift zeroed mapping handling into iomap_zero_range()
` [PATCH v3 3/4] iomap: elide flush from partial eof zero range
` [PATCH v3 4/4] iomap: warn on zero range of a post-eof folio
[PATCH v1] perf list: Fix topic and pmu_name argument order
2024-11-09 2:58 UTC
[PATCH v2] kbuild: Fix Propeller build option
2024-11-09 2:56 UTC (2+ messages)
[PATCH v2] tests/intel/xe_fault_injection: Ignore expected errors
2024-11-09 2:54 UTC (2+ messages)
` ✗ CI.xeFULL: failure for tests/intel/xe_fault_injection: Ignore expected errors (rev2)
[PATCH bpf-next v11 0/7] bpf: Support private stack for bpf progs
2024-11-09 2:53 UTC (3+ messages)
` [PATCH bpf-next v11 6/7] bpf: Support private stack for struct_ops progs
` [PATCH bpf-next v11 7/7] selftests/bpf: Add struct_ops prog private stack tests
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.