All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-11-15 19:58:09 to 2020-11-15 22:31:45 UTC [more...]

[Intel-gfx] [PATCH 18/27] drm/i915/pxp: Implement funcs to create the TEE channel (fwd)
 2020-11-15 21:14 UTC  (3+ messages)

[PULL 00/17] pc,vhost: fixes, new test
 2020-11-15 22:27 UTC  (5+ messages)
` [PULL 01/17] vhost-user: fix VHOST_USER_ADD/REM_MEM_REG truncation
` [PULL 03/17] vhost-user-blk-server: depend on CONFIG_VHOST_USER
` [PULL 07/17] tests/qtest: add multi-queue test case to vhost-user-blk-test
` [PULL 08/17] libqtest: add qtest_socket_server()

[PATCH] ARM: dts: sun8i-h2-plus-bananapi-m2-zero: add gpio-line-names
 2020-11-15 22:24 UTC 

[PATCH 1/6] time: fix kernel-doc markup
 2020-11-15 22:28 UTC  (5+ messages)
` [PATCH 2/6] timekeeping: add missed kernel-doc marks for 'tkf'
` [PATCH 3/6] timekeeping: add kernel-doc markup for pvclock notifier

[dpdk-dev] [PATCH 0/8] replace blacklist/whitelist with block/allow
 2020-11-15 22:27 UTC  (13+ messages)
` [dpdk-dev] [PATCH v10 0/7] replace blacklist/whitelist with allow/block
  ` [dpdk-dev] [PATCH v10 3/7] eal: replace pci-whitelist/pci-blacklist options
` [dpdk-dev] [PATCH v10 4/7] doc: update documentation to reflect new options

[PATCH 0/6] Add improvements suggested by checkpatch for vmbus_drv
 2020-11-15 22:25 UTC  (11+ messages)
` [PATCH 1/6] drivers: hv: Fix hyperv_record_panic_msg path on comment
` [PATCH 2/6] drivers: hv: vmbus: Replace symbolic permissions by octal permissions
` [PATCH 3/6] drivers: hv: vmbus: Fix checkpatch LINE_SPACING
` [PATCH 4/6] drivers: hv: vmbus: Fix checkpatch SPLIT_STRING
` [PATCH 5/6] drivers: hv: vmbus: Fix unnecessary OOM_MESSAGE
` [PATCH 6/6] drivers: hv: vmbus: Fix call msleep using < 20ms

[PATCH perfbook 0/2] CodeSamples/formal: Cleanup of init blocks in litmus tests
 2020-11-15 22:25 UTC  (3+ messages)

Build failed in Jenkins: libcamera #358
 2020-11-15 22:28 UTC  (3+ messages)
` Build failed in Jenkins: libcamera #359
  ` Build failed in Jenkins: libcamera #360

linux-next: build warning after merge of the tip tree
 2020-11-15 22:23 UTC  (3+ messages)

[PATCH 5/6] timekeeping: add ts/tk explaination for kernel-doc
 2020-11-15 22:19 UTC  (2+ messages)

[PATCH 6/6] timekeeping: fix kernel-doc mark issue on read_persistent_clock64
 2020-11-15 22:15 UTC  (2+ messages)

[PATCH v4 06/17] PCI: add SIOV and IMS capability detection
 2020-11-15 22:11 UTC  (12+ messages)

drivers/staging/vc04_services/vchiq-mmal/mmal-vchiq.c:932:2: warning: 'strncpy' specified bound 128 equals destination size
 2020-11-15 22:09 UTC  (2+ messages)

[dpdk-dev] 20.11-rc SPDX compliance report
 2020-11-15 22:08 UTC 

[PATCH 00/15] [Set 2/2] Rid W=1 issues from Input
 2020-11-15 22:02 UTC  (5+ messages)
` [PATCH 08/15] input: touchscreen: surface3_spi: Remove set but unused variable 'timestamp'

You have 48 hours to reply
 2020-11-15 17:37 UTC 

[ANNOUNCE] 4.14.206-rt99
 2020-11-15 21:57 UTC 

[Intel-gfx] [PATCH 01/27] drm/i915/pxp: Introduce Intel PXP component
 2020-11-15 22:00 UTC  (29+ messages)
