All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-05-27 17:45:59 to 2020-05-27 18:47:41 UTC [more...]

[PATCH] dt/platform: Fix comment in of_dev_lookup()
 2020-05-27 18:41 UTC  (2+ messages)

[PATCH] ovl: fix some bug exist in ovl_get_inode
 2020-05-27 18:47 UTC  (3+ messages)

[PATCH v5 0/6] New RISC-V Local Interrupt Controller Driver
 2020-05-27 18:47 UTC  (2+ messages)

[PATCH v8 00/10] Introduce OPP bandwidth bindings
 2020-05-27 18:31 UTC  (3+ messages)
` [PATCH V2] opp: Remove bandwidth votes when target_freq is zero

kselftest OOT run_tests
 2020-05-27 18:40 UTC  (5+ messages)

[PATCH 00/13] upload-pack: use 'struct upload_pack_data' thoroughly, part 1
 2020-05-27 18:39 UTC  (12+ messages)
` [PATCH 00/12] upload-pack: use 'struct upload_pack_data' thoroughly, part 2
  ` [PATCH 02/12] upload-pack: move static vars to upload_pack_data
  ` [PATCH 03/12] upload-pack: move use_sideband "
  ` [PATCH 04/12] upload-pack: move filter_capability_requested "
  ` [PATCH 06/12] upload-pack: change multi_ack to an enum
  ` [PATCH 09/12] upload-pack: move allow_filter to upload_pack_data

[PATCH v3 01/11] cfg80211: use only HE capability to set prohibited flags in 6 GHz
 2020-05-27 18:41 UTC  (7+ messages)
` [PATCH v3 10/11] mac80211: determine chantype from HE operation "

[PATCH] of/fdt: Remove redundant kbasename function call
 2020-05-27 18:27 UTC  (2+ messages)

[PATCH v3 1/2] drivers: provide devm_platform_request_irq()
 2020-05-27 18:45 UTC  (3+ messages)
` [Cocci] "

[PATCH v3 000/105] drm/vc4: Support BCM2711 Display Pipeline
 2020-05-27 18:41 UTC  (8+ messages)
` [PATCH v3 041/105] drm/vc4: crtc: Move HVS mode config to HVS file
` [PATCH v3 070/105] drm/vc4: hdmi: rework connectors and encoders

[PATCH v2] of: Fix a refcounting bug in __of_attach_node_sysfs()
 2020-05-27 18:40 UTC  (2+ messages)

[PATCH v6 00/13] glibc port to ARC processors
 2020-05-27 18:38 UTC  (5+ messages)

[PATCH 00/24] spi: dm-conversion (part2)
 2020-05-27 18:38 UTC  (2+ messages)

[PATCH] arm64: disable -fsanitize=shadow-call-stack for big-endian
 2020-05-27 18:35 UTC  (5+ messages)

[dunfell/master][PATCH v2 01/11] ti-sysbios: upgrade 6.76.03.01 -> 6.82.01.19
 2020-05-27 18:36 UTC 

[PULL 0/1] register-api queue
 2020-05-27 18:26 UTC  (2+ messages)
` [PULL 1/1] hw/registerfields: Prefix local variables with underscore in macros

[PATCH] bridge: multicast: work around clang bug
 2020-05-27 18:35 UTC  (2+ messages)
` [Bridge] "

[Intel-gfx] [RFC PATCH 0/4] drm/i915: Resolve device hotunplug issues
 2020-05-27 18:35 UTC  (3+ messages)
` [Intel-gfx] [RFC PATCH 2/4] drm/i915: Release GT resources on driver remove

[PATCH v2 1/1] nvme-pci: avoid race between nvme_reap_pending_cqes() and nvme_poll()
 2020-05-27 18:33 UTC  (2+ messages)

[PATCH] [net-next] mtk-star-emac: mark PM functions as __maybe_unused
 2020-05-27 18:33 UTC  (3+ messages)

[PATCH 0/9] shmem helper untangling
 2020-05-27 18:32 UTC  (4+ messages)
` [PATCH 7/9] drm/shmem-helpers: Redirect mmap for imported dma-buf
    ` [Intel-gfx] "

