All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-01-07 20:42:08 to 2021-01-07 21:49:14 UTC [more...]

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

Aarch64 EXT4FS inode checksum failures - seems to be weak memory ordering issues
 2021-01-07 21:48 UTC  (13+ messages)

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

[PATCH 0/2] PCI/VPD: Improve handling binary sysfs attribute
 2021-01-07 21:47 UTC 

[PATCH RFC 0/7] dm: add support of iopoll
 2021-01-07 21:47 UTC  (3+ messages)
` [PATCH RFC 3/7] block: add iopoll method for non-mq device
  ` [dm-devel] "

[Buildroot] [PATCH v2 1/2] package/coremark: new package
 2021-01-07 21:48 UTC  (2+ messages)

[PATCH 00/13] lazytime fixes and cleanups
 2021-01-07 21:46 UTC  (5+ messages)
` [PATCH 01/13] fs: avoid double-writing inodes on lazytime expiration
      ` [f2fs-dev] "

[RFC PATCH v2 2/2] fs/task_mmu: acquire mmap_lock for write on soft-dirty cleanup
 2021-01-07 21:45 UTC  (14+ 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] 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 "

[PATCH net 0/2] net: ipa: fix a suspend hang
 2021-01-07 21:43 UTC  (3+ messages)
` [PATCH net 1/2] net: ipa: introduce atomic channel STOPPING flag
` [PATCH net 2/2] net: ipa: re-enable NAPI before enabling interrupt

[PATCH v4 0/6] Additional NPCM7xx devices
 2021-01-07 21:43 UTC  (12+ messages)
` [PATCH v4 1/6] hw/misc: Add clock converter in NPCM7XX CLK module
` [PATCH v4 2/6] hw/timer: Refactor NPCM7XX Timer to use CLK clock
` [PATCH v4 3/6] hw/adc: Add an ADC module for NPCM7XX
` [PATCH v4 5/6] hw/misc: Add QTest for NPCM7XX PWM Module
` [PATCH v4 6/6] hw/*: Use type casting for SysBusDevice in NPCM7XX

[PATCH] docs: binfmt-misc: Fix .rst formatting
 2021-01-07 21:43 UTC  (2+ messages)

Linux 5.10.5 hung task
 2021-01-07 21:35 UTC 

[PATCHv2 0/5] aer handling fixups
 2021-01-07 21:42 UTC  (6+ messages)

[PATCH] docs: remove mention of ENABLE_MUST_CHECK
 2021-01-07 21:42 UTC  (2+ messages)

question about i2c_transfer() function (regarding mdio-i2c on RollBall SFPs)
 2021-01-07 21:42 UTC  (3+ messages)

[Buildroot] [PATCH 0/3] package/environment-setup: minor improvements to
 2021-01-07 21:43 UTC  (8+ messages)
` [Buildroot] [PATCH 2/3] package/environment-setup: make script idempotent
      ` [Buildroot] [External] "

[Buildroot] [PATCH 1/1] DEVELOPERS: fix order
 2021-01-07 21:41 UTC 

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

[PATCH] configure: Add flags for MinGW32 standalone build
 2021-01-07 21:38 UTC 

[PATCH 0/6] dpaa2-mac: various updates
 2021-01-07 21:37 UTC  (7+ messages)
` [PATCH 4/6] dpaa2-eth: retry the probe when the MAC is not yet discovered on the bus
` [PATCH 6/6] dpaa2-mac: remove a comment regarding pause settings

[PATCH 00/18] Add directory rename detection to merge-ort
 2021-01-07 21:36 UTC  (19+ messages)
` [PATCH v2 00/17] "
  ` [PATCH v2 01/17] merge-ort: add new data structures for directory rename detection
  ` [PATCH v2 02/17] merge-ort: initialize and free new directory rename data structures
  ` [PATCH v2 03/17] merge-ort: collect which directories are removed in dirs_removed
  ` [PATCH v2 04/17] merge-ort: add outline for computing directory renames
  ` [PATCH v2 05/17] merge-ort: add outline of get_provisional_directory_renames()
  ` [PATCH v2 06/17] merge-ort: copy get_renamed_dir_portion() from merge-recursive.c
  ` [PATCH v2 07/17] merge-ort: implement compute_rename_counts()
  ` [PATCH v2 08/17] merge-ort: implement handle_directory_level_conflicts()
  ` [PATCH v2 09/17] merge-ort: modify collect_renames() for directory rename handling
  ` [PATCH v2 10/17] merge-ort: implement compute_collisions()
  ` [PATCH v2 11/17] merge-ort: implement apply_dir_rename() and check_dir_renamed()
  ` [PATCH v2 12/17] merge-ort: implement check_for_directory_rename()
  ` [PATCH v2 13/17] merge-ort: implement handle_path_level_conflicts()
  ` [PATCH v2 14/17] merge-ort: add a new toplevel_dir field
  ` [PATCH v2 15/17] merge-ort: implement apply_directory_rename_modifications()
  ` [PATCH v2 16/17] merge-ort: process_renames() now needs more defensiveness
  ` [PATCH v2 17/17] merge-ort: fix a directory rename detection bug

[PATCH V2] xfs: do not allow reflinking inodes with the dax flag set
 2021-01-07 21:36 UTC 

[Intel-gfx] [PATCH v2 1/2] drm/i915: Wrap our timer_list.expires checking
 2021-01-07 21:37 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [v2,1/2] drm/i915: Wrap our timer_list.expires checking (rev3)

[PATCH] irqchip: mips-cpu: set IPI domain parent chip
 2021-01-07 21:36 UTC 

Request_key from KMIP appliance
 2021-01-07 21:37 UTC 

[Buildroot] [PATCH] linux: indicate proper CPE prefix
 2021-01-07 21:34 UTC  (6+ messages)
` [Buildroot] [PATCH] support/scripts/pkg-stats: properly handle host packages with -c option