` [Intel-gfx] [PATCH 02/27] drm/i915/pxp: Enable PXP irq worker and callback stub
` [Intel-gfx] [PATCH 03/27] drm/i915/pxp: Add PXP context for logical hardware states
` [Intel-gfx] [PATCH 04/27] drm/i915/pxp: set KCR reg init during the boot time
` [Intel-gfx] [PATCH 05/27] drm/i915/pxp: Enable ioctl action to set the ring3 context
` [Intel-gfx] [PATCH 06/27] drm/i915: Rename the whitelist to allowlist
` [Intel-gfx] [PATCH 07/27] drm/i915/pxp: Add PXP-related registers into allowlist
` [Intel-gfx] [PATCH 08/27] drm/i915/pxp: Read register to check hardware session state
` [Intel-gfx] [PATCH 09/27] drm/i915/pxp: Implement funcs to get/set PXP tag
` [Intel-gfx] [PATCH 10/27] drm/i915/pxp: Enable ioctl action to reserve session slot
` [Intel-gfx] [PATCH 11/27] drm/i915/pxp: Enable ioctl action to set session in play
` [Intel-gfx] [PATCH 12/27] drm/i915/pxp: Func to send hardware session termination
` [Intel-gfx] [PATCH 13/27] drm/i915/pxp: Enable ioctl action to terminate the session
` [Intel-gfx] [PATCH 14/27] drm/i915/pxp: Enable ioctl action to query PXP tag
` [Intel-gfx] [PATCH 15/27] drm/i915/pxp: Destroy all type0 sessions upon teardown
` [Intel-gfx] [PATCH 16/27] drm/i915/pxp: Termiante the session upon app crash
` [Intel-gfx] [PATCH 17/27] drm/i915/pxp: Enable PXP power management
` [Intel-gfx] [PATCH 18/27] drm/i915/pxp: Implement funcs to create the TEE channel
` [Intel-gfx] [PATCH 19/27] drm/i915/pxp: Enable ioctl action to send TEE commands
` [Intel-gfx] [PATCH 20/27] drm/i915/pxp: Create the arbitrary session after boot
` [Intel-gfx] [PATCH 21/27] drm/i915/pxp: Add i915 trace logs for PXP operations
` [Intel-gfx] [PATCH 22/27] drm/i915/pxp: Expose session state for display protection flip
` [Intel-gfx] [PATCH 23/27] mei: bus: enable pavp device
` [Intel-gfx] [PATCH 24/27] mei: pxp: export pavp client to me client bus
` [Intel-gfx] [PATCH 25/27] drm/i915/uapi: introduce drm_i915_gem_create_ext for TGL
` [Intel-gfx] [PATCH 26/27] drm/i915/pavp: User interface for Protected buffer
` [Intel-gfx] [PATCH 27/27] drm/i915/pxp: Add plane decryption support
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/27] drm/i915/pxp: Introduce Intel PXP component
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

mediatek: mt7601u: driver fails
 2020-11-15 21:57 UTC 

[Buildroot] [PATCH 1/1] package/xorriso: fix host option
 2020-11-15 21:55 UTC 

[PATCH v3 0/2] dma-mapping: provide a benchmark for streaming DMA mapping
 2020-11-15 21:54 UTC  (7+ messages)
