All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-01-08 16:50:00 to 2021-01-08 17:56:33 UTC [more...]

[PATCH 00/35] Add HMM-based SVM memory manager to KFD
 2021-01-08 17:56 UTC  (11+ messages)

[PATCH] cmd: disk: Remove fit_print_contents API
 2021-01-08 17:55 UTC 

[RFC PATCH] Makefile: add GNU global tags support
 2021-01-08 17:54 UTC  (2+ messages)

[GIT PULL] Device properties framework fixes for v5.11-rc3
 2021-01-08 17:54 UTC 

[RFC PATCH v2 2/2] fs/task_mmu: acquire mmap_lock for write on soft-dirty cleanup
 2021-01-08 17:53 UTC  (22+ 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 v8 0/4] HID: i2c-hid: Reorganize to allow supporting goodix,gt7375p
 2021-01-08 17:52 UTC  (3+ messages)

[GIT PULL] ACPI fixes for v5.11-rc3
 2021-01-08 17:53 UTC 

why would "file" command not print out "ISO 9660" for .iso image?
 2021-01-08 17:53 UTC 

[PATCH v2 00/11] Multiple fixes to XENMEM_acquire_resource
 2021-01-08 17:52 UTC  (3+ messages)
` [PATCH v2 05/11] tools/foreignmem: Support querying the size of a resource

[GIT PULL] Power management fixes for v5.11-rc3
 2021-01-08 17:52 UTC 

[Buildroot] [PATCH 1/1] package/openvpn: set OPENVPN_CPE_ID_VENDOR
 2021-01-08 17:53 UTC 

[PATCH v2 0/4] hw/ppc: Convert UIC device to QOM
 2021-01-08 17:12 UTC  (5+ messages)
` [PATCH v2 1/4] hw/ppc/sam460ex: Drop use of ppcuic_init()
` [PATCH v2 2/4] hw/ppc: Delete unused ppc405cr_init() code
` [PATCH v2 3/4] hw/ppc/ppc405_uc: Drop use of ppcuic_init()
` [PATCH v2 4/4] hw/ppc: Remove unused ppcuic_init()

[PATCH] ARC: Regenerate ulps
 2021-01-08 17:51 UTC 

[Intel-gfx] [PATCH 1/5] drm/i915/selftests: Skip unstable timing measurements
 2021-01-08 15:24 UTC  (6+ messages)
` [Intel-gfx] [PATCH 4/5] drm/i915/gt: Only disable preemption on gen8 render engines

[PULL 00/23] target-arm queue
 2021-01-08 17:49 UTC  (2+ messages)

[Buildroot] [PATCH] package/python-s3transfer: bump to version 0.3.3
 2021-01-08 17:50 UTC 

REQ: revert e129cb4cd2270f308c1564e75859672643dd902b (plugin: Remove completely)
 2021-01-08 17:49 UTC 

[PATCH 00/75] media: imx: Miscellaneous fixes and cleanups for i.MX7
 2021-01-08 17:47 UTC  (6+ messages)
` [PATCH 05/75] media: imx: Compile imx6-media-objs only for CONFIG_VIDEO_IMX_CSI
` [PATCH 31/75] media: imx: capture: Support creating immutable link to capture device

[RFC PATCH] linux-user/mmap: Return EFAULT for invalid addresses
 2021-01-08 17:46 UTC 

[Intel-gfx] [PATCH 00/13] drm/i915/dp: split out pps and aux
 2021-01-08 17:46 UTC  (11+ messages)
