All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-01-07 21:44:58 to 2021-01-07 22:28:35 UTC [more...]

Aarch64 EXT4FS inode checksum failures - seems to be weak memory ordering issues
 2021-01-07 22:27 UTC  (15+ messages)

[PULL 00/66] MIPS patches for 2021-01-07
 2021-01-07 22:22 UTC  (65+ messages)
` [PULL 01/66] target/mips: Add CP0 Config0 register definitions for MIPS3 ISA
` [PULL 02/66] target/mips: Replace CP0_Config0 magic values by proper definitions
` [PULL 03/66] target/mips/addr: Add translation helpers for KSEG1
` [PULL 04/66] target/mips/mips-defs: Remove USE_HOST_FLOAT_REGS comment
` [PULL 05/66] target/mips/mips-defs: Reorder CPU_MIPS5 definition
` [PULL 06/66] target/mips/mips-defs: Rename CPU_MIPSxx Release 1 as CPU_MIPSxxR1
` [PULL 07/66] target/mips/mips-defs: Introduce CPU_MIPS64 and cpu_type_is_64bit()
` [PULL 08/66] hw/mips/boston: Check 64-bit support with cpu_type_is_64bit()
` [PULL 09/66] target/mips/mips-defs: Use ISA_MIPS32 definition to check Release 1
` [PULL 10/66] target/mips/mips-defs: Use ISA_MIPS32R2 definition to check Release 2
` [PULL 11/66] target/mips/mips-defs: Use ISA_MIPS32R3 definition to check Release 3
` [PULL 12/66] target/mips/mips-defs: Use ISA_MIPS32R5 definition to check Release 5
` [PULL 13/66] target/mips/mips-defs: Use ISA_MIPS32R6 definition to check Release 6
` [PULL 14/66] target/mips/mips-defs: Rename ISA_MIPS32 as ISA_MIPS_R1
` [PULL 15/66] target/mips/mips-defs: Rename ISA_MIPS32R2 as ISA_MIPS_R2
` [PULL 16/66] target/mips/mips-defs: Rename ISA_MIPS32R3 as ISA_MIPS_R3
` [PULL 17/66] target/mips/mips-defs: Rename ISA_MIPS32R5 as ISA_MIPS_R5
` [PULL 18/66] target/mips/mips-defs: Rename ISA_MIPS32R6 as ISA_MIPS_R6
` [PULL 19/66] target/mips: Inline cpu_state_reset() in mips_cpu_reset()
` [PULL 20/66] target/mips: Extract FPU helpers to 'fpu_helper.h'
` [PULL 21/66] target/mips: Add !CONFIG_USER_ONLY comment after #endif
` [PULL 22/66] target/mips: Remove consecutive CONFIG_USER_ONLY ifdefs
` [PULL 23/66] target/mips: Move common helpers from helper.c to cpu.c
` [PULL 24/66] target/mips: Rename helper.c as tlb_helper.c
` [PULL 25/66] target/mips: Fix code style for checkpatch.pl
` [PULL 26/66] target/mips: Move mmu_init() functions to tlb_helper.c
` [PULL 27/66] target/mips: Rename translate_init.c as cpu-defs.c
` [PULL 28/66] target/mips/translate: Extract DisasContext structure
` [PULL 29/66] target/mips/translate: Add declarations for generic code
` [PULL 30/66] target/mips: Replace gen_exception_err(err=0) by gen_exception_end()
` [PULL 32/66] target/mips: Declare generic FPU functions in 'translate.h'
` [PULL 33/66] target/mips: Extract FPU specific definitions to translate.h
` [PULL 34/66] target/mips: Only build TCG code when CONFIG_TCG is set
` [PULL 35/66] target/mips/translate: Extract decode_opc_legacy() from decode_opc()
` [PULL 36/66] target/mips/translate: Expose check_mips_64() to 32-bit mode
` [PULL 37/66] target/mips: Introduce ase_msa_available() helper
` [PULL 38/66] target/mips: Simplify msa_reset()
` [PULL 39/66] target/mips: Use CP0_Config3 to set MIPS_HFLAG_MSA
` [PULL 40/66] target/mips: Simplify MSA TCG logic
` [PULL 41/66] target/mips: Remove now unused ASE_MSA definition
` [PULL 42/66] target/mips: Alias MSA vector registers on FPU scalar registers
` [PULL 43/66] target/mips: Extract msa_translate_init() from mips_tcg_init()
` [PULL 44/66] target/mips: Remove CPUMIPSState* argument from gen_msa*() methods
` [PULL 45/66] target/mips: Explode gen_msa_branch() as gen_msa_BxZ_V/BxZ()
` [PULL 46/66] target/mips: Move msa_reset() to msa_helper.c
` [PULL 47/66] target/mips: Extract MSA helpers from op_helper.c
` [PULL 48/66] target/mips: Extract MSA helper definitions
` [PULL 49/66] target/mips: Declare gen_msa/_branch() in 'translate.h'
` [PULL 51/66] target/mips: Pass TCGCond argument to MSA gen_check_zero_element()
` [PULL 52/66] target/mips: Introduce decode tree bindings for MSA ASE
` [PULL 53/66] target/mips: Use decode_ase_msa() generated from decodetree
` [PULL 54/66] target/mips: Extract LSA/DLSA translation generators
` [PULL 55/66] target/mips: Introduce decodetree helpers for MSA LSA/DLSA opcodes
` [PULL 56/66] target/mips: Introduce decodetree helpers for Release6 "
` [PULL 58/66] target/mips: Convert Rel6 Special2 opcode to decodetree
` [PULL 61/66] target/mips: Convert Rel6 LWL/LWR/SWL/SWR opcodes "

