All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-09-26 13:22:33 to 2018-09-26 13:55:17 UTC [more...]

[PATCH v3 0/8] add json power policy interface for containers
 2018-09-26 13:54 UTC  (16+ messages)
` [PATCH v4 0/11] "
  ` [PATCH v4 01/11] examples/power: add checks around hypervisor
  ` [PATCH v4 02/11] examples/power: allow for number of vms to be zero
  ` [PATCH v4 03/11] lib/power: add changes for host commands/policies
  ` [PATCH v4 04/11] examples/power: add necessary changes to guest app
  ` [PATCH v4 05/11] examples/power: add host channel to power manager
  ` [PATCH v4 06/11] examples/power: increase allowed number of clients
  ` [PATCH v4 07/11] examples/power: add json string handling
  ` [PATCH v4 08/11] examples/power: clean up verbose messages
  ` [PATCH v4 09/11] examples/power: add meson/ninja build support
  ` [PATCH v4 10/11] doc/vm_power_manager: add JSON interface API info
  ` [PATCH v4 11/11] examples/power: add json example files

[U-Boot] [PATCH v3 00/17] riscv: Add QEMU virt board support
 2018-09-26 13:55 UTC  (13+ messages)
` [U-Boot] [PATCH v3 01/17] riscv: kconfig: Normalize architecture name spelling
` [U-Boot] [PATCH v3 02/17] riscv: Remove setup.h
` [U-Boot] [PATCH v3 03/17] riscv: bootm: Correct the 1st kernel argument to hart id
` [U-Boot] [PATCH v3 04/17] riscv: Remove mach type
` [U-Boot] [PATCH v3 05/17] riscv: cmd: bdinfo: Print the relocation address
` [U-Boot] [PATCH v3 06/17] riscv: Move the linker script to the CPU root directory
` [U-Boot] [PATCH v3 07/17] riscv: Fix coding style issues in the linker script
` [U-Boot] [PATCH v3 08/17] riscv: Explicitly pass -march and -mabi to the compiler
` [U-Boot] [PATCH v3 09/17] riscv: Add a helper routine to print CPU information
` [U-Boot] [PATCH v3 10/17] riscv: Remove CSR read/write defines in encoding.h
` [U-Boot] [PATCH v3 11/17] riscv: bootm: Pass mhartid CSR value to kernel
` [U-Boot] [PATCH v3 12/17] riscv: Make start.S available for all targets

[PATCH 1/4] platform/x86: intel_pmc_core: Show Latency Tolerance info
 2018-09-26 13:53 UTC  (4+ messages)
` [PATCH 3/4] platform/x86: intel_pmc_core: Decode Snoop / Non Snoop LTR

Raise maximum number of memory controllers
 2018-09-26 13:53 UTC  (4+ messages)
  ` [PATCH] "

