All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-04-08 09:58:48 to 2020-04-08 10:53:11 UTC [more...]

[GIT PULL] thermal for v5.7-rc1
 2020-04-08 10:53 UTC  (3+ messages)

[RFC 0/3] cpuidle/powernv: Interface to handle idle-stop versioning
 2020-04-08 10:51 UTC  (3+ messages)
` [RFC 1/3] Interface for an idle-stop dependency structure

[Intel-gfx] [PATCH] drm/i915/selftests: Take an explicit ref for rq->batch
 2020-04-08 10:51 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/selftests: Take an explicit ref for rq->batch (rev2)

[PATCH 0/4] x86/module: Out-of-tree module decode and sanitize
 2020-04-08 10:50 UTC  (15+ messages)
` [PATCH 3/4] x86,module: Detect VMX vs SLD conflicts
` [PATCH 4/4] x86,module: Detect CRn and DRn manipulation

[GIT PULL 00/13] More EFI updates for v5.6
 2020-04-08 10:51 UTC  (5+ messages)
` [PATCH 05/13] efi/x86: don't map the entire kernel text RW for mixed mode

[PATCH RESEND] net: qrtr: support qrtr service and lookup route
 2020-04-08 10:46 UTC 

[dpdk-dev] [PATCH v2 00/10] generic rte atomic APIs deprecate proposal
 2020-04-08 10:49 UTC  (16+ messages)
` [dpdk-dev] [PATCH v3 00/12] "
  ` [dpdk-dev] [PATCH v3 07/12] service: remove rte prefix from static functions
  ` [dpdk-dev] [PATCH v3 08/12] service: remove redundant code
  ` [dpdk-dev] [PATCH v3 11/12] service: optimize with c11 one-way barrier

[android-common:android-mainline 2/2] drivers/scsi/ufs/ufshcd.c:2451:72: warning: '(void*)hba->ucdl_base_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
 2020-04-08 10:48 UTC 

[Intel-gfx] [CI 1/9] drm/i915/gt: Mark up racy read of intel_ring.head
 2020-04-08 10:48 UTC  (9+ messages)
` [Intel-gfx] [CI 2/9] drm/i915/gt: Mark up racy check of breadcrumb irq enabled
` [Intel-gfx] [CI 3/9] drm/i915/gem: Apply more mb() around clflush relocation paths
` [Intel-gfx] [CI 4/9] drm/i915/gem: Include PIN_GLOBAL prior to using I915_DISPATCH_SECURE
` [Intel-gfx] [CI 5/9] drm/i915/gem: Assign context id for async work
` [Intel-gfx] [CI 6/9] drm/i915: Export a preallocate variant of i915_active_acquire()
` [Intel-gfx] [CI 7/9] drm/i915/gem: Separate the ww_mutex walker into its own list
` [Intel-gfx] [CI 8/9] drm/i915/gem: Asynchronous GTT unbinding
` [Intel-gfx] [CI 9/9] drm/i915/gem: Bind the fence async for execbuf

[PATCH v7 00/15] s390/vfio-ap: dynamic configuration support
 2020-04-08 10:48 UTC  (5+ messages)
` [PATCH v7 01/15] s390/vfio-ap: store queue struct in hash table for quick access
` [PATCH v7 06/15] s390/vfio-ap: sysfs attribute to display the guest CRYCB

stable/linux-5.6.y build: 200 builds: 0 failed, 200 passed, 8 warnings (v5.6.3)
 2020-04-08 10:47 UTC 

[PATCH] arm64/defconfig: Enable CONFIG_KEXEC_FILE
 2020-04-08 10:46 UTC  (3+ messages)

[RFC PATCH 00/46] introduce parallel fsck to e2fsck pass1
 2020-04-08 10:45 UTC  (47+ messages)