[PATCH v7 00/32] Add subcluster allocation to qcow2
 2020-05-27 18:30 UTC  (7+ messages)
` [PATCH v7 28/32] qcow2: Add subcluster support to qcow2_co_pwrite_zeroes()
` [PATCH v7 30/32] qcow2: Add the 'extended_l2' option and the QCOW2_INCOMPAT_EXTL2 bit
` [PATCH v7 32/32] iotests: Add tests for qcow2 images with extended L2 entries

[PATCH net-next v2] bridge: mrp: Rework the MRP netlink interface
 2020-05-27 18:30 UTC  (2+ messages)
` [Bridge] "

Un-recoverable ath10k 4019 NIC lockup
 2020-05-27 18:30 UTC 

[PATCH resend 3/3] mm: fix LRU balancing effect of new transparent huge pages
 2020-05-27 18:29 UTC 

[PATCH resend 2/3] mm: swap: memcg: fix memcg stats for huge pages
 2020-05-27 18:29 UTC 

[PATCH resend 1/3] mm: swap: fix vmstats for huge pages
 2020-05-27 18:29 UTC 

[PATCH] net: dsa: b53: remove redundant premature assignment to new_pvid
 2020-05-27 18:29 UTC  (2+ messages)

[PATCH] arm64: fix clang integrated assembler build
 2020-05-27 18:28 UTC  (4+ messages)

[PATCH 1/3] gpio: bcm-kona: Fix return value of bcm_kona_gpio_probe()
 2020-05-27 18:26 UTC  (5+ messages)
` [PATCH 2/3] gpio: pxa: Fix return value of pxa_gpio_probe()

blk-mq: improvement CPU hotplug (simplified version) v4
 2020-05-27 18:26 UTC  (18+ messages)
` [PATCH 1/8] blk-mq: remove the bio argument to ->prepare_request
` [PATCH 2/8] blk-mq: simplify the blk_mq_get_request calling convention
` [PATCH 3/8] blk-mq: move more request initialization to blk_mq_rq_ctx_init
` [PATCH 4/8] blk-mq: rename BLK_MQ_TAG_FAIL to BLK_MQ_NO_TAG
` [PATCH 5/8] blk-mq: use BLK_MQ_NO_TAG in more places
` [PATCH 6/8] blk-mq: open code __blk_mq_alloc_request in blk_mq_alloc_request_hctx
` [PATCH 7/8] blk-mq: add blk_mq_all_tag_iter
` [PATCH 8/8] blk-mq: drain I/O when all CPUs in a hctx are offline

[PATCH net-next] net: dsa: sja1105: offload the Credit-Based Shaper qdisc
 2020-05-27 18:25 UTC  (2+ messages)

[PATCH] net: ethernet: mtk-star-emac: fix error path in RX handling
 2020-05-27 18:25 UTC  (4+ messages)

[PATCH] x86: crypto: fix building crc32c with clang ias
 2020-05-27 18:24 UTC  (3+ messages)

[drm-drm-misc:drm-misc-next 9/11] drivers/gpu/drm/omapdrm/omap_connector.c:92:9: warning: braces around scalar initializer
 2020-05-27 18:24 UTC 

[PATCH][V2][net-next] mlxsw: spectrum_router: remove redundant initialization of pointer br_dev
 2020-05-27 18:23 UTC  (3+ messages)

Question about behaviour of git-checkout --patch option
 2020-05-27  7:56 UTC  (3+ messages)

[PATCH net-next] nexthop: Fix type of event_type in call_nexthop_notifiers
 2020-05-27 18:22 UTC  (2+ messages)

remove kernel_getsockopt
 2020-05-27 18:22 UTC  (6+ messages)
` [Cluster-devel] "
` [PATCH 1/2] dlm: use the tcp version of accept_from_sock for sctp as well
  ` [Cluster-devel] "
` [PATCH 2/2] net: remove kernel_getsockopt
  ` [Cluster-devel] "

[PATCH 0/9] spi: dm-convert and cleanups
 2020-05-27 18:22 UTC  (7+ messages)
