All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-06-22 07:46:13 to 2020-06-22 08:26:52 UTC [more...]

[PATCH v2 0/3] mm/shuffle: fix and cleanups
 2020-06-22  8:26 UTC  (3+ messages)
` [PATCH v2 1/3] mm/shuffle: don't move pages between zones and don't read garbage memmaps

[PATCH] netfiler: ipset: fix unaligned atomic access
 2020-06-22  8:26 UTC  (2+ messages)

[PATCH] ppc/pnv: Silence missing BMC warning with qtest
 2020-06-22  8:24 UTC  (5+ messages)

[PATCH] arm64: dts: ls1028a: Add DSPI nodes
 2020-06-22  8:19 UTC 

[dpdk-dev] [PATCH v4 0/2] ethdev: minor bugfixes
 2020-06-22  8:24 UTC  (4+ messages)
` [dpdk-dev] [PATCH v4 1/2] ethdev: fix data room size verification in Rx queue setup
` [dpdk-dev] [PATCH v4 2/2] ethdev: fix VLAN offloads set if no relative capabilities

[dpdk-dev] small error in rte_eth_bond_api.c
 2020-06-19 18:12 UTC 

Wireguard over VPN broken on windows
 2020-06-22  8:23 UTC  (2+ messages)

Memory leak in transfer_memory_block()?
 2020-06-22  8:23 UTC  (3+ messages)

[PATCH 1/2] arm64: dts: lx2160a: add dspi controller DT nodes
 2020-06-22  8:17 UTC  (2+ messages)
` [PATCH 2/2] arm64: dts: lx2160a: add DT node for all DSPI controller

[RFC] power: supply: bq27xxx_battery: Fix polling interval after re-bind
 2020-06-22  8:22 UTC  (7+ messages)

[PATCH 0/3] sched, arch_topology: Thermal pressure configuration cleanup
 2020-06-22  8:22 UTC  (5+ messages)
` [PATCH 1/3] thermal/cpu-cooling, sched/core: Cleanup thermal pressure definition

[PATCH] .travis.yml: Build acceptance tests with -O2 compiler optimization
 2020-06-22  8:21 UTC  (5+ messages)

[PATCH ipsec-next 00/10] xfrm: support ipip and ipv6 tunnels in vti and xfrmi
 2020-06-22  8:30 UTC  (8+ messages)
` [PATCH ipsec-next 01/10] xfrm: add is_ipip to struct xfrm_input_afinfo
  ` [PATCH ipsec-next 02/10] tunnel4: add cb_handler to struct xfrm_tunnel
    ` [PATCH ipsec-next 03/10] tunnel6: add tunnel6_input_afinfo for ipip and ipv6 tunnels

[PATCH v1] software node: Use software_node_unregister() when unregistering group of nodes
 2020-06-22  8:21 UTC 

[net-next PATCH v2 0/3] ACPI support for xgmac_mdio drivers
 2020-06-22  8:19 UTC  (4+ messages)
` [net-next PATCH v2 1/3] net: phy: Allow mdio buses to auto-probe c45 devices
` [net-next PATCH v2 2/3] net/fsl: acpize xgmac_mdio
` [net-next PATCH v2 3/3] net/fsl: enable extended scanning in xgmac_mdio

Memory leak in spapr_machine_init()?
 2020-06-22  8:19 UTC  (3+ messages)

[PATCH 0/4] arm64/x86: KVM: Introduce KVM_CAP_STEAL_TIME
 2020-06-22  8:20 UTC  (6+ messages)
` [PATCH 2/4] arm64/x86: KVM: Introduce steal time cap

[tip: sched/urgent] sched: Fix RANDSTRUCT build fail
 2020-06-22  8:18 UTC  (6+ messages)

[RFC PATCH 02/10] dt-bindings: Add vendor prefix for Netronix, Inc
 2020-06-22  8:18 UTC  (4+ messages)