` [RFC PATCH 01/46] e2fsck: cleanup struct e2fsck_struct
` [RFC PATCH 02/46] e2fsck: add -m option for multithread
` [RFC PATCH 03/46] e2fsck: copy context when using multi-thread fsck
` [RFC PATCH 04/46] e2fsck: copy fs "
` [RFC PATCH 05/46] e2fsck: copy dblist "
` [RFC PATCH 06/46] e2fsck: clear icache "
` [RFC PATCH 07/46] e2fsck: add assert when copying context
` [RFC PATCH 08/46] e2fsck: copy bitmaps "
` [RFC PATCH 09/46] e2fsck: copy badblocks when copying fs
` [RFC PATCH 10/46] e2fsck: open io-channel "
` [RFC PATCH 11/46] e2fsck: create logs for mult-threads
` [RFC PATCH 12/46] e2fsck: create one thread to fsck
` [RFC PATCH 13/46] e2fsck: add start/end group for thread
` [RFC PATCH 14/46] e2fsck: split groups to different threads
` [RFC PATCH 15/46] e2fsck: print thread log properly
` [RFC PATCH 16/46] e2fsck: merge bitmaps after thread completes
` [RFC PATCH 17/46] e2fsck: do not change global variables
` [RFC PATCH 18/46] e2fsck: optimize the inserting of dir_info_db
` [RFC PATCH 19/46] e2fsck: merge dir_info after thread finishes
` [RFC PATCH 20/46] e2fsck: rbtree bitmap for dir
` [RFC PATCH 21/46] e2fsck: merge badblocks after thread finishes
` [RFC PATCH 22/46] e2fsck: merge icounts "
` [RFC PATCH 23/46] e2fsck: merge dblist "
` [RFC PATCH 24/46] e2fsck: add debug codes for multiple threds
` [RFC PATCH 25/46] e2fsck: merge counts when threads finish
` [RFC PATCH 26/46] e2fsck: merge fs flags "
` [RFC PATCH 27/46] e2fsck: merge dx_dir_info
` [RFC PATCH 28/46] e2fsck: make threads splitting aware of flex_bg
` [RFC PATCH 29/46] e2fsck: merge dirs_to_hash when threads finish
` [RFC PATCH 30/46] e2fsck: merge context flags properly
` [RFC PATCH 31/46] e2fsck: split and merge quota context
` [RFC PATCH 32/46] e2fsck: serialize fix operations
` [RFC PATCH 33/46] e2fsck: move some fixes out of parallel pthreads
` [RFC PATCH 34/46] e2fsck: split and merge invalid bitmaps
` [RFC PATCH 35/46] e2fsck: fix to protect EA checking
` [RFC PATCH 36/46] e2fsck: allow admin specify number of threads
` [RFC PATCH 37/46] e2fsck: kickoff mutex lock for block found map
` [RFC PATCH 38/46] e2fsck: fix readahead for pfsck of pass1
` [RFC PATCH 39/46] e2fsck: kick off ea mutex lock from pfsck
` [RFC PATCH 40/46] e2fsck: merge encrypted_files after threads finish
` [RFC PATCH 41/46] e2fsck: merge inode_bad_map "
` [RFC PATCH 42/46] e2fsck: simplify e2fsck context merging codes
` [RFC PATCH 43/46] e2fsck: merge options after threads finish
` [RFC PATCH 44/46] e2fsck: reset lost_and_found "
` [RFC PATCH 45/46] LU-8465 e2fsck: merge extent depth count "
` [RFC PATCH 46/46] libext2fs: optimize ext2fs_convert_subcluster_bitmap()

zynq_z_turn_defconfig: broken networking
 2020-04-08 10:46 UTC  (14+ messages)

[dpdk-dev] [PATCH v2 0/4] introduce multi-function processing support
 2020-04-08 10:44 UTC  (4+ messages)
` [dpdk-dev] [PATCH v2 2/4] raw/aesni_mb: add aesni_mb raw device

[PATCH 0/4] Capacity awareness for SCHED_DEADLINE
 2020-04-08 10:42 UTC  (3+ messages)
` [PATCH 2/4] sched/deadline: Improve admission control for asymmetric CPU capacities

hotplug issue of vhost-user-blk
 2020-04-08 10:40 UTC  (2+ messages)

Including vendor's pre-built binary in image
 2020-04-08 10:40 UTC  (5+ messages)
