All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-10-11 19:29:30 to 2019-10-11 20:14:27 UTC [more...]

[Bug 111481] AMD Navi GPU frequent freezes on both Manjaro/Ubuntu with kernel 5.3 and mesa 19.2 -git/llvm9
 2019-10-11 20:14 UTC  (2+ messages)

[Virtio-fs] xfstest results for virtio-fs on aarch64
 2019-10-11 20:13 UTC  (7+ messages)

stable/linux-4.19.y build: 206 builds: 0 failed, 206 passed, 6 warnings (v4.19.79)
 2019-10-11 20:13 UTC 

[Buildroot] [PATCH 1/1] configs: beaglebone: bump kernel and uboot version
 2019-10-11 20:12 UTC  (3+ messages)

bug: "rev-parse --short" with "--not --remote"
 2019-10-11 20:10 UTC 

[GIT PULL] perf/core improvements and fixes
 2019-10-11 20:05 UTC  (73+ messages)
` [PATCH 01/69] perf env: Add routine to read the env->cpuid from the running machine
` [PATCH 02/69] perf top: Initialize perf_env->cpuid, needed by the per arch annotation init routine
` [PATCH 03/69] perf evlist: Adopt __set_tracepoint_handlers method from perf_session
` [PATCH 04/69] perf trace: Make evlist__set_evsel_handler() affect just entries without a handler
` [PATCH 05/69] perf trace: Separate 'struct syscall_fmt' definition from syscall_fmts variable
` [PATCH 06/69] perf trace: Generalize the syscall_fmt find routines
` [PATCH 07/69] perf trace: Postpone parsing .perfconfig trace.add_events to after --verbose is processed
` [PATCH 08/69] perf trace augmented_syscalls: Do not show syscalls when none was asked for
` [PATCH 09/69] perf scripts python: exported-sql-viewer.py: Add LookupModel()
` [PATCH 10/69] perf scripts python: exported-sql-viewer.py: Add HBoxLayout and VBoxLayout
` [PATCH 11/69] perf scripts python: exported-sql-viewer.py: Add global time range calculations
` [PATCH 12/69] perf scripts python: exported-sql-viewer.py: Tidy up Call tree call_time
` [PATCH 13/69] perf scripts python: exported-sql-viewer.py: Add ability for Call tree to open at a specified task and time
` [PATCH 14/69] perf scripts python: exported-sql-viewer.py: Add Time chart by CPU
` [PATCH 15/69] perf tools: Make usage of test_attr__* optional for perf-sys.h
` [PATCH 16/69] samples/bpf: fix build by setting HAVE_ATTR_TEST to zero
` [PATCH 17/69] perf script: Allow --time with --reltime
` [PATCH 18/69] perf trace: Factor out the initialization of syscal_arg_fmt->scnprintf
` [PATCH 19/69] perf trace: Allocate an array of beautifiers for tracepoint args
` [PATCH 20/69] perf trace: Move some scnprintf methods from syscall to syscall_arg_fmt
` [PATCH 21/69] perf trace: Add the syscall_arg_fmt pointer to syscall_arg
` [PATCH 22/69] perf trace: Add array of chars scnprintf beautifier
` [PATCH 23/69] perf trace: Enclose all events argument lists with ()
` [PATCH 24/69] perf trace: Allow choosing how to augment the tracepoint arguments
` [PATCH 25/69] tools arch x86: Grab a copy of the file containing the MSR numbers
` [PATCH 26/69] perf beauty: Make strarray's offset be u64
` [PATCH 27/69] perf trace beauty: Add a x86 MSR cmd id->str table generator
` [PATCH 28/69] perf beauty: Hook up the x86 MSR "
` [PATCH 29/69] perf trace: Allow associating scnprintf routines with well known arg names
` [PATCH 30/69] perf trace beauty: Add the glue for the autogenerated MSR arrays
` [PATCH 31/69] perf trace: Associate the "msr" tracepoint arg name with x86_MSR__scnprintf()
` [PATCH 32/69] perf evlist: Factor out asprintf routine to build a tracepoint pid filter
` [PATCH 33/69] perf evlist: Introduce append_tp_filter() method
` [PATCH 34/69] perf evlist: Introduce append_tp_filter_pid() and append_tp_filter_pids()
` [PATCH 35/69] perf trace: Introduce --filter for tracepoint events
` [PATCH 36/69] perf trace: Add a strtoul() method to 'struct syscall_arg_fmt'
` [PATCH 37/69] perf trace: Introduce a strtoul() method for 'struct strarrays'
` [PATCH 38/69] perf trace: Expand strings in filters to integers
` [PATCH 39/69] perf beauty: Introduce strtoul() for x86 MSRs
` [PATCH 40/69] perf tools: Avoid 'sample_reg_masks' being const + weak
` [PATCH 41/69] MAINTAINERS: Add entry for perf tool arm64 pmu-events files
` [PATCH 42/69] libperf: Add perf_mmap__init() function
` [PATCH 43/69] libperf: Add 'struct perf_mmap_param'
` [PATCH 44/69] libperf: Adopt perf_mmap__mmap_len() function from tools/perf
` [PATCH 45/69] libperf: Adopt perf_mmap__mmap() "
` [PATCH 46/69] libperf: Adopt perf_mmap__get() "
` [PATCH 47/69] libperf: Adopt perf_mmap__unmap() "
` [PATCH 48/69] libperf: Adopt perf_mmap__put() "
` [PATCH 49/69] perf tools: Use perf_mmap way to detect aux mmap
` [PATCH 50/69] libperf: Adopt perf_mmap__consume() function from tools/perf
` [PATCH 51/69] libperf: Adopt perf_mmap__read_init() "
` [PATCH 52/69] libperf: Adopt perf_mmap__read_done() "
` [PATCH 53/69] libperf: Adopt perf_mmap__read_event() "
` [PATCH 54/69] libperf: Adopt perf_evlist__mmap()/munmap() "
` [PATCH 55/69] libperf: Introduce perf_evlist__mmap_ops()
` [PATCH 56/69] libperf: Introduce perf_evlist_mmap_ops::idx callback
` [PATCH 57/69] libperf: Add perf_evlist_mmap_ops::get callback
` [PATCH 58/69] libperf: Introduce perf_evlist_mmap_ops::mmap callback
` [PATCH 59/69] perf tools: Introduce perf_evlist__mmap_cb_idx()
` [PATCH 60/69] perf evlist: Introduce perf_evlist__mmap_cb_get()
` [PATCH 61/69] perf evlist: Introduce perf_evlist__mmap_cb_mmap()
` [PATCH 62/69] perf evlist: Switch to libperf's mmap interface
` [PATCH 63/69] libperf: Centralize map refcnt setting
` [PATCH 64/69] libperf: Move the pollfd allocation from tools/perf to libperf
` [PATCH 65/69] libperf: Introduce perf_evlist__exit()
` [PATCH 66/69] libperf: Introduce perf_evlist__purge()
` [PATCH 67/69] libperf: Adopt perf_evlist__filter_pollfd() from tools/perf
` [PATCH 68/69] perf tools: Propagate CFLAGS to libperf
` [PATCH 69/69] perf diff: Report noisy for cycles diff

+ mm-memcg-slab-fix-panic-in-__free_slab-caused-by-premature-memcg-pointer-release.patch added to -mm tree
 2019-10-11 20:12 UTC 

[PATCH v2 0/1] fsmonitor: don't fill bitmap with entries to be removed
 2019-10-11 20:11 UTC  (3+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/1] "

taprio testing - Any help?
 2019-10-11 20:12 UTC  (2+ messages)

[PATCH i-g-t] Check all sysfs entries are readable without dmesg spam
 2019-10-11 20:11 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for "

[PATCH 0/8] drm/i915: Some cleanup near the SKL wm/ddb area
 2019-10-11 20:09 UTC  (9+ messages)
` [PATCH 1/8] drm/i915: Nuke the useless changed param from skl_ddb_add_affected_pipes()
` [PATCH 2/8] drm/i915: Nuke 'realloc_pipes'
` [PATCH 3/8] drm/i915: Make dirty_pipes refer to pipes
` [PATCH 4/8] drm/i915: Don't set undefined bits in dirty_pipes
` [PATCH 5/8] drm/i915: Streamline skl_commit_modeset_enables()
` [PATCH 6/8] drm/i915: Polish WM_LINETIME register stuff
` [PATCH 7/8] drm/i915: Move linetime wms into the crtc state
` [PATCH 8/8] drm/i915: Nuke skl wm.dirty_pipes bitmask

[Buildroot] [git commit] package/ltp-testsuite: fix build with musl-fts
 2019-10-11 20:09 UTC 

[Buildroot] [PATCH 1/1] package/libzip: fix build with musl-fts
 2019-10-11 20:09 UTC  (2+ messages)

[U-Boot] [PATCH 0/5] remoteproc: add elf resource table loader
 2019-10-11 20:09 UTC  (7+ messages)
` [U-Boot] [PATCH 3/5] remoteproc: stm32: load resource table from firmware
` [U-Boot] [PATCH 4/5] stm32mp1: Fixup the Linux DeviceTree with coprocessor information
` [U-Boot] [PATCH 5/5] remoteproc: stm32: invert the is_running() return value

