All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-10-11 00:40:17 to 2019-10-11 01:45:33 UTC [more...]

[PATCH 00/19] Enable BACO for power savings
 2019-10-11  1:45 UTC  (17+ messages)
  ` [PATCH 01/19] drm/amdgpu: add asic callback for BACO support
  ` [PATCH 02/19] drm/amdgpu: add supports_baco callback for soc15 asics
  ` [PATCH 03/19] drm/amdgpu: add supports_baco callback for SI asics
  ` [PATCH 04/19] drm/amdgpu: add supports_baco callback for CIK asics
  ` [PATCH 05/19] drm/amdgpu: add supports_baco callback for VI asics
  ` [PATCH 06/19] drm/amdgpu: add supports_baco callback for NV asics
  ` [PATCH 07/19] drm/amdgpu: add a amdgpu_device_supports_baco helper
  ` [PATCH 08/19] drm/amdgpu: rename amdgpu_device_is_px to amdgpu_device_supports_boco
  ` [PATCH 09/19] drm/amdgpu: add additional boco checks to runtime suspend/resume
  ` [PATCH 10/19] drm/amdgpu: split swSMU baco_reset into enter and exit
  ` [PATCH 11/19] drm/amdgpu: add helpers for baco entry "
  ` [PATCH 12/19] drm/amdgpu: add baco support to runtime suspend/resume
  ` [PATCH 13/19] drm/amdgpu: start to disentangle boco from runtime pm
  ` [PATCH 14/19] drm/amdgpu: disentangle runtime pm and vga_switcheroo
  ` [PATCH 15/19] drm/amdgpu: enable runtime pm on BACO capable boards if runpm=1
  ` [PATCH 16/19] drm/amdgpu/runpm: enable runpm on baco capable VI+ asics

[PATCH 0/7] Small fixes before fixing MST
 2019-10-11  1:45 UTC  (9+ messages)
` [PATCH 1/7] drm/i915: simplify setting of ddi_io_power_domain
` [PATCH 2/7] drm/i915: cleanup unused returns on DP-MST
` [PATCH 3/7] drm/i915: fix port checks for MST support on gen >= 11
` [PATCH 4/7] drm/i915: remove extra new line on pipe_config mismatch
` [PATCH 5/7] drm/i915: add pipe name to pipe mismatch logs
` [PATCH 6/7] drm/i915: prettify MST debug message
` [PATCH 7/7] drm/dp-mst: fix warning on unused var
` ✗ Fi.CI.CHECKPATCH: warning for Small fixes before fixing MST

[PATCH] drm/i915/ehl: Port C's hotplug interrupt is associated with TC1 bits
 2019-10-11  1:43 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[Xen-devel] [PATCH v2] xen: Stop abusing DT of_dma_configure API
 2019-10-11  1:42 UTC  (3+ messages)
`  "

[PATCH 00/11] Improve the readability of log --graph output
 2019-10-11  1:42 UTC  (7+ messages)
` [PATCH 01/11] graph: automatically track visible width of `strbuf`

[PATCH net-next 0/2] mlxsw: Add support for 400Gbps (50Gbps per lane) link modes
 2019-10-11  1:42 UTC  (3+ messages)
` [PATCH net-next 1/2] ethtool: "

[PATCH v7 0/7] Introduce support for Guest CET feature
 2019-10-11  1:43 UTC  (8+ messages)
` [PATCH v7 4/7] KVM: VMX: Load Guest CET via VMCS when CET is enabled in Guest

[PATCH 1/2] drm/i915/selftests: Check known register values within the context
 2019-10-11  1:41 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for series starting with [1/2] "

[PATCH v2] mm/vmscan: get number of pages on the LRU list in memcgroup base on lru_zone_size
 2019-10-11  1:40 UTC  (7+ messages)

[PATCH] extcon: sm5502: Reset registers during initialization
 2019-10-11  1:44 UTC  (2+ messages)

[dpdk-dev] [PATCH v3 00/22] add hns3 ethernet PMD driver
 2019-10-11  1:39 UTC  (7+ messages)

[alsa-devel] [PATCH 00/21] ASoC: soc-core cleanup - step 4
 2019-10-11  1:38 UTC  (16+ messages)