` [PATCH v3 1/2] dma-mapping: add benchmark support for streaming DMA APIs

[PATCH] Use maximum latency when determining L1 ASPM
 2020-11-15 21:49 UTC  (5+ messages)
` [PATCH 1/3] PCI/ASPM: Use the path max in L1 ASPM latency check
  ` [PATCH 2/3] PCI/ASPM: Fix L0s max "

[PATCH RESEND] nbd: Support Kconfig configuration of nbds_max and max_part
 2020-11-15 21:41 UTC 

stable-rc/queue/4.4 build: 24 builds: 0 failed, 24 passed (v4.4.243-27-g7c6acf5b6a67)
 2020-11-15 21:45 UTC 

Add local DNS forwarder to Windows client
 2020-11-15 21:43 UTC  (8+ messages)

[PATCH] rm: honor sparse checkout patterns
 2020-11-15 21:42 UTC  (5+ messages)

[PATCH 1/6] seq_file: add seq_read_iter
 2020-11-15 21:41 UTC  (11+ messages)

[RFC][PATCH 05/24] x86/entry: Implement ret_from_fork body with C code
 2020-11-15 21:34 UTC  (3+ messages)

[PATCH v9 00/17] Introduce memory interconnect for NVIDIA Tegra SoCs
 2020-11-15 21:29 UTC  (18+ messages)
` [PATCH v9 01/17] memory: tegra30: Support interconnect framework
` [PATCH v9 02/17] memory: tegra124-emc: Make driver modular
` [PATCH v9 03/17] memory: tegra124-emc: Continue probing if timings are missing in device-tree
` [PATCH v9 04/17] memory: tegra124: Support interconnect framework
` [PATCH v9 05/17] drm/tegra: dc: Support memory bandwidth management
` [PATCH v9 06/17] drm/tegra: dc: Extend debug stats with total number of events
` [PATCH v9 07/17] PM / devfreq: tegra30: Support interconnect and OPPs from device-tree
` [PATCH v9 08/17] PM / devfreq: tegra30: Separate configurations per-SoC generation
` [PATCH v9 09/17] PM / devfreq: tegra20: Deprecate in a favor of emc-stat based driver
` [PATCH v9 10/17] ARM: tegra: Correct EMC registers size in Tegra20 device-tree
` [PATCH v9 11/17] ARM: tegra: Add interconnect properties to "
` [PATCH v9 12/17] ARM: tegra: Add interconnect properties to Tegra30 device-tree
` [PATCH v9 13/17] ARM: tegra: Add interconnect properties to Tegra124 device-tree
` [PATCH v9 14/17] ARM: tegra: Add nvidia,memory-controller phandle to Tegra20 EMC device-tree
` [PATCH v9 15/17] ARM: tegra: Add EMC OPP properties to Tegra20 device-trees
` [PATCH v9 16/17] ARM: tegra: Add EMC OPP and ICC properties to Tegra30 EMC and ACTMON device-tree nodes
` [PATCH v9 17/17] ARM: tegra: Add EMC OPP and ICC properties to Tegra124 "

[meta-networking][PATCH] opensaf: Fix build on 32bit arches with 64bit time_t e.g. RISCV-32
 2020-11-15 21:27 UTC 

[PATCH] iio: accel: yamaha-yas: Add DT bindings
 2020-11-15 21:26 UTC 

[PATCH v3 0/5] add exynos4412-based p4note device family support
 2020-11-15 21:22 UTC  (5+ messages)
` [PATCH v3 2/5] ARM: dts: add Samsung's exynos4412-based p4note boards

[Buildroot] [git commit branch/next] Revert "package/linux-backports: bump version to 5.8"
 2020-11-15 21:20 UTC 

[Buildroot] [git commit] Revert "package/linux-backports: bump version to 5.8"
 2020-11-15 21:20 UTC 

[PATCH] PCI: Add sysfs attribute for PCI device power state
 2020-11-15 21:19 UTC  (3+ messages)

[PATCH 00/13 v4] perf tools: fix perf stat with large socket IDs
 2020-11-15 21:18 UTC  (10+ messages)
` [PATCH 02/13 v4] perf tools: Use allocator for perf_cpu_map
` [PATCH 04/13 v4] perf tools: Replace aggregation ID with a struct
` [PATCH 07/13 v4] perf tools: restrict visibility of functions
` [PATCH 13/13 v4] perf tools: add thread field

[git pull] drm nouveau urgent fixes for 5.10-rc4
 2020-11-15 21:16 UTC  (6+ messages)

[Buildroot] [git commit] package/linux-backports: bump version to 5.8
 2020-11-15 21:14 UTC 

[Buildroot] [git commit branch/next] package/linux-backports: bump version to 5.8
 2020-11-15 21:14 UTC 

[PATCH] t5310-pack-bitmaps: skip JGit tests with SHA256
 2020-11-15 21:13 UTC  (2+ messages)

[PATCH 1/6] can: kvaser_pciefd: Fix KCAN bittiming limits
 2020-11-15 21:10 UTC  (3+ messages)

[PATCH v8 2/2] fs: ext4: Modify inode-test.c to use KUnit parameterized testing feature
 2020-11-15 21:07 UTC  (3+ messages)

[PATCH] iommu/vt-d: include conditionally on CONFIG_INTEL_IOMMU_SVM
 2020-11-15 20:59 UTC  (3+ messages)

[PATCH 1/3 v3] iio: accel: bmc150-accel: Add DT bindings
 2020-11-15 20:57 UTC  (3+ messages)
` [PATCH 2/3 v3] iio: accel: bmc150-accel: Add support for BMA222
` [PATCH 3/3 v3] iio: accel: bmc150-accel: Add rudimentary regulator support

[PATCH RESEND net-next 00/18] net: phy: add support for shared interrupts (part 2)
 2020-11-15 20:56 UTC  (3+ messages)
` [PATCH RESEND net-next 06/18] net: phy: marvell: remove the use of .ack_interrupt()