[PATCH 01/12] drm/amdgpu: add missing error handling
 2018-09-26 13:53 UTC  (12+ messages)
  ` [PATCH 02/12] drm/amdgpu: send IVs to the KFD only after processing them
  ` [PATCH 03/12] drm/amdgpu: remove VM fault_credit handling
  ` [PATCH 04/12] drm/amdgpu: move IV prescreening into the GMC code
  ` [PATCH 05/12] drm/amdgpu: remove IV prescreening
  ` [PATCH 06/12] drm/amdgpu: add IH ring to ih_get_wptr/ih_set_rptr v2
  ` [PATCH 07/12] drm/amdgpu: simplify IH programming
  ` [PATCH 08/12] drm/amdgpu: enable IH ring 1 and ring 2 v2
  ` [PATCH 09/12] drm/amdgpu: add the IH to the IV trace
  ` [PATCH 10/12] drm/amdgpu: add support for processing IH ring 1 & 2
  ` [PATCH 11/12] drm/amdgpu: add support for self irq on Vega10
  ` [PATCH 12/12] drm/amdgpu: disable IH ring 2 WPTR overflow "

[PATCH] drm/i915: Avoid compiler warning for maybe unused gu_misc_iir
 2018-09-26 13:53 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for "

[U-Boot] [PATCH V5 00/32] i.MX: Add i.MX8QXP support
 2018-09-26 13:52 UTC  (33+ messages)
` [U-Boot] [PATCH V5 01/32] dt-bindings: pinctrl: add i.MX8QXP pads definition
` [U-Boot] [PATCH V5 02/32] dt-bindings: clock: dt-bindings: pinctrl: add i.MX8QXP clocks definition
` [U-Boot] [PATCH V5 03/32] dt-bindings: soc: add i.MX8QXP pm and rsrc definition
` [U-Boot] [PATCH V5 04/32] imx8: add scfw macro definition
` [U-Boot] [PATCH V5 05/32] imx: add Kconfig entry for i.MX8QXP
` [U-Boot] [PATCH V5 06/32] arm: build mach-imx for i.MX8
` [U-Boot] [PATCH V5 07/32] arm: global_data: add scu_dev "
` [U-Boot] [PATCH V5 08/32] misc: add i.MX8 misc driver
` [U-Boot] [PATCH V5 09/32] misc: imx8: add scfw api impementation
` [U-Boot] [PATCH V5 10/32] imx: boot_mode: Add FLEXSPI boot entry
` [U-Boot] [PATCH V5 11/32] imx8: add imx-regs header file
` [U-Boot] [PATCH V5 12/32] imx8: pins: include i.MX8QXP pin header when CONFIG_IMX8QXP defined
` [U-Boot] [PATCH V5 13/32] imx: add i.MX8 cpu type
` [U-Boot] [PATCH V5 14/32] armv8: add cpu core helper functions
` [U-Boot] [PATCH V5 15/32] imx8: add basic cpu support
` [U-Boot] [PATCH V5 16/32] imx8: add boot device detection
` [U-Boot] [PATCH V5 17/32] imx8: implement mmc_get_env_dev
` [U-Boot] [PATCH V5 18/32] imx8: add mmu and dram related functiions
` [U-Boot] [PATCH V5 19/32] imx8: add arch_cpu_init arch_cpu_init_dm
` [U-Boot] [PATCH V5 20/32] imx8: add iomux configuration api
` [U-Boot] [PATCH V5 21/32] imx8: add dummy clock
` [U-Boot] [PATCH V5 22/32] gpio: mxc_gpio: add support for i.MX8
` [U-Boot] [PATCH V5 23/32] pinctrl: Add pinctrl driver "
` [U-Boot] [PATCH V5 24/32] power: Add power domain "
` [U-Boot] [PATCH V5 25/32] clk: imx: add clk driver for i.MX8QXP
` [U-Boot] [PATCH V5 26/32] serial_lpuart: Update lpuart driver to support i.MX8
` [U-Boot] [PATCH V5 27/32] serial: lpuart: Enable RX and TX FIFO
` [U-Boot] [PATCH V5 28/32] serial: lpuart: support uclass clk api
` [U-Boot] [PATCH V5 29/32] fsl_esdhc: Update usdhc driver to support i.MX8
` [U-Boot] [PATCH V5 30/32] mmc: fsl_esdhc: add uclass clk support
` [U-Boot] [PATCH V5 31/32] arm: dts: introduce dtsi for i.MX8QXP
` [U-Boot] [PATCH V5 32/32] imx: add i.MX8QXP MEK board support

[PATCH] mesa: Upgrade 18.1.7 -> 18.1.9
 2018-09-26 13:52 UTC 

[PATCH 1/3] perf report: don't try to map ip to invalid map
 2018-09-26 13:52 UTC  (3+ messages)
` [PATCH 2/3] perf report: use the offset address to find inline frames
` [PATCH 3/3] perf report: don't crash on invalid inline debug information

[PATCH 1/3] rtc: ab8500: use rtc_add_group
 2018-09-26  7:40 UTC  (6+ messages)
` [PATCH 2/3] rtc: ab8500: let the core handle range
` [PATCH 3/3] rtc: ab8500: remove useless check

[PATCH v2 1/4] power: supply: core: Introduce one property to present the battery internal resistance
 2018-09-26 13:51 UTC  (3+ messages)
` [PATCH v2 2/4] power: supply: core: Introduce properties to present the battery OCV table

[PATCH v6 0/5] vhost: vhost_user.c code cleanup
 2018-09-26 13:51 UTC  (2+ messages)

[PATCH] arm: support big-endian for the virt architecture
 2018-09-26 13:51 UTC  (2+ messages)

[PATCH 1/3] pinctrl: mcp23s08: fix debugfs entry for mcp23s18 device
 2018-09-26  7:39 UTC  (2+ messages)

[PATCH] bus/pci: fix unexpected resource mapping override
 2018-09-26 13:50 UTC  (2+ messages)

[PATCH v3 00/10] Shared Virtual Addressing for the IOMMU
 2018-09-26 13:50 UTC  (9+ messages)