[Buildroot] [git commit] DEVELOPERS: add myself for php
 2021-01-07 22:27 UTC  (3+ messages)

[PATCH v2 00/13] HID: new driver for PS5 'DualSense' controller
 2021-01-07 22:26 UTC  (9+ messages)
` [PATCH v2 10/13] HID: playstation: add microphone mute support for DualSense
` [PATCH v2 11/13] HID: playstation: add DualSense player LEDs support
` [PATCH v2 12/13] HID: playstation: DualSense set LEDs to default player id
` [PATCH v2 13/13] HID: playstation: report DualSense hardware and firmware version

[RFC PATCH v2 2/2] fs/task_mmu: acquire mmap_lock for write on soft-dirty cleanup
 2021-01-07 22:24 UTC  (21+ messages)
` [PATCH 0/2] page_count can't be used to decide when wp_page_copy
  ` [PATCH 2/2] mm: soft_dirty: userfaultfd: introduce wrprotect_tlb_flush_pending

[PATCH v2 0/6] kernel-shark: Visualization plugin tools
 2021-01-07 22:26 UTC  (6+ messages)
` [PATCH v2 2/6] kernel-shark: Add kshark_data_container to libkshark
` [PATCH v2 3/6] kernel-shark: Add KS_DEFINE_PLUGIN_CONTEXT macro

[Buildroot] [PATCH 1/2] package/fluidsynth: add sdl2 optional dependency
 2021-01-07 22:25 UTC  (4+ messages)
` [Buildroot] [PATCH 2/2] package/fluidsynth: add systemd "

[PATCH 00/18] net: iosm: PCIe Driver for Intel M.2 Modem
 2021-01-07 22:23 UTC  (5+ messages)
` [PATCH 11/18] net: iosm: encode or decode datagram
` [PATCH 17/18] net: iosm: readme file

[Buildroot] [PATCH] package/nodejs: security bump to version 12.20.1
 2021-01-07 22:24 UTC 

[Buildroot] [git commit] package/fluidsynth: add systemd optional dependency
 2021-01-07 22:24 UTC 

[PATCH RFC v2 0/5] Add support for ECDSA image signing (with test)
 2021-01-07 22:24 UTC  (6+ messages)
` [PATCH RFC v2 3/5] lib: Add support for ECDSA image signing

[Buildroot] [git commit] package/fluidsynth: add sdl2 optional dependency
 2021-01-07 22:24 UTC 