` [alsa-devel] [PATCH 04/21] ASoC: soc-core: rename soc_init_dai_link() to soc_dai_link_sanity_check()
` [alsa-devel] [PATCH 09/21] ASoC: soc-core: remove unneeded snd_soc_tplg_component_remove()
` [alsa-devel] [PATCH 11/21] ASoC: soc-core: add snd_soc_del_component()
` [alsa-devel] [PATCH 12/21] ASoC: soc-core: use snd_soc_lookup_component() at snd_soc_unregister_component()
` [alsa-devel] [PATCH 14/21] ASoC: soc-core: have legacy_dai_naming at snd_soc_register_dai()

[PATCH 00/29] vmlinux.lds.h: Refactor EXCEPTION_TABLE and NOTES
 2019-10-11  1:38 UTC  (5+ messages)

[PATCHv7 00/33] kernel: Introduce Time Namespace
 2019-10-11  1:23 UTC  (62+ messages)
` [PATCHv7 01/33] ns: "
` [PATCHv7 02/33] time: Add timens_offsets to be used for tasks in timens
` [PATCHv7 03/33] posix-clocks: Rename the clock_get() callback to clock_get_timespec()
` [PATCHv7 04/33] posix-clocks: Rename .clock_get_timespec() callbacks accordingly
` [PATCHv7 05/33] alarmtimer: Rename gettime() callback to get_ktime()
` [PATCHv7 06/33] alarmtimer: Provide get_timespec() callback
` [PATCHv7 07/33] posix-clocks: Introduce clock_get_ktime() callback
` [PATCHv7 08/33] posix-timers: Use clock_get_ktime() in common_timer_get()
` [PATCHv7 09/33] posix-clocks: Wire up clock_gettime() with timens offsets
` [PATCHv7 10/33] kernel: Add do_timens_ktime_to_host() helper
` [PATCHv7 11/33] timerfd: Make timerfd_settime() time namespace aware
` [PATCHv7 12/33] posix-timers: Make timer_settime() "
` [PATCHv7 13/33] alarmtimer: Make nanosleep "
` [PATCHv7 14/33] hrtimers: Prepare hrtimer_nanosleep() for time namespaces
` [PATCHv7 15/33] posix-timers: Make clock_nanosleep() time namespace aware
` [PATCHv7 16/33] fs/proc: Respect boottime inside time namespace for /proc/uptime
` [PATCHv7 17/33] x86/vdso: Restrict splitting VVAR VMA
` [PATCHv7 18/33] lib/vdso: Add unlikely() hint into vdso_read_begin()
` [PATCHv7 19/33] lib/vdso: Prepare for time namespace support
` [PATCHv7 20/33] x86/vdso: Provide vdso_data offset on vvar_page
` [PATCHv7 21/33] x86/vdso: Add timens page
` [PATCHv7 22/33] time: Allocate per-timens vvar page
` [PATCHv7 23/33] x86/vdso: Handle faults on timens page
` [PATCHv7 24/33] x86/vdso: On timens page fault prefault also VVAR page
` [PATCHv7 25/33] x86/vdso: Zap vvar pages on switch a time namspace
` [PATCHv7 26/33] fs/proc: Introduce /proc/pid/timens_offsets
` [PATCHv7 27/33] selftests/timens: Add Time Namespace test for supported clocks
` [PATCHv7 28/33] selftests/timens: Add a test for timerfd
` [PATCHv7 29/33] selftests/timens: Add a test for clock_nanosleep()
` [PATCHv7 30/33] selftests/timens: Add procfs selftest
` [PATCHv7 31/33] selftests/timens: Add timer offsets test
` [PATCHv7 32/33] selftests/timens: Add a simple perf test for clock_gettime()
` [PATCHv7 33/33] selftests/timens: Check for right timens offsets after fork and exec

[Xen-devel] [RFC] Documentation formats, licenses and file system structure
 2019-10-11  1:24 UTC  (4+ messages)

[Patch v2 1/2] mm/rmap.c: don't reuse anon_vma if we just want a copy
 2019-10-11  1:23 UTC  (3+ messages)

[PATCH 00/13] (almost) the last batch of py2 dependencies removal and a few other items
 2019-10-11  1:23 UTC  (5+ messages)
` [PATCH 03/13] qemu: switch to '-vga std' emulated hardware from vmware/cirrus for x86/mips

[Intel-wired-lan] [PATCH] Documentation: networking: device drivers: Remove stray asterisks
 2019-10-11  1:23 UTC  (3+ messages)
  `  "

