All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-11-01 17:31:48 to 2021-11-01 18:37:47 UTC [more...]

[PATCH] arm64: Kconfig: Enable MCT timer for ARCH_EXYNOS
 2021-11-01 18:36 UTC  (9+ messages)

[PATCH] PCI: imx: do not remap invalid res
 2021-11-01 18:02 UTC 

[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 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)

[PULL 00/22] Python patches
 2021-11-01 17:29 UTC  (7+ messages)
` [PULL 01/22] iotests/297: Move pylint config into pylintrc
` [PULL 03/22] iotests/297: Add get_files() 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

[PATCH v7 00/60] user-only: Cleanup SIGSEGV and SIGBUS handling
 2021-11-01 17:27 UTC  (57+ messages)
` [PATCH v7 02/60] accel/tcg: Move clear_helper_retaddr to cpu loop
` [PATCH v7 03/60] accel/tcg: Split out handle_sigsegv_accerr_write
` [PATCH v7 05/60] configure: Merge riscv32 and riscv64 host architectures
` [PATCH v7 06/60] linux-user: Reorg handling for SIGSEGV
` [PATCH v7 07/60] linux-user/host/x86: Populate host_signal.h
` [PATCH v7 08/60] linux-user/host/ppc: "
` [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 13/60] linux-user/host/s390: "
` [PATCH v7 14/60] linux-user/host/mips: "
` [PATCH v7 15/60] linux-user/host/riscv: "
` [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 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)

[PATCH 0/1] Enable inter server to server copies on a export
 2021-11-01 18:24 UTC  (10+ 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  (10+ 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)

b4: unicode control characters -- warn or remove?
 2021-11-01 18:10 UTC  (2+ 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 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] drm/amdkfd: update gfx target version for Renoir
 2021-11-01 18:01 UTC 

[PATCH v4 0/2] Add code to manage DSP clocks and provide dts-binding document
 2021-11-01 17:56 UTC  (7+ messages)
` [PATCH v4 1/2] ASoC: SOF: mediatek: Add mt8195 dsp clock support

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  (8+ messages)
` [RFC PATCH v2 08/28] cxl/port: Introduce a port driver

[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 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 

[RFC PATCH 0/7] Inotify support in FUSE and virtiofs
 2021-11-01 17:49 UTC  (5+ messages)
` [RFC PATCH 3/7] FUSE,Inotify,Fsnotify,VFS: Add the fuse_fsnotify_update_mark inode operation
      ` [Virtio-fs] [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  (5+ messages)
` [PATCH 1/3] net: arp: introduce arp_evict_nocarrier sysctl parameter
` [PATCH 2/3] net: ndisc: introduce ndisc_evict_nocarrier "
` [PATCH 3/3] selftests: net: add arp_ndisc_evict_nocarrier

[dpdk-dev] [PATCH] interrupts: fix error log level
 2021-11-01 17:44 UTC 

[RFC 00/16] KVM: selftests: Add tests for SEV, SEV-ES, and SEV-SNP guests
 2021-11-01 17:44 UTC  (11+ messages)
` [RFC 01/16] KVM: selftests: move vm_phy_pages_alloc() earlier in file
` [RFC 02/16] KVM: selftests: add hooks for managing encrypted guest memory

Linux kernel: powerpc: KVM guest can trigger host crash on Power8
 2021-11-01 17:43 UTC  (14+ messages)

[dpdk-dev] [PATCH] common/cnxk: fix device MSIX greater than default value
 2021-11-01 17:44 UTC 

[PATCH v3] kdb: Adopt scheduler's task classification
 2021-11-01 17:43 UTC 

Please pull u-boot-x86
 2021-11-01 17:43 UTC  (2+ messages)

[igt-dev] [PATCH] tests/kms_cursor_legacy: Use igt_require_intel before get_reloc_ahnd
 2021-11-01 17:43 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "

[PATCH v2 00/43] KVM: Halt-polling and x86 APICv overhaul
 2021-11-01 17:41 UTC  (10+ messages)
` [PATCH v2 26/43] KVM: VMX: Read Posted Interrupt "control" exactly once per loop iteration

fs/hugetlbfs/inode.c:1467:4: warning: variable 'ucounts' is uninitialized when used here
 2021-11-01 17:41 UTC  (2+ messages)

[PATCHv2 1/1] RDMA/irdma: optimize rx path by removing unnecessary copy
 2021-11-01 17:40 UTC  (2+ messages)

[PATCH net-next 1/4] i40e: avoid spin loop in i40e_asq_send_command()
 2021-11-01 17:38 UTC  (3+ messages)
` [PATCH v2] "
  ` [Intel-wired-lan] "

[dpdk-dev] [PATCH v3 0/6] Flow entites behavior on port restart
 2021-11-01 16:59 UTC  (5+ messages)
` [dpdk-dev] [PATCH v4 "
  ` [dpdk-dev] [PATCH v4 3/6] net: advertise no support for keeping flow rules

[Intel-gfx] [PATCH 00/16] drm/i915: DP per-lane drive settings for icl+
 2021-11-01 17:36 UTC  (5+ messages)
` [Intel-gfx] [PATCH 08/16] drm/i915: Query the vswing levels per-lane for icl combo phy

[PATCH v6 00/10] Restructure the rpmsg_char driver and introduce rpmsg_ctrl driver
 2021-11-01 17:37 UTC  (3+ messages)
` [PATCH v6 06/10] rpmsg: Introduce rpmsg_create_default_ept function

[dpdk-dev] [PATCH] buildtools: fix build with meson 0.60
 2021-11-01 17:36 UTC  (5+ messages)

[PATCH v2 1/1] xen: delay xen_hvm_init_time_ops() if kdump is boot on vcpu>=32
 2021-11-01 17:34 UTC  (2+ messages)

[PATCH] speakup: Fix typo in documentation "boo" -> "boot"
 2021-11-01 17:33 UTC  (4+ messages)

[PATCH] x86/kexec: Fix crash on transition to a 32bit kernel on AMD hardware
 2021-11-01 17:32 UTC  (5+ messages)

[PATCH 0/1] vchiq: Replacing global structs with per device
 2021-11-01 17:31 UTC  (5+ messages)
` [PATCH 1/1] staging: vchiq: Replace global state with per device state

[Intel-gfx] [PATCH v2] drm/i915/display: Check async flip state of every crtc and plane once
 2021-11-01 17:32 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915/display: Check async flip state of every crtc and plane once (rev2)

[PATCH bpf-next] bpf: Allow bpf_d_path in perf_event_mmap
 2021-11-01 17:31 UTC  (6+ messages)


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.