[Buildroot] [PATCH] package/swupdate: note init script tokenizing limitation
 2021-01-07 22:23 UTC  (2+ messages)

[Bug 1910586] [NEW] SD card size constraint conceptually wrong
 2021-01-07 22:13 UTC  (4+ messages)

[Intel-gfx] [RFC] drm/i915/pps: Add PPS power domain
 2021-01-07 22:21 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915/pps: Add PPS power domain (rev3)

[Buildroot] [git commit] package/swupdate: note init script tokenizing limitation
 2021-01-07 22:21 UTC 

[SPDK] Re: Could not write synchronously to blobfs
 2021-01-07 22:21 UTC 

v5.10.1 xfs deadlock
 2021-01-07 22:19 UTC  (11+ messages)
` [PATCH] xfs: Wake CIL push waiters more reliably

[Buildroot] [PATCH] package/luasyslog: bump to version 2.2.0 (fork)
 2021-01-07 22:20 UTC  (2+ messages)

[PATCH RFC 0/7] dm: add support of iopoll
 2021-01-07 22:18 UTC  (13+ messages)
` [PATCH RFC 3/7] block: add iopoll method for non-mq device
    ` [dm-devel] "
` [PATCH RFC 4/7] block: define blk_qc_t as uintptr_t
    ` [dm-devel] "
` [PATCH RFC 5/7] dm: always return BLK_QC_T_NONE for bio-based device
    ` [dm-devel] "
` [PATCH RFC 6/7] block: track cookies of split bios "
    ` [dm-devel] "

[Buildroot] [git commit] package/luasyslog: bump to version 2.2.0 from a fork
 2021-01-07 22:19 UTC 

[PATCH] fs: process fput task_work with TWA_SIGNAL
 2021-01-07 22:17 UTC  (2+ messages)

[Intel-gfx] [PATCH 1/5] drm/i915/selftests: Skip unstable timing measurements
 2021-01-07 22:17 UTC  (5+ messages)
` [Intel-gfx] [PATCH 2/5] drm/i915/gt: Restore ce->signal flush before releasing virtual engine
` [Intel-gfx] [PATCH 3/5] drm/i915/gt: Only retire on the last breadcrumb if the last request
` [Intel-gfx] [PATCH 4/5] drm/i915/gt: Only disable preemption on gen8 render engines
` [Intel-gfx] [PATCH 5/5] drm/i915/gt: Disable arbitration on no-preempt requests

[PATCH] mmc: sdhci-brcmstb: Fix mmc timeout errors on S5 suspend
 2021-01-07 22:15 UTC  (2+ messages)

[PATCH v3 00/13] io_uring: buffer registration enhancements
 2021-01-07 22:14 UTC  (8+ messages)
` [PATCH v3 08/13] io_uring: implement fixed buffers registration similar to fixed files

pull-request: bpf 2021-01-07
 2021-01-07 22:15 UTC 

[PATCH 0/3] Revert "drm/amd/display: Expose new CRC window property" and changes associated with this commit
 2021-01-07 22:16 UTC  (3+ messages)

[poky][PATCH] bitbake: remove /usr from pseudo ignore paths
 2021-01-07 22:16 UTC  (2+ messages)
    ` [OE-core] "

[PATCH] Revert "drm/amd/display: Fixed Intermittent blue screen on OLED panel"
 2021-01-07 22:15 UTC  (2+ messages)

frequent frozen desktops since upgrade to kernel 5.9
 2021-01-07 22:15 UTC  (2+ messages)

[PATCH] ARM: dts: arria10: add PMU node
 2021-01-07 22:14 UTC 

BUG: IPv4 conntrack reassembles forwarded packets
 2021-01-07 22:14 UTC  (3+ messages)
` [PATCH net 0/3] net: fix netfilter defrag/ip tunnel pmtu blackhole

[Buildroot] [PATCH 1/3] package/environment-setup: fix spelling of the script file in the manual
 2021-01-07 22:13 UTC  (3+ messages)
` [Buildroot] [PATCH 4/4] "

Raid1 of a slow hdd and a fast(er) SSD, howto to prioritize the SSD?
 2021-01-07 22:11 UTC  (4+ messages)
  `  "

