All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-02-28 08:15:27 to 2020-02-28 09:04:19 UTC [more...]

[PATCH] doc: Makefile: remove target refcheckdocs
 2020-02-28  9:04 UTC  (4+ messages)

[PATCH v7 00/38] sg: add v4 interface
 2020-02-28  9:04 UTC  (31+ messages)
` [PATCH v7 10/38] sg: improve naming
` [PATCH v7 11/38] sg: change rwlock to spinlock
` [PATCH v7 12/38] sg: ioctl handling
` [PATCH v7 13/38] sg: split sg_read
` [PATCH v7 14/38] sg: sg_common_write add structure for arguments
` [PATCH v7 15/38] sg: rework sg_vma_fault
` [PATCH v7 16/38] sg: rework sg_mmap
` [PATCH v7 17/38] sg: replace sg_allow_access
` [PATCH v7 18/38] sg: rework scatter gather handling
` [PATCH v7 20/38] sg: sg_find_srp_by_id
` [PATCH v7 22/38] sg: printk change %p to %pK
` [PATCH v7 23/38] sg: xarray for fds in device
` [PATCH v7 24/38] sg: xarray for reqs in fd
` [PATCH v7 25/38] sg: replace rq array with lists
` [PATCH v7 26/38] sg: sense buffer rework

[PATCH v2 0/1] Documentation: bootconfig: Documentaiton updates
 2020-02-28  9:00 UTC  (4+ messages)
` [PATCH v2] Documentation: bootconfig: Update boot configuration documentation
` [v2 0/1] Documentation: bootconfig: Documentation updates

USB DWC2 stops responding when insert/remove cable multiple times
 2020-02-28  9:01 UTC  (14+ messages)

[patch 0/8] x86/entry: Consolidation - Part II
 2020-02-28  9:00 UTC  (9+ messages)
` [patch 1/8] x86/entry/64: Trace irqflags unconditionally on when returing to user space
` [patch 2/8] x86/entry/common: Consolidate syscall entry code
` [patch 3/8] x86/entry/common: Mark syscall entry points notrace/nokprobe
` [patch 4/8] x86/entry: Move irq tracing on syscall entry to C-code

[PATCH 1/2] drm/amdgpu: add lock option for smu_set_soft_freq_range()
 2020-02-28  9:00 UTC  (2+ messages)
` [PATCH 2/2] drm/amdgpu: Add debugfs interface to set arbitrary sclk for navi14 (v2)

[PATCH v1 1/1] mailbox: bcm-pdc: Remove unused struct member "size"
 2020-02-28  9:00 UTC 

[dpdk-dev] [PATCH v1] net/axgbe: add support for Scattered Rx
 2020-02-28  9:00 UTC  (5+ messages)

[PATCH v2 1/2] KVM: SVM: Inhibit APIC virtualization for X2APIC guest
 2020-02-28  8:59 UTC  (2+ messages)
` [PATCH v2 2/2] KVM: SVM: Enable AVIC by default

[LTP] Query: Adding support for clone3()
 2020-02-28  8:58 UTC  (2+ messages)

[Xen-devel] [PATCH v2] xen: make sure stop_machine_run() is always called in a tasklet
 2020-02-28  8:58 UTC  (3+ messages)

[Intel-gfx] [PATCH v18 4/8] drm/i915: Introduce more *_state_changed indicators
 2020-02-28  8:56 UTC  (4+ messages)

[RFC 0/3] mm: Discard lazily freed pages when migrating
 2020-02-28  8:55 UTC  (6+ messages)

[Intel-gfx] [PATCH 01/24] drm/i915/gt: Check engine-is-awake on reset later
 2020-02-28  8:55 UTC  (26+ messages)
` [Intel-gfx] [PATCH 02/24] drm/i915: Skip barriers inside waits
` [Intel-gfx] [PATCH 03/24] drm/i915/perf: Mark up the racy use of perf->exclusive_stream
` [Intel-gfx] [PATCH 04/24] drm/i915/perf: Manually acquire engine-wakeref around use of kernel_context
` [Intel-gfx] [PATCH 05/24] drm/i915/perf: Reintroduce wait on OA configuration completion
` [Intel-gfx] [PATCH 06/24] drm/i915: Wrap i915_active in a simple kreffed struct
` [Intel-gfx] [PATCH 07/24] drm/i915: Extend i915_request_await_active to use all timelines
` [Intel-gfx] [PATCH 08/24] drm/i915/perf: Schedule oa_config after modifying the contexts
` [Intel-gfx] [PATCH 09/24] drm/i915/gem: Consolidate ctx->engines[] release
` [Intel-gfx] [PATCH 10/24] drm/i915/gt: Prevent allocation on a banned context
` [Intel-gfx] [PATCH 11/24] drm/i915/gem: Check that the context wasn't closed during setup
` [Intel-gfx] [PATCH 12/24] drm/i915/selftests: Disable heartbeat around manual pulse tests
` [Intel-gfx] [PATCH 13/24] drm/i915/gt: Reset queue_priority_hint after wedging
` [Intel-gfx] [PATCH 14/24] drm/i915/gt: Pull marking vm as closed underneath the vm->mutex
` [Intel-gfx] [PATCH 15/24] drm/i915: Protect i915_request_await_start from early waits
` [Intel-gfx] [PATCH 16/24] drm/i915/selftests: Verify LRC isolation
` [Intel-gfx] [PATCH 17/24] drm/i915/selftests: Check recovery from corrupted LRC
` [Intel-gfx] [PATCH 18/24] drm/i915/selftests: Wait for the kernel context switch
` [Intel-gfx] [PATCH 19/24] drm/i915/selftests: Be a little more lenient for reset workers
` [Intel-gfx] [PATCH 20/24] drm/i915/selftests: Add request throughput measurement to perf
` [Intel-gfx] [PATCH 21/24] drm/i915/gt: Declare when we enabled timeslicing
` [Intel-gfx] [PATCH 22/24] drm/i915/gt: Yield the timeslice if caught waiting on a user semaphore
` [Intel-gfx] [PATCH 23/24] drm/i915/execlists: Check the sentinel is alone in the ELSP
` [Intel-gfx] [PATCH 24/24] drm/i915/execlists: Reduce preempt-to-busy roundtrip delay
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/24] drm/i915/gt: Check engine-is-awake on reset later
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[V4, 0/3] Add SC7180 interconnect provider driver
 2020-02-28  8:55 UTC  (8+ messages)