` [RFC PATCH 06/10] pwm: ntxec: Add driver for PWM function in Netronix EC

[PATCH] ASoC: wm_adsp: Add controls for calibration and diagnostic FW
 2020-06-22  8:17 UTC  (2+ messages)

[PATCH v6 0/5] DDR/L3 Scaling support on SDM845 and SC7180 SoCs
 2020-06-22  8:16 UTC  (6+ messages)
` [PATCH v6 1/5] cpufreq: blacklist SDM845 in cpufreq-dt-platdev
` [PATCH v6 2/5] cpufreq: blacklist SC7180 "
` [PATCH v6 3/5] OPP: Add and export helper to set bandwidth
` [PATCH v6 4/5] cpufreq: qcom: Update the bandwidth levels on frequency change
` [PATCH v6 5/5] cpufreq: qcom: Disable fast switch when scaling DDR/L3

[ANNOUNCE] WireGuard Merged Into OpenBSD
 2020-06-21 22:05 UTC  (2+ messages)

Issue with microk8s and wireguard
 2020-06-20 22:37 UTC 

[PATCH 00/30] xfs: rework inode flushing to make inode reclaim fully asynchronous
 2020-06-22  8:16 UTC  (31+ messages)
` [PATCH 01/30] xfs: Don't allow logging of XFS_ISTALE inodes
` [PATCH 02/30] xfs: remove logged flag from inode log item
` [PATCH 03/30] xfs: add an inode item lock
` [PATCH 04/30] xfs: mark inode buffers in cache
` [PATCH 05/30] xfs: mark dquot "
` [PATCH 06/30] xfs: mark log recovery buffers for completion
` [PATCH 07/30] xfs: call xfs_buf_iodone directly
` [PATCH 08/30] xfs: clean up whacky buffer log item list reinit
` [PATCH 09/30] xfs: make inode IO completion buffer centric
` [PATCH 10/30] xfs: use direct calls for dquot IO completion
` [PATCH 11/30] xfs: clean up the buffer iodone callback functions
` [PATCH 12/30] xfs: get rid of log item callbacks
` [PATCH 13/30] xfs: handle buffer log item IO errors directly
` [PATCH 14/30] xfs: unwind log item error flagging
` [PATCH 15/30] xfs: move xfs_clear_li_failed out of xfs_ail_delete_one()
` [PATCH 16/30] xfs: pin inode backing buffer to the inode log item
` [PATCH 17/30] xfs: make inode reclaim almost non-blocking
` [PATCH 18/30] xfs: remove IO submission from xfs_reclaim_inode()
` [PATCH 19/30] xfs: allow multiple reclaimers per AG
` [PATCH 20/30] xfs: don't block inode reclaim on the ILOCK
` [PATCH 21/30] xfs: remove SYNC_TRYLOCK from inode reclaim
` [PATCH 22/30] xfs: remove SYNC_WAIT from xfs_reclaim_inodes()
` [PATCH 23/30] xfs: clean up inode reclaim comments
` [PATCH 24/30] xfs: rework stale inodes in xfs_ifree_cluster
` [PATCH 25/30] xfs: attach inodes to the cluster buffer when dirtied
` [PATCH 26/30] xfs: xfs_iflush() is no longer necessary
` [PATCH 27/30] xfs: rename xfs_iflush_int()
` [PATCH 28/30] xfs: rework xfs_iflush_cluster() dirty inode iteration
` [PATCH 29/30] xfs: factor xfs_iflush_done
` [PATCH 30/30] xfs: remove xfs_inobp_check()

[RESEND][Patch v4] net: pfe_eth: Use spi_flash_read API to access flash memory
 2020-06-22  8:14 UTC  (7+ messages)
  ` [EXT] "

[PATCH v2 0/2] A pair of HMAT docs fixes
 2020-06-22  8:12 UTC  (5+ messages)
` [PATCH v2 2/2] qemu-options.hx: Document hmat-lb and hmat-cache order

[PATCH v2 0/8] Add support for Sony SDM630-based boards
 2020-06-22  8:09 UTC  (13+ messages)
