All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-09-13 10:58:10 to 2019-09-13 11:55:59 UTC [more...]

[PATCH V2 00/12] remoteproc: qcom: q6v5-wcss: Add support for secure pil
 2019-09-13 11:55 UTC 

[PATCH for-4.19.x ] btrfs: correctly validate compression type
 2019-09-13 11:55 UTC  (4+ messages)

[PATCH] dmaengine: axi-dmac: simple device_config operation implemented
 2019-09-13 14:54 UTC 

[PATCH v6 0/3] coresight: etm4x: save/restore ETMv4 context across CPU low power states
 2019-09-13 11:53 UTC  (8+ messages)
` [PATCH v6 1/3] coresight: etm4x: save/restore state "
` [PATCH v6 2/3] dt-bindings: arm: coresight: Add support for coresight-loses-context-with-cpu
` [PATCH v6 3/3] coresight: etm4x: save/restore state for external agents

[Qemu-devel] [PATCH v3 0/3] Fix qcow2+luks corruption introduced by commit 8ac0f15f335
 2019-09-13 11:53 UTC  (4+ messages)
` [Qemu-devel] [PATCH v3 3/3] qemu-iotests: Add test for bz #1745922

Feature requests: online backup - defrag - change RAID level
 2019-09-13 11:53 UTC  (24+ messages)

[PATCH 0/9] drm/print: add and use drm_debug_enabled()
 2019-09-13 11:51 UTC  (12+ messages)
` [PATCH 1/9] drm/print: move drm_debug variable to drm_print.[ch]
` [PATCH 2/9] drm/print: add drm_debug_enabled()
` [PATCH 3/9] drm/etnaviv: use drm_debug_enabled() to check for debug categories
` [PATCH 4/9] drm/i2c/sil164: "
` [PATCH 5/9] drm/i915: "
` [PATCH 6/9] drm/msm: "
` [PATCH 7/9] drm/nouveau: "
` [PATCH 8/9] drm/amdgpu: "
` [PATCH 9/9] drm/print: rename drm_debug to __drm_debug to discourage use

[Qemu-devel] [PATCH v4 00/14] block: Try to create well-typed json:{} filenames
 2019-09-13 11:49 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/7] block/curl: Fix hang and potential crash
 2019-09-13 11:48 UTC  (6+ messages)
` [Qemu-devel] [PATCH v2 6/7] curl: Handle success in multi_check_completion
  ` [Qemu-devel] [Qemu-block] "

[PATCH 0/2] Makefile: run coccicheck on all non-upstream sources
 2019-09-13 11:49 UTC  (5+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 3/3] Makefile: run coccicheck on more source files

[PATCH] move_pages.2: mark deprecated E2BIG
 2019-09-13 11:49 UTC  (2+ messages)

[PATCH v2] powerpc/xive: Fix bogus error code returned by OPAL
 2019-09-13 11:12 UTC  (2+ messages)

[Ksummit-discuss] [PATCH v2 0/3] Maintainer Entry Profiles
 2019-09-13 11:48 UTC  (8+ messages)
` [Ksummit-discuss] [PATCH v2 3/3] libnvdimm, MAINTAINERS: Maintainer Entry Profile

[PATCH nft v5] src: add synproxy stateful object support
 2019-09-13 11:42 UTC  (2+ messages)

[PATCH] iommu/arm-smmu: Report USF more clearly
 2019-09-13 11:48 UTC  (2+ messages)

[Xen-devel] [PATCH v11 0/6] add per-domain IOMMU control
 2019-09-13 11:47 UTC  (9+ messages)