[PATCH 00/15] Add BACO support for CI/VI asics
 2019-10-11  1:21 UTC  (16+ messages)
  ` [PATCH 01/15] drm/amdgpu: add new BIF 4.1 register for BACO
  ` [PATCH 02/15] drm/amdgpu: add new BIF 5.0 "
  ` [PATCH 03/15] drm/amdgpu: add new SMU 7.0.1 registers "
  ` [PATCH 04/15] drm/amdgpu: add new SMU 7.1.2 "
  ` [PATCH 05/15] drm/amdgpu: add new SMU 7.1.3 "
  ` [PATCH 06/15] drm/amdgpu/powerplay: add core support for pre-SOC15 baco
  ` [PATCH 07/15] drm/amdgpu/powerplay: add support for BACO on tonga
  ` [PATCH 08/15] drm/amdgpu/powerplay: add support for BACO on Iceland
  ` [PATCH 09/15] drm/amdgpu/powerplay: add support for BACO on polaris
  ` [PATCH 10/15] drm/amdgpu/powerplay: add support for BACO on VegaM
  ` [PATCH 11/15] drm/amdgpu/powerplay: add support for BACO on Fiji
  ` [PATCH 12/15] drm/amdgpu/powerplay: add support for BACO on CI
  ` [PATCH 13/15] drm/amdgpu/powerplay: split out common smu7 BACO code
  ` [PATCH 14/15] drm/amdgpu/powerplay: wire up BACO to powerplay API for smu7
  ` [PATCH 15/15] drm/amdgpu: enable BACO reset for SMU7 based dGPUs (v2)

[PATCH v2] ftgmac100: Disable HW checksum generation on AST2500
 2019-10-11  1:16 UTC  (3+ messages)

[PATCH v11 0/4] fix double page fault in cow_user_page for pfn mapping
 2019-10-11  1:16 UTC  (5+ messages)
` [PATCH v11 1/4] arm64: cpufeature: introduce helper cpu_has_hw_af()

✅ PASS: Test report for kernel 5.3.6-rc1-e863f12.cki (stable)
 2019-10-11  1:11 UTC 

[PATCH 1/2] net: fec_main: Use platform_get_irq_byname_optional() to avoid error message
 2019-10-11  1:10 UTC  (7+ messages)

[PATCH v1] erofs-utils: introduce fixed timestamp
 2019-10-11  0:29 UTC  (2+ messages)

[PATCH v8] gpio/mpc8xxx: change irq handler from chained to normal
 2019-10-11  0:56 UTC  (2+ messages)

[PATCH v2 00/29] vmlinux.lds.h: Refactor EXCEPTION_TABLE and NOTES
 2019-10-11  0:06 UTC  (15+ messages)
` [PATCH v2 14/29] vmlinux.lds.h: Allow EXCEPTION_TABLE to live in RO_DATA
` [PATCH v2 17/29] alpha: Move EXCEPTION_TABLE to RO_DATA segment
` [PATCH v2 18/29] arm64: "
` [PATCH v2 19/29] c6x: "
` [PATCH v2 20/29] h8300: "
` [PATCH v2 21/29] ia64: "
` [PATCH v2 22/29] microblaze: "
` [PATCH v2 23/29] parisc: "
` [PATCH v2 24/29] powerpc: "
` [PATCH v2 25/29] xtensa: "
` [PATCH v2 26/29] x86/mm: Remove redundant &s on addresses
` [PATCH v2 27/29] x86/mm: Report which part of kernel image is freed
` [PATCH v2 28/29] x86/mm: Report actual image regions in /proc/iomem
` [PATCH v2 29/29] x86: Use INT3 instead of NOP for linker fill bytes

[PATCH next] ipvlan: consolidate TSO flags using NETIF_F_ALL_TSO
 2019-10-11  1:05 UTC  (2+ messages)

[Intel-wired-lan] [net-next v3 0/7] new PTP ioctl fixes
 2019-10-11  1:05 UTC  (10+ messages)
` [Intel-wired-lan] [net-next v3 1/7] ptp: correctly disable flags on old ioctls
    `  "
` [Intel-wired-lan] [net-next v3 2/7] net: reject PTP periodic output requests with unsupported flags
    `  "