` [PATCH v2 1/8] pinctrl: qcom: spmi-gpio: Add pm660(l) compatibility
` [PATCH v2 2/8] Documentation: Document pm660(l) SPMI GPIOs compatible
` [PATCH v2 3/8] soc: qcom: socinfo: Add socinfo entry for SDM630
` [PATCH v2 4/8] clk: qcom: smd: Add support for SDM660 rpm clocks
` [PATCH v2 5/8] arm64: dts: qcom: pm660(l): Add base dts files
` [PATCH v2 6/8] arm64: dts: qcom: sdm630: Add sdm630 dts file
` [PATCH v2 7/8] arm64: dts: qcom: Add support for Sony Xperia XA2/Plus/Ultra (Nile platform)
` [PATCH v2 8/8] arm64: dts: qcom: Add support for Sony Xperia 10/10 Plus (Ganges platform)

[PATCH 00/11] Add CMU/RMU/DMA support for Actions Semi S500 SoCs
 2020-06-22  8:12 UTC  (3+ messages)
` [PATCH 09/11] clk: actions: Add Actions S500 SoC Reset Management Unit support

[dm-crypt] [RFC PATCH 0/1] dm-crypt excessive overhead
 2020-06-22  8:08 UTC  (8+ messages)
  ` [dm-crypt] [dm-devel] "
      `  "
        `  "

[GIT PULL FOR v5.9] cec fixes
 2020-06-22  8:14 UTC  (2+ messages)
` [GIT PULL FOR v5.9] cec fixes (#64793)

[virtio-dev] [PATCH 0/2] virtio-balloon: Free page hinting clean-ups
 2020-06-22  8:10 UTC  (4+ messages)
` [virtio-dev] [PATCH 1/2] virtio-balloon: Prevent guest from starting a report when we didn't request one
  `  "
    ` [virtio-dev] "

[PATCH v4 0/2] dtc: Improve checks for i2c reg properties
 2020-06-22  7:53 UTC  (3+ messages)

Linux 5.7.5
 2020-06-22  8:08 UTC  (2+ messages)

[PATCH v2 1/3] mfd: core: Make a best effort attempt to match devices with the correct of_nodes
 2020-06-22  8:09 UTC  (2+ messages)

Linux 5.4.48
 2020-06-22  8:08 UTC  (2+ messages)

Linux 4.19.129
 2020-06-22  8:08 UTC  (2+ messages)

Linux 4.14.185
 2020-06-22  8:08 UTC  (2+ messages)

Linux 4.9.228
 2020-06-22  8:08 UTC  (2+ messages)

Advice about the linux kernel development process
 2020-06-22  8:07 UTC  (2+ messages)

Linux 4.4.228
 2020-06-22  8:08 UTC  (2+ messages)

[PATCH v4 0/5] Add support for PinePhone LCD panel
 2020-06-22  8:08 UTC  (6+ messages)
` [PATCH v4 3/5] drm: panel: Add Xingbangda XBD599 panel (ST7703 controller)

[PATCH v2 0/5] KVM/arm64: Enable PtrAuth on non-VHE KVM
 2020-06-22  8:06 UTC  (12+ messages)
` [PATCH v2 1/5] KVM: arm64: Enable Address Authentication at EL2 if available
` [PATCH v2 2/5] KVM: arm64: Allow ARM64_PTR_AUTH when ARM64_VHE=n
` [PATCH v2 3/5] KVM: arm64: Allow PtrAuth to be enabled from userspace on non-VHE systems
` [PATCH v2 4/5] KVM: arm64: Check HCR_EL2 instead of shadow copy to swap PtrAuth registers
` [PATCH v2 5/5] KVM: arm64: Simplify PtrAuth alternative patching

[PATCH v4 0/9] pc-bios: s390x: Cleanup part 1
 2020-06-22  8:06 UTC  (8+ messages)
` [PATCH v4 2/9] pc-bios: s390x: Consolidate timing functions into time.h
` [PATCH v4 3/9] pc-bios: s390x: Move sleep and yield to helper.h
` [PATCH v4 5/9] pc-bios: s390x: Rename and use PSW_MASK_ZMODE constant
` [PATCH v4 6/9] pc-bios: s390x: Use PSW masks where possible and introduce PSW_MASK_SHORT_ADDR
` [PATCH v4 7/9] pc-bios: s390x: Move panic() into header and add infinite loop
` [PATCH v4 8/9] pc-bios: s390x: Use ebcdic2ascii table