[PATCH net-next] r8169: remove nr_frags argument from rtl_tx_slots_avail
 2020-11-15 20:55 UTC 

[RFC] memusage.1, uri.7, user-keyring.7, user-session-keyring.7, ld.so.8, tzselect.8: srcfix: Replace \f markup by 
 2020-11-15 20:54 UTC  (2+ messages)

[Intel-gfx] [PATCH 01/27] drm/i915/pxp: Introduce Intel PXP component
 2020-11-15 20:54 UTC  (28+ messages)
` [Intel-gfx] [PATCH 02/27] drm/i915/pxp: Enable PXP irq worker and callback stub
` [Intel-gfx] [PATCH 03/27] drm/i915/pxp: Add PXP context for logical hardware states
` [Intel-gfx] [PATCH 04/27] drm/i915/pxp: set KCR reg init during the boot time
` [Intel-gfx] [PATCH 05/27] drm/i915/pxp: Enable ioctl action to set the ring3 context
` [Intel-gfx] [PATCH 06/27] drm/i915: Rename the whitelist to allowlist
` [Intel-gfx] [PATCH 07/27] drm/i915/pxp: Add PXP-related registers into allowlist
` [Intel-gfx] [PATCH 08/27] drm/i915/pxp: Read register to check hardware session state
` [Intel-gfx] [PATCH 09/27] drm/i915/pxp: Implement funcs to get/set PXP tag
` [Intel-gfx] [PATCH 10/27] drm/i915/pxp: Enable ioctl action to reserve session slot
` [Intel-gfx] [PATCH 11/27] drm/i915/pxp: Enable ioctl action to set session in play
` [Intel-gfx] [PATCH 12/27] drm/i915/pxp: Func to send hardware session termination
` [Intel-gfx] [PATCH 13/27] drm/i915/pxp: Enable ioctl action to terminate the session
` [Intel-gfx] [PATCH 14/27] drm/i915/pxp: Enable ioctl action to query PXP tag
` [Intel-gfx] [PATCH 15/27] drm/i915/pxp: Destroy all type0 sessions upon teardown
` [Intel-gfx] [PATCH 16/27] drm/i915/pxp: Termiante the session upon app crash
` [Intel-gfx] [PATCH 17/27] drm/i915/pxp: Enable PXP power management
` [Intel-gfx] [PATCH 18/27] drm/i915/pxp: Implement funcs to create the TEE channel
` [Intel-gfx] [PATCH 19/27] drm/i915/pxp: Enable ioctl action to send TEE commands
` [Intel-gfx] [PATCH 20/27] drm/i915/pxp: Create the arbitrary session after boot
` [Intel-gfx] [PATCH 21/27] drm/i915/pxp: Add i915 trace logs for PXP operations
` [Intel-gfx] [PATCH 22/27] drm/i915/pxp: Expose session state for display protection flip
` [Intel-gfx] [PATCH 23/27] mei: bus: enable pavp device
` [Intel-gfx] [PATCH 24/27] mei: pxp: export pavp client to me client bus
` [Intel-gfx] [PATCH 25/27] drm/i915/uapi: introduce drm_i915_gem_create_ext for TGL
` [Intel-gfx] [PATCH 26/27] drm/i915/pavp: User interface for Protected buffer
` [Intel-gfx] [PATCH 27/27] drm/i915/pxp: Add plane decryption support
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for series starting with [01/27] drm/i915/pxp: Introduce Intel PXP component