[PATCH v2 0/4] iotests: trivial cleanups
 2019-10-11 20:05 UTC  (5+ messages)
` [PATCH v2 1/4] qemu-iotests: remove bash shebang from library files

linux-next: Fixes tag needs some work in the net tree
 2019-10-11 20:06 UTC  (2+ messages)

[CI 1/9] drm/i915/perf: Replace global wakeref tracking with engine-pm
 2019-10-11 20:06 UTC  (2+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [CI,1/9] "

[Buildroot] [git commit] package/libzip: fix build with musl-fts
 2019-10-11 20:06 UTC 

[Outreachy] [PATCH] blame: Convert pickaxe_blame defined constants to enums
 2019-10-11 20:04 UTC  (3+ messages)

[PATCH v12 00/16] Multicolor Framework v12
 2019-10-11 20:04 UTC  (6+ messages)
` [PATCH v12 04/16] leds: multicolor: Introduce a multicolor class definition
` [PATCH v12 06/16] leds: lp50xx: Add the LP50XX family of the RGB LED driver

[intel-gfx] [PATCH] drm/i915: coffeelake supports hdcp2.2
 2019-10-11 20:04 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

Determinate EDR speed
 2019-10-11 20:04 UTC  (6+ messages)

[PATCH] drm/i915/selftests: Serialise write to scratch with its vma binding
 2019-10-11 20:03 UTC  (2+ messages)

RFE: use patchwork to submit a patch
 2019-10-11 20:02 UTC  (3+ messages)

[dpdk-dev] [PATCH] crypto/armv8: enable meson build
 2019-10-11 20:02 UTC  (9+ messages)

[PATCH v10 00/36] Add directory rename detection to git
 2019-10-11 20:02 UTC  (4+ messages)
` [PATCH v10 18/36] merge-recursive: add get_directory_renames()