` [V4, 1/3] dt-bindings: interconnect: Add Qualcomm SC7180 DT bindings
` [V4, 2/3] interconnect: qcom: Add SC7180 interconnect provider driver
` [V4, 3/3] arm64: dts: sc7180: Add interconnect provider DT nodes

[PATCH v2 00/21] Enable ARM Trusted Firmware for U-Boot
 2020-02-28  8:53 UTC  (17+ messages)
` [PATCH v2 10/21] arm: socfpga: Add secure register access helper functions for SoC 64bits

[Intel-gfx] [PATCH 1/3] drm/i915: add i915_ioc32.h for compat
 2020-02-28  8:53 UTC  (4+ messages)
` [Intel-gfx] [PATCH 3/3] drm/i915: move watermark structs more towards usage
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/3] drm/i915: add i915_ioc32.h for compat (rev2)

[PATCH 00/28] Manually convert network text files to ReST (part 1)
 2020-02-28  8:46 UTC  (3+ messages)
` [PATCH 02/28] docs: networking: convert 6lowpan.txt to ReST

[PATCH] platform/chrome: cros_ec_rpmsg: Fix race with host event
 2020-02-28  8:52 UTC  (5+ messages)

Linux / mpt3sas support for PCI 1000:0014 (weird device?)
 2020-02-28  8:44 UTC  (3+ messages)

[PATCHv3 00/11] Implement V4L2_BUF_FLAG_NO_CACHE_* flags
 2020-02-28  8:50 UTC  (7+ messages)
` [PATCHv3 05/11] videobuf2: handle V4L2_FLAG_MEMORY_NON_CONSISTENT flag

[PATCH] KVM: let declaration of kvm_get_running_vcpus match implementation
 2020-02-28  8:49 UTC 

[PATCH v1 1/1] scripts: dtc: mask flags bit when check i2c addr
 2020-02-28  8:48 UTC 

[Xen-devel] [PATCH v3 0/5] x86: fixes/improvements for scratch cpumask
 2020-02-28  8:48 UTC  (5+ messages)
` [Xen-devel] [PATCH v3 5/5] x86: add accessors for scratch cpu mask

gitlab.fd.o financial situation and impact on services
 2020-02-28  8:48 UTC  (8+ messages)
` [Intel-gfx] "

[PATCH] arm64: dts: rockchip: fix cpu compatible property for rk3308
 2020-02-28  8:48 UTC  (3+ messages)

[PATCH v3] selinux: reduce the use of hard-coded hash sizes
 2020-02-28  8:47 UTC  (3+ messages)

[LTP] [PATCH] syscalls/add_key05: add maxbytes/maxkeys test under unprivileged user
 2020-02-28  8:47 UTC  (2+ messages)
` [LTP] [PATCH v2] "

[Intel-gfx] [RFC PATCH i-g-t v4 0/2] tests/gem_userptr_blits: Enhance invalid mapping exercise
 2020-02-28  8:46 UTC  (6+ messages)
