All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-11-15 19:22:22 to 2020-11-15 21:13:38 UTC [more...]

post-receive: pub/scm/linux/kernel/git/torvalds/linux
 2020-11-15 21:13 UTC 

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

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

[Intel-gfx] [PATCH 01/27] drm/i915/pxp: Introduce Intel PXP component
 2020-11-15 21:08 UTC  (27+ 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

[PATCH v8 1/2] kunit: Support for Parameterized Testing
 2020-11-15 21:07 UTC  (6+ messages)
` [PATCH v8 2/2] fs: ext4: Modify inode-test.c to use KUnit parameterized testing feature
    ` [Linux-kernel-mentees] "

[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 0/6] Add improvements suggested by checkpatch for vmbus_drv
 2020-11-15 19:57 UTC  (7+ 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 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 

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

[git pull] drm nouveau urgent fixes for 5.10-rc4
 2020-11-15 20:41 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/paulmck/perfbook
 2020-11-15 20:39 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] "

[PATCH] PCI: Add sysfs attribute for PCI device power state
 2020-11-15 20:27 UTC  (2+ messages)

[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 

[PATCH] rm: honor sparse checkout patterns
 2020-11-15 20:12 UTC  (4+ messages)

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)

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

[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 

post-receive: pub/scm/linux/kernel/git/jic23/iio
 2020-11-15 20:08 UTC 

post-receive: pub/scm/linux/kernel/git/stable/linux
 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

[dpdk-dev] [PATCH 0/8] replace blacklist/whitelist with block/allow
 2020-11-15 20:02 UTC  (9+ 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

[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)

[Buildroot] [PATCH 1/1] package/{libuv, uvw}: bump to versions 1.40.0, 2.8.0_libuv_v1.40
 2020-11-15 19:56 UTC  (2+ messages)
` [Buildroot] [PATCH 1/1] package/spdlog: bump to version 1.8.1

pci_alloc_irq_vectors fails ENOSPC for XPS 13 9310
 2020-11-15 19:55 UTC  (20+ messages)

[meta-oe][PATCH] poco: Add riscv32 support
 2020-11-15 19:54 UTC 

[PATCH] arm64: dts: qcom: msm8916-samsung-a3u: add nodes for touchscreen
 2020-11-15 19:50 UTC 

[RESEND PATCH 00/10] Introduce devm_fpga_mgr_register()
 2020-11-15 19:51 UTC  (11+ messages)
` [RESEND PATCH 01/10] fpga: fpga-mgr: Add devm_fpga_mgr_register() API
` [RESEND PATCH 02/10] fpga: fpga-mgr: altera-ps-spi: Simplify registration
` [RESEND PATCH 03/10] fpga: fpga-mgr: dfl-fme-mgr: "
` [RESEND PATCH 04/10] fpga: fpga-mgr: ice40-spi: "
` [RESEND PATCH 05/10] fpga: fpga-mgr: machxo2-spi: "
` [RESEND PATCH 06/10] fpga: fpga-mgr: socfpga: "
` [RESEND PATCH 07/10] fpga: fpga-mgr: ts73xx: "
` [RESEND PATCH 08/10] fpga: fpga-mgr: xilinx-spi: "
` [RESEND PATCH 09/10] fpga: fpga-mgr: zynqmp: "
` [RESEND PATCH 10/10] fpga: fpga-mgr: altera-pr-ip: "

RFC: auto-enabling parallel-checkout on NFS
 2020-11-15 19:43 UTC 

[PATCH] tick/nohz: Reduce the critical region for jiffies_seq
 2020-11-15 19:43 UTC  (2+ messages)

Fwd: XPS 9310 MSI vectors patch for ath11k
 2020-11-15 19:35 UTC  (2+ messages)

[PATCH 0/9] dt-bindings: IIO: Drop wrong use of io-channel-ranges then drop it as well
 2020-11-15 19:29 UTC  (20+ messages)
` [PATCH 1/9] dt-bindings:iio:qcom-spmi-vadc drop incorrect io-channel-ranges from example
` [PATCH 2/9] dt-bindings:iio:samsung, exynos-adc: drop missuse of io-channel-ranges
  ` [PATCH 2/9] dt-bindings:iio:samsung,exynos-adc: "
` [PATCH 3/9] ARM: dts: Cygnus: Drop incorrect io-channel-ranges property
` [PATCH 4/9] ARM: dts: exynos: Drop incorrect use of io-channel-ranges
` [PATCH 5/9] ARM: dts: s5pv210: Drop incorrect use of io-channel-ranges property
` [PATCH 6/9] ARM: dts: qcom-pma8084: Drop incorrect use of io-channel-ranges
` [PATCH 7/9] ARM: dts: s5pv210-aries: Drop unneeded io-channel-ranges property
` [PATCH 8/9] arm64: dts: exynos: Drop incorrect use of "
` [RFC PATCH 9/9] iio: inkern: Drop io-channel-ranges dt property support

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

WARNING: suspicious RCU usage in unmap_page_range
 2020-11-15 19:30 UTC 

general protection fault in wext_handle_ioctl
 2020-11-15 19:30 UTC  (2+ messages)

[PATCH 00/17] lpfc: Update lpfc to revision 12.8.0.6
 2020-11-15 19:26 UTC  (18+ messages)
` [PATCH 01/17] lpfc: Rework remote port ref counting and node freeing
` [PATCH 02/17] lpfc: Rework locations of ndlp reference taking
` [PATCH 03/17] lpfc: Fix removal of scsi transport device get and put on dev structure
` [PATCH 04/17] lpfc: Fix refcounting around scsi and nvme transport apis
` [PATCH 05/17] lpfc: Rework remote port lock handling
` [PATCH 06/17] lpfc: Remove ndlp when a PLOGI/ADISC/PRLI/REG_RPI ultimately fails
` [PATCH 07/17] lpfc: Unsolicited ELS leaves node in incorrect state while dropping it
` [PATCH 08/17] lpfc: Fix NPIV discovery and Fabric Node detection
` [PATCH 09/17] lpfc: Fix NPIV Fabric Node reference counting
` [PATCH 10/17] lpfc: Refactor wqe structure definitions for common use
` [PATCH 11/17] lpfc: Enable common wqe_template support for both scsi and nvme
` [PATCH 12/17] lpfc: Enable common send_io interface for SCSI and NVME
` [PATCH 13/17] lpfc: convert scsi path to use common io submission path
` [PATCH 14/17] lpfc: convert scsi io completions to sli-3 and sli-4 handlers
` [PATCH 15/17] lpfc: Convert abort handling "
` [PATCH 16/17] lpfc: Update lpfc version to 12.8.0.6
` [PATCH 17/17] lpfc: Update changed file copyrights for 2020

v5.10-rc3 vs. Droid 4
 2020-11-15 19:24 UTC  (5+ messages)

[PATCH] drm/mediatek: dsi: Calculate horizontal_backporch_byte by itself
 2020-11-15 19:25 UTC  (4+ messages)

[meta-networking][PATCH] ntopng: Link with libatomic on rv32
 2020-11-15 19:24 UTC 

[PATCH 0/9] Add support for Microsoft Surface System Aggregator Module
 2020-11-15 19:21 UTC  (10+ messages)
` [PATCH 1/9] platform/surface: Add Surface Aggregator subsystem
` [PATCH 2/9] platform/surface: aggregator: Add control packet allocation caching
` [PATCH 3/9] platform/surface: aggregator: Add event item "
` [PATCH 4/9] platform/surface: aggregator: Add trace points
` [PATCH 5/9] platform/surface: aggregator: Add error injection capabilities
` [PATCH 6/9] platform/surface: aggregator: Add dedicated bus and device type
` [PATCH 7/9] docs: driver-api: Add Surface Aggregator subsystem documentation
` [PATCH 8/9] platform/surface: Add Surface Aggregator user-space interface
` [PATCH 9/9] platform/surface: Add Surface ACPI Notify driver


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.