All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-01-26 09:51:15 to 2021-01-26 10:26:10 UTC [more...]

[PATCH v11 00/13] huge vmalloc mappings
 2021-01-26  6:49 UTC  (5+ messages)
` [PATCH v11 01/13] mm/vmalloc: fix HUGE_VMAP regression by enabling huge pages in vmalloc_to_page
` [PATCH v11 02/13] mm: apply_to_pte_range warn and fail if a large pte is encountered

md_raid: mdX_raid6 looping after sync_action "check" to "idle" transition
 2021-01-26  9:50 UTC  (14+ messages)

[PATCH v7] perf stat: Fix wrong skipping for per-die aggregation
 2021-01-26  0:20 UTC  (7+ messages)

[PATCH v10 00/12] huge vmalloc mappings
 2021-01-26  9:50 UTC  (6+ messages)
` [PATCH v10 11/12] mm/vmalloc: Hugepage "

[PATCH v6 0/7] Add initial support for ATC260x PMICs
 2021-01-26 10:15 UTC  (6+ messages)
` [PATCH v6 3/7] mfd: Add MFD driver "

[PATCH v2 0/1] AMD EPYC: fix schedutil perf regression (freq-invariance)
 2021-01-26 10:05 UTC  (9+ messages)
` [PATCH v2 1/1] x86,sched: On AMD EPYC set freq_max = max_boost in schedutil invariant formula

[PATCH v16 00/11] mm: introduce memfd_secret system call to create "secret" memory areas
 2021-01-26 10:19 UTC  (17+ messages)
` [PATCH v16 06/11] "

[PATCH v7 0/5] Add initial support for ATC260x PMICs
 2021-01-26  9:56 UTC  (3+ messages)
` [PATCH v7 1/5] dt-bindings: input: Add reset-time-sec common property
` [PATCH v7 4/5] input: atc260x: Add onkey driver for ATC260x PMICs

[PATCH] x86/mm: Tracking linear mapping split events since boot
 2021-01-26  1:04 UTC  (5+ messages)

[RFC][PATCH 00/13] [v5] Migrate Pages in lieu of discard
 2021-01-26  0:34 UTC  (7+ messages)
` [RFC][PATCH 01/13] mm/vmscan: restore zone_reclaim_mode ABI
` [RFC][PATCH 02/13] mm/vmscan: move RECLAIM* bits to uapi header
` [RFC][PATCH 08/13] mm/migrate: demote pages during reclaim
` [RFC][PATCH 11/13] mm/vmscan: Consider anonymous pages without swap
` [RFC][PATCH 12/13] mm/vmscan: never demote for memcg reclaim
` [RFC][PATCH 13/13] mm/migrate: new zone_reclaim_mode to enable reclaim migration

[dpdk-dev] [PATCH v4 0/3] aarch64 clang cross compilation
 2021-01-26 10:24 UTC  (4+ messages)
` [dpdk-dev] [PATCH v5 "
  ` [dpdk-dev] [PATCH v5 3/3] doc: add clang to aarch64 cross build guide