` [PATCH 1/9] spi Drop spi_init()
` [PATCH 2/9] spi: Kconfig: Drop redundant CF_SPI definition
` [PATCH 3/9] spi: Kconfig: Move MSCC_BB_SPI, FSL_QSPI into DM_SPI

[PATCH net] vsock: fix timeout in vsock_accept()
 2020-05-27 18:21 UTC  (2+ messages)

[PATCH net] nfp: flower: fix used time of merge flow statistics
 2020-05-27 18:19 UTC  (2+ messages)

[PATCH 1/3] drm/i915/pmu: avoid an maybe-uninitialized warning
 2020-05-27 18:19 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for series starting with [1/3] "

[PATCH 0/2] Introduce PCI_FIXUP_IOMMU
 2020-05-27 18:18 UTC  (4+ messages)

[PATCH v2 0/6] Convert adi,adv7511.txt DT bindings to yaml
 2020-05-27 18:18 UTC  (11+ messages)
` [PATCH v2 6/6] dt-bindings: drm: bridge: adi,adv7511.txt: convert "
                ` [PATCH v2 6/6] dt-bindings: drm: bridge: adi, adv7511.txt: "

[PATCH] arm64: vdso32: force vdso32 to be compiled as -marm
 2020-05-27 18:17 UTC  (12+ messages)

[dpdk-dev] [PATCH 0/4] net/netvsc: diagnostic enhancements
 2020-05-27 18:16 UTC  (5+ messages)
` [dpdk-dev] [PATCH v3 0/7] net/netvsc: VF bug fix and diagnostic support
  ` [dpdk-dev] [PATCH v3 2/7] net/netvsc: implement rx/tx descriptor status functions

[PATCH v2] x86/svm: retry after unhandled NPT fault if gfn was marked for recalculation
 2020-05-27 18:14 UTC  (2+ messages)

[dpdk-dev] [PATCH 00/37] NXP DPAAx enhancements
 2020-05-27 18:13 UTC  (7+ messages)
` [dpdk-dev] [PATCH 01/37] bus/fslmc: fix getting the FD error
` [dpdk-dev] [PATCH 02/37] net/dpaa: fix fd offset data type
` [dpdk-dev] [PATCH 12/37] drivers: optimize thread local storage for dpaa

[PATCH] clk: versatile: Fix kconfig dependency on COMMON_CLK_VERSATILE
 2020-05-27 18:13 UTC  (2+ messages)

[PATCH net] net/sched: fix infinite loop in sch_fq_pie
 2020-05-27 18:12 UTC  (3+ messages)

Python scripts - /usr/bin/env python3 vs python vs python2.7
 2020-05-27 18:10 UTC  (3+ messages)

[PATCH 0/12] direct-map DomUs
 2020-05-27 18:09 UTC  (8+ messages)
` [PATCH 12/12] xen/arm: call iomem_permit_access for passthrough devices

[GIT PULL] cgroup fixes for v5.7-rc7
 2020-05-27 18:10 UTC  (3+ messages)

[GIT PULL] Please pull exec fix for v5.7
 2020-05-27 18:10 UTC  (2+ messages)

[GIT PULL] Fanotify revert for 5.7-rc8
 2020-05-27 18:10 UTC  (2+ messages)

sdhci_msm issues with cold-plugged SD cards
 2020-05-27 14:55 UTC  (4+ messages)

[PATCH] perf jvmti: remove redundant jitdump line table entries
 2020-05-27 18:08 UTC  (4+ messages)

[PATCH] qemurunner: fix ip fallback detection
 2020-05-27 18:07 UTC 

sound/soc/codecs/cros_ec_codec.c:1051:36: warning: unused variable 'cros_ec_codec_acpi_id'
 2020-05-27 18:08 UTC 

[PATCH resend] airo: Fix read overflow in mpi_send_packet()
 2020-05-27 18:08 UTC  (3+ messages)
` [PATCH v2] airo: Fix read overflows sending packets

[PATCH v2 net] net: dsa: declare lockless TX feature for slave ports
 2020-05-27 18:08 UTC 

[PATCH 0/3] blk-mq/nvme: improve nvme-pci reset handler
 2020-05-27 18:09 UTC  (3+ messages)

util-linux-2.35.2 test failures
 2020-05-27 18:07 UTC  (4+ messages)

Check for preemption only when returning from interrupt ?
 2020-05-20  9:38 UTC  (2+ messages)

