All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-05-19 06:36:21 to 2020-05-19 07:27:23 UTC [more...]

[PATCH rdma-next v2 0/7] Enable asynchronous event FD per object
 2020-05-19  7:27 UTC  (2+ messages)
` [PATCH rdma-next v2 1/7] RDMA/core: Allow the ioctl layer to abort a fully created uobject

[PATCH Kernel v22 0/8] Add UAPIs to support migration for VFIO devices
 2020-05-19  7:11 UTC  (7+ messages)
` [PATCH Kernel v22 5/8] vfio iommu: Implementation of ioctl for dirty pages tracking

[PATCH v3 1/7] powerpc/pmem: Restrict papr_scm to P8 and above
 2020-05-19  5:54 UTC  (4+ messages)
` [PATCH v3 2/7] powerpc/pmem: Add new instructions for persistent storage and sync
` [PATCH v3 3/7] powerpc/pmem: Add flush routines using new pmem store and sync instruction
` [PATCH v3 4/7] libnvdimm/nvdimm/flush: Allow architecture to override the flush barrier

[PATCH v14 0/2] add power control in i2c
 2020-05-19  7:26 UTC  (7+ messages)
` [PATCH v14 1/2] dt-binding: i2c: add bus-supply property
` [PATCH v14 2/2] i2c: core: support bus regulator controlling in adapter

When I use virtual media to install the OS, the CPU usage reaches 100%
 2020-05-19  7:25 UTC 

seccomp feature development
 2020-05-19  7:24 UTC  (4+ messages)

linux-next: manual merge of the rcu tree with the powerpc tree
 2020-05-19  7:23 UTC 

[PATCH 1/1] Documentation: media: Document media bus codes to use on serial busses
 2020-05-19  7:21 UTC 

[PATCH] python3: add pydoc and urllib to core
 2020-05-19  7:22 UTC  (2+ messages)
  ` [OE-core] "

[PATCH] populate_sdk_base: do not overwrite ld.so.conf in nativesdk
 2020-05-19  7:22 UTC  (2+ messages)
` [OE-core] "

[PATCH v10 00/12] Add hypervisor sysfs-like support
 2020-05-19  7:21 UTC  (13+ messages)
` [PATCH v10 01/12] xen/vmx: let opt_ept_ad always reflect the current setting
` [PATCH v10 02/12] xen: add a generic way to include binary files as variables
` [PATCH v10 03/12] docs: add feature document for Xen hypervisor sysfs-like support
` [PATCH v10 04/12] xen: add basic hypervisor filesystem support
` [PATCH v10 05/12] libs: add libxenhypfs
` [PATCH v10 06/12] tools: add xenfs tool
` [PATCH v10 07/12] xen: provide version information in hypfs
` [PATCH v10 08/12] xen: add /buildinfo/config entry to hypervisor filesystem
` [PATCH v10 09/12] xen: add runtime parameter access support to hypfs
` [PATCH v10 10/12] tools/libxl: use libxenhypfs for setting xen runtime parameters
` [PATCH v10 11/12] tools/libxc: remove xc_set_parameters()
` [PATCH v10 12/12] xen: remove XEN_SYSCTL_set_parameter support

[dpdk-dev] [PATCH] vhost: fix dequeue_zero_zopy cannot be enabled
 2020-05-19  7:13 UTC  (5+ messages)
` [dpdk-dev] [PATCH v2] vhost: fix zero-copy "

[PATCH net-next v1] hinic: add support to set and get pause param
 2020-05-18 23:38 UTC 

[PATCH v2 0/5] soundwire: bus_type: add sdw_master_device support
 2020-05-19  7:19 UTC  (5+ messages)

[PATCH 0/2] Fix VMX preemption timer migration
 2020-05-19  7:18 UTC  (3+ messages)
` [PATCH 1/2] KVM: nVMX: "

[Buildroot] [PATCH 0/6] ODB: C++ Object-Relational Mapping (ORM): New packages
 2020-05-19  7:19 UTC  (4+ messages)
` [Buildroot] [PATCH 2/6] package/odb: new package

[PATCH v2] /dev/mem: Revoke mappings when a driver claims the region
 2020-05-19  7:03 UTC 

[PATCH v3] block: make BlockConf.*_size properties 32-bit
 2020-05-19  7:17 UTC  (2+ messages)

[PATCH v4 00/45] Use hugepages to map kernel mem on 8xx
 2020-05-19  5:49 UTC  (24+ messages)