` [PATCH v3 03/10] iommu/sva: Manage process address spaces

[PATCH 1/1] v4l: Remove support for crop default target in subdev drivers
 2018-09-26  7:38 UTC  (3+ messages)

[PATCH] drm/amdgpu: Fix copy error in uvd_v6/7_0.c
 2018-09-26 13:49 UTC  (3+ messages)

secondary processes and private data
 2018-09-26 13:49 UTC  (3+ messages)

[PATCH] clk: renesas: r7s9210: Add SPI clocks
 2018-09-26 13:47 UTC  (2+ messages)

[PATCH] git.txt: mention mailing list archive
 2018-09-26 13:47 UTC  (4+ messages)

[PATCH 00/30] mm: remove bootmem allocator
 2018-09-26 13:43 UTC  (13+ messages)
` [PATCH 14/30] memblock: add align parameter to memblock_alloc_node()
          ` [OpenRISC] "

Proper convention for naming guest
 2018-09-26 13:31 UTC 

[U-Boot] [PATCH v3 1/6] drivers: Add OSD uclass
 2018-09-26 13:45 UTC  (3+ messages)

[PATCH] net/nfp: fix RSS
 2018-09-26 13:45 UTC 

[PATCH] hid: microsoft: Add rumble support for Xbox One S controller
 2018-09-26 13:45 UTC  (3+ messages)
`  "

[PATCH v11 00/26] guest dedicated crypto adapters
 2018-09-26 13:44 UTC  (7+ messages)
` [PATCH v11 13/26] s390: vfio-ap: zeroize the AP queues
` [PATCH v11 24/26] KVM: s390: device attrs to enable/disable AP interpretation
` [PATCH v11 25/26] KVM: s390: CPU model support for AP virtualization

[PATCH v4 0/9] Introducing remote ODBs
 2018-09-26 13:44 UTC  (7+ messages)
` [PATCH v4 9/9] Documentation/config: add odb.<name>.promisorRemote

[PATCH] ASoC: atmel: add SND_SOC_I2C_AND_SPI dependency
 2018-09-26 13:44 UTC  (4+ messages)

[PATCH v2] amd-iommu: use correct constants in amd_iommu_get_next_table_from_pte()
 2018-09-26 13:44 UTC 

[PATCH v3 1/3] drm/i915/csr: keep firmware name and required version together
 2018-09-26 13:41 UTC  (5+ messages)
` [PATCH v3 2/3] drm/i915/csr: keep max firmware size together with firmare name and version
` [PATCH v3 3/3] drm/i915/csr: bypass firmware request on i915.dmc_firmware_path=""

[PATCH] clocksource: dw_apb: add reset control
 2018-09-26 13:42 UTC  (2+ messages)

[PATCH] reset: socfpga: add an early reset driver for SoCFPGA
 2018-09-26 13:41 UTC  (2+ messages)

[PATCH] drm/amdkfd: Remove the requirement for atomic Ops on vg20
 2018-09-26 13:41 UTC 

[qemu-mainline baseline-only test] 75293: trouble: blocked/broken
 2018-09-26 13:41 UTC 

[PATCH] drm/i915/fbc: Disable fbc with VT-d also with kbl and cfl
 2018-09-26 13:40 UTC  (4+ messages)

[PATCH 0/3] Filter alternate references
 2018-09-26 13:39 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/3] transport.c: introduce core.alternateRefsCommand

[PATCH] MAINTAINERS: Move fsl-dcu driver to drm-misc tree
 2018-09-26 13:39 UTC  (2+ messages)

[PATCH 1/3 v3] resource: fix an error which walks through iomem resources
 2018-09-26 13:36 UTC  (5+ messages)
` [PATCH 0/3] find_next_iomem_res() fixes

[PATCH V5] x86/altp2m: Add a subop for obtaining the mem access of a page
 2018-09-26 13:39 UTC  (6+ messages)

[RESEND PATCH] drm/udl: Replace drm_dev_unref with drm_dev_put
 2018-09-26 13:38 UTC  (2+ messages)

[PATCH] amd-iommu: use correct constants in amd_iommu_get_next_table_from_pte()
 2018-09-26 13:37 UTC  (3+ messages)

[U-Boot] [PATCH v4 1/3] drivers: Add board uclass
 2018-09-26 13:36 UTC  (3+ messages)
` [U-Boot] [PATCH v4 3/3] test: Add tests for "

[Bridge] [PATCH net-next 0/9] net: bridge: convert bool options to bits
 2018-09-26 13:35 UTC  (4+ messages)