` [Intel-gfx] [PATCH 01/13] drm/i915/pps: abstract panel power sequencer from intel_dp.c
` [Intel-gfx] [PATCH 04/13] drm/i915/pps: rename intel_edp_panel_* to intel_pps_*
` [Intel-gfx] [PATCH 06/13] drm/i915/pps: abstract intel_pps_vdd_off_sync

[Intel-gfx] [PATCH v2 00/17] drm/i915/dp: split out pps and aux
 2021-01-08 17:44 UTC  (18+ messages)
` [Intel-gfx] [PATCH v2 01/17] drm/i915/pps: abstract panel power sequencer from intel_dp.c
` [Intel-gfx] [PATCH v2 02/17] drm/i915/pps: rename pps_{, un}lock -> intel_pps_{, un}lock
` [Intel-gfx] [PATCH v2 03/17] drm/i915/pps: rename intel_edp_backlight_* to intel_pps_backlight_*
` [Intel-gfx] [PATCH v2 04/17] drm/i915/pps: rename intel_edp_panel_* to intel_pps_*
` [Intel-gfx] [PATCH v2 05/17] drm/i915/pps: rename edp_panel_* to intel_pps_*_unlocked
` [Intel-gfx] [PATCH v2 06/17] drm/i915/pps: abstract intel_pps_vdd_off_sync
` [Intel-gfx] [PATCH v2 07/17] drm/i915/pps: add higher level intel_pps_init() call
` [Intel-gfx] [PATCH v2 08/17] drm/i915/pps: abstract intel_pps_encoder_reset()
` [Intel-gfx] [PATCH v2 09/17] drm/i915/pps: rename intel_dp_check_edp to intel_pps_check_power_unlocked
` [Intel-gfx] [PATCH v2 10/17] drm/i915/pps: rename intel_power_sequencer_reset to intel_pps_reset_all
` [Intel-gfx] [PATCH v2 11/17] drm/i915/pps: add locked intel_pps_wait_power_cycle
` [Intel-gfx] [PATCH v2 12/17] drm/i915/pps: rename vlv_init_panel_power_sequencer to vlv_pps_init
` [Intel-gfx] [PATCH v2 13/17] drm/i915/pps: rename intel_dp_init_panel_power_sequencer* functions
` [Intel-gfx] [PATCH v2 14/17] drm/i915/pps: refactor init abstractions
` [Intel-gfx] [PATCH v2 15/17] drm/i915/pps: move pps code over from intel_display.c and refactor
` [Intel-gfx] [PATCH v2 16/17] drm/i915/dp: abstract struct intel_dp pps members to a sub-struct
` [Intel-gfx] [PATCH v2 17/17] drm/i915/dp: split out aux functionality to intel_dp_aux.c

[PATCH 0/1] console: Blank console - userspace regression
 2021-01-08 17:45 UTC  (5+ messages)
` [PATCH 1/1] Revert "init/console: Use ttynull as a fallback when there is no console"

[ragnatech:media-tree] BUILD SUCCESS ecd07f4b9d2173694be9214a3ab07f9efb5ba206
 2021-01-08 17:43 UTC 

[RFC][PATCH V4] btrfs: preferred_metadata: preferred device for metadata
 2021-01-08 17:43 UTC  (4+ messages)
    ` BTRFS and *CACHE setup [was Re: [RFC][PATCH V4] btrfs: preferred_metadata: preferred device for metadata]

[dpdk-dev] [PATCH v12 00/11] Add PMD power management
 2021-01-08 17:42 UTC  (13+ messages)
` [dpdk-dev] [PATCH v13 "
  ` [dpdk-dev] [PATCH v13 01/11] eal: uninline power intrinsics
  ` [dpdk-dev] [PATCH v13 02/11] eal: avoid invalid API usage in "
  ` [dpdk-dev] [PATCH v13 03/11] eal: change API of "
  ` [dpdk-dev] [PATCH v13 04/11] eal: remove sync version of power monitor
  ` [dpdk-dev] [PATCH v13 05/11] eal: add monitor wakeup function
  ` [dpdk-dev] [PATCH v13 06/11] ethdev: add simple power management API
  ` [dpdk-dev] [PATCH v13 07/11] power: add PMD power management API and callback
  ` [dpdk-dev] [PATCH v13 08/11] net/ixgbe: implement power management API
  ` [dpdk-dev] [PATCH v13 09/11] net/i40e: "
  ` [dpdk-dev] [PATCH v13 10/11] net/ice: "
  ` [dpdk-dev] [PATCH v13 11/11] examples/l3fwd-power: enable PMD power mgmt

[PATCH] linux-user/mmap: Avoid asserts for out of range mremap calls
 2021-01-08 17:42 UTC 

[PATCH] AER: add ratelimit for PCIe AER corrected error storm log print
 2021-01-08 17:41 UTC  (2+ messages)

[Bug 1904954] [NEW] lan9118 bug peeking receive massage size not equal to received message size
 2021-01-08 17:30 UTC  (3+ messages)