[Buildroot] [git commit] configs: beaglebone: bump kernel and uboot version
 2019-10-11 20:01 UTC 

[Cocci] macro parameters and expressions?
 2019-10-11 20:00 UTC  (2+ messages)

[PATCH 00/29] Renoir DC Patches v2
 2019-10-11 20:00 UTC  (31+ messages)
  ` [PATCH 01/29] drm/amd/display: update register field access mechanism
  ` [PATCH 02/29] drm/amd/display: configurable aux timeout support
  ` [PATCH 03/29] drm/amd/display: disable ext aux support for vega
  ` [PATCH 04/29] drm/amd/display: Add DP_DPHY_INTERNAL_CTR regs
  ` [PATCH 05/29] drm/amd/display: Add DCN_BASE regs
  ` [PATCH 06/29] drm/amd/display: Add renoir hw_seq
  ` [PATCH 07/29] drm/amd/display: create dcn21_link_encoder files
  ` [PATCH 08/29] drm/amd/display: add REFCYC_PER_TRIP_TO_MEMORY programming
  ` [PATCH 09/29] drm/amd/display: move the bounding box patch before calculate wm
  ` [PATCH 10/29] drm/amd/display: enable hostvm based on roimmu active for dcn2.1
  ` [PATCH 11/29] drm/amd/display: fix incorrect page table address for renoir
  ` [PATCH 12/29] drm/amd/display: Temporary workaround to toggle watermark setting
  ` [PATCH 13/29] drm/amd/display: initialize RN gpuvm context programming function
  ` [PATCH 14/29] drm/amd/display: use dcn10 version of program tiling on Renoir
  ` [PATCH 15/29] drm/amd/display: correct dcn21 NUM_VMID to 16
  ` [PATCH 16/29] drm/amd/display: add detile buffer size for renoir
  ` [PATCH 17/29] drm/amd/display: update dcn21 hubbub registers
  ` [PATCH 18/29] drm/amd/display: update renoir bounding box and res_caps
  ` [PATCH 19/29] drm/amd/display: change PP_SM defs to 8
  ` [PATCH 20/29] drm/amd/display: add dummy functions to smu for Renoir Silicon Diags
  ` [PATCH 21/29] drm/amd/display: update odm mode validation to be in line with policy
  ` [PATCH 22/29] drm/amd/display: handle "18" case in TruncToValidBPP
  ` [PATCH 23/29] drm/amd/display: Fix rn audio playback and video playback speed
  ` [PATCH 24/29] drm/amd/display: add sanity check for clk table from smu
  ` [PATCH 25/29] drm/amd/display: fix header for RN clk mgr
  ` [PATCH 26/29] drm/amd/display: enable smu set dcfclk
  ` [PATCH 27/29] drm/amd/display: use requested_dispclk_khz instead of clk
  ` [PATCH 28/29] drm/amd/display: handle dp is usb-c
  ` [PATCH 29/29] drm/amd/display: null check pp_smu clock table before using it

[PATCH v3 0/6] perf cs-etm: Support thread stack and callchain
 2019-10-11 19:59 UTC  (4+ messages)
` [PATCH v3 5/6] perf cs-etm: Support callchain for instruction sample