` [Xen-devel] [PATCH v11 1/6] domain: introduce XEN_DOMCTL_CDF_iommu flag
` [Xen-devel] [PATCH v11 2/6] use is_iommu_enabled() where appropriate
` [Xen-devel] [PATCH v11 3/6] sysctl / libxl: report whether IOMMU/HAP page table sharing is supported
  ` [Xen-devel] [PATCH v11.1 "
` [Xen-devel] [PATCH v11 4/6] remove late (on-demand) construction of IOMMU page tables
` [Xen-devel] [PATCH v11 5/6] iommu: tidy up iommu_use_hap_pt() and need_iommu_pt_sync() macros
` [Xen-devel] [PATCH v11 6/6] introduce a 'passthrough' configuration option to xl.cfg

[U-Boot] [PATCH] Revert "env: net: Move eth_parse_enetaddr() to net.c/h"
 2019-09-13 11:48 UTC  (3+ messages)

[PATCH] lib/memweight.c: optimize by inlining bitmap_weight()
 2019-09-13 11:48 UTC  (6+ messages)
` [PATCH v2] lib/memweight.c: open codes bitmap_weight()

[LTP] [PATCH v3] BPF: Regression test for 64bit arithmetic
 2019-09-13 11:46 UTC  (3+ messages)

[Xen-devel] [xen-unstable-smoke test] 141269: regressions - FAIL
 2019-09-13 11:45 UTC 

[RFC PATCH 00/15] Unify SPI delays into an `struct spi_delay`
 2019-09-13 11:45 UTC  (16+ messages)
` [RFC PATCH 01/15] spi: move `cs_change_delay` backwards compat logic outside switch
` [RFC PATCH 02/15] spi: introduce spi_delay struct as "value + unit" & spi_delay_exec()
` [RFC PATCH 03/15] spi: make `cs_change_delay` the first user of the `spi_delay` logic
` [RFC PATCH 04/15] iio: imu: adis: convert cs_change_delay to spi_delay struct
` [RFC PATCH 05/15] spi: sprd: convert transfer word delay "
` [RFC PATCH 06/15] spi: orion: use new `word_delay` field for SPI transfers
` [RFC PATCH 07/15] spi: spidev: use new `word_delay` field for spi transfers
` [RFC PATCH 08/15] spi: core,atmel: convert `word_delay_usecs` -> `word_delay` for spi_device
` [RFC PATCH 09/15] spi: introduce `delay` field for `spi_transfer` + spi_transfer_exec()
` [RFC PATCH 10/15] spi: use new `spi_transfer_delay` helper where straightforward
` [RFC PATCH 11/15] spi: tegra114: use `spi_transfer_delay` helper
` [RFC PATCH 12/15] spi: spi-loopback-test: use new `delay` field
` [RFC PATCH 13/15] spi: spidev: use new `delay` field for spi transfers
` [RFC PATCH 14/15] spi: tegra114: change format for `spi_set_cs_timing()` function
` [RFC PATCH 15/15] spi: implement SW control for CS times

[PATCH bpf-next v2] selftests/bpf: add bpf-gcc support
 2019-09-13 11:43 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t v3] igt/tests/kms_dp_tiled_display: kms test for display port tiled displays
 2019-09-13 11:41 UTC  (3+ messages)
` [igt-dev] [PATCH i-g-t v4] "

[PATCH 0/4] Fixes for ad7949
 2019-09-13 11:40 UTC  (6+ messages)
` [PATCH 4/4] iio: ad7949: fix channels mixups

[dpdk-dev] [PATCH] mk: add support for UBSAN
 2019-09-13 11:40 UTC  (2+ messages)

[BUG] wrong pinning definition or uart_c in pinctrl-meson-gxbb.c
 2019-09-10 16:01 UTC 

[PATCH v3] fork: check exit_signal passed in clone3() call
 2019-09-13 11:40 UTC  (3+ messages)

[U-Boot] [PATCH 1/6] spi: fsl_qspi: Fix DDR mode setting for latest iMX platforms
 2019-09-13 11:38 UTC  (11+ messages)
  ` [U-Boot] [EXT] "

Kernel development collaboration platform wish list
 2019-09-13 11:37 UTC  (3+ messages)

[Qemu-devel] [PATCH v4 0/5] qcow2: async handling of fragmented io
 2019-09-13 11:34 UTC  (6+ messages)
` [Qemu-devel] [PATCH v4 3/5] block/qcow2: refactor qcow2_co_preadv_part

[PATCH 1/6] pinctrl: coh901: Pass irqchip when adding gpiochip
 2019-09-13 11:35 UTC  (6+ messages)
` [PATCH 2/6] pinctrl: pic32: "
` [PATCH 3/6] pinctrl: spear/plgpio: "
` [PATCH 4/6] pinctrl: nuvoton: npcm7xx: "
` [PATCH 5/6] pinctrl: sirf: "
` [PATCH 6/6] pinctrl: sirf/atlas7: "

[Qemu-devel] [PATCH] build: Don't ignore qapi-visit-core.c
 2019-09-13 11:34 UTC  (3+ messages)

[PATCH] smb3: fix unmount hang in open_shroot
 2019-09-13 11:34 UTC  (2+ messages)

[PATCH] arm64: fix function types in COND_SYSCALL
 2019-09-13 11:33 UTC  (5+ messages)

[PATCH v4 0/4] add PCIe workaround to fix runpm on laptops
 2019-09-13 11:33 UTC  (5+ messages)
  ` [PATCH v4 1/4] pci: enable pcie link changes for pascal
  ` [PATCH v4 2/4] pci: add nvkm_pcie_get_speed
  ` [PATCH v4 3/4] pci: set the pcie link speed to 8.0 when suspending
  ` [PATCH v4 4/4] drm: abort runtime suspend if we hit an error

[PATCH 0/2] crypto: inside-secure - Add (HMAC) SHA3 support
 2019-09-13 10:29 UTC  (3+ messages)
` [PATCH 1/2] crypto: inside-secure - Add SHA3 family of basic hash algorithms
` [PATCH 2/2] crypto: inside-secure - Add HMAC-SHA3 family of authentication algorithms

[PATCH 00/27] Netfilter updates for net-next
 2019-09-13 11:31 UTC  (28+ messages)
` [PATCH 01/27] netfilter: nf_tables: Fix an Oops in nf_tables_updobj() error handling
` [PATCH 02/27] netfilter: nf_tables_offload: avoid excessive stack usage
` [PATCH 03/27] netfilter: nf_tables_offload: move indirect flow_block callback logic to core
` [PATCH 04/27] netfilter: nft_synproxy: add synproxy stateful object support
` [PATCH 05/27] netfilter: nft_{fwd,dup}_netdev: add offload support
` [PATCH 06/27] netfilter: nf_tables_offload: add __nft_offload_get_chain function
` [PATCH 07/27] netfilter: nf_tables_offload: refactor the nft_flow_offload_chain function
` [PATCH 08/27] netfilter: nf_tables_offload: refactor the nft_flow_offload_rule function
` [PATCH 09/27] netfilter: nf_tables_offload: remove rules when the device unregisters
` [PATCH 10/27] netfilter: fix include guards
` [PATCH 11/27] netfilter: fix coding-style errors
` [PATCH 12/27] netfilter: ip_tables: remove unused function declarations
` [PATCH 13/27] netfilter: inline xt_hashlimit, ebt_802_3 and xt_physdev headers
` [PATCH 14/27] netfilter: update include directives
` [PATCH 15/27] netfilter: remove nf_conntrack_icmpv6.h header
` [PATCH 16/27] netfilter: move inline nf_ip6_ext_hdr() function to a more appropriate header
` [PATCH 17/27] netfilter: synproxy: move code between headers
` [PATCH 18/27] netfilter: move nf_bridge_frag_data struct definition to a more appropriate header
` [PATCH 19/27] netfilter: conntrack: use consistent style when defining inline functions
` [PATCH 20/27] netfilter: replace defined(CONFIG...) || defined(CONFIG...MODULE) with IS_ENABLED(CONFIG...)
` [PATCH 21/27] netfilter: conntrack: wrap two inline functions in config checks
` [PATCH 22/27] netfilter: br_netfilter: update stub br_nf_pre_routing_ipv6 parameter to `void *priv`
` [PATCH 23/27] netfilter: conntrack: move code to linux/nf_conntrack_common.h
` [PATCH 24/27] netfilter: conntrack: remove CONFIG_NF_CONNTRACK check from nf_conntrack_acct.h
` [PATCH 25/27] netfilter: remove CONFIG_NETFILTER checks from headers
` [PATCH 26/27] netfilter: conntrack: remove CONFIG_NF_CONNTRACK checks from nf_conntrack_zones.h
` [PATCH 27/27] netfilter: conntrack: remove two unused functions from nf_conntrack_timestamp.h

[PATCH] crypto: ccree - enable CTS support in AES-XTS
 2019-09-13 11:31 UTC  (2+ messages)

[PATCH 0/6] crypto: inside-secure - Add supp. for non-Marvell HW
 2019-09-13 11:29 UTC  (2+ messages)

[PATCH v3 0/9] padata: use unbound workqueues for parallel jobs
 2019-09-13 11:29 UTC  (2+ messages)

[PATCH] arm64: dts: imx8mq: Add CAAM node
 2019-09-13 11:28 UTC  (2+ messages)

[PATCH v6 0/7] Amazon's Annapurna Labs DT-based PCIe host controller driver
 2019-09-13 11:28 UTC  (3+ messages)
` [PATCH v6 4/7] PCI: Add quirk to disable MSI-X support for Amazon's Annapurna Labs Root Port

[ANN] Topics for a media summit in Lyon in October
 2019-09-13 11:27 UTC  (4+ messages)

Please add 18dfa7117a3f37986 to 5.2.x tree
 2019-09-13 11:26 UTC  (2+ messages)

[PATCH v4 0/5] Early node associativity
 2019-09-13 11:09 UTC  (6+ messages)
` [PATCH v4 1/5] powerpc/vphn: Check for error from hcall_vphn
` [PATCH v4 2/5] powerpc/numa: Handle extra hcall_vphn error cases
` [PATCH v4 3/5] powerpc/numa: Use cpu node map of first sibling thread
` [PATCH v4 4/5] powerpc/numa: Early request for home node associativity
` [PATCH v4 5/5] powerpc/numa: Remove late "

[Qemu-devel] [PATCH v3] blockjob: update nodes head while removing all bdrv
 2019-09-13 11:24 UTC  (2+ messages)

[U-Boot] [PATCH 1/1] Dockerfile: build GRUB UEFI target for RISC-V 64bit
 2019-09-13 11:24 UTC  (5+ messages)

[Buildroot] [PATCH 1/1] package/jbig2dec: new package
 2019-09-13 11:24 UTC 

[Xen-devel] [RFC] Generating Go bindings for libxl
 2019-09-13 11:21 UTC  (14+ messages)

[U-Boot] OMAP watchdog timer reset on BBB
 2019-09-13 11:20 UTC  (4+ messages)

[dpdk-dev] [PATCH] ci: exit setup on any error
 2019-09-13 11:19 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/2] HPPA tcg fixes
 2019-09-13 11:16 UTC  (5+ messages)
` [Qemu-devel] [PATCH 2/2] target/hppa: prevent trashing of temporary in do_depw_sar()

[PATCH] mm: memory: fix /proc/meminfo reporting for MLOCK_ONFAULT
 2019-09-13 11:17 UTC  (3+ messages)

[PATCH 1/2] drm/panfrost: Allow passing extra information about BOs used by a job
 2019-09-13 11:17 UTC  (2+ messages)
` [PATCH 2/2] drm/panfrost: Extend the bo_wait() ioctl

[PATCH bpf-next] libbpf: add xsk_umem__adjust_offset
 2019-09-13 11:17 UTC  (4+ messages)

[PATCH] drm/ttm: Restore ttm prefaulting
 2019-09-13 11:17 UTC  (4+ messages)

[PATCH 0/2] nvme: Add kernel API for admin command
 2019-09-13 11:16 UTC  (6+ messages)
` [PATCH 1/2] nvme: add API for sending admin commands by bdev
` [PATCH 2/2] nvme: add API for getting nsid "

[PATCH bpf-next v2 0/3] AF_XDP fixes for i40e, ixgbe and xdpsock
 2019-09-13 11:16 UTC  (3+ messages)
  ` [Intel-wired-lan] "

[igt-dev] [PATCH i-g-t] runner: Add a timestamp to each log message
 2019-09-13 11:16 UTC  (4+ messages)

[dpdk-dev] [PATCH] ethdev: use correct QinQ offload flag
 2019-09-13 11:14 UTC 

[PATCH] drm/i915/tgl: Limit ourselves to just rcs0
 2019-09-13 11:14 UTC 

[PATCH] Revert "bitbake: cooker: Ensure bbappends are found in stable order"
 2019-09-13 11:14 UTC  (2+ messages)

[Qemu-devel] [PATCH V2 0/2] add support for nfs_umount
 2019-09-13 11:13 UTC  (5+ messages)
` [Qemu-devel] [PATCH V2 2/2] block/nfs: "

Speculative page faults
 2019-09-13 11:12 UTC  (2+ messages)

[RFC PATCH 0/7] Emulated coherent graphics memory take 2
 2019-09-13 11:11 UTC  (3+ messages)
` [RFC PATCH 1/7] mm: Add write-protect and clean utilities for address space ranges

[PATCH 0/3] powerpc/mm: Conditionally call H_BLOCK_REMOVE
 2019-09-13 11:09 UTC  (7+ messages)
` [PATCH 1/3] powerpc/mm: Initialize the HPTE encoding values

[igt-dev] [PATCH i-g-t 0/8] Add a new IGT test to validate DC3CO state
 2019-09-13 11:11 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "

[Qemu-devel] [PATCH] blockdev: avoid acquiring AioContext lock twice at do_drive_backup()
 2019-09-13 11:10 UTC  (6+ messages)

[igt-dev] [PATCH i-g-t 1/2] igt_eld: add igt_is_igt
 2019-09-13 11:08 UTC  (3+ messages)
` [igt-dev] [PATCH i-g-t v2] "

[RFC] ARM: dts: omap36xx: Enable thermal throttling
 2019-09-13 11:07 UTC  (3+ messages)

[RFC PATCH] drm/virtio: Export resource handles via DMA-buf API
 2019-09-13 11:05 UTC  (7+ messages)

[igt-dev] [PATCH i-g-t v8 0/3] Add device selection methods
 2019-09-13 11:04 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for Add device selection methods (rev8)

[PATCH] net: openvswitch: free vport unless register_netdevice() succeeds
 2019-09-13 11:04 UTC  (2+ messages)

stable-rc/linux-5.2.y boot: 144 boots: 1 failed, 133 passed with 9 offline, 1 untried/unknown (v5.2.14-35-g4cc71036e95e)
 2019-09-13 11:03 UTC 

[dpdk-dev] [PATCH] crypto/qat: fix digest length in XCBC capability
 2019-09-13 11:03 UTC  (2+ messages)

[Qemu-devel] [PATCH] target/arm: Fix sign-extension for SMLAL*
 2019-09-13 11:01 UTC  (2+ messages)

[Qemu-devel] [PATCH v2] virtio-blk: schedule virtio_notify_config to run on main context
 2019-09-13 10:56 UTC 

stable-rc/linux-4.19.y boot: 134 boots: 0 failed, 125 passed with 9 offline (v4.19.72-189-g464c8ea4cd98)
 2019-09-13 10:59 UTC 

[dpdk-dev] [PATCH] ci: add missing dependencies for documentation
 2019-09-13 10:59 UTC  (3+ messages)

[PATCH v2 0/8] powerpc/vdso32 enhancement and optimisation
 2019-09-13 10:59 UTC  (4+ messages)
` [PATCH v2 4/8] powerpc/vdso32: inline __get_datapage()

[RFC PATCH] rproc: Add elf64 support in elf loader
 2019-09-13 10:58 UTC  (3+ messages)
` [PATCH] "

[igt-dev] [PATCH i-g-t] lib/igt_eld: fix eld_is_supported failing if not supported
 2019-09-13 10:58 UTC  (3+ messages)

[PATCH nf-next v6 0/4] netfilter: nf_tables_offload: clean offload things when the device unregister
 2019-09-13 10:58 UTC  (2+ messages)

[coreutils PATCH v2 0/2] ls: convert to using statx when available
 2019-09-13 10:58 UTC  (3+ messages)
` [coreutils PATCH v2 1/2] stat: move struct statx to struct stat conversion routines to new header
` [coreutils PATCH v2 2/2] ls: use statx instead of stat when available


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.