` [Bug 1904954] Re: lan9118 bug peeked received message size not equal to actual "

[PATCH 5.10 00/20] 5.10.6-rc1 review
 2021-01-08 17:41 UTC  (2+ messages)

[PATCH 5.4 00/13] 5.4.88-rc1 review
 2021-01-08 17:39 UTC  (2+ messages)

[PATCH 4.19 0/8] 4.19.166-rc1 review
 2021-01-08 17:39 UTC  (2+ messages)

[PATCH 4.14 00/29] 4.14.214-rc1 review
 2021-01-08 17:38 UTC  (2+ messages)

[PATCH] crypto: testmgr - add NIAP FPT_TST_EXT.1 subset of tests
 2021-01-08 17:38 UTC 

[PATCH 4.9 00/33] 4.9.250-rc2 review
 2021-01-08 17:38 UTC  (2+ messages)

[PATCH v4 1/4] irqchip: qcom-pdc: Fix phantom irq when changing between rising/falling
 2021-01-08 17:37 UTC  (4+ messages)
` [PATCH v4 3/4] pinctrl: qcom: Don't clear pending interrupts when enabling

[PATCH 0/6] x86/p2m: restrict more code to build just for HVM
 2021-01-08 17:37 UTC  (10+ messages)
` [PATCH 2/6] x86/mm: p2m_add_foreign() is HVM-only

[PATCH 4.4 00/20] 4.4.250-rc2 review
 2021-01-08 17:37 UTC  (2+ messages)

[PATCH v4 sl-b 0/6] Export return addresses etc. for better diagnostics
 2021-01-08 17:36 UTC  (6+ messages)

[PATCH v5 1/4] pinctrl: qcom: Allow SoCs to specify a GPIO function that's not 0
 2021-01-08 17:35 UTC  (4+ messages)
` [PATCH v5 2/4] pinctrl: qcom: No need to read-modify-write the interrupt status
` [PATCH v5 3/4] pinctrl: qcom: Properly clear "intr_ack_high" interrupts when unmasking
` [PATCH v5 4/4] pinctrl: qcom: Don't clear pending interrupts when enabling

[dpdk-dev] [PATCH v13 00/12] Arm build options rework
 2021-01-08 17:36 UTC  (7+ messages)
` [dpdk-dev] [PATCH v14 "

[PATCH v2 1/2] platform/x86: dell-privacy: Add support for Dell hardware privacy
 2021-01-08 17:34 UTC  (6+ messages)

[PATCH v2 net-next 00/10] Configuring congestion watermarks on ocelot switch using devlink-sb
 2021-01-08 17:33 UTC  (4+ messages)
` [PATCH v2 net-next 03/10] net: dsa: add ops for devlink-sb

[PATCH] mt76: mt7615: set mcu country code in mt7615_mcu_set_channel_domain()
 2021-01-08 17:34 UTC 

drivers/accessibility/speakup/serialio.c:54 spk_serial_init() warn: always true condition '(index >= (0 / 20 + (0))) => (s32min-s32max >= 0)'
 2021-01-08 17:33 UTC  (2+ messages)

[PATCH RFC 0/7] dm: add support of iopoll
 2021-01-08 17:33 UTC  (11+ messages)
` [PATCH RFC 3/7] block: add iopoll method for non-mq device
    ` [dm-devel] "
` [PATCH RFC 6/7] block: track cookies of split bios for bio-based device
    ` [dm-devel] "

[Buildroot] [PATCH 1/1] package/openjpeg: fix build with poppler
 2021-01-08 17:32 UTC 

[PATCH] spapr: Improve handling of memory unplug with old guests
 2021-01-08 17:31 UTC 

[GIT PULL] Documentation fixes
 2021-01-08 17:31 UTC 

[PATCH v4 3/5] x86/mm: Optionally flush L1D on context switch
 2021-01-08 17:31 UTC  (2+ messages)

[Bug 14610] New: Lockup in kernel 5.10 when copying large folder
 2021-01-08 17:29 UTC 

[PATCH] qemu: Add some user space mmap tweaks to address musl 32 bit build issues
 2021-01-08 17:30 UTC 

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

pxa crashes with qemu v5.2 when executing xscale operations
 2021-01-08 17:25 UTC  (4+ messages)

[PATCH] decodetree: Open files with encoding='utf-8'
 2021-01-08 17:14 UTC  (4+ messages)

[PATCH 01/28] xfce4-dev-tools: upgrade 4.14.0 -> 4.16.0
 2021-01-08 17:25 UTC  (4+ messages)
` [PATCH 07/28] xfwm4: upgrade 4.14.5 "
  ` [oe] "

[PATCH 0/4] arm64: ARMv8.5-A: MTE: Add async mode support
 2021-01-08 17:26 UTC  (9+ messages)
