All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-11-10 16:51:54 to 2019-11-10 19:40:24 UTC [more...]

[Intel-gfx] [PATCH 01/25] drm/i915: Protect context while grabbing its name for the request
 2019-11-10 19:40 UTC  (79+ messages)
  `  "
  ` [Intel-gfx] [PATCH 02/25] drm/i915/gem: Embed context/timeline name inside the GEM context
      `  "
  ` [Intel-gfx] [PATCH 03/25] drm/i915/gem: Update context name on closing
      `  "
  ` [Intel-gfx] [PATCH 04/25] drm/i915/execlists: Move reset_active() from schedule-out to schedule-in
      `  "
  ` [Intel-gfx] [PATCH 05/25] drm/i915/pmu: "Frequency" is reported as accumulated cycles
      `  "
  ` [Intel-gfx] [PATCH 06/25] drm/i915/userptr: Handle unlocked gup retries
      `  "
  ` [Intel-gfx] [PATCH 07/25] drm/i915: Cancel context if it hangs after it is closed
      `  "
  ` [Intel-gfx] [PATCH 08/25] drm/i915: Show guilty context name on GPU reset
      `  "
  ` [Intel-gfx] [PATCH 09/25] drm/i915/icl: Refine PG_HYSTERESIS
      `  "
  ` [Intel-gfx] [PATCH 10/25] drm/i915/execlists: Reduce barrier on context switch to a wmb()
      `  "
  ` [Intel-gfx] [PATCH 11/25] drm/i915/gem: Silence sparse for RCU protection inside the constructor
      `  "
  ` [Intel-gfx] [PATCH 12/25] drm/i915/userptr: Try to acquire the page lock around set_page_dirty()
      `  "
  ` [Intel-gfx] [PATCH 13/25] drm/i915: Taint the kernel on dumping the GEM ftrace buffer
      `  "
  ` [Intel-gfx] [PATCH 14/25] drm/i915/selftests: Exercise parallel blit operations on a single ctx
      `  "
  ` [Intel-gfx] [PATCH 15/25] drm/i915/selftests: Perform some basic cycle counting of MI ops
      `  "
  ` [Intel-gfx] [PATCH 16/25] drm/i915/selftests: Mock the engine sorting for easy validation
      `  "
  ` [Intel-gfx] [PATCH 17/25] drm/i915/selftests: Fill all the drm_vma_manager holes
      `  "
  ` [Intel-gfx] [PATCH 18/25] Revert "drm/i915: use a separate context for gpu relocs"
      `  "
  ` [Intel-gfx] [PATCH 19/25] drm/i915: Use a ctor for TYPESAFE_BY_RCU i915_request
      `  "
  ` [Intel-gfx] [PATCH 20/25] drm/i915: Drop GEM context as a direct link from i915_request
      `  "
  ` [Intel-gfx] [PATCH 21/25] drm/i915: Push the use-semaphore marker onto the intel_context
      `  "
  ` [Intel-gfx] [PATCH 22/25] drm/i915: Remove i915->kernel_context
      `  "
  ` [Intel-gfx] [PATCH 23/25] drm/i915: Move i915_gem_init_contexts() earlier
      `  "
  ` [Intel-gfx] [PATCH 24/25] drm/i915/uc: Use an internal buffer for firmware images
      `  "
  ` [Intel-gfx] [PATCH 25/25] drm/i915/gt: Pull GT initialisation under intel_gt_init()
      `  "
  ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/25] drm/i915: Protect context while grabbing its name for the request
      `  "
  ` ✓ Fi.CI.BAT: success "

[PATCH net-next 00/19] Mellanox, mlx5 sub function support
 2019-11-10 19:37 UTC  (18+ messages)

FREE Bestiality Social Network
 2019-11-10 19:38 UTC  (2+ messages)

[Buildroot] [git commit] package/bird: disable on nios2
 2019-11-10 19:37 UTC 

[PATCH net-next 00/17] Allow slow to initialise GPON modules to work
 2019-11-10 19:37 UTC  (22+ messages)
` [PATCH net-next 01/17] net: sfp: move sfp sub-state machines into separate functions
` [PATCH net-next 02/17] net: sfp: move tx disable on device down to main state machine
` [PATCH net-next 03/17] net: sfp: rename sfp_sm_ins_next() as sfp_sm_mod_next()
` [PATCH net-next 04/17] net: sfp: handle module remove outside state machine
` [PATCH net-next 05/17] net: sfp: rename T_PROBE_WAIT to T_SERIAL
` [PATCH net-next 06/17] net: sfp: parse SFP power requirement earlier
` [PATCH net-next 07/17] net: sfp: avoid power switch on address-change modules
` [PATCH net-next 08/17] net: sfp: control TX_DISABLE and phy only from main state machine
` [PATCH net-next 09/17] net: sfp: split the PHY probe from sfp_sm_mod_init()
` [PATCH net-next 10/17] net: sfp: eliminate mdelay() from PHY probe

ESP SCSI driver (was: Amiga PCMCIA network card support)
 2019-11-10 19:35 UTC  (7+ messages)
` [PATCH] zorro_esp: increase maximum dma length to 65536 bytes