` [OE-core] "

[Intel-gfx] [PATCH] drm/i915/gt: Mark up racy read of intel_ring.head
 2020-04-08 10:38 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

What function does cobalt_thread_probe() provides
 2020-04-08 10:38 UTC  (2+ messages)

[PATCH 4/4] fsx: move range generation logic into a common helper
 2020-04-08 10:36 UTC 

[PATCH 3/4] fsx: fix infinite/too long loops when generating ranges for copy_file_range
 2020-04-08 10:36 UTC 

[PATCH 2/4] fsx: fix infinite/too long loops when generating ranges for clone operations
 2020-04-08 10:36 UTC 

[PATCH v1] gpio: mpc8xxx: Add shutdown function
 2020-04-08 10:21 UTC  (4+ messages)
` [PATCH] "

[PATCH 1/4] fsx: add missing file size update on zero range operations
 2020-04-08 10:35 UTC 

[master][PATCH] arago.conf, packagegroup-arago-tisdk-qte: enable examples PACKAGECONFIG for qt5 modules
 2020-04-08 10:32 UTC  (4+ messages)

[PATCH] drm/amdgpu/sriov move program of sq_config to PF
 2020-04-08 10:34 UTC  (2+ messages)

[xen-unstable test] 149502: regressions - FAIL
 2020-04-08 10:33 UTC 

[LTP] [PATCH] Add test for CVE 2018-7566
 2020-04-08 10:30 UTC 

[PATCH] buildtools-tarball: add nativesdk-mtools for `wic ls'
 2020-04-08 10:30 UTC 

Need help restoring imsm raid
 2020-04-08 10:30 UTC  (2+ messages)

[RFC][PATCH v2 1/2] driver core: Revert default driver_deferred_probe_timeout value to 0
 2020-04-08 10:29 UTC  (4+ messages)
` [RFC][PATCH v2 2/2] driver core: Ensure wait_for_device_probe() waits until the deferred_probe_timeout fires

[PATCH v2 1/2] wic: Fix permissions when using exclude or include path
 2020-04-08 10:28 UTC  (7+ messages)
` [PATCH v2 2/2] wic: Add --embed-rootfs argument
            ` [OE-core] "

[PATCH v1 0/8] vfio: expose virtual Shared Virtual Addressing to VMs
 2020-04-08 10:27 UTC  (9+ messages)
` [PATCH v1 5/8] vfio/type1: Report 1st-level/stage-1 format to userspace

WARNING: bad unlock balance in get_user_pages_unlocked
 2020-04-08 10:28 UTC  (2+ messages)

[PATCH 1/2] drm/panel: NT39016: Add support for multiple modes
 2020-04-08 10:27 UTC  (9+ messages)
` [PATCH 2/2] drm/panel: NT39016: Add support for 50 Hz refresh rate

[GIT PULL REQUEST] watchdog - v5.7 Merge window
 2020-04-08  9:27 UTC 

[PATCH for-5.0? 0/9] block/io: safer inc/dec in_flight sections
 2020-04-08 10:25 UTC  (4+ messages)

[PATCH 0/6] perf/imx_ddr: Add namespace for i.MX8 DDR Perf
 2020-04-08 10:25 UTC  (5+ messages)

[PATCH v2 0/5] media: staging: rkisp1: cap: various fixes for capture formats
 2020-04-08 10:24 UTC  (5+ messages)
` [PATCH v2 5/5] media: staging: rkisp1: cap: remove unsupported formats

[Intel-gfx] [PATCH v2] drm/i915: Add Plane color encoding support for YCBCR_BT2020
 2020-04-08 10:24 UTC  (6+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for "

[PATCH] drm/vram-helpers: Merge code into a single file
 2020-04-08 10:24 UTC  (3+ messages)

[PATCH v4 00/30] Add subcluster allocation to qcow2
 2020-04-08 10:23 UTC  (3+ messages)
` [PATCH v4 01/30] qcow2: Make Qcow2AioTask store the full host offset

[Intel-gfx] [PATCH i-g-t] kms_flip: Reduce hang tests to minimum duration
 2020-04-08 10:24 UTC  (2+ messages)