First patch questions (target mailing list, target tree)
 2020-05-11  5:21 UTC  (7+ messages)

sound over USB
 2020-05-13 13:02 UTC  (3+ messages)

[PATCH v11 0/7] Add support for the X1830 and fix bugs for X1000
 2020-05-27 18:06 UTC  (4+ messages)
` [PATCH v11 4/7] dt-bindings: clock: Add X1830 clock bindings

[PATCH v3 0/5] Add a vhost RPMsg API
 2020-05-27 18:05 UTC  (6+ messages)
` [PATCH v3 1/5] vhost: convert VHOST_VSOCK_SET_RUNNING to a generic ioctl
` [PATCH v3 2/5] vhost: (cosmetic) remove a superfluous variable initialisation
` [PATCH v3 3/5] rpmsg: move common structures and defines to headers
` [PATCH v3 4/5] rpmsg: update documentation
` [PATCH v3 5/5] vhost: add an RPMsg API

[PATCH] capabilities: Introduce CAP_RESTORE
 2020-05-27 18:05 UTC  (7+ messages)

[PATCH v3 0/3] Add file-system authentication to BTRFS
 2020-05-27 18:04 UTC  (4+ messages)
` [PATCH v3 2/3] btrfs: add authentication support

[PATCH] make-mod-scripts: Fix a rare build race condition
 2020-05-27 18:04 UTC  (4+ messages)

[RFC] .flush and io_uring_cancel_files
 2020-05-27 18:04 UTC  (4+ messages)

[PATCH] x86: fix clang integrated assembler build
 2020-05-27 18:04 UTC  (2+ messages)

[PATCH 0/4] arm: fix clang build errors
 2020-05-27 18:04 UTC  (5+ messages)
` [PATCH 1/4] efi_loader: allow compiling with clang
` [PATCH 2/4] trace: clang compatible handling of gd register
` [PATCH 3/4] arm: remove outdated comment concerning -ffixed-x18
` [PATCH 4/4] arm: use correct argument size of special registers

[PATCH] iproute2: ip addr: Accept 'optimistic' flag
 2020-05-27 18:03 UTC  (3+ messages)
` [PATCH v2 1/2] iproute2: ip addr: Organize flag properties structurally
  ` [PATCH v2 2/2] iproute2: ip addr: Add support for setting 'optimistic'

[PATCH v2 0/9] refactor completion for switch and checkout
 2020-05-27 18:03 UTC  (3+ messages)
` [PATCH v2 2/9] completion: improve handling of DWIM mode for switch/checkout

[PATCH] perf script: Fix --call-trace for Intel PT
 2020-05-27 18:02 UTC 

[PATCH rdma-next] IB/mlx5: Fix DEVX support for MLX5_CMD_OP_INIT2INIT_QP command
 2020-05-27 18:01 UTC  (2+ messages)

kernel BUG at fs/inode.c:531!
 2020-05-27 18:05 UTC 

[PATCH v12 0/7] Add support for the X1830 and fix bugs for X1000
 2020-05-27 17:56 UTC  (8+ messages)
` [PATCH v12 1/7] clk: Ingenic: Remove unnecessary spinlock when reading registers
` [PATCH v12 2/7] clk: Ingenic: Adjust cgu code to make it compatible with X1830
` [PATCH v12 3/7] dt-bindings: clock: Add documentation for X1830 bindings
` [PATCH v12 4/7] dt-bindings: clock: Add X1830 clock bindings
` [PATCH v12 5/7] clk: Ingenic: Add CGU driver for X1830
` [PATCH v12 6/7] dt-bindings: clock: Add and reorder ABI for X1000
` [PATCH v12 7/7] clk: X1000: Add FIXDIV for SSI clock of X1000

[PATCH bpf-next] libbpf: fix perf_buffer__free() API for sparse allocs
 2020-05-27 17:58 UTC  (2+ messages)

[PATCH 0/4] Add support for SafeStack
 2020-05-27 17:56 UTC  (4+ messages)
` [PATCH 2/4] coroutine: Add check for SafeStack in sigalstack

[PATCH v4 5/5] rebase: add --reset-author-date
 2020-05-27 17:57 UTC  (2+ messages)