` [PATCH v4 23/45] powerpc/mm: Reduce hugepd size for 8M hugepages "
` [PATCH v4 24/45] powerpc/8xx: Drop CONFIG_8xx_COPYBACK option
` [PATCH v4 25/45] powerpc/8xx: Prepare handlers for _PAGE_HUGE for 512k pages
` [PATCH v4 26/45] powerpc/8xx: Manage 512k huge pages as standard pages
` [PATCH v4 27/45] powerpc/8xx: Only 8M pages are hugepte pages now
` [PATCH v4 28/45] powerpc/8xx: MM_SLICE is not needed anymore
` [PATCH v4 29/45] powerpc/8xx: Move PPC_PIN_TLB options into 8xx Kconfig
` [PATCH v4 30/45] powerpc/8xx: Add function to set pinned TLBs
` [PATCH v4 31/45] powerpc/8xx: Don't set IMMR map anymore at boot
` [PATCH v4 32/45] powerpc/8xx: Always pin TLBs at startup
` [PATCH v4 33/45] powerpc/8xx: Drop special handling of Linear and IMMR mappings in I/D TLB handlers
` [PATCH v4 34/45] powerpc/8xx: Remove now unused TLB miss functions
` [PATCH v4 35/45] powerpc/8xx: Move DTLB perf handling closer
` [PATCH v4 36/45] powerpc/mm: Don't be too strict with _etext alignment on PPC32
` [PATCH v4 37/45] powerpc/8xx: Refactor kernel address boundary comparison
` [PATCH v4 38/45] powerpc/8xx: Add a function to early map kernel via huge pages
` [PATCH v4 39/45] powerpc/8xx: Map IMMR with a huge page
` [PATCH v4 40/45] powerpc/8xx: Map linear memory with huge pages
` [PATCH v4 41/45] powerpc/8xx: Allow STRICT_KERNEL_RwX with pinned TLB
` [PATCH v4 42/45] powerpc/8xx: Allow large TLBs with DEBUG_PAGEALLOC
` [PATCH v4 43/45] powerpc/8xx: Implement dedicated kasan_init_region()
` [PATCH v4 44/45] powerpc/32s: Allow mapping with BATs with DEBUG_PAGEALLOC
` [PATCH v4 45/45] powerpc/32s: Implement dedicated kasan_init_region()

[linux-next:master 7243/9662] sh4-linux-ar: net/netlink/genetlink.o: No such file or directory
 2020-05-19  7:17 UTC  (3+ messages)

[igt-dev] [PATCH i-g-t 1/3] i915/gem_ctx_persistence: Use "%u" for -1u conversion
 2020-05-19  7:17 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,1/3] "

[PATCH 4.19 00/80] 4.19.124-rc1 review
 2020-05-19  7:17 UTC  (3+ messages)
` [PATCH 4.19 01/80] net: dsa: Do not make user port errors fatal

NULL pointer dereference in coredump code
 2020-05-19  7:16 UTC  (2+ messages)

[PATCH v9 00/10] exynos-ufs: Add support for UFS HCI
 2020-05-19  7:16 UTC  (4+ messages)
  ` [PATCH v9 10/10] arm64: dts: Add node for ufs exynos7

[Intel-gfx] [PATCH 01/12] drm/i915: Don't set queue-priority hint when supressing the reschedule
 2020-05-19  7:16 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/12] "
` [Intel-gfx] ✗ Fi.CI.SPARSE: "

[PATCH v2 0/2] Add i2c ac-timing adjust support
 2020-05-19  7:14 UTC  (7+ messages)
` [PATCH v2 2/2] i2c: mediatek: "

[PATCH v1 1/1] drivers: phy: sr-usb: do not use internal fsm for USB2 phy init
 2020-05-19  7:14 UTC  (3+ messages)

[PATCH net-next 0/4] bnxt_en: Add new "enable_hot_fw_reset" generic devlink parameter
 2020-05-19  7:13 UTC  (5+ messages)

[PATCH 0/3] xfs: fix stale disk exposure after crash
 2020-05-19  7:13 UTC  (3+ messages)
` [PATCH 2/3] xfs: don't fail unwritten extent conversion on writeback due to edquot

[PATCH 1/7] Redirect grep's stderr top null too
 2020-05-19  7:13 UTC  (7+ messages)
        ` [PATCH] t5703: replace "grep -a" usage by perl

modprobing 'vidtv' doesn't really do anything
 2020-05-19  7:13 UTC  (2+ messages)
  ` [Linux-kernel-mentees] "