[dpdk-dev] [PATCH] vdpa/mlx5: fix configuration mutex cleanup
 2021-01-26 10:22 UTC  (12+ messages)
  ` [dpdk-dev] [dpdk-stable] "

[dpdk-dev] [PATCH v4 00/44] net/virtio: Virtio PMD rework
 2021-01-26 10:16 UTC  (45+ messages)
` [dpdk-dev] [PATCH v4 01/44] bus/vdev: add helper to get vdev from ethdev
` [dpdk-dev] [PATCH v4 02/44] bus/vdev: add driver IOVA VA mode requirement
` [dpdk-dev] [PATCH v4 03/44] net/virtio: fix getting old status on reconnect
` [dpdk-dev] [PATCH v4 04/44] net/virtio: introduce Virtio bus type
` [dpdk-dev] [PATCH v4 05/44] net/virtio: refactor virtio-user device
` [dpdk-dev] [PATCH v4 06/44] net/virtio: introduce PCI device metadata
` [dpdk-dev] [PATCH v4 07/44] net/virtio: move PCI device init in dedicated file
` [dpdk-dev] [PATCH v4 08/44] net/virtio: move PCI specific dev init to PCI ethdev init
` [dpdk-dev] [PATCH v4 09/44] net/virtio: move MSIX detection to PCI ethdev
` [dpdk-dev] [PATCH v4 10/44] net/virtio: force IOVA as VA mode for Virtio-user
` [dpdk-dev] [PATCH v4 11/44] net/virtio: store PCI type in Virtio device metadata
` [dpdk-dev] [PATCH v4 12/44] net/virtio: add callback for device closing
` [dpdk-dev] [PATCH v4 13/44] net/virtio: validate features at bus level
` [dpdk-dev] [PATCH v4 14/44] net/virtio: remove bus type enum
` [dpdk-dev] [PATCH v4 15/44] net/virtio: move PCI-specific fields to PCI device
` [dpdk-dev] [PATCH v4 16/44] net/virtio: pack virtio HW struct
` [dpdk-dev] [PATCH v4 17/44] net/virtio: move legacy IO to Virtio PCI
` [dpdk-dev] [PATCH v4 18/44] net/virtio: introduce generic virtio header
` [dpdk-dev] [PATCH v4 19/44] net/virtio: move features definition to generic header
` [dpdk-dev] [PATCH v4 20/44] net/virtio: move virtqueue defines in "
` [dpdk-dev] [PATCH v4 21/44] net/virtio: move config definitions to "
` [dpdk-dev] [PATCH v4 22/44] net/virtio: make interrupt handling more generic
` [dpdk-dev] [PATCH v4 23/44] net/virtio: move vring alignment to generic header
` [dpdk-dev] [PATCH v4 24/44] net/virtio: remove last PCI refs in non-PCI code
` [dpdk-dev] [PATCH v4 25/44] net/virtio: make Vhost-user request sender consistent
` [dpdk-dev] [PATCH v4 26/44] net/virtio: add Virtio-user ops to set owner
` [dpdk-dev] [PATCH v4 27/44] net/virtio: add Virtio-user features ops
` [dpdk-dev] [PATCH v4 28/44] net/virtio: add Virtio-user protocol "
` [dpdk-dev] [PATCH v4 29/44] net/virtio: add Virtio-user memory tables ops
` [dpdk-dev] [PATCH v4 30/44] net/virtio: add Virtio-user vring setting ops
` [dpdk-dev] [PATCH v4 31/44] net/virtio: add Virtio-user vring file ops
` [dpdk-dev] [PATCH v4 32/44] net/virtio: add Virtio-user vring address ops
` [dpdk-dev] [PATCH v4 33/44] net/virtio: add Virtio-user status ops
` [dpdk-dev] [PATCH v4 34/44] net/virtio: remove useless request ops
` [dpdk-dev] [PATCH v4 35/44] net/virtio: improve Virtio-user errors handling
` [dpdk-dev] [PATCH v4 36/44] net/virtio: move Vhost-user requests to Vhost-user backend
` [dpdk-dev] [PATCH v4 37/44] net/virtio: make server mode blocking
` [dpdk-dev] [PATCH v4 38/44] net/virtio: move protocol features to Vhost-user
` [dpdk-dev] [PATCH v4 39/44] net/virtio: introduce backend data
` [dpdk-dev] [PATCH v4 40/44] net/virtio: move Vhost-user specifics to its backend
` [dpdk-dev] [PATCH v4 41/44] net/virtio: move Vhost-kernel data "
` [dpdk-dev] [PATCH v4 42/44] net/virtio: move Vhost-vDPA "
` [dpdk-dev] [PATCH v4 43/44] net/virtio: improve Vhost-user error logging
` [dpdk-dev] [PATCH v4 44/44] net/virtio: handle Virtio-user setup failure properly

[PATCH v3 0/3] Add MIPI rx DPI support
 2021-01-26 10:18 UTC  (4+ messages)
` [PATCH v3 1/3] dt-bindings:drm/bridge:anx7625:add HDCP support flag and swing reg

[PATCH v4 00/23] powerpc/32: Implement C syscall entry/exit
 2021-01-26 10:21 UTC  (9+ messages)
` [PATCH v4 11/23] powerpc/syscall: Rename syscall_64.c into syscall.c
` [PATCH v4 14/23] powerpc/syscall: Save r3 in regs->orig_r3
` [PATCH v4 19/23] powerpc/syscall: Avoid stack frame in likely part of system_call_exception()
` [PATCH v4 20/23] powerpc/syscall: Do not check unsupported scv vector on PPC32

[PATCH V2 0/4] tools: perf: Add JSON metrics for i.MX8M platforms
 2021-01-26 10:19 UTC  (5+ messages)
