All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-10-29 06:55:32 to 2019-10-29 07:37:18 UTC [more...]

[PATCH 1/4] drm/amdgpu: clear UVD VCPU buffer when err_event_athub generated
 2019-10-29  7:37 UTC  (11+ messages)
` [PATCH 2/4] drm/amdgpu: reset err_event_athub flag if gpu recovery succeeded
` [PATCH 4/4] drm/amdgpu: remove ras global recovery handling from ras_controller_int handler

[RFC 0/2] Intel IFC VF driver for vdpa
 2019-10-29  7:36 UTC  (4+ messages)
` [RFC 1/2] vhost: IFC VF hardware operation layer

[PATCH v4 0/5] add dsa switch support for ar9331
 2019-10-29  7:34 UTC  (7+ messages)
` [PATCH v4 2/5] dt-bindings: net: dsa: qca,ar9331 switch documentation
` [PATCH v4 5/5] net: dsa: add support for Atheros AR9331 build-in switch

❌ FAIL: Test report for kernel 5.3.8-rc2-96dab43.cki (stable)
 2019-10-29  7:33 UTC  (3+ messages)

[PATCH v2 1/1] xfrm : lock input tasklet skb queue
 2019-10-29  7:33 UTC  (9+ messages)

[PATCH] cpuidle: undelaying cpuidle in dpm_{suspend|resume}()
 2019-10-29  7:31 UTC 

[FR] Allow `git stash create` to include untracked changes
 2019-10-29  7:29 UTC  (3+ messages)

[PATCH V2] block: optimize for small BS IO
 2019-10-29  7:27 UTC  (2+ messages)

[PATCH] nvmet: stop using bio_set_op_attrs
 2019-10-29  7:27 UTC  (2+ messages)

[PATCH 0/6] Improvements for random.h/archrandom.h
 2019-10-29  7:26 UTC  (5+ messages)
` [PATCH 6/6] s390x: Mark archrandom.h functions __must_check

[PATCH] unicode-ucd: Set correct SUMMARY and HOMEPAGE
 2019-10-29  7:25 UTC 

detecting misuse of of_get_property
 2019-10-29  7:24 UTC  (3+ messages)

[dpdk-dev] [PATCH v6 00/15] A new net PMD - hinic
 2019-10-29  7:23 UTC  (5+ messages)

[PATCH v4 00/48] atmel_mxt_ts misc
 2019-10-29  7:20 UTC  (49+ messages)