` [PATCH 2/4] arm64: mte: Add asynchronous "

[PATCH] virtio: move 'use-disabled-flag' property to hw_compat_4_2
 2021-01-08 17:12 UTC 

[PATCH v3] driver core: Fix device link device name collision
 2021-01-08 17:22 UTC  (3+ messages)

[PATCH v5 net-next 00/16] Make .ndo_get_stats64 sleepable
 2021-01-08 17:22 UTC  (3+ messages)
` [PATCH v5 net-next 11/16] net: propagate errors from dev_get_stats

[PATCH] x86/sev-es: Fix SEV-ES #VC handler for string port IO
 2021-01-08 17:20 UTC  (2+ messages)

[PATCH] media: v4l2-async: Remove V4L2_ASYNC_MATCH_CUSTOM
 2021-01-08 17:17 UTC  (2+ messages)
` [PATCH v3] media: v4l2-async: Add waiting subdevices debugfs

[PATCH v2] crypto: reduce minimum alignment of on-stack structures
 2021-01-08 17:17 UTC  (2+ messages)

[PATCH v2 0/3] Create 'old' ptes for faultaround mappings on arm64 with hardware access flag
 2021-01-08 17:15 UTC  (8+ messages)
` [PATCH v2 1/3] mm: Cleanup faultaround and finish_fault() codepaths
` [PATCH v2 2/3] mm: Allow architectures to request 'old' entries when prefaulting
` [PATCH v2 3/3] arm64: mm: Implement arch_wants_old_prefaulted_pte()

[PATCH] tools/bpf: Remove unnecessary parameter in bpf_object__probe_loading
 2021-01-08 17:18 UTC  (2+ messages)

[PATCH] bus: mhi: Add inbound buffers allocation flag
 2021-01-08 17:17 UTC  (4+ messages)

[PATCH v2 00/13] HID: new driver for PS5 'DualSense' controller
 2021-01-08 17:15 UTC  (9+ messages)
` [PATCH v2 05/13] HID: playstation: add DualSense accelerometer and gyroscope support
` [PATCH v2 08/13] HID: playstation: add DualSense classic rumble support

[PATCH 0/2] KVM: arm64: Work around firmware wongly advertising GICv2 compatibility
 2021-01-08 17:12 UTC  (6+ messages)
` [PATCH 1/2] KVM: arm64: Rename __vgic_v3_get_ich_vtr_el2() to __vgic_v3_get_gic_config()
` [PATCH 2/2] KVM: arm64: Workaround firmware wrongly advertising GICv2-on-v3 compatibility

[PATCH v4 00/13] KVM: Dirty ring support (QEMU part)
 2021-01-08 16:50 UTC  (12+ messages)
` [PATCH v4 02/13] Update linux headers to 5.11-rc2
` [PATCH v4 04/13] KVM: Fixup kvm_log_clear_one_slot() ioctl return check
  ` [PATCH v4 05/13] KVM: Use a big lock to replace per-kml slots_lock
  ` [PATCH v4 06/13] KVM: Create the KVMSlot dirty bitmap on flag changes
  ` [PATCH v4 07/13] KVM: Provide helper to get kvm dirty log
  ` [PATCH v4 08/13] KVM: Provide helper to sync dirty bitmap from slot to ramblock
  ` [PATCH v4 09/13] KVM: Simplify dirty log sync in kvm_set_phys_mem
  ` [PATCH v4 10/13] KVM: Cache kvm slot dirty bitmap size
  ` [PATCH v4 11/13] KVM: Add dirty-gfn-count property
  ` [PATCH v4 12/13] KVM: Disable manual dirty log when dirty ring enabled
  ` [PATCH v4 13/13] KVM: Dirty ring support

[PATCH] HID: Ignore battery for Elan touchscreen on ASUS UX550
 2021-01-08 17:13 UTC  (5+ messages)

[PATCH] soc: samsung: exynos-chipid: correct helpers __init annotation
 2021-01-08 17:11 UTC  (3+ messages)
` (subset) "

[PATCH net 0/3] skb frag: kmap_atomic fixes
 2021-01-08 17:11 UTC  (4+ messages)