` [PATCH V2 4/4] perf vendor events: Add JSON metrics for imx8mp DDR Perf

[PATCH] drivers/power/supply: fix typo
 2021-01-26 10:03 UTC 

[Intel-gfx] [PATCH 00/10] Alderlake-S platform enabling patches
 2021-01-26 10:22 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for Alderlake-S platform enabling patches (rev2)

[Intel-gfx] [PATCH 1/7] drm/i915: setup the LMEM region
 2021-01-26 10:21 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/7] "
` [Intel-gfx] ✗ Fi.CI.SPARSE: "

[Virtio-fs] [PATCH] virtiofsd: prevent opening of special files (CVE-2020-35517)
 2021-01-26 10:18 UTC  (7+ messages)
  `  "

[PATCH V3] pinctrl: mediatek: Fix trigger type setting follow for unexpected interrupt
 2021-01-26  1:22 UTC  (3+ messages)

[PATCH 1/4] ARM: dts: stm32: Add alternate pinmux for ethernet0 pins
 2021-01-26 10:17 UTC  (7+ messages)
` [PATCH 3/4] [RFC] ARM: dts: stm32: Add mux for ETHRX clock

[PATCH v2] target/mips: fetch code with translator_ld
 2021-01-26 10:17 UTC  (2+ messages)

[PATCH v8 0/5] Rework iotests/check
 2021-01-26 10:13 UTC  (7+ messages)
` [PATCH v8 2/5] iotests: add testenv.py

[PATCH] mm/filemap: Adding missing mem_cgroup_uncharge() to __add_to_page_cache_locked()
 2021-01-25 19:32 UTC  (2+ messages)

[PATCH] n_tty: fix redirected_tty_write checks after write_iter conversion
 2021-01-25 19:27 UTC  (2+ messages)

[PATCH v4 0/4] x86/bus_lock: Enable bus lock detection
 2021-01-25 19:27 UTC  (3+ messages)

[PATCH v9 0/6] Rework iotests/check
 2021-01-26 10:11 UTC  (5+ messages)
` [PATCH v9 3/6] iotests: add testenv.py
` [PATCH v9 4/6] iotests: add testrunner.py

[PATCH RFC 0/2] Convert designware-pcie and kirin-pcie to yaml
 2021-01-26 10:13 UTC  (4+ messages)
  ` [PATCH RFC 1/2] dt: pci: designware-pcie.txt: convert it "

[PATCH v3] mhi: use irq_flags if controller driver configures it
 2021-01-26 10:14 UTC  (5+ messages)

[PATCH 1/1] iommu/arm-smmu-v3: add support for BBML
 2021-01-26 10:12 UTC  (6+ messages)

[RFC PATCH v3 00/27] KVM SGX virtualization support
 2021-01-26 10:10 UTC 

[PATCH 1/3] drm/ttm: rework ttm_tt page limit v3
 2021-01-26 10:13 UTC  (2+ messages)

[bug report] platform/surface: Add Surface Aggregator subsystem
 2021-01-26 10:11 UTC  (3+ messages)

[Qemu-devel] [Bug 1796520] [NEW] autogen crashes on qemu-sh4-user after 61dedf2af7
 2021-01-26 10:04 UTC  (2+ messages)
` [Bug 1796520] "

HID: multitouch: Set to high latency mode on suspend
 2021-01-26 10:09 UTC  (2+ messages)

[Intel-gfx] [PATCH 0/1] Add Alderlake-S stolen memory changes
 2021-01-26 10:10 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[PATCH net] stmmac: intel: Configure EHL PSE0 GbE and PSE1 GbE to 32 bits DMA addressing
 2021-01-26 10:08 UTC 

[PATCH 0/3] tracing: Merge irqflags + preempt counter
 2021-01-25 19:03 UTC  (5+ messages)
` [PATCH 1/3] "

[PATCH v3 0/4] hwmon: aspeed2600-pwm-tacho: Add driver support
 2021-01-26 10:05 UTC  (6+ messages)
` [PATCH v3 4/4] hwmon: Support Aspeed AST2600 PWM/Fan tachometer

[PATCH] arm64/smp: Remove unused irq variable in arch_show_interrupts()
 2021-01-26 10:06 UTC  (3+ messages)

[PATCH 4.19 00/58] 4.19.171-rc1 review
 2021-01-25 18:58 UTC  (3+ messages)
` [PATCH 4.19 12/58] dm integrity: select CRYPTO_SKCIPHER