linux-next: build warning after merge of the tip tree
 2020-05-19  7:12 UTC  (2+ messages)

[PATCH v1 0/4] Optimize fw_devlink parsing
 2020-05-19  7:11 UTC  (5+ messages)
  ` [PATCH v1 4/4] of: platform: Batch fwnode parsing when adding all top level devices

[PATCH 0/2] optee: register drivers on optee bus
 2020-05-19  7:09 UTC  (4+ messages)
` [PATCH 2/2] tpm_ftpm_tee: register driver on tee bus

[PATCH] iommu: Implement deferred domain attachment
 2020-05-19  7:09 UTC  (9+ messages)

[PATCH v2 1/5] powerpc/pmem: Add new instructions for persistent storage and sync
 2020-05-19  7:09 UTC  (5+ messages)
` [PATCH v2 3/5] libnvdimm/nvdimm/flush: Allow architecture to override the flush barrier

pull request: iwlwifi firmware updates 2020-05-19
 2020-05-19  7:06 UTC 

[PATCH v2 00/11] Patches for ui/gtk and ui/sdl
 2020-05-19  7:03 UTC  (5+ messages)
` [PATCH v2 02/11] ui/gtk: fix handling of AltGr key on Windows
` [PATCH v2 06/11] ui/sdl2: "

[PATCH v11 00/18] RISC-V SiFive FU540 support SPL
 2020-05-19  7:03 UTC  (19+ messages)
` [PATCH v11 01/18] misc: add driver for the SiFive otp controller
` [PATCH v11 02/18] riscv: sifive: fu540: Use OTP DM driver for serial environment variable
` [PATCH v11 03/18] riscv: Add _image_binary_end for SPL
` [PATCH v11 04/18] lib: Makefile: build crc7.c when CONFIG_MMC_SPI
` [PATCH v11 05/18] riscv: sifive: dts: fu540: Add board -u-boot.dtsi files
` [PATCH v11 06/18] sifive: fu540: add ddr driver
` [PATCH v11 07/18] sifive: dts: fu540: Add DDR controller and phy register settings
` [PATCH v11 08/18] riscv: sifive: dts: fu540: add U-Boot dmc node
` [PATCH v11 09/18] clk: sifive: fu540-prci: Add clock enable and disable ops
` [PATCH v11 10/18] clk: sifive: fu540-prci: Add ddr clock initialization
` [PATCH v11 11/18] clk: sifive: fu540-prci: Release ethernet clock reset
` [PATCH v11 12/18] riscv: dts: sifive: Sync hifive-unleashed-a00 dts from linux
` [PATCH v11 13/18] riscv: cpu: fu540: Add support for cpu fu540
` [PATCH v11 14/18] riscv: sifive: fu540: add SPL configuration
` [PATCH v11 15/18] sifive: fu540: Add sample SD gpt partition layout
` [PATCH v11 16/18] sifive: fu540: Add U-Boot proper sector start
` [PATCH v11 17/18] configs: fu540: Add config options for U-Boot SPL
` [PATCH v11 18/18] doc: sifive: fu540: Add description for OpenSBI generic platform

[PATCH] xfs_repair: fix progress reporting
 2020-05-19  7:03 UTC  (3+ messages)
` [PATCH V2] "

[GIT PULL] pinctrl: samsung: Stuff for v5.8
 2020-05-19  7:02 UTC  (2+ messages)

[libvirt test] 150237: regressions - FAIL
 2020-05-19  7:01 UTC 

[PATCH bpf-next] selftest/bpf: make bpf_iter selftest compilable against old vmlinux.h
 2020-05-19  7:01 UTC  (3+ messages)

[GIT PULL] soc/memory: samsung: Drivers update for v5.8
 2020-05-19  7:01 UTC 

[RESEND PATCH 0/3] Convert mtk-dpi to drm_bridge API
 2020-05-18 17:39 UTC  (4+ messages)
` [RESEND PATCH 1/3] drm/mediatek: mtk_dpi: Rename bridge to next_bridge
` [RESEND PATCH 2/3] drm/mediatek: mtk_dpi: Convert to bridge driver
` [RESEND PATCH 3/3] drm/mediatek: mtk_dpi: Use simple encoder

[PATCH V3 00/15] Remove duplicated kmap code
 2020-05-19  2:50 UTC  (8+ messages)
` [PATCH V3 07/15] arch/kunmap_atomic: Consolidate duplicate code

[v4] dt-bindings: msm: disp: add yaml schemas for DPU and DSI bindings
 2020-05-19  6:07 UTC 