` [PATCH v4 01/48] Input: introduce input_mt_report_slot_inactive
` [PATCH v4 02/48] Input: atmel_mxt_ts - rework sysfs init/remove
` [PATCH v4 03/48] Input: atmel_mxt_ts - only read messages in mxt_acquire_irq() when necessary
` [PATCH v4 04/48] Input: atmel_mxt_ts - split large i2c transfers into blocks
` [PATCH v4 05/48] Input: atmel_mxt_ts - output status from T48 Noise Supression
` [PATCH v4 06/48] Input: atmel_mxt_ts - output status from T42 Touch Suppression
` [PATCH v4 07/48] Input: atmel_mxt_ts - implement T9 vector/orientation support
` [PATCH v4 08/48] Input: atmel_mxt_ts - implement T15 Key Array support
` [PATCH v4 09/48] Input: atmel_mxt_ts - handle reports from T47 Stylus object
` [PATCH v4 10/48] Input: atmel_mxt_ts - implement support for T107 active stylus
` [PATCH v4 11/48] Input: atmel_mxt_ts - add debug for T92 gesture and T93 touch seq msgs
` [PATCH v4 12/48] Input: atmel_mxt_ts - release touch state during suspend
` [PATCH v4 13/48] Input: atmel_mxt_ts - add regulator control support
` [PATCH v4 14/48] Input: atmel_mxt_ts - report failures in suspend/resume
` [PATCH v4 15/48] Input: atmel_mxt_ts - allow specification of firmware file name
` [PATCH v4 16/48] Input: atmel_mxt_ts - handle cfg filename via pdata/sysfs
` [PATCH v4 17/48] Input: atmel_mxt_ts - allow input name to be specified in platform data
` [PATCH v4 18/48] Input: atmel_mxt_ts - add config checksum attribute to sysfs
` [PATCH v4 19/48] Input: atmel_mxt_ts - refactor firmware flash to extract context into struct
` [PATCH v4 20/48] Input: atmel_mxt_ts - refactor code to enter bootloader into separate func
` [PATCH v4 21/48] Input: atmel_mxt_ts - combine bootloader version query with probe
` [PATCH v4 22/48] Input: atmel_mxt_ts - improve bootloader state machine handling
` [PATCH v4 23/48] Input: atmel_mxt_ts - rename bl_completion to chg_completion
` [PATCH v4 24/48] Input: atmel_mxt_ts - make bootloader interrupt driven
` [PATCH v4 25/48] Input: atmel_mxt_ts - delay enabling IRQ when not using regulators
` [PATCH v4 26/48] Input: atmel_mxt_ts - implement I2C retries
` [PATCH v4 27/48] Input: atmel_mxt_ts - orientation is not present in hover
` [PATCH v4 28/48] Input: atmel_mxt_ts - implement debug output for messages
` [PATCH v4 29/48] Input: atmel_mxt_ts - implement improved debug message interface
` [PATCH v4 30/48] Input: atmel_mxt_ts - eliminate data->raw_info_block
` [PATCH v4 31/48] Input: atmel_mxt_ts - Change call-points of mxt_free_* functions
` [PATCH v4 32/48] Input: atmel_mxt_ts - rely on calculated_crc rather than file config_crc
` [PATCH v4 33/48] input: atmel_mxt_ts: export GPIO reset line via sysfs
` [PATCH v4 34/48] input: atmel_mxt_ts: Add Missing Delay for reset handling of Atmel touch panel controller in detachable displays
` [PATCH v4 35/48] Input: atmel_mxt_ts: Add support for run self-test routine
` [PATCH v4 36/48] Input: atmel_mxt_ts: Limit the max bytes transferred in an i2c transaction
` [PATCH v4 37/48] Input: atmel_mxt_ts: return error from mxt_process_messages_until_invalid()
` [PATCH v4 38/48] Input: Atmel: improve error handling in mxt_start()
` [PATCH v4 39/48] Input: Atmel: improve error handling in mxt_initialize()
` [PATCH v4 40/48] Input: Atmel: improve error handling in mxt_update_cfg()
` [PATCH v4 41/48] Input: Atmel: Improve error handling in mxt_initialize_input_device()
` [PATCH v4 42/48] Input: Atmel: handle ReportID "0x00" while processing T5 messages
` [PATCH v4 43/48] Input: Atmel: use T44 object to process "
` [PATCH v4 44/48] Input: atmel_mxt_ts: use gpiod_set_value_cansleep for reset pin
` [PATCH v4 45/48] input: touchscreen: atmel_mxt_ts: Added sysfs entry for touchscreen status
` [PATCH v4 46/48] input: atmel_mxt_ts: added sysfs interface to update atmel T38 data
` [PATCH v4 47/48] Input: atmel_mxt_ts: Implement synchronization during various operation
` [PATCH v4 48/48] Input: atmel_mxt_ts - Fix compilation warning

[PATCH v3 1/2] dt-bindings: input: Add DT bindings for Whiskers switch
 2019-10-29  7:22 UTC  (3+ messages)