[PATCH v2 00/17] efi_loader: add capsule update support
 2020-06-22  8:06 UTC  (10+ messages)
` [PATCH v2 11/17] efi_loader: add firmware management protocol for FIT image
` [PATCH v2 13/17] efi_loader: add firmware management protocol for raw image

[dpdk-dev] [PATCH v1 0/4] vhost: improve ready state
 2020-06-22  8:06 UTC  (13+ messages)
` [dpdk-dev] [PATCH v1 1/4] vhost: support host notifier queue configuration
` [dpdk-dev] [PATCH v1 3/4] vhost: improve device ready definition

[PATCH v2] hmp: Make json format optional for qom-set
 2020-06-22  8:05 UTC  (4+ messages)

[PATCH v1 1/3] iio:adc:ltc2471: add match table for existing devices
 2020-06-22  8:05 UTC  (4+ messages)
` [PATCH v1 3/3] iio:adc:ltc2471: add dt binding yaml

[PATCH v3 00/11] Record/replay acceptance tests
 2020-06-22  8:03 UTC  (6+ messages)
` [PATCH v3 11/11] tests/acceptance: Linux boot test for record/replay

[Bug 208267] New: usbip broken with latest kernels?
 2020-06-22  8:04 UTC  (4+ messages)
` [Bug 208267] "

[Cocci] [PATCH] scripts: add dummy report mode to add_namespace.cocci
 2020-06-22  8:03 UTC  (5+ messages)
      `  "

[RFC PATCH v1 0/2] rk3318 A95X Z2 board
 2020-06-22  8:01 UTC  (3+ messages)

Patchwork summary for: linux-renesas-soc
 2020-06-22  8:00 UTC 

[PATCH] dt-bindings: usb: renesas,usb-xhci: convert to YAML
 2020-06-22  8:00 UTC  (5+ messages)

[PATCH v2 0/4] hwspinlock: qcom: Allow dropping the intermediate TCSR mutex syscon
 2020-06-22  7:59 UTC  (5+ messages)
` [PATCH v2 1/4] dt-bindings: hwlock: qcom: Migrate binding to YAML
` [PATCH v2 2/4] dt-bindings: hwlock: qcom: Allow device on mmio bus
` [PATCH v2 3/4] hwspinlock: qcom: Allow mmio usage in addition to syscon
` [PATCH v2 4/4] arm64: dts: qcom: sm8250: Drop tcsr_mutex syscon

linux-next: Signed-off-by missing for commit in the hid tree
 2020-06-22  7:59 UTC  (2+ messages)

[PATCH 1/3] drm: uapi: Use SPDX in DRM core uAPI headers
 2020-06-22  7:58 UTC  (3+ messages)