[PATCH] drm/exynos: Remove dev_err() on platform_get_irq() failure
 2020-05-18 17:27 UTC 

Graphic card that needs boot parameter
 2020-05-19  5:22 UTC 

[PATCH v4 0/8] Enable ili9341 and l3gd20 on stm32f429-disco
 2020-05-18 11:09 UTC  (9+ messages)
` [PATCH v4 1/8] ARM: dts: stm32: Add dma config for spi5
` [PATCH v4 2/8] ARM: dts: stm32: enable l3gd20 on stm32429-disco board
` [PATCH v4 3/8] spi: stm32: Add 'SPI_SIMPLEX_RX', 'SPI_3WIRE_RX' support for stm32f4
` [PATCH v4 4/8] ARM: dts: stm32: Add pin map for ltdc on stm32f429-disco board
` [PATCH v4 5/8] dt-bindings: display: panel: Add ilitek ili9341 panel bindings
` [PATCH v4 6/8] ARM: dts: stm32: enable ltdc binding with ili9341 on stm32429-disco board
` [PATCH v4 7/8] clk: stm32: Fix stm32f429's ltdc driver hang in set clock rate
` [PATCH v4 8/8] drm/panel: Add ilitek ili9341 panel driver

[PATCH] drm: rcar-du: Fix build error
 2020-05-18 20:16 UTC 

[PATCH] drm/mediatek: Delete not used of_device_get_match_data
 2020-05-18 17:44 UTC  (2+ messages)

[PATCH] drm/i915/gvt: Use ARRAY_SIZE for vgpu_types
 2020-05-18 15:03 UTC 

[PATCH 01/12] dt-bindings: display: Convert ingenic,lcd.txt to YAML
 2020-05-18 11:26 UTC  (4+ messages)
` [PATCH 11/12] gpu/drm: Ingenic: Add support for the IPU

[PATCH] drm/msm/a6xx: don't try to set GPU frequency when GMU is suspended
 2020-05-19  3:07 UTC 

[PATCH] Lenovo X13 Yoga OLED panel brightness fix. Add another panel that needs the edid quirk to the list so that brightness control works correctly. Fixes issue seen on Lenovo X13 Yoga with OLED panel
 2020-05-19  2:56 UTC 

[PATCH] drm/amdkfd: Fix boolreturn.cocci warnings
 2020-05-18 16:23 UTC 

[dpdk-dev] incorrect vlan_tci in rte mbuf
 2020-05-19  7:00 UTC  (4+ messages)

[PATCH] arm: mach-k3: Enable dcache in SPL
 2020-05-19  7:00 UTC  (4+ messages)

[virtio-comment] [PATCH 0/3] virtio-spec: Add virtio-mem device specification
 2020-05-19  6:58 UTC  (5+ messages)
` [virtio-comment] [PATCH 1/3] conformance: make driver conformance list easier to read and maintain
` [virtio-comment] [PATCH 2/3] conformance: Reference RPMB Driver Conformance

[PATCH v2 0/3] iio: magnetometer: ak8975: Add gpio reset support
 2020-05-19  6:57 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: iio: magnetometer: ak8975: convert txt format to yaml
` [PATCH v2 2/3] dt-bindings: iio: magnetometer: ak8975: add gpio reset support
` [PATCH v2 3/3] iio: magnetometer: ak8975: Add "

[PATCH 1/3] drm/tilcdc: fix leak & null ref in panel_connector_get_modes
 2020-05-19  6:57 UTC  (3+ messages)

[RFC PATCH 0/8] Qualcomm Cloud AI 100 driver
 2020-05-19  6:57 UTC  (2+ messages)

[PATCH] ath11k: Fix some resource leaks in error path in 'ath11k_thermal_register()'
 2020-05-19  6:56 UTC  (4+ messages)

linux-next: Tree for May 18
 2020-05-19  6:55 UTC  (3+ messages)
` linux-next: Tree for May 18 (drivers/infiniband/ulp/rtrs/rtrs-clt.c)

[PATCH] xfstests: add test for xfs_repair progress reporting
 2020-05-19  6:55 UTC 

[virtio-comment] [PATCH v2 0/3] virtio-spec: Add documentation for recently added balloon features
 2020-05-19  6:54 UTC  (5+ messages)