[Intel-gfx] [CI 01/12] drm/i915: Introduce intel_atomic_get_plane_state_after_check(), v2
 2019-10-29  7:22 UTC  (36+ messages)
  `  "
  ` [Intel-gfx] [CI 02/12] drm/i915: Handle a few more cases for crtc hw/uapi split, v3
      `  "
  ` [Intel-gfx] [CI 03/12] drm/i915: Add aliases for uapi and hw to crtc_state
      `  "
  ` [Intel-gfx] [CI 04/12] drm/i915: Perform manual conversions for crtc uapi/hw split, v2
      `  "
  ` [Intel-gfx] [CI 05/12] drm/i915: Perform automated conversions for crtc uapi/hw split, base -> hw
      `  "
  ` [Intel-gfx] [CI 06/12] drm/i915: Perform automated conversions for crtc uapi/hw split, base -> uapi
      `  "
  ` [Intel-gfx] [CI 07/12] drm/i915: Complete crtc hw/uapi split, v4
      `  "
  ` [Intel-gfx] [CI 08/12] drm/i915: Add aliases for uapi and hw to plane_state
      `  "
  ` [Intel-gfx] [CI 09/12] drm/i915: Perform manual conversions for plane uapi/hw split
      `  "
  ` [Intel-gfx] [CI 10/12] drm/i915: Perform automated conversions for plane uapi/hw split, base -> hw
      `  "
  ` [Intel-gfx] [CI 11/12] drm/i915: Perform automated conversions for plane uapi/hw split, base -> uapi
      `  "
  ` [Intel-gfx] [CI 12/12] drm/i915: Complete plane hw and uapi split, v2
      `  "

[dpdk-dev] [PATCH v13 0/6] ethdev: add new Rx offload flags
 2019-10-29  7:21 UTC  (8+ messages)
` [dpdk-dev] [PATCH v14 "
  ` [dpdk-dev] [PATCH v14 2/7] ethdev: add mbuf RSS update as an offload
  ` [dpdk-dev] [PATCH v14 3/7] ethdev: log offloads that can't be disabled by PMD
  ` [dpdk-dev] [PATCH v14 4/7] drivers/net: update Rx RSS hash offload capabilities

[PATCH 0/3] KVM: arm/arm64: vgic: Some cleanups and fixes
 2019-10-29  7:19 UTC  (12+ messages)
` [PATCH 1/3] KVM: arm/arm64: vgic: Remove the declaration of kvm_send_userspace_msi()
` [PATCH 2/3] KVM: arm/arm64: vgic: Fix some comments typo
` [PATCH 3/3] KVM: arm/arm64: vgic: Don't rely on the wrong pending table

NFS latency and throughput minimum requirement
 2019-10-29  7:19 UTC  (3+ messages)

[PATCH] ext4: deaccount delayed allocations at freeing inode in ext4_evict_inode()
 2019-10-29  7:20 UTC  (2+ messages)

[PATCH] stacktrace: don't skip first entry on noncurrent tasks
 2019-10-29  7:19 UTC  (2+ messages)
` [PATCH v2] "

[RFC 0/5] Ext4: Add support for blocksize < pagesize for dioread_nolock
 2019-10-29  7:19 UTC  (3+ messages)

[PATCH] mm: put the page into the correct list when shrink_page_list fails to reclaim
 2019-10-29  7:16 UTC  (5+ messages)

[Buildroot] [autobuild.buildroot.net] Daily results for 2019-10-28
 2019-10-29  7:16 UTC 

[PATCH 0/4] xfs: more metadata verifier tightening
 2019-10-29  7:16 UTC  (5+ messages)
` [PATCH 3/4] xfs: namecheck directory entry names before listing them

[PATCH 4.14 000/119] 4.14.151-stable review
 2019-10-29  7:15 UTC  (3+ messages)
  ` [LTP] "

[PATCH] xfs_growfs: allow mounted device node as argument
 2019-10-29  7:15 UTC  (2+ messages)

[PATCH 1/5] random: remove unnecessary unlikely()
 2019-10-29  7:14 UTC  (3+ messages)

[RFC PATCH 00/47] Unifying LKL into UML
 2019-10-29  7:13 UTC  (6+ messages)
` [RFC PATCH 03/47] lkl: architecture skeleton for Linux kernel library

[yakui-acrn:gvt_rebase_v54 15/65] drivers/gpu/drm/i915/gvt/firmware.c:203:6: sparse: sparse: symbol 'disable_gvt_fw_loading' was not declared. Should it be static?
 2019-10-29  7:12 UTC  (2+ messages)
` [RFC PATCH yakui-acrn] drm/i915/gvt: disable_gvt_fw_loading can be static

[U-Boot] [PATCH v2 0/5] Bring all testings in gitlab and travis CI to Azure Pipelines
 2019-10-29  7:11 UTC  (4+ messages)
` [U-Boot] [PATCH v2 1/5] tools: buildman: Honor output directory when generating boards.cfg

[PATCH v6 0/11] add failover feature for assigned network devices
 2019-10-29  7:09 UTC  (5+ messages)
` [PATCH v6 08/11] migration: add new migration state wait-unplug

[PATCH] drm/i915/vbt: Handle generic DTD block
 2019-10-29  7:10 UTC  (5+ messages)
` [PATCH v2] "
  ` [Intel-gfx] "

[RFC PATCH] btrfs: rescue: Introduce new rescue mount option, rescue=skipdatacsum, to skip data csum verification
 2019-10-29  7:09 UTC  (3+ messages)

[PATCH RFC] mm: add MAP_EXCLUSIVE to create exclusive user mappings
 2019-10-29  7:08 UTC  (7+ messages)

linux-next: Tree for Oct 29
 2019-10-29  7:07 UTC 

[PATCH v20 0/5] Add ARMv8 RAS virtualization support in QEMU
 2019-10-29  7:06 UTC  (10+ messages)

Commit 0ddcf43d5d4a causes the local table to conflict with the main table
 2019-10-29  7:07 UTC  (3+ messages)

[PATCH V2 1/4] docs/perf: Add explanation for DDR_CAP_AXI_ID_FILTER_ENHANCED quirk
 2019-10-29  7:06 UTC  (4+ messages)
` [PATCH V2 2/4] bindings: perf: imx-ddr: Add new compatible string
` [PATCH V2 3/4] perf/imx_ddr: Add enhanced AXI ID filter support
` [PATCH V2 4/4] perf/imx_ddr: Add driver for DDR PMU in i.MX8MPlus

next/pending-fixes boot: 251 boots: 2 failed, 242 passed with 7 offline (v5.4-rc5-262-g1ee65270bd96)
 2019-10-29  7:06 UTC 

[PATCH 0/2] Remove drm_fb_helper_fbdev_{setup,teardown}()
 2019-10-29  7:06 UTC  (3+ messages)
` [PATCH 1/2] drm/todo: Convert drivers to generic fbdev emulation
` [PATCH 2/2] drm/fb-helper: Remove drm_fb_helper_fbdev_{setup, teardown}()

[Qemu-devel] [PATCH] migration: check length directly to make sure the range is aligned
 2019-10-29  7:04 UTC  (6+ messages)

[PATCH v2 0/3] dma-mapping: introduce new dma unmap and sync variants
 2019-10-29  7:05 UTC  (5+ messages)
` [PATCH v2 1/3] dma-mapping: introduce new dma unmap and sync api variants

[Xen-devel] [linux-linus bisection] complete test-amd64-i386-xl-qemut-win10-i386
 2019-10-29  7:04 UTC 

[PATCH 1/2] perf/imx_ddr: add enhanced AXI ID filter support
 2019-10-29  7:02 UTC  (3+ messages)

[alsa-devel] [PATCH] ASoC: fsi: switch to yaml base Documentation
 2019-10-29  7:01 UTC  (2+ messages)
`  "

generic ioremap (and lots of cleanups) v3
 2019-10-29  6:48 UTC  (46+ messages)
` [PATCH 07/21] parisc: remove __ioremap
` [PATCH 08/21] x86: Clean up ioremap()
` [PATCH 09/21] xtensa: clean up ioremap
` [PATCH 10/21] asm-generic: ioremap_uc should behave the same with and without MMU
` [PATCH 11/21] asm-generic: don't provide ioremap for CONFIG_MMU
` [PATCH 12/21] arch: rely on asm-generic/io.h for default ioremap_* definitions
` [PATCH 13/21] m68k: rename __iounmap and mark it static
` [PATCH 14/21] hexagon: remove __iounmap
` [PATCH 15/21] nios2: "
` [PATCH 16/21] sh: "
` [PATCH 17/21] lib: provide a simple generic ioremap implementation
` [PATCH 18/21] riscv: use the generic ioremap code
` [PATCH 19/21] nds32: use generic ioremap
` [PATCH 20/21] csky: remove ioremap_cache
` [PATCH 21/21] csky: use generic ioremap

[PATCH] ath11k: mac: Remove WAR on max a-mpdu len in vht
 2019-10-29  7:00 UTC 

[dpdk-dev] [PATCH v4 00/19] Add advanced features for Huawei hinic pmd
 2019-10-29  6:57 UTC  (4+ messages)
` [dpdk-dev] [PATCH v4 01/19] net/hinic/base: add mbox command channel for SRIOV

[yakui-acrn:gvt_rebase_v54 13/65] drivers/gpu/drm/i915/gvt/acrngt.c:60:16: sparse: sparse: symbol 'acrn_gvt_ctrl_kobj' was not declared. Should it be static?
 2019-10-29  6:56 UTC  (2+ messages)
` [RFC PATCH yakui-acrn] drm/i915/gvt: acrn_gvt_ctrl_kobj can be static


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.