` [igt-dev] "
` [Intel-gfx] [RFC PATCH i-g-t v4 1/2] tests/gem_userptr_blits: Exercise new invalid mapping types
  ` [igt-dev] "
` [Intel-gfx] [RFC PATCH i-g-t v4 2/2] tests/gem_userptr_blits: Try to anger lockdep with invalid mappings
  ` [igt-dev] "

FAILED: patch "[PATCH] serial: 8250: Check UPF_IRQ_SHARED in advance" failed to apply to 4.14-stable tree
 2020-02-28  8:47 UTC  (4+ messages)

[PATCH] net: ieee802154: ca8210: Use new structure for SPI transfer delays
 2020-02-28  8:41 UTC  (2+ messages)

[PATCH 0/2] Documentation: bootconfig: Documentaiton updates
 2020-02-28  8:46 UTC  (8+ messages)
` [PATCH 1/2] Documentation: bootconfig: Update boot configuration documentation
      ` [1/2] "
` [PATCH 2/2] Documentation: bootconfig: Add EBNF syntax file

[PATCH v1] x86: acpi: Refactor XSDT handling in acpi_add_table()
 2020-02-28  8:46 UTC  (3+ messages)

[LTP] [PATCH 1/4] Avoid using tst_res(TBROK)
 2020-02-28  8:46 UTC  (6+ messages)
` [LTP] [PATCH 4/4] doc: Update style guide to new API

[PATCH] KVM: SVM: Inhibit APIC virtualization for X2APIC guest
 2020-02-28  8:46 UTC  (4+ messages)

[PATCH] watchdog: Don't select CONFIG_WATCHDOG and CONFIG_HW_WATCHDOG at the same time
 2020-02-28  8:45 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/ruby: fix build on mips
 2020-02-28  8:44 UTC 

[PATCH 00/51] drm managed resources, v3
 2020-02-28  8:43 UTC  (9+ messages)
` [PATCH 26/51] drm: Manage drm_mode_config_init with drmm_
      ` [Intel-gfx] "
` [PATCH 50/51] drm/udl: drop drm_driver.release hook
      ` [Intel-gfx] "

[PATCH] parport: fix if-statement empty body warnings
 2020-02-28  8:32 UTC  (9+ messages)
` [PATCH 0/7] parport: Use generic kernel logging styles
  ` [PATCH 1/7] parport: Convert printk(KERN_<LEVEL> to pr_<level>(
  ` [PATCH 2/7] parport: Use more comon logging styles
  ` [PATCH 3/7] parport: daisy: Convert DPRINTK to pr_debug
  ` [PATCH 4/7] parport_amiga: "
  ` [PATCH 5/7] parport_mfc3: "
  ` [PATCH 6/7] parport_pc: "
  ` [PATCH 7/7] parport: Standardize use of printmode

[PATCH 0/4] Misc cleanups
 2020-02-28  8:43 UTC  (9+ messages)
` [PATCH 1/4] btrfs: inline checksum name and driver definitions
` [PATCH 2/4] btrfs: simplify tree block checksumming loop
` [PATCH 3/4] btrfs: return void from csum_tree_block
` [PATCH 4/4] btrfs: balance: factor out convert profile validation

[PATCH 4.14] tuntap: correctly set SOCKWQ_ASYNC_NOSPACE
 2020-02-28  8:42 UTC 

[PATCH] common/board_f.c: use #ifdefs a little more consistently
 2020-02-28  8:42 UTC  (3+ messages)

[Xen-devel] [PATCH] xen/grant: Fix signed/unsigned comparisons issues
 2020-02-28  8:41 UTC  (2+ messages)

[PATCH] staging: exfat: remove 'file creation modes'
 2020-02-28  8:40 UTC  (2+ messages)

[dpdk-dev] [PATCH v2 1/5] net/fm10k: add basic functions for switch management
 2020-02-28  8:38 UTC  (7+ messages)
` [dpdk-dev] [PATCH v1 0/5] support fm10k "
  ` [dpdk-dev] [PATCH v1 1/5] net/fm10k: add basic functions for "
  ` [dpdk-dev] [PATCH v1 2/5] net/fm10k: add epl serdes and port control functions
  ` [dpdk-dev] [PATCH v1 3/5] net/fm10k: add ffu and statistics and config file functions
  ` [dpdk-dev] [PATCH v1 4/5] net/fm10k: add flow interface and switch management
  ` [dpdk-dev] [PATCH v1 5/5] net/fm10k: add switch management support

[PATCH v3] of: overlay: log the error cause on resolver failure
 2020-02-28  8:40 UTC 

[PATCH] cpu-topology: Fix the potential data corruption
 2020-02-28  8:35 UTC 

[PATCH 1/2] f2fs: Fix mount failure due to SPO after a successful online resize FS
 2020-02-28  8:35 UTC  (3+ messages)
` [f2fs-dev] "