[Xen-devel] [xen-4.12-testing test] 143980: regressions - FAIL
 2019-11-10 19:32 UTC 

KCSAN: data-race in __alloc_file / __alloc_file
 2019-11-10 19:20 UTC  (4+ messages)

[PATCH v0 0/2] allow to set 'drive' property on a realized block device
 2019-11-10 19:08 UTC  (4+ messages)
` [PATCH v0 1/2] qdev-properties-system: extend set_pionter for unrealized devices
` [PATCH v0 2/2] block: allow to set 'drive' property on a realized block device

Fosdem?
 2019-11-10 19:09 UTC  (2+ messages)

[Buildroot] [PATCH] package/irqbalance: bump to version 1.6.0
 2019-11-10 19:09 UTC 

stable-rc/linux-4.4.y boot: 38 boots: 0 failed, 37 passed with 1 conflict (v4.4.200)
 2019-11-10 19:08 UTC 

[PATCH 1/3] drm/i915/bios: rename bios to oprom when mapping pci rom
 2019-11-10 18:59 UTC  (4+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [1/3] "
    `  "

post-receive: pub/scm/linux/kernel/git/lee/linux
 2019-11-10 18:58 UTC 

post-receive: pub/scm/linux/kernel/git/maz/arm-platforms
 2019-11-10 18:57 UTC 

stable-rc/linux-4.9.y boot: 46 boots: 0 failed, 46 passed (v4.9.200)
 2019-11-10 18:54 UTC 

Possibility of me mainlining Tehuti Networks 10GbE driver
 2019-11-10 18:50 UTC  (4+ messages)

[PATCH 0/3] Pwrap: Mediatek pwrap driver for MT6779
 2019-11-10 18:47 UTC  (7+ messages)
` [PATCH 2/3] soc: mediatek: pwrap: add pwrap driver for MT6779 SoCs

[PATCH v3 1/2] mm: clean up validate_slab()
 2019-11-10 18:47 UTC  (7+ messages)
` [PATCH v4 "
  ` [PATCH v4 2/2] mm: avoid slub allocation while holding list_lock

FREE Bestiality Social Network
 2019-11-10 18:08 UTC 

[PATCH] iio: adc: max9611: Defer probe on POR read
 2019-11-10 18:45 UTC  (4+ messages)

[Buildroot] [PATCH] package/xvisor: unconditionally disable SSP
 2019-11-10 18:45 UTC  (2+ messages)

stable-rc/linux-5.3.y boot: 75 boots: 0 failed, 74 passed with 1 untried/unknown (v5.3.10)
 2019-11-10 18:44 UTC 

[U-Boot] [PATCH 1/2] rockchip: allow DRAM init in SPL and fix ordering
 2019-11-10 18:43 UTC  (2+ messages)

[PATCH] drm: Add DRM_MODE_TYPE_USERDEF flag to probed modes matching a video= argument
 2019-11-10 18:40 UTC 

[U-Boot] [PATCH 1/3] Makefile: don't try to construct CLEAN_FILES based on config
 2019-11-10 18:39 UTC  (3+ messages)
` [U-Boot] [PATCH 3/3] Makefile: add Rockchip idbloader.img to CLEAN_FILES

KASAN: use-after-free Read in j1939_sk_recv
 2019-11-10 18:39 UTC 

[Buildroot] [PATCH 1/1] package/domoticz: fix build with python 3.8
 2019-11-10 18:36 UTC  (2+ messages)

[PATCH v4] media: vimc: Implement get/set selection in sink
 2019-11-10 18:35 UTC  (3+ messages)

[PATCH bpf-next 0/5] Extend libbpf to support shared umems and Rx|Tx-only sockets
 2019-11-10 18:35 UTC  (16+ messages)
` [PATCH bpf-next 1/5] libbpf: support XDP_SHARED_UMEM with external XDP program
` [PATCH bpf-next 2/5] samples/bpf: add XDP_SHARED_UMEM support to xdpsock
` [PATCH bpf-next 3/5] libbpf: allow for creating Rx or Tx only AF_XDP sockets
` [PATCH bpf-next 4/5] samples/bpf: use Rx-only and Tx-only sockets in xdpsock
` [PATCH bpf-next 5/5] xsk: extend documentation for Rx|Tx-only sockets and shared umems

[Buildroot] [git commit] package/domoticz: fix build with python 3.8
 2019-11-10 18:35 UTC 

[U-Boot] [PATCH v2] rockchip: rk3399: split rockpro64 out of evb_rk3399
 2019-11-10 18:35 UTC  (3+ messages)

[PATCH v5] media: vimc: Implement get/set selection in sink
 2019-11-10 18:33 UTC 

[Buildroot] [PATCH] package/jailhouse: fix misc details in Config.in
 2019-11-10 18:33 UTC  (2+ messages)

Intent to add support for cryfs
 2019-11-10 18:32 UTC 

[PATCH v3 00/29] crypto: convert h/w accelerator drivers to skcipher API
 2019-11-10 18:31 UTC  (5+ messages)
` [PATCH v3 17/29] crypto: mediatek - switch "

[Buildroot] [git commit] package/jailhouse: fix misc details in Config.in
 2019-11-10 18:30 UTC 

[RFC PATCH v2] Workaround for discard on non-conformant nvme devices
 2019-11-10 18:27 UTC 

[GIT PULL] ARM: SoC fixes
 2019-11-10 18:25 UTC  (2+ messages)

[PATCH] intel-iommu: Turn off translations at shutdown
 2019-11-10 18:24 UTC  (8+ messages)

post-receive: pub/scm/linux/kernel/git/soc/soc
 2019-11-10 18:24 UTC 

general protection fault in kvm_coalesced_mmio_init
 2019-11-10 18:22 UTC  (2+ messages)

[PATCH v3 0/2] xfs: refactor corruption checking and reporting
 2019-11-10 18:20 UTC  (6+ messages)
` [PATCH 2/2] xfs: convert open coded corruption check to use XFS_IS_CORRUPT

[PATCH] staging: iio: adc: ad7280: Add spaces around math operator
 2019-11-10 18:19 UTC  (4+ messages)

[PATCH] mtd: rawnand: driver for Mediatek MT7621 SoC NAND flash controller
 2019-11-10 17:37 UTC  (4+ messages)

[PATCH] lkdtm: Remove set but not used variable 'byte'
 2019-11-10 18:18 UTC  (3+ messages)

❌ FAIL: Test report for kernel 5.3.10-b260a08.cki (stable)
 2019-11-10 18:18 UTC 

Git Developer Pages cleanup
 2019-11-10 18:15 UTC 

[PATCH] cpuidle: Use nanoseconds as the unit of time
 2019-11-10 18:09 UTC  (5+ messages)
` [PATCH v2] "

post-receive: pub/scm/linux/kernel/git/lee/linux
 2019-11-10 18:08 UTC 

[PATCH AUTOSEL 4.19 001/191] s390/qeth: uninstall IRQ handler on device removal
 2019-11-10 18:08 UTC  (8+ messages)
` [PATCH AUTOSEL 4.19 133/191] efi: honour memory reservations passed via a linux specific config table

+ mm-introduce-reported-pages.patch added to -mm tree
 2019-11-10 18:03 UTC  (12+ messages)

[PATCH i-g-t 1/3] i915/gem_exec_schedule: Split pi-ringfull into two tests
 2019-11-10 18:03 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for series starting with [i-g-t,1/3] "

stable-rc/linux-4.14.y boot: 59 boots: 1 failed, 57 passed with 1 untried/unknown (v4.14.153)
 2019-11-10 18:02 UTC 

post-receive: pub/scm/linux/kernel/git/gregkh/queue-3.18
 2019-11-10 18:01 UTC 

[PATCH v1 0/5] add tpm i2c ptp driver
 2019-11-10 18:00 UTC  (3+ messages)
` [PATCH v1 3/5] char: tpm: rewrite "tpm_tis_req_canceled()"

[PATCH] staging/octeon: Fix test build on MIPS
 2019-11-10 17:56 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/axboe/linux-block
 2019-11-10 17:50 UTC 

[Buildroot] [PATCH v2 0/2] Add cafe and wlroots packages
 2019-11-10 17:48 UTC  (4+ messages)
` [Buildroot] [PATCH v2 2/2] package/cage: new package

[linux-review:UPDATE-20191110-023233/Vandana-BN/vivid-Add-touch-support/20191104-211819 1/1] drivers/media/platform/vivid/vivid-core.c:446:5: sparse: sparse: symbol 'vivid_enum_input' was not declared. Should it be static?
 2019-11-10 17:46 UTC  (2+ messages)
` [RFC PATCH] vivid: vivid_enum_input() can be static

[Bug 110674] Crashes / Resets From AMDGPU / Radeon VII
 2019-11-10 17:45 UTC  (2+ messages)

stable/linux-5.3.y boot: 70 boots: 1 failed, 69 passed (v5.3.10)
 2019-11-10 17:45 UTC 

[afaerber:rtd1295-next 36/153] ERROR: "soc_device_to_device" [drivers/soc/realtek/chip.ko] undefined!
 2019-11-10 17:40 UTC 

[Freedreno] drm/msm: 'pp done time out' errors after async commit changes
 2019-11-10 17:37 UTC  (13+ messages)
                      `  "

[PATCH net-next 00/15] Accomodate DSA front-end into Ocelot
 2019-11-10 17:33 UTC  (8+ messages)
` [PATCH net-next 15/15] net: mscc: ocelot: don't hardcode the number of the CPU port

[PATCH v2] iommu/vt-d: Turn off translations at shutdown
 2019-11-10 17:27 UTC  (2+ messages)

[patch 0/9] x86/iopl: Prevent user space from using CLI/STI with iopl(3)
 2019-11-10 17:26 UTC  (17+ messages)
` [patch 2/9] x86/process: Unify copy_thread_tls()
` [patch 5/9] x86/ioport: Reduce ioperm impact for sane usage further
` [patch 7/9] x86/iopl: Restrict iopl() permission scope

problem with sessions in xenomai 3.1
 2019-11-10 17:25 UTC  (10+ messages)
  ` segmentation error when a task ends

Linux "hid_led" vs "hidraw" USB HID question
 2019-11-10 17:25 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/stable/stable-queue
 2019-11-10 17:24 UTC 

post-receive: pub/scm/linux/kernel/git/stable/stable-queue
 2019-11-10 17:23 UTC 

post-receive: pub/scm/linux/kernel/git/lee/linux
 2019-11-10 17:23 UTC 

[PATCH] net: sfp: fix sfp_bus_put() kernel documentation
 2019-11-10 17:23 UTC  (2+ messages)

[PATCH net-next 0/2] Add support for SFPs behind PHYs
 2019-11-10 17:22 UTC  (7+ messages)
` [PATCH net-next 1/2] net: phy: add core phylib sfp support

[git:media_tree/master] media: hantro: Fix s_fmt for dynamic resolution changes
 2019-11-10 16:48 UTC 

[PATCH] drm/i915/perf: Configure OAR controls for specific context
 2019-11-10 17:14 UTC  (5+ messages)
  ` [Intel-gfx] "

post-receive: pub/scm/linux/kernel/git/jic23/iio
 2019-11-10 17:12 UTC 

[PATCH] tools: iio: Correctly add make dependency for iio_utils
 2019-11-10 17:12 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/jic23/iio
 2019-11-10 17:10 UTC 

[PATCH 4/5] iio: add ping sensors to kernel configuration
 2019-11-10 17:07 UTC  (2+ messages)

[PATCH 3/5] iio: ping: add parallax ping sensors
 2019-11-10 17:06 UTC  (2+ messages)

[PATCH v3 bpf-next 00/18] Introduce BPF trampoline
 2019-11-10 17:04 UTC  (7+ messages)
` [PATCH v3 bpf-next 16/18] libbpf: Add support for attaching BPF programs to other BPF programs
` [PATCH v3 bpf-next 17/18] selftests/bpf: Extend test_pkt_access test
` [PATCH v3 bpf-next 18/18] selftests/bpf: Add a test for attaching BPF prog to another BPF prog and subprog

[PATCH 0/1] userfaultfd: require CAP_SYS_PTRACE for UFFD_FEATURE_EVENT_FORK
 2019-11-10 17:02 UTC  (12+ messages)
` [PATCH 1/1] "

[PATCH] drm/i915/userptr: Track gup locked track
 2019-11-10 17:00 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "
    `  "

[PATCH 2/5] dt-bindings: add parallax ping sensors
 2019-11-10 16:59 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/viro/vfs
 2019-11-10 16:59 UTC 

[meta-webserver][PATCH] cherokee: Update to latest
 2019-11-10 16:58 UTC 

[PATCH 4/4] drm/i915/bios: do not discard address space
 2019-11-10 16:57 UTC  (9+ messages)
` [Intel-gfx] "
` [Intel-gfx] [RFC PATCH] drm/i915/bios: find_vbt() can be static
    `  "

stable-rc/linux-4.19.y boot: 70 boots: 0 failed, 69 passed with 1 untried/unknown (v4.19.83)
 2019-11-10 16:58 UTC 

[PATCH 1/3] dt-bindings: iio: adc: add support for AD5940
 2019-11-10 16:55 UTC  (3+ messages)
` [PATCH 2/3] iio: adc: add driver "

Linux 5.3.10
 2019-11-10 16:51 UTC  (2+ messages)

[ANNOUNCE] fstests: master branch updated to e07c7b16a4f9
 2019-11-10 16:51 UTC 


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.