messages from 2021-11-01 17:45:06 to 2021-11-01 18:51:45 UTC [more...]
[PATCH v2 0/5] x86/mce: Handle error injection failures in mce-inject module
2021-11-01 18:51 UTC (6+ messages)
` [PATCH v2 3/5] x86/mce: Use mca_msr_reg() in prepare_msrs()
[PULL 00/22] Python patches
2021-11-01 17:30 UTC (17+ messages)
` [PULL 01/22] iotests/297: Move pylint config into pylintrc
` [PULL 02/22] iotests/297: Split mypy configuration out into mypy.ini
` [PULL 03/22] iotests/297: Add get_files() function
` [PULL 04/22] iotests/297: Create main() function
` [PULL 05/22] iotests/297: Don't rely on distro-specific linter binaries
` [PULL 06/22] iotests/297: Split run_linters apart into run_pylint and run_mypy
` [PULL 07/22] iotests/297: refactor run_[mypy|pylint] as generic execution shim
` [PULL 09/22] iotests/297: update tool availability checks
` [PULL 10/22] iotests/297: split test into sub-cases
` [PULL 11/22] iotests: split linters.py out from 297
` [PULL 12/22] iotests/linters: Add entry point for linting via Python CI
` [PULL 13/22] iotests/linters: Add workaround for mypy bug #9852
` [PULL 16/22] python/machine: Handle QMP errors on close more meticulously
` [PULL 17/22] python/aqmp: Remove scary message
` [PULL 19/22] iotests: Conditionally silence certain AQMP errors
` [PULL 20/22] iotests/300: avoid abnormal shutdown race condition
[igt-dev] [PATCH] tests/kms_cursor_legacy: igt_require_pipe_crc for flip_vs_cursor_crc
2021-11-01 18:51 UTC (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for "
[PATCH bpf-next 0/3] "map_extra" and bloom filter fixups
2021-11-01 18:02 UTC (2+ messages)
[PATCH v2] dt-bindings: net: qcom,ipa: IPA does support up to two iommus
2021-11-01 18:49 UTC (2+ messages)
[PATCH v5] can: netlink: report the CAN controller mode supported flags
2021-11-01 18:43 UTC (2+ messages)
[PATCH v2] hw/arm/virt: Rename default_bus_bypass_iommu
2021-11-01 17:46 UTC (2+ messages)
[PATCH v7 00/60] user-only: Cleanup SIGSEGV and SIGBUS handling
2021-11-01 17:27 UTC (51+ messages)
` [PATCH v7 08/60] linux-user/host/ppc: Populate host_signal.h
` [PATCH v7 09/60] linux-user/host/alpha: "
` [PATCH v7 10/60] linux-user/host/sparc: "
` [PATCH v7 11/60] linux-user/host/arm: "
` [PATCH v7 12/60] linux-user/host/aarch64: "
` [PATCH v7 16/60] target/arm: Fixup comment re handle_cpu_signal
` [PATCH v7 17/60] linux-user/host/riscv: Improve host_signal_write
` [PATCH v7 18/60] linux-user/signal: Drop HOST_SIGNAL_PLACEHOLDER
` [PATCH v7 19/60] hw/core: Add TCGCPUOps.record_sigsegv
` [PATCH v7 20/60] linux-user: Add cpu_loop_exit_sigsegv
` [PATCH v7 21/60] target/alpha: Implement alpha_cpu_record_sigsegv
` [PATCH v7 22/60] target/arm: Use cpu_loop_exit_sigsegv for mte tag lookup
` [PATCH v7 23/60] target/arm: Implement arm_cpu_record_sigsegv
` [PATCH v7 24/60] target/cris: Make cris_cpu_tlb_fill sysemu only
` [PATCH v7 25/60] target/hexagon: Remove hexagon_cpu_tlb_fill
` [PATCH v7 26/60] target/hppa: Make hppa_cpu_tlb_fill sysemu only
` [PATCH v7 27/60] target/i386: Implement x86_cpu_record_sigsegv
` [PATCH v7 28/60] target/m68k: Make m68k_cpu_tlb_fill sysemu only
` [PATCH v7 29/60] target/microblaze: Make mb_cpu_tlb_fill "
` [PATCH v7 30/60] target/mips: Make mips_cpu_tlb_fill "
` [PATCH v7 31/60] target/nios2: Implement nios2_cpu_record_sigsegv
` [PATCH v7 32/60] linux-user/openrisc: Abort for EXCP_RANGE, EXCP_FPE
` [PATCH v7 33/60] target/openrisc: Make openrisc_cpu_tlb_fill sysemu only
` [PATCH v7 34/60] target/ppc: Implement ppc_cpu_record_sigsegv
` [PATCH v7 35/60] target/riscv: Make riscv_cpu_tlb_fill sysemu only
` [PATCH v7 36/60] target/s390x: Use probe_access_flags in s390_probe_access
` [PATCH v7 37/60] target/s390x: Implement s390_cpu_record_sigsegv
` [PATCH v7 38/60] target/sh4: Make sh4_cpu_tlb_fill sysemu only
` [PATCH v7 39/60] target/sparc: Make sparc_cpu_tlb_fill "
` [PATCH v7 40/60] target/xtensa: Make xtensa_cpu_tlb_fill "
` [PATCH v7 41/60] accel/tcg: Restrict TCGCPUOps::tlb_fill() to sysemu
` [PATCH v7 42/60] hw/core: Add TCGCPUOps.record_sigbus
` [PATCH v7 43/60] linux-user: Add cpu_loop_exit_sigbus
` [PATCH v7 44/60] target/alpha: Implement alpha_cpu_record_sigbus
` [PATCH v7 45/60] target/arm: Implement arm_cpu_record_sigbus
` [PATCH v7 46/60] linux-user/hppa: Remove EXCP_UNALIGN handling
` [PATCH v7 47/60] target/microblaze: Do not set MO_ALIGN for user-only
` [PATCH v7 48/60] target/ppc: Move SPR_DSISR setting to powerpc_excp
` [PATCH v7 49/60] target/ppc: Set fault address in ppc_cpu_do_unaligned_access
` [PATCH v7 50/60] target/ppc: Restrict ppc_cpu_do_unaligned_access to sysemu
` [PATCH v7 51/60] linux-user/ppc: Remove POWERPC_EXCP_ALIGN handling
` [PATCH v7 52/60] target/s390x: Implement s390x_cpu_record_sigbus
` [PATCH v7 53/60] target/sh4: Set fault address in superh_cpu_do_unaligned_access
` [PATCH v7 54/60] target/sparc: Remove DEBUG_UNALIGNED
` [PATCH v7 55/60] target/sparc: Split out build_sfsr
` [PATCH v7 56/60] target/sparc: Set fault address in sparc_cpu_do_unaligned_access
` [PATCH v7 57/60] accel/tcg: Report unaligned atomics for user-only
` [PATCH v7 58/60] accel/tcg: Report unaligned load/store "
` [PATCH v7 59/60] tcg: Add helper_unaligned_{ld, st} for user-only sigbus
` [PATCH v7 60/60] linux-user: Handle BUS_ADRALN in host_signal_handler
[PATCH 21.40 1/2] drm/amdgpu: Make sure to reserve BOs before adding or removing
2021-11-01 18:45 UTC (2+ messages)
` [PATCH 21.40 2/2] drm/amdgpu: Temporary exclude GTT BOs from KFD memory attachment
[PATCH v3 0/5] target/arm: Use tcg_constant_*
2021-11-01 17:41 UTC (2+ messages)
[PATCH v2 0/7] Misc NPCM7XX patches
2021-11-01 17:35 UTC (7+ messages)
` [PATCH v2 1/7] hw/i2c: Clear ACK bit in NPCM7xx SMBus module
` [PATCH v2 3/7] hw/adc: Fix CONV bit in NPCM7XX ADC CON register
` [PATCH v2 7/7] hw/arm: Add ID for NPCM7XX SMBus
[Intel-gfx] [PATCH 1/2] drm/i915: Factor out i915_ggtt_suspend_vm/i915_ggtt_resume_vm()
2021-11-01 18:35 UTC (2+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915: Restore memory mapping for DPT FBs across system suspend/resume
[PATCH RESEND] KEYS: trusted: Fix trusted key backends when building as module
2021-11-01 18:41 UTC
[PATCH V2 0/4] Add SEV_INIT_EX support
2021-11-01 18:41 UTC (3+ messages)
` [PATCH V2 4/4] crypto: ccp - "
[dpdk-dev] [PATCH 1/3] eventdev: allow for event devices requiring maintenance
2021-11-01 18:40 UTC (4+ messages)
` [dpdk-dev] [PATCH v3 "
` [dpdk-dev] [PATCH v3 2/3] event/dsw: make use of eventdev maintenance facility
` [dpdk-dev] [PATCH v3 3/3] eventdev: have adapters support device maintenance
[PATCH v4 0/2] Add code to manage DSP clocks and provide dts-binding document
2021-11-01 18:38 UTC (11+ messages)
` [PATCH v4 1/2] ASoC: SOF: mediatek: Add mt8195 dsp clock support
❌ FAIL: Test report for kernel 5.15.0 (mainline.kernel.org-clang, 19901165)
2021-11-01 18:39 UTC
[PATCH v5 00/26] fdt: Make OF_BOARD a boolean option
2021-11-01 18:07 UTC (6+ messages)
` [PATCH v5 06/26] arm: qemu: Add a devicetree file for qemu_arm64
[PATCH ima-evm-utils 1/2] switch to using crun for podman
2021-11-01 18:39 UTC (3+ messages)
stable-rc/queue/5.4 build: 188 builds: 3 failed, 185 passed, 4 errors, 29 warnings (v5.4.156-51-gf38dd81ebf39)
2021-11-01 18:39 UTC
[PATCH 0/1] Enable inter server to server copies on a export
2021-11-01 18:39 UTC (11+ messages)
[dpdk-dev] [PATCH 00/14] refactor MAC handling for hns3 PMD
2021-11-01 17:45 UTC (2+ messages)
[Nouveau] Various kernel error messages on updated Arch box
2021-11-01 18:38 UTC
b4: unicode control characters -- warn or remove?
2021-11-01 18:38 UTC (3+ messages)
FAILED: patch "[PATCH] drm/i915: Remove memory frequency calculation" failed to apply to 5.14-stable tree
2021-11-01 18:32 UTC (2+ messages)
` [PATCH] drm/i915: Remove memory frequency calculation
[PATCH] arm64: Kconfig: Enable MCT timer for ARCH_EXYNOS
2021-11-01 18:36 UTC (9+ messages)
[PATCH 1/2] gpg-interface: handle missing " with " gracefully in parse_ssh_output()
2021-11-01 18:36 UTC (6+ messages)
` [PATCH 2/2] gpg-interface: avoid buffer overrun "
[PATCH] PCI: imx: do not remap invalid res
2021-11-01 18:02 UTC
[PATCH 0/2] Add SPI control driver for Sunplus SP7021 SoC
2021-11-01 18:36 UTC (3+ messages)
` [PATCH 1/2] SPI: Add SPI driver for Sunplus SP7021
[meta-gnome++][PATCH 07/31] mozjs-78: Initial add
2021-11-01 18:36 UTC (4+ messages)
` [oe] "
` [oe] [meta-gnome++][PATCH 00/31] De-rotten meta-gnome
[RFC 0/5] devlink: add an explicit locking API
2021-11-01 18:36 UTC (4+ messages)
[PATCH RFC] scsi: ufs-core: Do not use clk_scaling_lock in ufshcd_queuecommand()
2021-11-01 18:35 UTC (4+ messages)
Need help in debugging "memory leak in em28xx_init_dev"
2021-11-01 18:33 UTC (10+ messages)
[PATCH] media: em28xx: fix memory leak in em28xx_init_dev
2021-11-01 18:32 UTC (2+ messages)
[PATCH 0/2] Add support for MEMCPY_SG transfers
2021-11-01 18:08 UTC (9+ messages)
` [PATCH 0/3] "
` [PATCH 1/3] dmaengine: Add documentation for new memcpy scatter-gather function
` [PATCH 2/3] dmaengine: Add core function and capability check for DMA_MEMCPY_SG
` [PATCH 3/3] dmaengine: Add consumer for the new DMA_MEMCPY_SG API function
[Buildroot] [Bug 14311] New: Cannot compile dahdi (part of Asterisk) for x86 (P1mmx)
2021-11-01 18:30 UTC
[syzbot] WARNING in io_poll_task_func
2021-11-01 18:30 UTC (2+ messages)
[RFC PATCH] net: phy/mdio: enable mmd indirect access through phy_mii_ioctl()
2021-11-01 18:28 UTC
[Buildroot] [PATCH 1/1] package/davinci-bootcount: new package
2021-11-01 18:29 UTC
[LTP] [PATCH 1/2] dup/dup04: Convert to new API
2021-11-01 18:28 UTC (3+ messages)
` [LTP] [PATCH 2/2] dup/dup05: "
[PATCH v2 0/5] hw/arm: Add NPCM7XX Tachometer Device
2021-11-01 17:33 UTC (2+ messages)
[merged] mm-damon-core-test-fix-wrong-expectations-for-damon_split_regions_of.patch removed from -mm tree
2021-11-01 18:24 UTC
[merged] fix-application-of-sizeof-to-pointer.patch removed from -mm tree
2021-11-01 18:24 UTC
[merged] mm-khugepaged-skip-huge-page-collapse-for-special-files.patch removed from -mm tree
2021-11-01 18:24 UTC
[merged] mm-thp-bail-out-early-in-collapse_file-for-writeback-page.patch removed from -mm tree
2021-11-01 18:24 UTC
[Buildroot] [PATCH 1/1] configs/stm32f429_disco: fix kernel bootup
2021-11-01 18:24 UTC
[merged] mm-vmalloc-fix-numa-spreading-for-large-hash-tables.patch removed from -mm tree
2021-11-01 18:24 UTC
[merged] mm-secretmem-avoid-letting-secretmem_users-drop-to-zero.patch removed from -mm tree
2021-11-01 18:24 UTC
[merged] mm-prevent-a-race-between-process_mrelease-and-exit_mmap.patch removed from -mm tree
2021-11-01 18:24 UTC
[merged] ocfs2-race-between-searching-chunks-and-release-journal_head-from-buffer_head.patch removed from -mm tree
2021-11-01 18:24 UTC
[merged] mm-filemap-check-if-thp-has-hwpoisoned-subpage-for-pmd-page-fault.patch removed from -mm tree
2021-11-01 18:24 UTC
[merged] mm-hwpoison-remove-the-unnecessary-thp-check.patch removed from -mm tree
2021-11-01 18:24 UTC
[merged] memcg-page_alloc-skip-bulk-allocator-for-__gfp_account.patch removed from -mm tree
2021-11-01 18:24 UTC
[PATCH 0/2] *** Ricoh RS5C372: add support for Xtal trimming configuration ***
2021-11-01 18:23 UTC (5+ messages)
` [PATCH 1/2] rtc: rs5c372: Add support for trim configuration
server-to-server copy by default
2021-11-01 18:22 UTC (2+ messages)
[PATCH net-next v2 0/4] improve ethtool/rtnl vs devlink locking
2021-11-01 18:11 UTC (5+ messages)
` [PATCH net-next v2 3/4] devlink: expose get/put functions
[PATCH nf-next v5] netfilter: ipvs: Fix reuse connection if RS weight is 0
2021-11-01 18:21 UTC (2+ messages)
[PATCH v1 1/1] mfd: intel-lpss: Fix too early PM enablement in the ACPI ->probe()
2021-11-01 18:21 UTC (2+ messages)
[PATCH] PCI: Marvell: Update PCIe fixup
2021-11-01 18:03 UTC (6+ messages)
Question regarding register_sysctl_table()
2021-11-01 18:20 UTC (2+ messages)
stable-rc/queue/5.10 build: 184 builds: 3 failed, 181 passed, 4 errors, 10 warnings (v5.10.76-77-g78c0b700787d)
2021-11-01 18:20 UTC
[PATCH 00/31] passage: Define a standard for firmware data flow
2021-11-01 18:19 UTC (3+ messages)
[PATCH] drm/msm/dsi: set default num_data_lanes
2021-11-01 18:10 UTC (5+ messages)
[PATCH v2 0/5] [RFC] x86: Export information about hardware memory encryption to sysfs
2021-11-01 18:12 UTC (9+ messages)
timezone related bug of git
2021-11-01 18:18 UTC (6+ messages)
fixmap problem on PA11 hardware
2021-11-01 18:09 UTC (9+ messages)
[PATCH v3 1/4] arm64: dts: sc7180: Include gpio.h in edp bridge dts
2021-11-01 18:09 UTC (3+ messages)
` [PATCH v3 2/4] arm64: dts: sc7180: Specify "data-lanes" for DSI host output
stable-rc/linux-5.14.y build: 177 builds: 5 failed, 172 passed, 4 errors, 7 warnings (v5.14.15-126-gc99063ce032c)
2021-11-01 18:02 UTC
[EXT] Re: pci mvebu issue (memory controller)
2021-11-01 18:07 UTC (3+ messages)
[igt-dev] [PATCH i-g-t 1/1] lib/meson.build: Fix underscorify call
2021-11-01 17:13 UTC (2+ messages)
[PATCH v6 00/66] user-only: Cleanup SIGSEGV and SIGBUS handling
2021-11-01 17:30 UTC (6+ messages)
` [PATCH v6 23/66] target/arm: Implement arm_cpu_record_sigsegv
[PATCH] drm/amdkfd: update gfx target version for Renoir
2021-11-01 18:01 UTC
stable-rc/linux-4.19.y build: 197 builds: 6 failed, 191 passed, 2 errors, 38 warnings (v4.19.214-36-ga75679fb6ddb)
2021-11-01 17:59 UTC
stable-rc/linux-5.10.y build: 184 builds: 3 failed, 181 passed, 4 errors, 10 warnings (v5.10.76-78-g18363fa5f60b)
2021-11-01 17:57 UTC
[PATCH net-next 0/2] MCTP sockaddr padding check/initialisation fixup
2021-11-01 17:54 UTC (3+ messages)
` [PATCH net-next 1/2] mctp: handle the struct sockaddr_mctp padding fields
` [PATCH net-next 2/2] mctp: handle the struct sockaddr_mctp_ext padding field
[dpdk-dev] [PATCH 1/6] interrupts: fix argument cannot be negative
2021-11-01 17:53 UTC (6+ messages)
` [dpdk-dev] [PATCH 2/6] lib: "
` [dpdk-dev] [PATCH 3/6] drivers: fix bad bit shift operation
` [dpdk-dev] [PATCH 4/6] drivers: fix argument cannot be negative
` [dpdk-dev] [PATCH 5/6] drivers: fix improper use of negative value
` [dpdk-dev] [PATCH 6/6] net/mlx4: fix dereference after null check
[RFC PATCH v2 00/28] CXL Region Creation / HDM decoder programming
2021-11-01 17:54 UTC (5+ messages)
` [RFC PATCH v2 08/28] cxl/port: Introduce a port driver
[dm-devel] [LSF/MM/BFP ATTEND] [LSF/MM/BFP TOPIC] Storage: Copy Offload
2021-11-01 17:54 UTC (10+ messages)
` "
[PATCH v5 0/5] pinctrl/GPIO driver for Apple SoCs
2021-11-01 17:53 UTC (4+ messages)
` [PATCH v5 4/5] pinctrl: add "
[PATCH] ARM: socfpga: Set reset-names property for &mmc
2021-11-01 17:52 UTC (2+ messages)
[PATCH master] mci: dw_mmc: make reset control optional again
2021-11-01 17:52 UTC
[PATCH net 0/5][pull request] Intel Wired LAN Driver Updates 2021-11-01
2021-11-01 17:51 UTC (6+ messages)
` [PATCH net 1/5] ice: Fix VF true promiscuous mode
` [PATCH net 2/5] ice: Remove toggling of antispoof for VF trusted "
` [PATCH net 3/5] ice: Fix replacing VF hardware MAC to existing MAC filter
` [PATCH net 4/5] ice: Fix not stopping Tx queues for VFs
` [PATCH net 5/5] ice: Fix race conditions between virtchnl handling and VF ndo ops
please drop deprecated android kernel branches
2021-11-01 17:50 UTC
[Virtio-fs] [RFC PATCH 0/7] Inotify support in FUSE and virtiofs
2021-11-01 17:49 UTC (5+ messages)
` [Virtio-fs] [RFC PATCH 3/7] FUSE, Inotify, Fsnotify, VFS: Add the fuse_fsnotify_update_mark inode operation
` [RFC PATCH 3/7] FUSE,Inotify,Fsnotify,VFS: "
[PATCH] media: i2c: max9286: Depend on VIDEO_V4L2
2021-11-01 17:48 UTC (3+ messages)
[PATCH 0/3] Make neighbor eviction controllable by userspace
2021-11-01 17:41 UTC (2+ messages)
[dpdk-dev] [PATCH] interrupts: fix error log level
2021-11-01 17:44 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.