[PATCH 4/4] PCI: Add a REBAR size quirk for Sapphire RX 5600 XT Pulse
 2021-01-07 21:32 UTC  (3+ messages)

[PATCH 0/9] xfs: rework log quiesce to cover the log
 2021-01-07 21:28 UTC  (5+ messages)
` [PATCH 2/9] xfs: lift writable fs check up into log worker task

[PATCH] cpupower: add Makefile dependencies for install targets
 2021-01-07 21:29 UTC  (6+ messages)

[PATCH v8 0/4] mergetool: add automerge configuration
 2021-01-07 21:26 UTC  (8+ messages)
` [PATCH v9 0/5] "
  ` [PATCH v9 5/5] mergetool: add automerge_enabled tool-specific override function

[PATCH 0/8] Cleanups around index operations
 2021-01-07 21:26 UTC  (6+ messages)
` [PATCH v2 0/9] "
  ` [PATCH v2 6/9] index-format: update preamble to cached tree extension

[PATCH 0/1] add--interactive: skip index refresh in reset patch mode
 2021-01-07 21:25 UTC  (9+ messages)
        ` Cc'ing the Git maintainer on GitGitGadget contributions, was "

[RFC PATCH v3 0/6] Restricted DMA
 2021-01-07 21:19 UTC  (9+ messages)
` [RFC PATCH v3 2/6] swiotlb: Add restricted DMA pool

[PATCH] Revert "drm/amd/display: Fixed Intermittent blue screen on OLED panel"
 2021-01-07 21:23 UTC 

[net-next 19/19] can: flexcan: add CAN wakeup function for i.MX8QM
 2021-01-07 21:22 UTC  (4+ messages)

Upstreaming downstream Google BMC repositories
 2021-01-07 21:20 UTC  (5+ messages)

pull-request: can-next 2021-01-06
 2021-01-07 21:19 UTC  (6+ messages)
` [net-next 15/19] can: tcan4x5x: rework SPI access

stable-rc/queue/4.4 baseline: 105 runs, 10 regressions (v4.4.249-20-g3a1e2e3e413e)
 2021-01-07 21:19 UTC 

[PATCH v2 0/4] qemu-timer: Make timer_free() imply timer_del()
 2021-01-07 21:18 UTC  (2+ messages)

[PATCH 1/4] PCI: Export pci_rebar_get_possible_sizes()
 2021-01-07 21:18 UTC  (3+ messages)

[PATCH 2/4] PCI: Add pci_rebar_bytes_to_size()
 2021-01-07 21:17 UTC  (3+ messages)

[PATCH] checkpatch: add a new check for strcpy/strlcpy uses
 2021-01-07 21:16 UTC  (6+ messages)
    ` deprecated.rst: deprecated strcpy ? (was: [PATCH] checkpatch: add a new check for strcpy/strlcpy uses)
        ` [Linux-kernel-mentees] "

[PATCH 1/3] dma-buf: system_heap: Make sure to return an error if we abort
 2021-01-07 21:15 UTC  (6+ messages)
` [PATCH 2/3] dma-buf: heaps: Add a WARN_ON should the vmap_cnt go negative
` [PATCH 3/3] dma-buf: heaps: Rework heep allocation hooks to return struct dma_buf instead of fd