` [igt-dev] "

[dpdk-dev] [PATCH 1/2] lib/timer: protect timer subsystem initialized with lock
 2020-04-08 10:23 UTC  (3+ messages)
` [dpdk-dev] [PATCH 2/2] lib/timer: relax barrier for status update

Live patching MC at LPC2020?
 2020-04-08 10:22 UTC  (3+ messages)

[PATCH] kbuild: mkcompile_h: Include $LD version in /proc/version
 2020-04-08 10:22 UTC  (2+ messages)

[PATCH 0/2] KVM: Fix out-of-bounds memslot access
 2020-04-08 10:21 UTC  (3+ messages)
` [PATCH 2/2] KVM: s390: Return last valid slot if approx index is out-of-bounds

[dpdk-dev] [PATCH 0/3] update i40e base code
 2020-04-08 10:05 UTC  (6+ messages)
` [dpdk-dev] [PATCH v2 0/4] "
  ` [dpdk-dev] [PATCH v2 1/4] net/i40e/base: update X722/X710 FW API version to 1.10
  ` [dpdk-dev] [PATCH v2 2/4] net/i40e/base: new device ID introduced for V710-TL 5G
  ` [dpdk-dev] [PATCH v2 3/4] net/i40e/base: add constants for PTP pins
  ` [dpdk-dev] [PATCH v2 4/4] net/i40e/base: update version

[PATCH 0/2] mm: Two small fixes for recent syzbot reports
 2020-04-08 10:21 UTC  (3+ messages)
` [PATCH 1/2] mm/mempolicy: Allow lookup_node() to handle fatal signal

[PATCH v2 net 1/2] net/rds: Replace struct rds_mr's r_refcount with struct kref
 2020-04-08 10:21 UTC  (2+ messages)
` [PATCH v2 net 2/2] net/rds: Fix MR reference counting problem

alignment enforcement in dm-crypt causes severe problems
 2020-04-08 10:21 UTC 

Export fw_get_builtin_firmware()?
 2020-04-08 10:20 UTC  (2+ messages)

[RFC] IMA: New IMA measurements for dm-crypt and selinux
 2020-04-08 10:19 UTC 

[PATCH] video: fbdev: mb862xx: remove set but not used variable 'mdr'
 2020-04-08 10:19 UTC  (3+ messages)

[LTP] [PATCH 1/2] add_key05: Avoid race with key garbage collection
 2020-04-08 10:19 UTC  (3+ messages)

[PATCH] video: fbdev: matroxfb: remove dead code and set but not used variable
 2020-04-08 10:18 UTC  (3+ messages)

[PATCH 1/4] [RFC] ARM: stm32: Implement board coding on AV96
 2020-04-08 10:17 UTC  (9+ messages)
` [PATCH 2/4] [RFC] ram: stm32mp1: Add support for multiple configs
` [PATCH 3/4] [RFC] ARM: dts: stm32: Rework DDR DT inclusion

[PATCH] drm/amdgpu: fix out of bounds memcpy
 2020-04-08 10:16 UTC 

[PATCH v4 0/5] Add battery charger driver support for MP2629
 2020-04-08 10:15 UTC  (7+ messages)
` [PATCH v4 1/5] dt-bindings: mfd: add document bindings for mp2629

i.MX8QXP hangs in SPL after a "reboot" command
 2020-04-08 10:14 UTC  (6+ messages)

[igt-dev] [PATCH] tests/i915_pm_sseu: remove broken test
 2020-04-08 10:12 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for "

[PATCH] i2c: powermac: Simplify reading the "reg" and "i2c-address" property
 2020-04-08 10:03 UTC  (2+ messages)

[PATCH v2] x86/kvm: Disable KVM_ASYNC_PF_SEND_ALWAYS
 2020-04-08 10:12 UTC  (3+ messages)

[PATCH] cpuidle-haltpoll: Fix a small typo of haltpoll
 2020-04-08 10:11 UTC 

[virtio-dev] Dirty Page Tracking (DPT)
 2020-04-08 10:10 UTC  (12+ messages)

[PATCH] Makefile: libfdt: build only the strict necessary
 2020-04-08 10:09 UTC  (4+ messages)

[PATCH 0/5] arm64: Add workaround for Cortex-A77 erratum 1542418
 2020-04-08 10:09 UTC  (6+ messages)

[PATCH v9 0/9] Clock framework API
 2020-04-08 10:06 UTC  (4+ messages)
` [PATCH v9 5/9] docs/clocks: add device's clock documentation