[PATCH v1 0/8] qcow2: Implement zstd cluster compression method
 2020-02-28  8:34 UTC  (8+ messages)
` [PATCH v1 1/8] qcow2: introduce compression type feature
` [PATCH v1 8/8] iotests: 287: add qcow2 compression type test

[dpdk-dev] [PATCH] net/bnxt: fix to cancel recovery alarm in port close
 2020-02-28  8:52 UTC 

[PATCH 00/17] VFS: Filesystem information and notifications [ver #17]
 2020-02-28  8:35 UTC  (13+ messages)

[PATCH v2 0/5] ti-sysc support for PRUSS
 2020-02-28  8:33 UTC  (5+ messages)
` [PATCH v2 3/5] ARM: dts: AM33xx-l4: Update PRUSS interconnect target-module node
` [PATCH v2 4/5] ARM: dts: AM4372: Add the PRU-ICSS "

[rdma:for-next] BUILD SUCCESS 65a166201552113f9e1e8d1bb4a55a1eb70cb19c
 2020-02-28  8:32 UTC 

[Xen-devel] [PATCH] AMD/IOMMU: correct handling when XT's prereq features are unavailable
 2020-02-28  8:31 UTC  (4+ messages)

[Intel-gfx] [PATCH] drm/i915: Lock gmbus/aux mutexes while changing cdclk
 2020-02-28  8:28 UTC  (2+ messages)

[PATCH] btrfs-progs: convert, warn if converting a fs which won't mount
 2020-02-28  8:27 UTC  (2+ messages)

[PATCH v11 0/6] mt8183 dpi supports dual edge and pin mode swap
 2020-02-28  8:14 UTC  (24+ messages)
` [PATCH v11 1/6] dt-bindings: media: add pclk-sample dual edge property
` [PATCH v11 2/6] dt-bindings: display: mediatek: control dpi pins mode to avoid leakage
` [PATCH v11 3/6] dt-bindings: display: mediatek: dpi sample data in dual edge support
` [PATCH v11 4/6] dt-bindings: display: mediatek: convert the document format from txt to yaml
` [PATCH v11 5/6] drm/mediatek: dpi sample mode support
` [PATCH v11 6/6] drm/mediatek: set dpi pin mode to gpio low to avoid leakage current

[Buildroot] [PATCH] package/exim: fix systemd service binary path
 2020-02-28  8:25 UTC 

[PATCH v2 0/2] fix THP migration for CMA allocations
 2020-02-28  8:25 UTC  (5+ messages)
` [PATCH v2 2/2] mm,thp,compaction,cma: allow "

Q: submodules and detached HEAD
 2020-02-28  8:24 UTC  (2+ messages)
  ` Antw: [EXT] "

[PATCH] drm/amd/display: Use after free in dmub_psr_destroy()
 2020-02-28  8:22 UTC  (2+ messages)

[PATCH 1/2] drm/amdgpu: remove unused variable
 2020-02-28  8:22 UTC  (4+ messages)
` [PATCH 2/2] drm/amdgpu/gfx: fix indentation in new rlc spm code

[RFC 1/5] Bluetooth: Add BT_MODE socket option
 2020-02-28  8:20 UTC  (2+ messages)

[PATCH v2] f2fs: introduce F2FS_IOC_RELEASE_COMPRESS_BLOCKS
 2020-02-28  8:20 UTC  (4+ messages)
  ` [f2fs-dev] "

[Intel-wired-lan] [PATCH] igc: Fix overwrites when dumping registers
 2020-02-28  8:19 UTC 

[Linux-kernel-mentees] [PATCH] ipmi: Fix RCU list lockdep debugging warnings
 2020-02-28  8:17 UTC  (2+ messages)
`  "

[Buildroot] [PATCH] package/lvm2: lvmetad systemd integration
 2020-02-28  8:18 UTC 

[PATCH v4 0/4] drm: Provide a simple encoder
 2020-02-28  8:18 UTC  (10+ messages)
` [PATCH v4 1/4] drm/simple-kms: Add drm_simple_encoder_{init, create}()
` [PATCH v4 2/4] drm/ast: Use simple encoder
` [PATCH v4 3/4] drm/mgag200: "
` [PATCH v4 4/4] drm/qxl: "

[RFC net-next 0/3] net: marvell: prestera: Add Switchdev driver for Prestera family ASIC device 98DX326x (AC3x)
 2020-02-28  8:17 UTC  (4+ messages)
` [RFC net-next 1/3] net: marvell: prestera: Add Switchdev driver for Prestera family ASIC device 98DX325x (AC3x)

[PATCH] libsemange: add missing header sepol/policydb.h
 2020-02-28  8:17 UTC  (2+ messages)

libavresample is deprecated since January 2017 swith to libswresample
 2020-02-28  8:16 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.