[PATCH net-next] net: phy: replace mutex_is_locked with lockdep_assert_held in phylib
 2021-01-07 21:15 UTC  (2+ messages)

[PATCH net-next v1 0/2] GRO drop accounting
 2021-01-07 21:15 UTC  (4+ messages)
` [PATCH net-next v1 1/2] net: core: count drops from GRO
  ` [Intel-wired-lan] "

[PATCH] um: virtio: free vu_dev only with the contained struct device
 2021-01-07 21:15 UTC 

[Rust for Linux] Happy new year & Poll for call
 2021-01-07 21:14 UTC  (3+ messages)

[Buildroot] [git commit] package/open62541: add patch to allow building without a C++ compiler
 2021-01-07 21:14 UTC 

[PATCH v2] media: v4l2-async: Add waiting subdevices debugfs
 2021-01-07 21:12 UTC  (4+ messages)

Describing the STB pin of the CAN transceiver
 2021-01-07 21:12 UTC  (4+ messages)

Add support for WAVE file format in cplay
 2021-01-07 21:09 UTC 

[folded-merged] ubsan-disable-unsigned-integer-overflow-sanitizer-with-clang-fix.patch removed from -mm tree
 2021-01-07 21:09 UTC  (2+ messages)

[patch V4 0/8] mm/highmem: Preemptible variant of kmap_atomic & friends
 2021-01-07 21:07 UTC  (11+ messages)
` [patch V4 3/8] x86: Support kmap_local() forced debugging
  ` [BUG] from "

Changing LEDs status in response to Power Events
 2021-01-07 21:07 UTC  (4+ messages)

[PATCH] proc_sysclt: fix oops caused by incorrect command parameters
 2021-01-07 21:08 UTC  (4+ messages)

[PATCH] mm/uaccess: Use 'unsigned long' to placate UBSAN warnings, again
 2021-01-07 21:07 UTC  (5+ messages)

[PATCH] drm/virtio: fix prime export for vram objects
 2021-01-07 21:07 UTC 

[PATCH] drm/virtio: make sure context is created in gem open
 2021-01-07 21:07 UTC 

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

[PATCH v2 0/4] KVM: nSVM: few random fixes
 2021-01-07 21:05 UTC  (5+ messages)
` [PATCH v2 2/4] KVM: nSVM: correctly restore nested_run_pending on migration

pl2303.c 110 baud not working
 2021-01-07 21:06 UTC 

[PULL 00/47] tcg patch queue
 2021-01-07 21:03 UTC  (15+ messages)
` [PULL 27/47] tcg/aarch64: Support split-wx code generation
` [PULL 28/47] disas: Push const down through host disassembly
` [PULL 32/47] tcg/ppc: Use tcg_out_mem_long to reset TCG_REG_TB
` [PULL 36/47] tcg/s390: Use tcg_tbrel_diff
` [PULL 37/47] tcg/s390: Support split-wx code generation
` [PULL 38/47] tcg/riscv: Fix branch range checks
` [PULL 39/47] tcg/riscv: Remove branch-over-branch fallback
` [PULL 40/47] tcg/riscv: Support split-wx code generation
` [PULL 41/47] accel/tcg: Add mips support to alloc_code_gen_buffer_splitwx_memfd
` [PULL 42/47] tcg/mips: Do not assert on relocation overflow
` [PULL 43/47] tcg/mips: Support split-wx code generation
` [PULL 46/47] tcg: Constify tcg_code_gen_epilogue
` [PULL 47/47] tcg: Constify TCGLabelQemuLdst.raddr

[ANNOUNCE] xfsprogs for-next updated to 167137fe
 2021-01-07 21:04 UTC 

frequent frozen desktops since upgrade to kernel 5.9
 2021-01-07 21:04 UTC 

Plugin Register Accesses
 2021-01-07 20:45 UTC  (8+ messages)

[PATCH] kasan: remove redundant config option
 2021-01-07 21:00 UTC  (4+ messages)

[PATCH v2 00/13] HID: new driver for PS5 'DualSense' controller
 2021-01-07 21:01 UTC  (6+ messages)
` [PATCH v2 08/13] HID: playstation: add DualSense classic rumble support
` [PATCH v2 09/13] HID: playstation: add DualSense lightbar support

[PATCH 1/2] dt-bindings: can: fsl,flexcan.yaml: introduce the stb-gpios property
 2021-01-07 20:59 UTC  (2+ messages)