general protection fault in get_futex_key
 2020-04-08 10:08 UTC 

[Bug 207065] New: C-media USB audio device stops working from 5.2.0-rc3 onwards
 2020-04-08 10:08 UTC  (2+ messages)
` [Bug 207065] "

[PATCH] KVM: arm64: arch_timer shouldn't assume the vcpu is loaded
 2020-04-08 10:07 UTC  (3+ messages)

[PATCH for-5.0] aio-posix: signal-proof fdmon-io_uring
 2020-04-08 10:06 UTC  (2+ messages)

[dm-crypt] cryptsetup Yubikey challenge-response support
 2020-04-08 10:07 UTC  (2+ messages)

rt_task_unblock() POSIX alternative
 2020-04-08 10:06 UTC  (6+ messages)

[Bug 206897] New: Huion tablet not recognized from kernel 5.3.1
 2020-04-08 10:05 UTC  (2+ messages)
` [Bug 206897] "

[PATCH RESEND 1/7] drm/dsc: use rc_model_size from DSC config for PPS
 2020-04-08 10:04 UTC  (7+ messages)
` [PATCH RESEND 4/7] drm/i915/dsc: configure hardware using specified rc_model_size
  ` [Intel-gfx] "
` [PATCH RESEND 6/7] drm/i915/bios: fill in DSC rc_model_size from VBT
    ` [Intel-gfx] "

[PATCH v1 0/3] I3C mastership handover support
 2020-04-08 10:04 UTC  (6+ messages)
` [PATCH v1 1/3] i3c: master: split bus_init callback into bus_init and master_set_info
` [PATCH v1 2/3] i3c: add mastership handover support to i3c master subsystem
` [PATCH v1 3/3] i3c: master: add mastership handover support to cdns i3c master driver

[Bug 203419] Logitech Group USB audio stopped working in 5.1-rc6
 2020-04-08 10:04 UTC  (2+ messages)

[PATCH v6 0/2] ACPI / APEI: Add support to notify the vendor specific HW errors
 2020-04-08 10:03 UTC  (4+ messages)
  ` [PATCH v6 1/2] "

[PATCH] bcache:cleanup resources when bcache device init failed
 2020-04-08 10:02 UTC 

[PATCH v3 u-boot-marvell 0/6] Turris Mox changes
 2020-04-08 10:02 UTC  (7+ messages)
` [PATCH v3 u-boot-marvell 1/6] arm: mvebu: turris_mox: Fix early SPI communication
` [PATCH v3 u-boot-marvell 2/6] arm: mvebu: dts: turris_mox: update sdhci properties
` [PATCH v3 u-boot-marvell 3/6] arm: mvebu: turris_mox: Setup Linux's device tree before boot
` [PATCH v3 u-boot-marvell 4/6] arm: mvebu: dts: turris_mox: fix USB3 regulator
` [PATCH v3 u-boot-marvell 5/6] arm: mvebu: turris_mox: don't use hardcoded addresses
` [PATCH v3 u-boot-marvell 6/6] arm: mvebu: turris_mox: sort headers alphabetically

[PATCH v2] x86/kvm: Disable KVM_ASYNC_PF_SEND_ALWAYS
 2020-04-08 10:01 UTC  (4+ messages)

Patchwork housekeeping for: linux-renesas-soc
 2020-04-08 10:00 UTC 

[PATCH RFC v6 00/10] blk-mq/scsi: Provide hostwide shared tags for SCSI HBAs
 2020-04-08  9:59 UTC  (5+ messages)
` [PATCH RFC v6 08/10] megaraid_sas: switch fusion adapters to MQ


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.