` [PATCH 2/3] drm: uapi: Use SPDX in DRM drivers "

[PATCH v2] soc: amlogic: meson-gx-socinfo: Fix S905X3 and S905D3 ID's
 2020-06-22  7:58 UTC  (2+ messages)

[patch] New mode DM-Verity error handling
 2020-06-22  7:58 UTC  (5+ messages)
  `  "
    ` [dm-devel] "

[PATCH RESEND v1] drm/meson: viu: fix setting the OSD burst length in VIU_OSD1_FIFO_CTRL_STAT
 2020-06-22  7:58 UTC  (3+ messages)

[fuse-devel] 512 byte aligned write + O_DIRECT for xfstests
 2020-06-22  7:57 UTC  (3+ messages)

[PATCH v3 00/15] acpi/pwm/i915: Convert pwm-crc and i915 driver's PWM code to use the atomic PWM API
 2020-06-22  7:57 UTC  (7+ messages)
` [PATCH v3 09/15] pwm: crc: Enable/disable PWM output on enable/disable
` [PATCH v3 11/15] pwm: crc: Implement get_state() method

[dpdk-dev] [PATCH v7 1/9] eal: move OS common functions to single file
 2020-06-22  7:55 UTC  (11+ messages)
` [dpdk-dev] [PATCH v8 0/9] Windows bus/pci support
  ` [dpdk-dev] [PATCH v8 1/9] eal: move OS common functions to single file
  ` [dpdk-dev] [PATCH v8 2/9] pci: use OS generic memory mapping functions
  ` [dpdk-dev] [PATCH v8 3/9] pci: build on Windows
  ` [dpdk-dev] [PATCH v8 4/9] pci: fix format warning "
  ` [dpdk-dev] [PATCH v8 5/9] drivers: ignore pmdinfogen generation for Windows
  ` [dpdk-dev] [PATCH v8 6/9] drivers: fix incorrect meson import folder "
  ` [dpdk-dev] [PATCH v8 7/9] bus/pci: introduce Windows support with stubs
  ` [dpdk-dev] [PATCH v8 8/9] bus/pci: support Windows with bifurcated drivers
  ` [dpdk-dev] [PATCH v8 9/9] build: generate version.map file for MinGW on Windows

[PATCH v2] arm64: dts: amlogic: Add the Ethernet "timing-adjustment" clock
 2020-06-22  7:56 UTC  (2+ messages)

[PATCH v2 net-next 0/2] devlink: Add board.serial_number field to info_get cb
 2020-06-22  7:56 UTC  (3+ messages)
` [PATCH v2 net-next 2/2] bnxt_en: "

[PATCH 0/3] ARM: dts: wire up the power domains on Meson8/8b/8m2
 2020-06-22  7:56 UTC  (2+ messages)

[PATCH] arm64: dts: meson-gx: Switch to the meson-ee-pwrc bindings
 2020-06-22  7:55 UTC  (2+ messages)

xfs inode structure cleanups v2
 2020-06-22  7:55 UTC  (3+ messages)
` [PATCH 02/15] xfs: move the di_projid field to struct xfs_inode

[PATCH] clk: meson: meson8b: Drop CLK_IS_CRITICAL from fclk_div2
 2020-06-22  7:55 UTC  (2+ messages)

[PATCH v2] v4l2-compliance: Convert testBlockingDQBuf to pthreads
 2020-06-22  7:54 UTC  (2+ messages)

[PATCH v3 00/10] Adding support for Microchip Sparx5 SoC
 2020-06-22  7:54 UTC  (4+ messages)
` [PATCH v3 05/10] pinctrl: ocelot: Add Sparx5 SoC support

[PATCH v1] uuid: Remove unused uuid_le_to_bin() definition
 2020-06-22  7:53 UTC 

[PATCH v2] nbd: Fix memory leak in nbd_add_socket
 2020-06-22  7:52 UTC  (4+ messages)

[PATCH v4 1/1] mfd: Add I2C based System Configuaration (SYSCON) access
 2020-06-22  7:51 UTC 

[Bug 1873338] [NEW] Dos on the fly CD image replacement is not Working with DOS
 2020-06-22  7:40 UTC  (2+ messages)
` [Bug 1873338] "

[Intel-gfx] [PATCH v2 00/32] Introduce DG1
 2020-06-22  7:51 UTC  (3+ messages)
` [Intel-gfx] [PATCH v2 07/32] drm/i915/dg1: add initial DG-1 definitions

[PATCH] target/arm: Remove unnecessary gen_io_end() calls
 2020-06-22  7:30 UTC  (3+ messages)
  ` Role of qemu-arm

[PATCH 0/2] Two fixes for device-mapper with REQ_OP_ZONE_APPEND
 2020-06-22  7:51 UTC  (6+ messages)
` [RFC PATCH 2/2] dm: don't try to split REQ_OP_ZONE_APPEND bios

what are the requirements on target/ code for -icount to work correctly?
 2020-06-22  7:50 UTC  (6+ messages)

[Buildroot] [PATCH=2020.02.x] package/redis: bump version to 5.0.9
 2020-06-22  7:49 UTC  (2+ messages)

[PATCH v2 0/1] Fix broken suspend on some machines
 2020-06-22  7:45 UTC  (5+ messages)
` [PATCH v2 1/1] x86/acpi: Use FADT flags to determine the PMTMR width


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.