[PATCH v8 0/5] kasan: support backing vmalloc space with real shadow memory
 2019-10-11 19:57 UTC  (3+ messages)
` [PATCH v8 1/5] "

[PATCH net] net: bcmgenet: Set phydev->dev_flags only for internal PHYs
 2019-10-11 19:57 UTC  (2+ messages)

[Buildroot] [autobuild.buildroot.net] Daily results for 2019-10-10
 2019-10-11 19:53 UTC  (2+ messages)

[PATCH] tracefs: Do not allocate and free proxy_ops for lockdown
 2019-10-11 19:50 UTC  (4+ messages)

[Printing-architecture] OP Minutes (8 October 2019)
 2019-10-11 19:48 UTC  (2+ messages)

[PATCH] media: rc: add keymap for Tronsmart Vega S95/S96 remote
 2019-10-11 19:43 UTC 

[PATCH v2 0/5] Add support for XSAVES on AMD and unify it with Intel
 2019-10-11 19:40 UTC  (6+ messages)
` [PATCH v2 1/5] KVM: VMX: Remove unneeded check for X86_FEATURE_XSAVE
` [PATCH v2 2/5] KVM: VMX: Use wrmsr for switching between guest and host IA32_XSS
` [PATCH v2 3/5] kvm: svm: Add support for XSAVES on AMD
` [PATCH v2 4/5] kvm: x86: Add IA32_XSS to the emulated_msrs list
` [PATCH v2 5/5] kvm: tests: Add test to verify MSR_IA32_XSS

[RFC v5 000/126] error: auto propagated local_err
 2019-10-11 19:39 UTC  (7+ messages)