[PATCH 5.10 000/199] 5.10.11-rc1 review
 2021-01-25 18:40 UTC  (41+ messages)
` [PATCH 5.10 122/199] mm: fix initialization of struct page for holes in memory layout
` [PATCH 5.10 125/199] mm: fix numa stats for thp migration
` [PATCH 5.10 126/199] io_uring: iopoll requests should also wake task ->in_idle state
` [PATCH 5.10 127/199] io_uring: fix SQPOLL IORING_OP_CLOSE cancelation state
` [PATCH 5.10 129/199] intel_th: pci: Add Alder Lake-P support
` [PATCH 5.10 130/199] stm class: Fix module init return on allocation failure
` [PATCH 5.10 134/199] usb: gadget: aspeed: fix stop dma register setting
` [PATCH 5.10 135/199] USB: gadget: dummy-hcd: Fix errors in port-reset handling
` [PATCH 5.10 136/199] usb: udc: core: Use lock when write to soft_connect
` [PATCH 5.10 139/199] usb: cdns3: imx: fix cant create core device the second time issue
` [PATCH 5.10 141/199] xhci: tegra: Delay for disabling LFPS detector
` [PATCH 5.10 143/199] driver core: Fix device link device name collision
` [PATCH 5.10 144/199] driver core: Extend device_is_dependent()
` [PATCH 5.10 145/199] drm/i915: s/intel_dp_sink_dpms/intel_dp_set_power/
` [PATCH 5.10 146/199] drm/i915: Only enable DFP 4:4:4->4:2:0 conversion when outputting YCbCr 4:4:4
` [PATCH 5.10 147/199] x86/entry: Fix noinstr fail
` [PATCH 5.10 148/199] x86/cpu/amd: Set __max_die_per_package on AMD
` [PATCH 5.10 149/199] cls_flower: call nla_ok() before nla_next()
` [PATCH 5.10 150/199] netfilter: rpfilter: mask ecn bits before fib lookup
` [PATCH 5.10 152/199] tools: gpio: fix %llu warning in gpio-watch.c
` [PATCH 5.10 157/199] ASoC: SOF: Intel: fix page fault at probe if i915 init fails
` [PATCH 5.10 159/199] net: dsa: mv88e6xxx: also read STU state in mv88e6250_g1_vtu_getnext
` [PATCH 5.10 160/199] selftests/powerpc: Fix exit status of pkey tests
` [PATCH 5.10 162/199] nvme-pci: refactor nvme_unmap_data
` [PATCH 5.10 164/199] cachefiles: Drop superfluous readpages aops NULL check
` [PATCH 5.10 166/199] skbuff: back tiny skbs with kmalloc() in __netdev_alloc_skb() too
` [PATCH 5.10 167/199] kasan: fix unaligned address is unhandled in kasan_remove_zero_shadow
` [PATCH 5.10 168/199] kasan: fix incorrect arguments passing in kasan_add_zero_shadow
` [PATCH 5.10 169/199] tcp: fix TCP socket rehash stats mis-accounting
` [PATCH 5.10 170/199] net_sched: gen_estimator: support large ewma log
` [PATCH 5.10 171/199] udp: mask TOS bits in udp_v4_early_demux()
` [PATCH 5.10 174/199] net_sched: reject silly cell_log in qdisc_get_rtab()
` [PATCH 5.10 175/199] ipv6: set multicast flag on the multicast route
` [PATCH 5.10 176/199] net: mscc: ocelot: allow offloading of bridge on top of LAG
` [PATCH 5.10 177/199] net: Disable NETIF_F_HW_TLS_RX when RXCSUM is disabled
` [PATCH 5.10 178/199] net: dsa: b53: fix an off by one in checking "vlan->vid"
` [PATCH 5.10 182/199] net: core: devlink: use right genl user_ptr when handling port param get/set
` [PATCH 5.10 183/199] pinctrl: qcom: Allow SoCs to specify a GPIO function thats not 0
` [PATCH 5.10 198/199] kernfs: wire up ->splice_read and ->splice_write
` [PATCH 5.10 199/199] interconnect: imx8mq: Use icc_sync_state

[regression -next0117] What is kcompactd and why is he eating 100% of my cpu?
 2021-01-25 18:54 UTC  (10+ messages)

[PATCH] arm: smp: remove unused variable
 2021-01-26 10:04 UTC  (3+ messages)

[PATCH] PCI: dwc: layerscape: convert to builtin_platform_driver()
 2021-01-26 10:02 UTC  (3+ messages)