` [PATCH net 1/3] net: support kmap_local forced debugging in skb_frag_foreach
` [PATCH net 2/3] net: compound page support in skb_seq_read
` [PATCH net 3/3] esp: avoid unneeded kmap_atomic call

[GIT PULL] ARM: SoC fixes for v5.11
 2021-01-08 17:10 UTC  (3+ messages)

[RFC PATCH v2] selinux: security: Move selinux_state to a separate page
 2021-01-08 17:11 UTC  (2+ messages)

[PATCH RFC x86/mce] Make mce_timed_out() identify holdout CPUs
 2021-01-08 17:09 UTC  (9+ messages)
` [tip: ras/core] x86/mce: "

[dm-devel] [PATCH] dm-crypt: fix deadlock when swapping to encrypted device
 2021-01-08 17:07 UTC  (5+ messages)
` [dm-devel] [PATCH v2] "
  ` [dm-devel] [PATCH v3] "

[Buildroot] [PATCH 1/1] package/multipath-tools: disable -Werror
 2021-01-08 17:06 UTC 

[PATCH] KVM: arm64: Compute TPIDR_EL2 ignoring MTE tag
 2021-01-08 17:03 UTC  (7+ messages)

[PATCH v13 00/15] SMMUv3 Nested Stage Setup (IOMMU part)
 2021-01-08 17:05 UTC  (4+ messages)

[dpdk-dev] [PATCH v9] raw/ioat: add secondary process support
 2021-01-08 17:05 UTC  (3+ messages)

[powerpc:fixes-test] BUILD SUCCESS 3ce47d95b7346dcafd9bed3556a8d072cb2b8571
 2021-01-08 17:01 UTC 

[powerpc:merge] BUILD SUCCESS 39a77db53cca8200b8bc99fc0993e127b59f08fb
 2021-01-08 17:01 UTC 

[dpdk-dev] [RFC 0/3] Vectorize packed ring RX path with NEON
 2021-01-08 17:02 UTC  (4+ messages)
` [dpdk-dev] [PATCH v1 0/4] Vectorize packed ring RX/TX "
  ` [dpdk-dev] [PATCH v1 2/4] net/virtio: add vectorized packed ring Rx NEON path

[dm-devel] [PATCH 0/3] multipath-tools: cleanup uevent generation on startup
 2021-01-08 17:00 UTC  (4+ messages)
` [dm-devel] [PATCH 1/3] libmultipath: select_action(): skip is_mpp_known_to_udev() test
` [dm-devel] [PATCH 2/3] libmultipath: coalesce_paths(): stop triggering spurious uevents
` [dm-devel] [PATCH 3/3] Revert "multipathd: uev_trigger(): handle incomplete ADD events"

v5.10.1 xfs deadlock
 2021-01-08 16:56 UTC  (6+ messages)
` [PATCH] xfs: Wake CIL push waiters more reliably

[PATCH] cobalt/posix/process: pipeline: abstract kernel event handlers
 2021-01-08 16:58 UTC  (8+ messages)

[ANNOUNCE] 5.4.87-rt48
 2021-01-08 16:56 UTC 

[PATCH 0/5] x86/PV: memory management consistency and minor relaxations
 2021-01-08 16:56 UTC  (3+ messages)
` [PATCH 1/5] x86/PV: consistently inline {,un}adjust_guest_l<N>e()

[PATCH v2 1/9] KVM: x86: Add AMD SEV specific Hypercall3
 2021-01-08 16:56 UTC  (10+ messages)

[Intel-gfx] [PATCH] drm/i915: Fix HTI port checking
 2021-01-08 16:56 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[PATCH] doc: remove "directory cache" from man pages
 2021-01-08 16:54 UTC 

[Outreachy] Blog Post Submission
 2021-01-08 16:54 UTC  (4+ messages)

[PATCH v4 0/37] SCMI vendor protocols and modularization
 2021-01-08 16:52 UTC  (7+ messages)
` [PATCH v4 37/37] firmware: arm_scmi: add dynamic scmi devices creation

[PATCH] KVM: Documentation: Fix spec for KVM_CAP_ENABLE_CAP_VM
 2021-01-08 16:53 UTC 

[qemu-mainline test] 158272: regressions - FAIL
 2021-01-08 16:53 UTC 

[PATCH v1 05/17] media: camss: Refactor VFE HW version support
 2021-01-08 16:51 UTC  (2+ messages)

[PATCH v3 00/12] RFC Support hot device unplug in amdgpu
 2021-01-08 16:49 UTC  (15+ messages)
` [PATCH v3 01/12] drm: Add dummy page per device or GEM object


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.