messages from 2019-07-15 20:20:59 to 2019-07-15 21:20:02 UTC [more...]
[PATCH 00/87] DC Patches 15 Jul, 2019
2019-07-15 21:20 UTC (41+ messages)
` [PATCH 01/87] drm/amd/display: initialize p_state to proper value
` [PATCH 02/87] drm/amd/display: Add ability to set preferred link training parameters
` [PATCH 03/87] drm/amd/display: 3.2.36
` [PATCH 04/87] drm/amd/display: fix up HUBBUB hw programming for VM
` [PATCH 05/87] drm/amd/display: fix dsc disable
` [PATCH 06/87] drm/amd/display: 3.2.37
` [PATCH 07/87] drm/amd/display: move bw calc code into helpers
` [PATCH 08/87] drm/amd/display: cap DCFCLK hardmin to 507 for NV10
` [PATCH 09/87] drm/amd/display: No audio endpoint for Dell MST display
` [PATCH 10/87] drm/amd/display: Add aux tracing log in dce
` [PATCH 11/87] drm/amd/display: Update drm_dsc to reflect native 4.2.0 DSC spec
` [PATCH 12/87] drm/amd/display: early return when pipe_cnt is 0 in bw validation
` [PATCH 13/87] drm/amd/display: Set default block_size, even in unexpected cases
` [PATCH 14/87] drm/amd/display: Set one 4:2:0-related PPS field as recommended by DSC spec
` [PATCH 15/87] drm/amd/display: swap system aperture high/low
` [PATCH 16/87] drm/amd/display: skip retrain in dc_link_set_preferred_link_settings() if using passive dongle
` [PATCH 17/87] drm/amd/display: Split out common HUBP registers and code
` [PATCH 18/87] drm/amd/display: 3.2.38
` [PATCH 19/87] drm/amd/display: Incorrect Read Interval Time For CR Sequence
` [PATCH 20/87] drm/amd/display: Clock does not lower in Updateplanes
` [PATCH 21/87] drm/amd/display: Copy max_clks_by_state after dce_clk_mgr_construct
` [PATCH 22/87] drm/amd/display:Use Pixel clock in 100Hz units for HDMI Audio wall clock DTO
` [PATCH 23/87] drm/amd/display: wait for the whole frame after global unlock
` [PATCH 24/87] drm/amd/display: refactor dump_clk_registers
` [PATCH 25/87] drm/amd/display: add hdmi2.1 dsc pps packet programming
` [PATCH 26/87] drm/amd/display: add monitor patch to add T7 delay
` [PATCH 27/87] drm/amd/display: Poll for GPUVM context ready
` [PATCH 28/87] drm/amd/display: add functionality to grab DPRX CRC entries
` [PATCH 29/87] drm/amd/display: add functionality to get pipe CRC source
` [PATCH 30/87] drm/amd/display: Wait for backlight programming completion in set backlight level
` [PATCH 31/87] drm/amd/display: 3.2.39
` [PATCH 32/87] drm/amd/display: Expose enc2_set_dynamic_metadata
` [PATCH 33/87] drm/amd/display: Check for valid stream_encode
` [PATCH 34/87] drm/amd/display: Fix some HUBP programming issues
` [PATCH 35/87] drm/amd/display: Read max down spread
` [PATCH 36/87] drm/amd/display: Remove dsc disable_ich flag programming
` [PATCH 37/87] drm/amd/display: Power-gate all DSCs at driver init time
` [PATCH 38/87] drm/amd/display: Disable Audio on reinitialize hardware
` [PATCH 39/87] drm/amd/display: fix DMCU hang when going into Modern Standby
` [PATCH 40/87] drm/amd/display: Do not fill Null packet in the blank period
[Qemu-devel] [PATCH v2 00/14] Multiple simultaneous audio backends
2019-07-15 21:16 UTC (16+ messages)
` [Qemu-devel] [PATCH v2 01/14] audio: reduce glob_audio_state usage
` [Qemu-devel] [PATCH v2 02/14] audio: basic support for multi backend audio
` [Qemu-devel] [PATCH v2 03/14] audio: add audiodev property to vnc and wav_capture
` [Qemu-devel] [PATCH v2 04/14] audio: add audiodev properties to frontends
` [Qemu-devel] [PATCH v2 05/14] paaudio: prepare for multiple audiodev
` [Qemu-devel] [PATCH v2 06/14] audio: audiodev= parameters no longer optional when -audiodev present
` [Qemu-devel] [PATCH v2 07/14] paaudio: do not move stream when sink/source name is specified
` [Qemu-devel] [PATCH v2 08/14] paaudio: properly disconnect streams in fini_*
` [Qemu-devel] [PATCH v2 09/14] audio: remove audio_MIN, audio_MAX
` [Qemu-devel] [PATCH v2 10/14] audio: do not run each backend in audio_run
` [Qemu-devel] [PATCH v2 11/14] paaudio: fix playback glitches
` [Qemu-devel] [PATCH v2 12/14] audio: remove read and write pcm_ops
` [Qemu-devel] [PATCH v2 13/14] audio: use size_t where makes sense
` [Qemu-devel] [PATCH v2 14/14] audio: fix memory leak reported by ASAN
[PATCH] leds: leds-lp5562 allow firmware files up to the maximum length
2019-07-15 21:16 UTC (2+ messages)
[GIT PULL] perf/core improvements and fixes
2019-07-15 21:12 UTC (31+ messages)
` [PATCH 01/28] perf tools: Introduce rlimit__bump_memlock() helper
` [PATCH 02/28] perf test: Auto bump rlimit(MEMLOCK) for BPF test sake
` [PATCH 03/28] perf trace: Auto bump rlimit(MEMLOCK) for eBPF maps sake
` [PATCH 04/28] perf db-export: Get rid of db_export__deferred()
` [PATCH 05/28] perf db-export: Rename db_export__comm() to db_export__exec_comm()
` [PATCH 06/28] perf db-export: Pass main_thread to db_export__thread()
` [PATCH 07/28] perf db-export: Export main_thread in db_export__sample()
` [PATCH 08/28] perf db-export: Export comm before exporting thread
` [PATCH 09/28] perf db-export: Move export__comm_thread into db_export__sample()
` [PATCH 10/28] perf db-export: Fix a white space issue in db_export__sample()
` [PATCH 11/28] perf db-export: Export comm details
` [PATCH 12/28] perf scripts python: export-to-sqlite.py: "
` [PATCH 13/28] perf scripts python: export-to-postgresql.py: "
` [PATCH 14/28] perf db-export: Factor out db_export__comm()
` [PATCH 15/28] perf db-export: Also export thread's current comm
` [PATCH 16/28] perf scripts python: export-to-sqlite.py: Add has_calls column to comms table
` [PATCH 17/28] perf scripts python: export-to-postgresql.py: "
` [PATCH 18/28] perf scripts python: exported-sql-viewer.py: Remove redundant semi-colons
` [PATCH 19/28] perf scripts python: exported-sql-viewer.py: Use new 'has_calls' column
` [PATCH 20/28] perf script: Add scripting operation process_switch()
` [PATCH 21/28] perf db-export: Factor out db_export__threads()
` [PATCH 22/28] perf db-export: Export switch events
` [PATCH 23/28] perf scripts python: export-to-sqlite.py: "
` [PATCH 24/28] perf scripts python: export-to-postgresql.py: "
` [PATCH 25/28] perf cs-etm: Remove errnoeous ERR_PTR() usage in cs_etm__process_auxtrace_info
` [PATCH 26/28] perf cs-etm: Return errcode in cs_etm__process_auxtrace_info()
` [PATCH 27/28] perf vendor events s390: Add JSON files for machine type 8561
` [PATCH 28/28] perf version: Fix segfault due to missing OPT_END()
[PATCH v9 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
2019-07-15 21:11 UTC (27+ messages)
` [PATCH v9 02/18] kunit: test: add test resource management API
` [PATCH v9 03/18] kunit: test: add string_stream a std::stream like string builder
` [PATCH v9 06/18] kbuild: enable building KUnit
[RFC PATCH-for-4.1? v2 0/5] semihosting: Build with CONFIG_SEMIHOSTING disabled
2019-07-15 21:09 UTC (3+ messages)
` [Qemu-devel] "
[PATCH 1/3] iio: imu: st_lsm6sdx: move some register definitions to sensor_settings struct
2019-07-15 21:10 UTC (2+ messages)
[PATCH ghak90 V6 00/10] audit: implement container identifier
2019-07-15 21:09 UTC (19+ messages)
` [PATCH ghak90 V6 02/10] audit: add container id
[warrior][PATCH] dropbear: new feature: disable-weak-ciphers
2019-07-15 21:08 UTC (3+ messages)
[PATCH 0/6] V4L2 core I2C/SPI code cleanup
2019-07-15 21:06 UTC (9+ messages)
` [PATCH 1/6] media: v4l2-core: Cleanup Makefile
` [PATCH 2/6] media: v4l2-core: Module re-organization
` [PATCH 3/6] media: v4l2-core: move spi helpers out of v4l2-common.c
` [PATCH 4/6] media: v4l2-core: move i2c "
` [PATCH 5/6] media: v4l2-core: introduce a helper to unregister a SPI subdev
` [PATCH 5/6] media: v4l2-core: introduce an unregister spi subdev helper
` [PATCH 6/6] media: v4l2-core: introduce a helper to unregister a I2C subdev
` [PATCH 6/6] media: v4l2-core: introduce unregister subdev i2c helper
[PATCH] ALSA: seq: Break too long mutex context in the write loop
2019-07-15 21:06 UTC
[PATCH v1] net: fec: optionally reset PHY via a reset-controller
2019-07-15 21:05 UTC
[PATCH] ARM: dts: nomadik: Set up the CS GPIO right
2019-07-15 21:03 UTC
[PATCH] KVM: CPUID: Add new features to the guest's CPUID
2019-07-15 21:03 UTC
screen freeze with 5.2-rc6 Dell XPS-13 skylake i915
2019-07-15 21:03 UTC (15+ messages)
` [Intel-gfx] "
[PATCH v2] leds: max77650: Add of_node_put() before return
2019-07-15 21:02 UTC (3+ messages)
` [PATCH v3] "
[bpf PATCH v2 0/6] bpf: sockmap/tls fixes
2019-07-15 20:58 UTC (11+ messages)
` [bpf PATCH v2 2/6] bpf: tls fix transition through disconnect with close
Questions on Maxwell 2nd Gen Compute Kernels/Shaders
2019-07-15 20:55 UTC (2+ messages)
[PATCH iproute2-rc 0/8] Statistics counter support
2019-07-15 20:52 UTC (3+ messages)
` [PATCH iproute2-rc 1/8] rdma: Update uapi headers to add statistic "
[PATCH] staging: kpc2000: Convert put_page() to put_user_page*()
2019-07-15 20:52 UTC (3+ messages)
[meta-oe][PATCH] gpsd: Disable manpage building by config option instead of patching
2019-07-15 20:51 UTC
[PATCH iproute2 master 0/3] devlink dumpit fixes
2019-07-15 20:51 UTC (2+ messages)
[PATCH v2] kni: fix possible kernel crash with va2pa
2019-07-15 20:50 UTC (4+ messages)
` [dpdk-dev] [PATCH v3] "
[PATCH iproute2 v2] utils: don't match empty strings as prefixes
2019-07-15 20:49 UTC (2+ messages)
[bpf PATCH v3 0/8] sockmap/tls fixes
2019-07-15 20:49 UTC (9+ messages)
` [bpf PATCH v3 1/8] net/tls: don't arm strparser immediately in tls_set_sw_offload()
` [bpf PATCH v3 2/8] tls: remove close callback sock unlock/lock around TX work flush
` [bpf PATCH v3 3/8] tls: remove sock unlock/lock around strp_done()
` [bpf PATCH v3 4/8] bpf: tls fix transition through disconnect with close
` [bpf PATCH v3 5/8] bpf: sockmap, sock_map_delete needs to use xchg
` [bpf PATCH v3 6/8] bpf: sockmap, synchronize_rcu before free'ing map
` [bpf PATCH v3 7/8] bpf: sockmap, only create entry if ulp is not already enabled
` [bpf PATCH v3 8/8] bpf: sockmap/tls, close can race with map free
[PATCH iproute2] tc: util: constrain percentage in 0-100 interval
2019-07-15 20:48 UTC (2+ messages)
[U-Boot] [PATCH 1/6] net: macb: sync header definitions as taken from Linux
2019-07-15 20:48 UTC (5+ messages)
[Buildroot] [PATCH 1/1] utils/checkpackagelib: CommentsMenusPackagesOrder: append elements to arrays if needed
2019-07-15 20:46 UTC (2+ messages)
[PATCH] Revert "gpio/spi: Fix spi-gpio regression on active high CS"
2019-07-15 20:45 UTC
[PATCH 1/1] drm/amdgpu: Optimize KFD page table reservation
2019-07-15 20:43 UTC
[PATCH v2 0/2] leds: Add control of the voltage/current regulator to the LED core
2019-07-15 20:42 UTC (3+ messages)
` [PATCH v2 2/2] "
PROBLEM: [2/2] Marvell 88E8040 (sky2) fails after hibernation
2019-07-15 20:40 UTC (11+ messages)
` PROBLEM: "
[net-next 0/2] ipvs: speedup ipvs netns dismantle
2019-07-15 20:39 UTC (4+ messages)
` [net-next 1/2] ipvs: batch __ip_vs_cleanup
[RFC PATCH] virtio_ring: Use DMA API if guest memory is encrypted
2019-07-15 20:36 UTC (19+ messages)
[Virtio-fs] [PATCH RFC] virtiofs: use fine-grained lock for dmap reclaim
2019-07-15 20:37 UTC (2+ messages)
[PATCH v2] PM / wakeup: show wakeup sources stats in sysfs
2019-07-15 20:36 UTC (3+ messages)
` [PATCH v3] "
[PATCH] binder: prevent transactions to context manager from its own process
2019-07-15 20:36 UTC (2+ messages)
[SPDK] Accessing PCIe bridge controls in configuration space
2019-07-15 20:36 UTC
[PATCH] ASoC: SOF: Intel: hda: Initialize HDA controller after i915 init
2019-07-15 20:34 UTC
[PATCH RESEND] arm64: dts: meson-g12a-sei510: enable IR controller
2019-07-15 20:34 UTC (4+ messages)
[Linux-kernel-mentees] [PATCH v2] PCI: Remove functions not called in include/linux/pci.h
2019-07-15 20:34 UTC (4+ messages)
` [PATCH v3] "
` [Linux-kernel-mentees] "
[Buildroot] [PATCH 1/1] utils/checkpackagelib: CommentsMenusPackagesOrder: fix order of packages checking
2019-07-15 20:34 UTC (2+ messages)
[PATCH] parisc: Wire up clone3 syscall
2019-07-15 20:33 UTC
KVM: SVM: Fix workaround for AMD Errata 1096
2019-07-15 20:30 UTC (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] KVM: x86: Rename need_emulation_on_page_fault() to handle_no_insn_on_page_fault()
[Qemu-devel] [PULL 0/3] MIPS queue for July 15th, 2019
2019-07-15 20:29 UTC (4+ messages)
` [Qemu-devel] [PULL 1/3] target/mips: Add missing 'break' for a case of MTHC0 handling
` [Qemu-devel] [PULL 2/3] target/mips: Add missing 'break' for certain cases of MFTR handling
` [Qemu-devel] [PULL 3/3] target/mips: Add missing 'break' for certain cases of MTTR handling
GRUB bug with UEFI mode on HP 250 G6 Notebook
2019-07-15 20:25 UTC
[PATCH] x86_pkg_temp_thermal: make pkg_temp_lock a raw spinlock
2019-07-15 20:25 UTC
linux-next: manual merge of the char-misc tree with the driver-core tree
2019-07-15 20:22 UTC (3+ messages)
[PATCH] ARM: dts: gemini: Set DIR-685 SPI CS as active low
2019-07-15 20:21 UTC (2+ messages)
[Buildroot] [PATCH v2 1/2] boot/opensbi: Upgrade from v0.3 to v0.4
2019-07-15 20:21 UTC (2+ messages)
[PATCH v5 00/14] crypto: caam - Add i.MX8MQ support
2019-07-15 20:19 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.