` [Intel-wired-lan] [net-next v3 5/7] igb: reject unsupported external timestamp flags

[GIT PULL] EDAC pile for 5.4 -> AMD family 17h, model 70h support
 2019-10-11  1:04 UTC  (13+ messages)

[meta-oe][PATCH] jsonrpc: Disable coverage in default build
 2019-10-11  0:59 UTC  (2+ messages)

[cryptodev:master 65/78] drivers/crypto//hisilicon/sgl.c:168:16: note: in expansion of macro 'cpu_to_le32'
 2019-10-11  0:59 UTC  (3+ messages)

[PATCH v4 4/4] HID: logitech: Support WirelessDeviceStatus connect events
 2019-10-11  0:57 UTC 

[PATCH v4 3/4] HID: logitech: Add feature 0x0001: FeatureSet
 2019-10-11  0:57 UTC 

[PATCH v4 2/4] HID: logitech: Support HID++ devices without short reports
 2019-10-11  0:57 UTC 

[PATCH v4 1/4] HID: logitech: Add MX Mice over Bluetooth
 2019-10-11  0:57 UTC 

[Intel-wired-lan] [PATCH v1] e1000e: Add support for S0ix
 2019-10-11  0:56 UTC  (2+ messages)

[tpm2] list link dead
 2019-10-11  0:55 UTC 

[RFC PATCH 0/3] ACPI, arm64: Backport for ACPI PPTT 6.3 thread flag for stable 4.19.x
 2019-10-11  0:53 UTC  (3+ messages)

[tpm2] [RELEASE] tpm2-tools 3.2.1
 2019-10-11  0:53 UTC 

[PATCH v3 0/8] hw: Convert various reset() handler to DeviceReset
 2019-10-11  0:50 UTC  (4+ messages)
` [PATCH v3 3/8] hw/ide/piix: Convert reset "

linux-next: manual merge of the tip tree with the net tree
 2019-10-11  0:52 UTC 

[PATCHv2 0/6] nvme: double reset prevention
 2019-10-11  0:51 UTC  (7+ messages)
` [PATCHv2 5/6] nvme: Prevent resets during paused states

[PATCH v1] mm: Fix access of uninitialized memmaps in fs/proc/page.c
 2019-10-11  0:50 UTC  (5+ messages)

[PATCH] drm/amdgpu/swSMU: custom UMD pstate peak clock for navi14
 2019-10-11  0:51 UTC 

[PATCH net-next v7 00/17] ethtool netlink interface, part 1
 2019-10-11  0:48 UTC  (2+ messages)

[PATCH v7 0/8] efi/firmware/platform-x86: Add EFI embedded fw support
 2019-10-11  0:47 UTC  (5+ messages)
` [PATCH v7 5/8] Input: silead - Switch to firmware_request_platform for retreiving the fw
` [PATCH v7 6/8] Input: icn8505 "

erofs tree integration testing
 2019-10-11  0:43 UTC  (2+ messages)

linux-next: Fixes tag needs some work in the block tree
 2019-10-11  0:42 UTC  (3+ messages)

[arm-integrator:ixp4xx-test 6/23] drivers/watchdog/ixp4xx_wdt.c:72:37: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2019-10-11  0:42 UTC 

[alsa-devel] Counting links in simple-card
 2019-10-11  0:41 UTC  (5+ messages)

[PATCH ghak90 V7 00/21] audit: implement container identifier
 2019-10-11  0:40 UTC  (13+ messages)
` [PATCH ghak90 V7 14/21] audit: contid check descendancy and nesting
` [PATCH ghak90 V7 15/21] sched: pull task_is_descendant into kernel/sched/core.c
` [PATCH ghak90 V7 16/21] audit: add support for contid set/get by netlink
` [PATCH ghak90 V7 17/21] audit: add support for loginuid/sessionid "
` [PATCH ghak90 V7 18/21] audit: track container nesting

[PATCH for_v23 0/5] x86/vdso: sgx: Bug fixes
 2019-10-11  0:40 UTC  (6+ messages)
` [PATCH for_v23 1/5] x86/vdso: sgx: Fix misaligned stack bug when invoking exit handler
` [PATCH for_v23 2/5] selftests/x86/sgx: Add check to verify exit handler stack alignment
` [PATCH for_v23 3/5] x86/vdso: sgx: Fix unwinder support
` [PATCH for_v23 4/5] x86/vdso: sgx: Reorder params to callback to improve readability
` [PATCH for_v23 5/5] selftests/x86/sgx: Update the callbacks function parameters


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.