` [PATCH 2/2] can: flexcan: allow the control of the STB CAN transceiver pin

[PATCH] target/s390x: Fix ALGSI
 2021-01-07 20:21 UTC 

Tutorial for "drivers/mmc/*"?
 2021-01-07 20:54 UTC 

[lttng-dev] LTTng 2.12 modules from PPA fail to install
 2021-01-07 20:54 UTC 

[PATCH v2 00/24] target/arm: enforce alignment
 2021-01-07 20:37 UTC  (4+ messages)
` [PATCH v2 05/24] target/arm: Fix SCTLR_B test for TCGv_i64 load/store

[PATCH 0/3] Revert "drm/amd/display: Expose new CRC window property" and changes associated with this commit
 2021-01-07 20:53 UTC  (8+ messages)
` [PATCH 1/3] Revert "drm/amd/display: Fix unused variable warning"
` [PATCH 2/3] Revert "drm/amdgpu/disply: fix documentation warnings in display manager"
` [PATCH 3/3] Revert "drm/amd/display: Expose new CRC window property"

stable-rc/linux-4.4.y build: 190 builds: 0 failed, 190 passed, 13 warnings (v4.4.249-21-g5d125190fbcb)
 2021-01-07 20:52 UTC 

[PATCH net-next] net: broadcom: Drop OF dependency from BGMAC_PLATFORM
 2021-01-07 20:52 UTC  (3+ messages)

[PATCH 1/2] bitbake.conf: Add /run/ to PSEUDO_IGNORE_PATHS
 2021-01-07 20:52 UTC  (3+ messages)
` [PATCH 2/2] ppp: Update 2.4.8 -> 2.4.9
  ` [OE-core] "

[RFC] Persist ima logs to disk
 2021-01-07 20:51 UTC  (6+ messages)

[igt-dev] [PATCH i-g-t 1/2] tests/kms_rotation_crc: avoid recalculating refecence crcs
 2021-01-07 20:51 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for series starting with [i-g-t,1/2] "

[PATCH net-next] net: phy: bcm7xxx: Add an entry for BCM72116
 2021-01-07 20:50 UTC  (2+ messages)

[PATCH -next] RDMA/rw: Use kzalloc for allocating only one thing
 2021-01-07 20:49 UTC  (2+ messages)

[PATCH v2] docs: octeontx2: tune rst markup
 2021-01-07 20:48 UTC  (2+ messages)

[PATCH 1/4] sanity: Bump min python version to 3.6
 2021-01-07 20:48 UTC  (3+ messages)
` [PATCH 2/4] qemu: Upgrade 5.1.0->5.2.0
  ` [OE-core] "

rkisp in mainline (destaging) vs. rk3326/px30 uapi differences
 2021-01-07 20:23 UTC 

[PATCH] perf intel-pt: Fix 'CPU too large' error
 2021-01-07 20:46 UTC  (2+ messages)

Review request 0/25:[meta-tensorflow] upgrade tensorflow 1.13.1 -> 2.4.0.rc4
 2021-01-07 20:47 UTC  (6+ messages)
` [meta-tensorflow][PATCH 8/25] tensorflow-estimator: 1.13 -> 2.4
    ` [yocto] "

stable-rc/linux-4.14.y baseline: 136 runs, 6 regressions (v4.14.213-30-g78e4e5e07ab0)
 2021-01-07 20:46 UTC 

[dpdk-dev] [PATCH] app/testpmd: fix IP checksum calculation
 2021-01-07 20:45 UTC  (9+ messages)
` [dpdk-dev] [PATCH v2] "
  ` [dpdk-dev] [PATCH v3] "

[PATCH] usb: dwc3: core: Replace devm_reset_control_array_get()
 2021-01-07 20:44 UTC  (4+ messages)

[Re-send: PATCH i2c-next 0/6] i2c: mux: mlxcpld: Extend driver functionality and update licenses
 2021-01-07 20:43 UTC  (4+ messages)
` [Re-send: PATCH i2c-next 5/6] i2c: mux: mlxcpld: Extend driver to support word address space devices

[PATCH net-next v3 0/7] bcm63xx_enet: major makeover of driver
 2021-01-07 20:41 UTC  (3+ messages)

[PATCH v2] ASoC: hdmi-codec: Fix return value in hdmi_codec_set_jack()
 2021-01-07 20:42 UTC  (2+ messages)

[OE-core][PATCH] go.bbclass: don't stage test data with sources of dependencies
 2021-01-07 20:43 UTC  (2+ messages)
` [oe] "

[PATCH 0/4] Permit fault-less access to non-emulated MSRs
 2021-01-07 20:40 UTC  (2+ messages)

[PATCH] ubsan: disable unsigned-integer-overflow sanitizer with clang
 2021-01-07 20:41 UTC  (7+ 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.