[PATCH V2 0/4] x86/resctrl: Fix a few issues in moving a task to a resource group
 2021-01-07 22:11 UTC  (4+ messages)
` [PATCH V2 1/4] x86/resctrl: Use IPI instead of task_work_add() to update PQR_ASSOC MSR

[Outreachy] Internship blog 2020 post #3
 2021-01-07 22:10 UTC  (2+ messages)
  ` [Wireshark-dev] "

[PATCH v2] media: v4l2-async: Add waiting subdevices debugfs
 2021-01-07 22:08 UTC  (5+ messages)

[Buildroot] [git commit] package/environment-setup: fix spelling of the script file in the manual
 2021-01-07 22:09 UTC 

[PATCH 1/1] v4l: fwnode: v4l2_async_notifier_parse_fwnode_endpoints is deprecated
 2021-01-07 22:07 UTC  (3+ messages)

[PATCH v3] btrfs: shrink delalloc pages instead of full inodes
 2021-01-07 22:08 UTC 

[PATCH RESEND v8 0/4] input: elants: Support Asus TF300T and Nexus 7 touchscreens
 2021-01-07 22:06 UTC  (8+ messages)
` [PATCH RESEND v8 2/4] input: elants: support old touch report format

[SPDK] Could not write synchronously to blobfs
 2021-01-07 22:06 UTC 

[PATCH 00/13] lazytime fixes and cleanups
 2021-01-07 22:05 UTC  (9+ messages)
` [PATCH 01/13] fs: avoid double-writing inodes on lazytime expiration
      ` [f2fs-dev] "
` [PATCH 11/13] fs: add a lazytime_expired method
      ` [f2fs-dev] "

[PATCH v3 0/3] Support wakeup methods of Atmel maXTouch controllers
 2021-01-07 22:05 UTC  (6+ messages)

[PATCH 3/6] hugetlb: add free page reporting support
 2021-01-07 22:04 UTC  (2+ messages)

[PATCH] drm/i915/gt: Limit VFE threads based on GT
 2021-01-07 22:04 UTC  (4+ messages)
` [Intel-gfx] "

[pull request][net 00/11] mlx5 fixes 2021-01-07
 2021-01-07 22:04 UTC  (3+ messages)
` [net 04/11] net/mlx5e: CT: Use per flow counter when CT flow accounting is enabled

[Buildroot] [git commit] package/freescale-imx/firmware-imx/Config.in: install imx6q binaries for IM6UL platform
 2021-01-07 22:05 UTC 

PROBLEM: Firmware loader fallback mechanism no longer works with sendfile
 2021-01-07 22:03 UTC  (5+ messages)

[Buildroot] [PATCH 1/1] package/freescale-imx/firmware-imx/Config.in: install imx6q binaries for IM6UL platform
 2021-01-07 22:04 UTC  (2+ messages)

[PATCH v2 00/24] target/arm: enforce alignment
 2021-01-07 22:02 UTC  (4+ messages)
` [PATCH v2 24/24] target/arm: Enforce alignment for sve unpredicated LDR/STR

[Buildroot] [git commit] package/coremark-pro: new package
 2021-01-07 22:01 UTC 

[Buildroot] [git commit] package/coremark: new package
 2021-01-07 22:01 UTC 

[PATCH 1/3] bash: Set HEREDOC_PIPESIZE deterministically
 2021-01-07 22:01 UTC  (3+ messages)
` [PATCH 2/3] qemu: Fix mingw builds
` [PATCH 3/3] ppp: Fix reproducibility issue

[Buildroot] [PATCH v2 1/2] package/coremark: new package
 2021-01-07 22:00 UTC  (4+ messages)
` [Buildroot] [PATCH v2 2/2] package/coremark-pro: "

[PATCH v4 0/6] Additional NPCM7xx devices
 2021-01-07 21:58 UTC  (4+ messages)
` [PATCH v4 3/6] hw/adc: Add an ADC module for NPCM7XX