SRCU question
 2020-11-15 20:53 UTC  (5+ messages)

[PATCH] getent.1, fanotify_mark.2, fcntl.2, futex.2, membarrier.2, mmap.2, mount.2, msgctl.2, readv.2, semctl.2, set_mempolicy.2, shmctl.2, syscalls.2, abs.3, bstring.3, btree.3, ctime.3, drand48.3, fgetc.3, fopen.3, gethostbyname.3, getnetent.3, getprotoent.3, getservent.3, INFINITY.3, __ppc_set_ppr_med.3, inet.3, j0.3, makecontext.3, printf.3, puts.3, resolver.3, sigsetops.3, elf.5, nscd.conf.5, proc.5, inotify.7, ipv6.7, spufs.7, system_data_types.7: Use Oxford comma
 2020-11-15 20:47 UTC  (2+ messages)

[PATCH 1/3] x86/quirks: Scan all busses for early PCI quirks
 2020-11-15 20:46 UTC  (6+ messages)

[PATCH] locale.5, ipv6.7: ffix
 2020-11-15 20:46 UTC  (2+ messages)

[PATCH v4] mfd: tps65910: Correct power-off programming sequence
 2020-11-15 20:45 UTC 

[PATCH] mmc: xenon: enable ACPI support in the driver
 2020-11-15 20:43 UTC  (2+ messages)

[l1k:spi_fixes_part2 8/16] drivers/spi/spi-mt7621.c:354:6: warning: variable 'rs' is used uninitialized whenever 'if' condition is true
 2020-11-15 20:42 UTC 

[git pull] drm next pull for 5.10-rc1
 2020-11-15 20:35 UTC  (5+ messages)

[PATCH v2] clk: Add hardware-enable column to clk summary
 2020-11-15 20:34 UTC 

[meta-oe][PATCH] directfb: Fix build on riscv32
 2020-11-15 20:35 UTC 

[PATCH] checkpatch: Fix unescaped left brace
 2020-11-15 20:29 UTC  (2+ messages)
` [Linux-kernel-mentees] "

[meta-oe][PATCH] capnproto: Fix build on 32bit arches with 64bit time_t defaults
 2020-11-15 20:26 UTC 

[PATCH] dm: core: Fix incorrect flag check
 2020-11-15 20:22 UTC 

[Linux-kernel-mentees] [PATCH] checkpatch: Fix unescaped left brace
 2020-11-15 20:21 UTC  (3+ messages)

drivers/gpu/drm/i915/gem/i915_gem_throttle.c:59 i915_gem_throttle_ioctl() error: double locked 'ctx->engines_mutex' (orig line 59)
 2020-11-15 20:19 UTC 

[Linux-kernel-mentees] [PATCH v2] checkpatch: avoid COMMIT_LOG_LONG_LINE warning for signature tags
 2020-11-15 20:17 UTC  (4+ messages)

[PATCH v3 1/1] page_frag: Recover from memory pressure
 2020-11-15 20:10 UTC 

stable-rc/queue/4.19 build: 20 builds: 0 failed, 20 passed, 6 warnings (v4.19.157-47-g478dfec05dc4)
 2020-11-15 20:15 UTC 

[Linux-kernel-mentees] [PATCH v2] checkpatch: add fix option for MAINTAINERS_STYLE
 2020-11-15 20:12 UTC  (2+ messages)

[PATCH 2/2] dmaengine: dma: Add Hiedma Controller v310 Device Driver
 2020-11-15 20:10 UTC  (3+ messages)

[android-goldfish:android-3.18 349/362] drivers/staging/wlan-ng/p80211netdev.c:235:41: sparse: sparse: cast to restricted __le16
 2020-11-15 20:08 UTC 

[PATCH v2 1/1] page_frag: Recover from memory pressure
 2020-11-15 20:04 UTC  (3+ messages)

[PATCH v5 0/6] Intel MAX10 BMC Secure Update Driver
 2020-11-15 20:03 UTC  (3+ messages)
` [PATCH v5 3/6] fpga: m10bmc-sec: expose max10 flash update count

[linux-next:master 4911/5794] include/linux/bitfield.h:119:3: error: call to '__bad_mask' declared with attribute error: bad bitfield mask
 2020-11-15 19:58 UTC  (2+ 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.