` [virtio-comment] [PATCH v2 1/3] content: Document balloon feature free page hints

arm64/for-kernelci boot: 26 boots: 0 failed, 26 passed (v5.7-rc6-124-g96bc42ff0a82)
 2020-05-19  6:53 UTC 

arm64/for-kernelci baseline: 24 runs, 1 regressions (v5.7-rc6-124-g96bc42ff0a82)
 2020-05-19  6:53 UTC 

[PATCH 0/6] cpuidle: Make cpuidle governor switchable to be the default behaviour
 2020-05-19  6:53 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/vboot-utils: fix -fno-common build failure
 2020-05-19  6:53 UTC 

[PATCH] media: v4l2-ctrls: add encoder skip frames control
 2020-05-19  6:53 UTC  (2+ messages)

回覆: CLEVO uses the model name and SSID list of Realtek audio CODEC ALC1220
 2020-05-19  6:50 UTC  (3+ messages)
      ` 回覆: "

[PATCH v2 0/3] dtc: checks: Validate interrupt-map properties
 2020-05-19  6:52 UTC  (3+ messages)
` [PATCH v2 1/3] checks: Add interrupt provider test

[LTP] [PATCH v2 1/2] tst_test.sh: Fix calling not yet loaded cleanup function
 2020-05-19  6:52 UTC  (2+ messages)
` [LTP] [PATCH v2 2/2] tst_test.sh: Warn about setup/cleanup function not loaded

[PATCH] ALSA: hda/realtek - Add more fixup entries for Clevo machines
 2020-05-19  6:50 UTC 

[PATCH not-for-merge 0/5] Instrumentation for "Fixes around device realization"
 2020-05-19  6:50 UTC  (6+ messages)
` [PATCH not-for-merge 2/5] qom: Make "info qom-tree" show children sorted

[igt-dev] [PATCH i-g-t] tests/kms_content_protection: CP cleanup exit handler
 2020-05-19  6:50 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "

[PATCH 0/3] arm64: perf: Add support for Perf NMI interrupts
 2020-05-19  6:48 UTC  (10+ messages)

phosphor-bittware repository
 2020-05-19  6:47 UTC 

[PATCH] i2c: reword explanation about atomic transfers
 2020-05-19  6:47 UTC  (2+ messages)

[zen-kernel-zen-kernel:5.6/zen-sauce 2/26] arch/um/include/asm/uaccess.h:17:29: error: comparison of unsigned expression >= 0 is always true
 2020-05-19  6:47 UTC 

[PATCH v4 0/9] Prereqs for HiKey960 USB support
 2020-05-19  6:46 UTC  (16+ messages)
` [PATCH v4 3/9] usb: dwc3: Increase timeout for CmdAct cleared by device controller

[PATCH] media: v4l2-ctrls: Add encoded frame quality controls
 2020-05-19  6:45 UTC  (3+ messages)

..gCompliment
 2020-05-19  6:45 UTC 

[LTP] [PATCH 1/2] tst_test.sh: Fix calling not yet loaded cleanup function
 2020-05-19  6:44 UTC  (7+ messages)
` [LTP] [PATCH 2/2] tst_test.sh: Warn about setup/cleanup function not loaded

[dpdk-dev] [PATCH v4 00/13]NXP DPAAx: move internal symbols to INTERNAL
 2020-05-19  6:44 UTC  (5+ messages)
` [dpdk-dev] [PATCH v8 00/13] NXP "
  ` [dpdk-dev] [PATCH v8 01/13] common/dpaax: move internal symbols into INTERNAL section

[PATCH 0/5] tf-a recipe improvements and new recipes for SCP and firmware image for Juno
 2020-05-19  6:40 UTC  (5+ messages)
` [PATCH 2/5] trusted-firmware-a: Deliver binaries artefacts to sysroot/firmware
  ` [meta-arm] "

[PULL REQUEST] i2c for v5.8
 2020-05-19  6:40 UTC  (2+ messages)

inode iterator cleanups
 2020-05-19  6:40 UTC  (3+ messages)

[PATCH] mkfs: simplify the configured sector sizes setting in validate_sectorsize
 2020-05-19  6:38 UTC 

[RFC] arm64: Enable perf events based hard lockup detector
 2020-05-19  6:36 UTC  (4+ messages)

[PATCH 00/24] Fixes around device realization
 2020-05-19  6:35 UTC  (5+ messages)
` [PATCH 18/24] display/sm501 display/ati: Fix to realize "i2c-ddc"

[PATCH 0/2] Default to cachable mappings for GEM SHMEM
 2020-05-19  6:36 UTC  (4+ messages)
` [PATCH 2/2] drm/udl: Use GEM vmap/mmap function from SHMEM helpers


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.