` [PATCH v4 6/5] fixup! "

[PATCH net] net: dsa: declare lockless TX feature for slave ports
 2020-05-27 17:57 UTC  (2+ messages)

[net-next RFC v3 1/6] net: marvell: prestera: Add driver for Prestera family ASIC devices
 2020-05-27 17:57 UTC  (2+ messages)

[PATCH v1 0/5] NVIDIA Tegra devfreq drivers improvements
 2020-05-27 17:57 UTC  (5+ messages)
` [PATCH v1 2/5] clk: Introduce clk_round_rate_unboundly()

[PATCH v3 0/8] padata: parallelize deferred page init
 2020-05-27 17:36 UTC  (7+ messages)
` [PATCH v3 1/8] padata: remove exit routine
` [PATCH v3 3/8] padata: allocate work structures for parallel jobs from a pool
` [PATCH v3 5/8] mm: don't track number of pages during deferred initialization
` [PATCH v3 6/8] mm: parallelize deferred_init_memmap()
` [PATCH v3 7/8] mm: make deferred init's max threads arch-specific
` [PATCH v3 8/8] padata: document multithreaded jobs

[PATCH v4 00/11] i2c: designeware: Add Baikal-T1 System I2C support
 2020-05-27 17:56 UTC  (5+ messages)
` [PATCH v4 02/11] dt-bindings: i2c: Discard i2c-slave flag from the DW I2C example

[RFC PATCH 0/2] Add Xilinx DSI-TX DRM driver
 2020-05-27 17:54 UTC  (6+ messages)
` [RFC PATCH 2/2] drm: xlnx: driver for Xilinx DSI TX Subsystem

Add support for the X1830 and fix bugs for X1000 v10
 2020-05-27 17:54 UTC  (3+ messages)
` [PATCH v10 3/6] dt-bindings: clock: Add X1830 bindings

selftests: cgroup: config fragments required
 2020-05-27 17:51 UTC 

[PATCH net-next 0/2] tcp: tcp_v4_err() cleanups
 2020-05-27 17:51 UTC  (3+ messages)
` [PATCH net-next 1/2] tcp: add tcp_ld_RTO_revert() helper

[PATCH] drm: pl111: add CONFIG_VEXPRESS_CONFIG dependency
 2020-05-27 17:50 UTC  (5+ messages)

[PATCH v3 00/75] x86: SEV-ES Guest Support
 2020-05-27 17:49 UTC  (5+ messages)
` [PATCH v3 64/75] x86/sev-es: Cache CPUID results for improved performance

[PATCH bpf-next 0/8] Link-based program attachment to network namespaces
 2020-05-27 17:48 UTC  (3+ messages)
` [PATCH bpf-next 5/8] bpf: Add link-based BPF program attachment to network namespace

[PATCH v3 1/5] hwmon: lochnagar: Move binding over to dtschema
 2020-05-27 17:47 UTC  (9+ messages)
` [PATCH 2/5] ASoC: "
` [PATCH v3 3/5] pinctrl: "
` [PATCH v3 4/5] clk: "
` [PATCH v3 5/5] mfd: "

[PATCH 1/5] ARM: stm32: Re-enable KS8851 on DHCOM
 2020-05-27 17:47 UTC  (4+ messages)
` [PATCH 5/5] ARM: dts: stm32: Disable SDR104 mode on AV96

[PATCH v2 0/5] Add a vhost RPMsg API
 2020-05-27 17:47 UTC  (4+ messages)
` [PATCH v2 5/5] vhost: add an "

[PATCH] usb/phy-generic: Add support for OTG VBUS supply control
 2020-05-27 17:25 UTC  (2+ messages)

Remove last acpi procfs dirs after being marked deprecated for a decade
 2020-05-27 17:46 UTC  (4+ messages)

[PATCH v3 0/3] RTISC-V: Remove deprecated ISA, CPUs and machines
 2020-05-27 17:35 UTC  (3+ messages)

[PATCH V7 00/15] perf/x86: Add perf text poke events
 2020-05-27 17:43 UTC  (3+ messages)
` [PATCH V7 03/15] kprobes: Add symbols for kprobe insn pages


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.