[Buildroot] [PATCH 1/1] package/libupnp: add LIBUPNP_CPE_ID_VENDOR
 2021-01-07 21:58 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/boost: drop BOOST_IGNORE_CVES
 2021-01-07 21:57 UTC  (2+ messages)

Responses send by wireguard always use the default route
 2021-01-07 21:33 UTC  (3+ messages)

macOS wireguard client: traffic to wireguard interface self IP travels through VPN server
 2021-01-06 16:46 UTC 

[PATCH 01/22] devtool: gitsm:// should be handled same as git:// in upgrades
 2021-01-07 21:55 UTC  (5+ messages)
` [PATCH 13/22] bash: update 5.0 -> 5.1
  ` [OE-core] "

[PATCH v1 0/5] Enable fw_devlink=on by default
 2021-01-07 21:53 UTC  (3+ messages)

What's the correct way to implement rfi and related instruction
 2021-01-07 21:54 UTC  (2+ messages)

stable-rc/linux-5.4.y baseline: 175 runs, 5 regressions (v5.4.87-14-gf52a40401ee9)
 2021-01-07 21:53 UTC 

[pull] drm/msm: drm-msm-fixes-2021-01-07
 2021-01-07 21:54 UTC  (2+ messages)

[PATCH] x86/resctrl: add printf attribute to log function
 2021-01-07 21:51 UTC  (2+ messages)

[PATCH v4 mips-next 0/7] MIPS: vmlinux.lds.S sections fixes & cleanup
 2021-01-07 21:51 UTC  (11+ messages)
` [PATCH v4 mips-next 1/7] MIPS: vmlinux.lds.S: add missing PAGE_ALIGNED_DATA() section
  ` [PATCH v4 mips-next 3/7] MIPS: properly stop .eh_frame generation
` [PATCH v4 mips-next 4/7] MIPS: vmlinux.lds.S: catch bad .rel.dyn at link time
  ` [PATCH v4 mips-next 5/7] MIPS: vmlinux.lds.S: explicitly declare .got table
  ` [PATCH v4 mips-next 6/7] vmlinux.lds.h: catch compound literals into data and BSS

[PATCH v2] remoteproc/mediatek: enable MPU for all memory regions in MT8192 SCP
 2021-01-07 21:50 UTC  (3+ messages)

[PATCH] arm64: PCI: Enable SMC conduit
 2021-01-07 21:49 UTC  (5+ messages)

[Buildroot] [git commit] package/boost: drop BOOST_IGNORE_CVES
 2021-01-07 21:50 UTC 

[PATCH 0/2] PCI/VPD: Improve handling binary sysfs attribute
 2021-01-07 21:48 UTC  (3+ messages)
` [PATCH 1/2] PCI/VPD: Remove dead code from sysfs access functions
` [PATCH 2/2] PCI/VPD: Improve handling binary sysfs attribute

git gc ineffective
 2021-01-07 21:48 UTC  (7+ messages)

[RFC] Persist ima logs to disk
 2021-01-07 21:48 UTC  (7+ messages)

[igt-dev] [PATCH i-g-t 1/4] lib/i915/perf: fix intel_perf_devinfo gen field
 2021-01-07 21:49 UTC  (5+ messages)
` [igt-dev] [PATCH i-g-t 3/4] lib/i915/perf: fill up reader devinfo default field

dash 0.5.11.2: somehow falsely waits
 2021-01-07 21:48 UTC  (4+ messages)

[PATCH] docs: admin-guide: bootconfig: Fix feils to fails
 2021-01-07 21:45 UTC  (2+ messages)

[PATCH] RDMA/ocrdma: fix use after free in ocrdma_dealloc_ucontext_pd()
 2021-01-07 21:43 UTC  (3+ messages)

[PATCH v2] Documentation/admin-guide: kernel-parameters: hyphenate comma-separated
 2021-01-07 21:44 UTC  (2+ messages)

[RFC PATCH 0/3] Generic per-mount io stats
 2021-01-07 21:44 UTC  (4+ messages)
` [RFC PATCH 1/3] fs: add iostats counters to struct mount
` [RFC PATCH 2/3] fs: collect per-mount io stats
` [RFC PATCH 3/3] fs: report "


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.