[dm-devel] [PATCH] libmpathpersist: fix thread safety of default functions
 2021-01-26 10:04 UTC  (2+ messages)

[PATCH v7 00/10] Implement support for external IPT monitoring
 2021-01-26 10:04 UTC  (8+ messages)
` [PATCH v7 01/10] xen+tools: Introduce XEN_SYSCTL_PHYSCAP_vmtrace
` [PATCH v7 04/10] xen/memory: Add a vmtrace_buf resource type

[PATCH] bdev: Do not return EBUSY if bdev discard races with write
 2021-01-26 10:02 UTC  (2+ messages)

[PATCH v2] mmc: sdhci-of-aspeed: Fix kunit-related build error
 2021-01-26  9:57 UTC  (3+ messages)

[PATCH] mmc: aspeed: move kunit test into separate module
 2021-01-26  9:57 UTC  (4+ messages)

[dpdk-dev] [PATCH v1] net/virtio: fix compiling issue for vectorized NEON path
 2021-01-26  9:57 UTC  (2+ messages)
` [dpdk-dev] [PATCH v2] "

[dpdk-dev] [PATCH] event/octeontx2: enhance Tx path cache locality
 2021-01-26  9:57 UTC  (2+ messages)

[PATCH] mmc: brcmstb: Fix sdhci_pltfm_suspend link error
 2021-01-26  9:55 UTC  (3+ messages)

[PATCH] mm: Remove ctor argument from kmem_cache_flags
 2021-01-26  9:57 UTC 

[PATCH v3 0/1] scale loop device lock
 2021-01-26  9:53 UTC  (3+ messages)
` [PATCH v3 1/1] loop: scale loop device by introducing per "

[LTP] [PATCH v1 1/3] syscalls/mallinfo01: Add a basic test for mallinfo
 2021-01-26  9:55 UTC  (3+ messages)
` [LTP] [PATCH v1 2/3] syscalls/mallinfo02: Add a basic test to check use mmap or sbrk
` [LTP] [PATCH v1 3/3] syscalls/mallinfo03: Add an overflow test when setting 2G size

[PATCH RFC v2 00/17] KVM: x86/pmu: Add support to enable Guest PEBS via DS
 2021-01-26  9:51 UTC  (6+ messages)
  ` [PATCH] perf/intel: Remove Perfmon-v4 counter_freezing support

[PATCH v3 00/15] zstd decompression for DomU-s + fallout / consolidation
 2021-01-26  9:54 UTC  (11+ messages)
` [PATCH v3 01/15] gunzip: drop INIT{,DATA} and STATIC
` [PATCH v3 08/15] bunzip: replace INIT
` [PATCH v3 09/15] unlzo: "
` [PATCH v3 10/15] unlzma: "
` [PATCH v3 11/15] unlz4: "
` [PATCH v3 12/15] unxz: replace INIT{,DATA} and STATIC
` [PATCH v3 13/15] unzstd: "
` [PATCH v3 14/15] xen/decompress: drop STATIC and INIT
` [PATCH v3 15/15] unzstd: make helper symbols static

OE-core CVE metrics for master on Sun 24 Jan 2021 07:15:01 AM HST
 2021-01-26  9:54 UTC  (6+ messages)
` [yocto-security] "
        ` [OE-core] "

[PATCH 0/4] drm: rcar-du: Add cubic LUT support
 2021-01-26  9:53 UTC  (3+ messages)
` [PATCH 3/4] drm: Extend color correction to support 3D-CLU

[dpdk-dev] [PATCH] net/i40e: fix register setting for hash enable
 2021-01-26  9:52 UTC 

[PATCH v2 0/2] STM32 USBPHYC ck_usbo_48m clock provider
 2021-01-26  9:49 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: phy: phy-stm32-usbphyc: add #clock-cells required property

Patchwork summary for: linux-renesas-soc
 2021-01-26  9:50 UTC 

[PATCH v5 0/4] VIM3: add support for checking 'Function' button state
 2021-01-26  9:50 UTC  (5+ messages)
  ` [PATCH v5 1/4] dt-bindings: input: adc-keys bindings documentation
  ` [PATCH v5 2/4] button: add a simple Analog to Digital Converter device based button driver
  ` [PATCH v5 3/4] adc: meson-saradc: add support for getting reference voltage value
  ` [PATCH v5 4/4] configs: khadas-vim3(l): enable Function button support


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.