` [Bridge] [PATCH net-next 9/9] net: bridge: pack net_bridge better

[U-Boot] [PATCH v3 1/4] core: Add functions to set properties in live-tree
 2018-09-26 13:34 UTC  (3+ messages)

[PATCH] staging: rtl8188eu: fix spelling mistake "transfoer_len" -> "transfer_len"
 2018-09-26 13:34 UTC  (2+ messages)

Some issues I found with KernelShark 1.0 prototype
 2018-09-26  7:22 UTC  (2+ messages)

[PATCH net-next v6 00/23] WireGuard: Secure Network Tunnel
 2018-09-26 13:32 UTC  (5+ messages)
` [PATCH net-next v6 07/23] zinc: ChaCha20 ARM and ARM64 implementations

[PATCH] kni: dynamically allocate memory for each KNI
 2018-09-26 13:31 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] media: smiapp: Remove unused loop
 2018-09-26  7:20 UTC  (2+ messages)

[PATCH 0/2] thp nodereclaim fixes
 2018-09-26 13:30 UTC  (3+ messages)
` [PATCH 2/2] mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpmask

[PATCH] parisc: Remove PTE load and fault check from L2_ptep macro
 2018-09-26 13:29 UTC  (3+ messages)

SDK and out of tree modules
 2018-09-26 13:28 UTC  (3+ messages)
` [PATCH 0/1] kernel-devsrc: fix searching for non-existing
` [PATCH 1/1] kernel-devsrc: fix searching for non-existing manifest files

Poky and meta-ti advice for Beaglebone Black
 2018-09-26 13:28 UTC  (2+ messages)

[PATCH] [PATCH] adwaita-icon-theme:upgrade to 3.30.0
 2018-09-26 13:25 UTC  (2+ messages)

[GIT PULL] firmware: scmi: updates for v4.20
 2018-09-26 13:25 UTC  (3+ messages)

[PATCH] ARM: u300: regulator: add MODULE_LICENSE()
 2018-09-26 13:24 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t 1/1] runner: Avoid null characters in results.json
 2018-09-26 13:24 UTC 

[PATCH] dma-debug: Check for drivers mapping vmalloc addresses
 2018-09-26 13:24 UTC  (4+ messages)

[PATCH 1/2] ARM: omap1: add nand_chip declaration
 2018-09-26 13:24 UTC  (6+ messages)
` [PATCH 2/2] ARM: ixp4xx: include linux/mtd/platnand.h

t7005-editor.sh failure
 2018-09-26 13:23 UTC  (6+ messages)

[PATCH] ARM: dts: sunxi: h3-h5: Add Bananapi M2+ v1.2 device trees
 2018-09-26 13:23 UTC  (2+ messages)

[PATCH] x86/boot: Fix kexec booting failure after SEV early boot support
 2018-09-26 13:18 UTC  (7+ messages)

[tisdk-setup-scripts][PATCH 1/2] create-sdcard: k3: fix boot image error messages
 2018-09-26 13:23 UTC  (2+ messages)
` [tisdk-setup-scripts][PATCH 2/2] create-sdcard: k3: set def_board_name with 3 partitions

Leaking Path in XFS's ioctl interface(missing LSM check)
 2018-09-26 13:23 UTC  (3+ messages)

[PATCH v2 00/22] SMMU enablement for NXP LS1043A and LS1046A
 2018-09-26 13:22 UTC  (30+ messages)
` [PATCH v2 08/22] soc/fsl/qbman_portals: add APIs to retrieve the probing status
` [PATCH v2 09/22] fsl/fman: backup and restore ICID registers
` [PATCH v2 10/22] fsl/fman: add API to get the device behind a fman port
` [PATCH v2 11/22] dpaa_eth: defer probing after qbman
` [PATCH v2 12/22] dpaa_eth: base dma mappings on the fman rx port
` [PATCH v2 13/22] dpaa_eth: fix iova handling for contiguous frames
` [PATCH v2 14/22] dpaa_eth: fix iova handling for sg frames
` [PATCH v2 15/22] dpaa_eth: fix SG frame cleanup
` [PATCH v2 16/22] arm64: dts: ls1046a: add smmu node
` [PATCH v2 17/22] arm64: dts: ls1043a: "
` [PATCH v2 18/22] arm64: dts: ls104xa: set mask to drop TBU ID from StreamID
` [PATCH v2 19/22] arm64: dts: ls104x: add missing dma ranges property
` [PATCH v2 20/22] arm64: dts: ls104x: add iommu-map to pci controllers
` [PATCH v2 21/22] arm64: dts: ls104x: make dma-coherent global to the SoC
` [PATCH v2 22/22] arm64: dts: ls104x: use a pseudo-bus to constrain usb dma size


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.