` [RFC v5 080/126] QAPI: introduce ERRP_AUTO_PROPAGATE
` [RFC v5 083/126] QMP: "
` [RFC v5 099/126] nbd: "

[PULL 00/21] migration queue
 2019-10-11 19:16 UTC  (8+ messages)
` [PULL 06/21] rcu: Use automatic rc_read unlock in core memory/exec code
` [PULL 10/21] migration/postcopy: fix typo in mark_postcopy_blocktime_begin's comment
` [PULL 13/21] migration/postcopy: mis->have_listen_thread check will never be touched
` [PULL 14/21] migration/postcopy: postpone setting PostcopyState to END
` [PULL 16/21] migration/postcopy: check PostcopyState before setting to POSTCOPY_INCOMING_RUNNING
` [PULL 19/21] migration/multifd: initialize packet->magic/version once at setup stage
` [PULL 21/21] migration: Support gtree migration

[PATCH 01/19] runqemu: add options that enable virgl with the SDL frontend
 2019-10-11 19:39 UTC  (4+ messages)
` [PATCH 10/19] gtk-doc: upgrade 1.31 -> 1.32

RFC: individual public-inbox/git activity feeds
 2019-10-11 19:39 UTC  (3+ messages)

[PATCH 0/3] Logitech G920 fixes
 2019-10-11 19:38 UTC  (4+ messages)
` [PATCH 3/3] HID: logitech-hidpp: add G920 device validation quirk

Wrong resetting of Logical Unit Number field in CDB
 2019-10-11 19:38 UTC  (2+ messages)

[PATCHv2 0/3] Update cpupower and make it more accurate
 2019-10-11 19:37 UTC  (4+ messages)
` [PATCHv2 1/3] cpupower: Move needs_root variable into a sub-struct
` [PATCHv2 2/3] cpupower: mperf_monitor: Introduce per_cpu_schedule flag
` [PATCHv2 3/3] cpupower: mperf_monitor: Update cpupower to use the RDPRU instruction

[RFC][PATCH] docs: process: Submitting a patch for a single git commit
 2019-10-11 19:37 UTC  (3+ messages)

[PATCH i-g-t] debugfs: Define DROP_RCU
 2019-10-11 19:36 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.BAT: failure for "

[U-Boot] [PATCH] remoteproc: elf_loader: fix program header parsing
 2019-10-11 19:35 UTC  (2+ messages)

[PATCH v5 00/22] target/arm: Implement ARMv8.5-MemTag, system mode
 2019-10-11 19:32 UTC  (2+ messages)

[Buildroot] Build failure on upgrade to 2019.08.1
 2019-10-11 19:34 UTC  (6+ messages)

[PATCH] checkpatch: Warn if DT bindings are not in schema format
 2019-10-11 19:32 UTC  (8+ messages)

[PATCH v1 0/3] This series adds ethernet support for RPi4
 2019-10-11 19:31 UTC  (4+ messages)
` [PATCH v1 3/3] ARM: dts: bcm2711: Enable GENET support for the RPi4

[PATCH] drm/amd/display: Use pixel encoding 444 for dongle usb-c to hdmi
 2019-10-11 19:31 UTC  (5+ messages)

ACPI table modifications
 2019-10-11 19:22 UTC  (2+ messages)

[tpm2] Re: tpm2_createprimary command
 2019-10-11 19:30 UTC 

[PATCH 1/4] drm/i915/display: Handle fused off display correctly
 2019-10-11 19:30 UTC  (4+ messages)
` ✗ Fi.CI.BAT: failure for series starting with [1/4] "

Does the i915 VBT tell us if a panel is an OLED panel?
 2019-10-11 19:30 UTC  (3+ messages)

[PATCH v2 01/12] main: move module init into nl80211_appeared
 2019-10-11 19:29 UTC  (5+ messages)
` [PATCH v2 09/12] eap: remove mtu argument from eap_init
` [PATCH v2 10/12] wired: update with new eap_init
` [PATCH v2 11/12] unit: update wsc/eapol "
` [PATCH v2 12/12] eap: utilize IWD_MODULE


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.