All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-05-28 11:22:56 to 2021-05-28 12:25:31 UTC [more...]

[GIT PULL] pinctrl: sh-pfc: Updates for v5.14
 2021-05-28 12:25 UTC  (2+ messages)

[PATCH] arm: make the size of vmalloc in cmdline and meminfo uniform
 2021-05-28 12:24 UTC  (9+ messages)
` [PATCH v2 3/6] ARM: change vmalloc_min to vmalloc_start
` [PATCH v2 4/6] ARM: change vmalloc_start to vmalloc_size
` [PATCH v2 5/6] ARM: use "* SZ_1M" rather than "<< 20"
` [PATCH v2 6/6] ARM: use MiB for vmalloc sizes

[PATCH bpf-next] xsk: support AF_PACKET
 2021-05-28 12:23 UTC  (7+ messages)

[PATCH 1/2] drm/ttm: cleanup and add TTM_PL_FLAG_TEMPORARY
 2021-05-28 12:23 UTC  (6+ messages)
` [PATCH 2/2] drm/amdgpu: stop bookkeeping of temporary GTT allocation

[PATCH v2 0/2] TI K3 R5F remoteproc support on AM64x SoCs
 2021-05-28 12:06 UTC  (9+ messages)
` [PATCH v2 1/2] dt-bindings: remoteproc: k3-r5f: Update bindings for "

[PATCH] perf vendor events: Fix eventcode of power10 json events
 2021-05-28 12:21 UTC  (7+ messages)

[PATCH v6 00/20] Add VFIO mediated device support and DEV-MSI support for the idxd driver
 2021-05-28 12:21 UTC  (5+ messages)
` [PATCH v6 05/20] vfio: mdev: common lib code for setting up Interrupt Message Store

[Buildroot] [PATCH] package/libcurl: security bump to version 7.77.0
 2021-05-28 12:21 UTC  (2+ messages)

[PATCH 0/2] Add ICSSG MDIO nodes on AM65x & J721E SoCs
 2021-05-28 12:20 UTC  (5+ messages)
` [PATCH 1/2] arm64: dts: ti: k3-am65-main: Add ICSSG MDIO nodes

[Buildroot] [git commit] package/libcurl: security bump to version 7.77.0
 2021-05-28 12:19 UTC 

[PATCHv3 0/5] GE Healthcare PPD firmware upgrade driver for ACHC
 2021-05-28 12:19 UTC  (7+ messages)
` [PATCHv3 1/5] spi: add ancillary device support
` [PATCHv3 2/5] spi: dt-bindings: support devices with multiple chipselects
` [PATCHv3 3/5] dt-bindings: misc: ge-achc: Convert to DT schema format
` [PATCHv3 4/5] ARM: dts: imx53-ppd: Fix ACHC entry
` [PATCHv3 5/5] misc: gehc-achc: new driver

[PATCH v3] amdgpu: remove unreachable code
 2021-05-28 12:18 UTC  (4+ messages)

[PATCH v3 0/3] mtd: spinand: add SPI-NAND MTD resume handler
 2021-05-28 12:05 UTC  (5+ messages)
` [PATCH v3 3/3] "

[PATCH 5.12 0/7] 5.12.8-rc1 review
 2021-05-28 12:15 UTC  (2+ messages)

[PATCH v2] lockdown,selinux: avoid bogus SELinux lockdown permission checks
 2021-05-28 11:54 UTC  (8+ messages)

[PULL 0/2] Block patches for 5.1.0-rc4
 2021-05-28 12:12 UTC  (4+ messages)

[PATCH v2] dt-bindings: display: ssd1307fb: Convert to json-schema
 2021-05-28 12:13 UTC  (2+ messages)

[PATCH v3] virtio-net: Add validation for used length
 2021-05-28 12:11 UTC 

[PATCH v9 00/37] propose config-based hooks
 2021-05-28 12:11 UTC  (33+ messages)
` [PATCH 00/31] minimal restart of "config-based-hooks"
  ` [PATCH 01/31] hooks tests: don't leave "actual" nonexisting on failure
  ` [PATCH 02/31] gc tests: add a test for the "pre-auto-gc" hook
  ` [PATCH 03/31] hook: add 'run' subcommand
  ` [PATCH 04/31] run-command.h: move find_hook() to hook.h
  ` [PATCH 05/31] hook.c: add a hook_exists() wrapper and use it in bugreport.c
  ` [PATCH 06/31] gc: use hook library for pre-auto-gc hook
  ` [PATCH 07/31] rebase: teach pre-rebase to use hook.h
  ` [PATCH 08/31] am: convert applypatch hooks to use config
  ` [PATCH 09/31] hooks: convert 'post-checkout' hook to hook library
  ` [PATCH 10/31] merge: use config-based hooks for post-merge hook
  ` [PATCH 11/31] git hook run: add an --ignore-missing flag
  ` [PATCH 12/31] send-email: use 'git hook run' for 'sendemail-validate'
  ` [PATCH 13/31] git-p4: use 'git hook' to run hooks
  ` [PATCH 14/31] commit: use hook.h to execute hooks
  ` [PATCH 15/31] read-cache: convert post-index-change hook to use config
  ` [PATCH 16/31] receive-pack: convert push-to-checkout hook to hook.h
  ` [PATCH 17/31] run-command: allow stdin for run_processes_parallel
  ` [PATCH 18/31] hook: support passing stdin to hooks
  ` [PATCH 19/31] am: convert 'post-rewrite' hook to hook.h
  ` [PATCH 20/31] run-command: add stdin callback for parallelization
  ` [PATCH 21/31] hook: provide stdin by string_list or callback
  ` [PATCH 22/31] hook: convert 'post-rewrite' hook in sequencer.c to hook.h
  ` [PATCH 23/31] transport: convert pre-push hook to use config
  ` [PATCH 24/31] reference-transaction: use hook.h to run hooks
  ` [PATCH 25/31] run-command: allow capturing of collated output
  ` [PATCH 26/31] hooks: allow callers to capture output
  ` [PATCH 27/31] receive-pack: convert 'update' hook to hook.h
  ` [PATCH 28/31] post-update: use hook.h library
  ` [PATCH 29/31] receive-pack: convert receive hooks to hook.h
  ` [PATCH 30/31] hooks: fix a TOCTOU in "did we run a hook?" heuristic
  ` [PATCH 31/31] hook-list.h: add a generated list of hooks, like config-list.h

[PATCH -next] drm/amdgpu: use DEVICE_ATTR_*() macro
 2021-05-28 12:12 UTC  (2+ messages)

[RFC PATCH v6 00/27] NVMeTCP Offload ULP and QEDN Device Driver
 2021-05-28 12:01 UTC  (12+ messages)
` [RFC PATCH v6 05/27] nvme-tcp-offload: Add controller level implementation
` [RFC PATCH v6 07/27] nvme-tcp-offload: Add queue "
` [RFC PATCH v6 09/27] qed: Add TCP_ULP FW resource layout
` [RFC PATCH v6 10/27] qed: Add NVMeTCP Offload PF Level FW and HW HSI

[PATCH 0/6 v2] Calculate pcp->high based on zone sizes and active CPUs
 2021-05-28 12:12 UTC  (8+ messages)
` [PATCH 5/6] mm/page_alloc: Limit the number of pages on PCP lists when reclaim is active
` [PATCH 6/6] mm/page_alloc: Introduce vm.percpu_pagelist_high_fraction

[PATCH] spi-nor: sfdp: Allow configuring unknown flashes using SFDP
 2021-05-28 11:56 UTC  (6+ messages)

[RESEND PATCH 1/2] thermal: imx_sc: add missing of_node_put for loop iteration
 2021-05-28 11:50 UTC  (4+ messages)
` [RESEND PATCH 2/2] thermal: sprd: "

[Question] mm/vmpressure.c: ilog2 calculation in constant
 2021-05-28 12:08 UTC 

[PATCH 1/2] arm64: dts: imx8mm-evk: disable over current for usb1
 2021-05-28 11:29 UTC  (4+ messages)
` [PATCH 2/2] arm64: dts: imx8mn-evk: disable over current for usb

[PATCH v1] arm64: dts: qcom: msm8916-alcatel-idol347: enable touchscreen
 2021-05-28 11:57 UTC  (2+ messages)

[PATCH] xfrm: policy: Read seqcount outside of rcu-read side in xfrm_policy_lookup_bytype
 2021-05-28 12:03 UTC 

arch/riscv/staging
 2021-05-28 11:45 UTC  (15+ messages)

[PATCH] mt76: mt7921: introduce mac tx done handling
 2021-05-28 11:38 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: add initial device-tree for Microsoft Surface Duo
 2021-05-28 12:03 UTC  (6+ messages)

[PATCH 5.13] mt76: mt7921: remove leftover 80+80 HE capability
 2021-05-28 12:03 UTC 

[Buildroot] [PATCH 1/1] package/weston: add configuration options for weston shells
 2021-05-28 12:01 UTC  (4+ messages)

Recent changes (master)
 2021-05-28 12:00 UTC 

[bug report] staging:iio:sca3000 extract old event handling and move to poll for events from buffer
 2021-05-28 12:00 UTC 

[PATCH] common/xfs: Fix _require_scratch_xfs_shrink bug
 2021-05-28 11:58 UTC  (2+ messages)

[REPOST PATCH v4 0/5] kernfs: proposed locking and concurrency improvement
 2021-05-28 11:56 UTC  (3+ messages)

[PATCH v1 1/4] ASoC: dt-bindings: nxp,tfa989x: Add tfa9897 support
 2021-05-28 11:54 UTC  (9+ messages)
` [PATCH v1 2/4] ASoC: codecs: tfa989x: Add support for tfa9897
` [PATCH v1 4/4] ASoC: codecs: tfa989x: Add support for optional vddd-supply

[GIT PULL] MIPS fixes for v5.13
 2021-05-28 11:54 UTC 

[PATCH v2 0/7] block-copy: protect block-copy internal structures
 2021-05-28 11:52 UTC  (10+ messages)
` [PATCH v2 7/7] block-copy: protect BlockCopyState .method fields

[RESEND PATCH] mfd: Add missing of_node_put for loop iteration
 2021-05-28 11:51 UTC 

[Buildroot] [PATCH] package/nginx: fix NGINX pidfile handling systemd
 2021-05-28 11:51 UTC  (5+ messages)

[Buildroot] [PATCHv3 00/15] Introduce BR2_ENABLE_RUNTIME_DEBUG
 2021-05-28 11:50 UTC  (6+ messages)
` [Buildroot] [PATCHv3 04/15] package/flare-engine: update explicit setting of CMAKE_BUILD_TYPE

[PATCH v1 0/6] Provide support for mv88e6020 Marvell switch
 2021-05-28 11:49 UTC  (4+ messages)
` [PATCH v1 1/6] net: mv88e61xx: Add support for checking addressing mode

looking for OE recipe examples to demonstrate "externalsrc" usage
 2021-05-28 11:49 UTC 

How to switch yocto INIT_MANAGER from systemd to sysvinit #dunfell
 2021-05-28 11:47 UTC  (3+ messages)
` [yocto] "

[PATCH nf] netfilter: nfnetlink_cthelper: hit EBUSY on updates if size mismatches
 2021-05-28 11:45 UTC 

[PATCH 0/3] crypto: hisilicon - supports new skciphers for new hardware
 2021-05-28 11:42 UTC  (4+ messages)
` [PATCH 1/3] crypto: hisilicon/sec - add new skcipher mode for SEC
` [PATCH 2/3] crypto: hisilicon/sec - add fallback tfm supporting for XTS mode
` [PATCH 3/3] crypto: hisilicon/sec - fixup 3des minimum key size declaration

[PATCH conntrackd,v2 1/2] cthelper: Set up userspace helpers when daemon starts
 2021-05-28 11:43 UTC  (2+ messages)
` [PATCH conntrackd,v2 2/2] doc: manual: Document userspace helper configuration at daemon startup

[PATCH -next] cred: add missing return error code when set_cred_ucounts() failed
 2021-05-28 11:40 UTC  (5+ messages)

Fetching single tag in shallow clone almost unshallow the clone
 2021-05-28 11:40 UTC  (2+ messages)

[PATCH RFCv2 0/3] make '%pD' print full path for file
 2021-05-28 11:39 UTC  (4+ messages)
` [PATCH RFCv2 1/3] fs: introduce helper d_path_fast()
` [PATCH RFCv2 2/3] lib/vsprintf.c: make %pD print full path for file
` [PATCH RFCv2 3/3] s390/hmcdrv: remove the redundant directory path in debug message

Linux kernel 5.12.8 released
 2021-05-28 11:40 UTC 

[PATCH 0/3] clk: support regmap
 2021-05-28 11:34 UTC  (4+ messages)
` [PATCH 1/3] clk: mux: "
` [PATCH 2/3] clk: fractional-divider: "
` [PATCH 3/3] clk: gate: "

[PATCH v3 1/3] ovl: disable decoding null uuid with redirect dir
 2021-05-28 11:38 UTC  (3+ messages)
` [PATCH v3 3/3] ovl: do not set overlay.opaque for new directories

Failed to create MTD partitions
 2021-05-28 11:00 UTC 

[PATCH] libtracefs: Fix event_enable_disable() return value
 2021-05-28 11:37 UTC 

[PATCH v3 00/12] Sparse-index: integrate with status
 2021-05-28 11:36 UTC  (4+ messages)
` [PATCH v4 "
  ` [PATCH v4 07/12] unpack-trees: be careful around sparse directory entries

Linux 5.12.8
 2021-05-28 11:36 UTC  (2+ messages)

Linux 5.10.41
 2021-05-28 11:35 UTC  (2+ messages)

Linux 5.4.123
 2021-05-28 11:35 UTC  (2+ messages)

Linux kernel 5.10.41 released
 2021-05-28 11:35 UTC 

[PATCH v7 00/27] v4l: subdev internal routing and streams
 2021-05-28 11:34 UTC  (3+ messages)
` [PATCH v7 24/27] v4l: subdev: use streams in v4l2_subdev_link_validate()

[PATCH 0/3] alsa-gobject: misc fixes
 2021-05-28 11:33 UTC 

[PATCH 0/3] alsa-gobject: misc fixes
 2021-05-28 11:33 UTC 

[PATCH v2 16/17] leds: leds-nuc: add support for changing the ethernet type indicator
 2021-05-28 11:33 UTC  (16+ messages)

[PATCH v7 00/22] Add support for 32-bit tasks on asymmetric AArch32 systems
 2021-05-28 10:49 UTC  (5+ messages)
` [PATCH v7 16/22] sched: Defer wakeup in ttwu() for unschedulable frozen tasks

[PATCH for-5.10.y] drm/msm/dpu: always use mdp device to scale bandwidth
 2021-05-28 11:31 UTC 

[PATCHv3 for-next 00/20] RTRS update for 5.14
 2021-05-28 11:30 UTC  (21+ messages)
` [PATCHv3 for-next 01/20] RDMA/rtrs-srv: Kill reject_w_econnreset label
` [PATCHv3 for-next 02/20] RDMA/rtrs-clt: Remove MAX_SESS_QUEUE_DEPTH from rtrs_send_sess_info
` [PATCHv3 for-next 03/20] RDMA/rtrs-srv: Add error messages for cases when failing RDMA connection
` [PATCHv3 for-next 04/20] RDMA/rtrs-srv: Clean up the code in __rtrs_srv_change_state
` [PATCHv3 for-next 05/20] RDMA/rtrs: Change MAX_SESS_QUEUE_DEPTH
` [PATCHv3 for-next 06/20] RDMA/rtrs: Define MIN_CHUNK_SIZE
` [PATCHv3 for-next 07/20] RDMA/rtrs: Use strscpy instead of strlcpy
` [PATCHv3 for-next 08/20] RDMA/rtrs-clt: Kill rtrs_clt_{start,stop}_hb
` [PATCHv3 for-next 09/20] RDMA/rtrs-clt: Kill rtrs_clt_disconnect_from_sysfs
` [PATCHv3 for-next 10/20] RDMA/rtrs-srv: Kill __rtrs_srv_change_state
` [PATCHv3 for-next 11/20] RDMA/rtrs-clt: Remove redundant 'break'
` [PATCHv3 for-next 12/20] RDMA/rtrs-clt: Check state of the rtrs_clt_sess before reading its stats
` [PATCHv3 for-next 13/20] RDMA/rtrs-srv: Replace atomic_t with percpu_ref for ids_inflight
` [PATCHv3 for-next 14/20] RDMA/rtrs-srv: convert scnprintf to sysfs_emit
` [PATCHv3 for-next 15/20] RDMA/rtrs: Do not reset hb_missed_max after re-connection
` [PATCHv3 for-next 16/20] RDMA/rtrs-srv: Duplicated session name is not allowed
` [PATCHv3 for-next 17/20] RDMA/rtrs-srv: Fix memory leak of unfreed rtrs_srv_stats object
` [PATCHv3 for-next 18/20] RDMA/rtrs-srv: Fix memory leak when having multiple sessions
` [PATCHv3 for-next 19/20] RDMA/rtrs-clt: Check if the queue_depth has changed during a reconnection
` [PATCHv3 for-next 20/20] RDMA/rtrs-clt: Fix memory leak of not-freed sess->stats and stats->pcpu_stats

[GIT PULL 0/2] Renesas ARM SoC updates for v5.14
 2021-05-28  8:30 UTC  (6+ messages)
  ` [GIT PULL 1/2] Renesas ARM defconfig "
  ` [GIT PULL 2/2] Renesas ARM DT "

Linux kernel 5.4.123 released
 2021-05-28 11:30 UTC 

[PATCH v2 1/4] mac80211: call ieee80211_tx_h_rate_ctrl() when dequeue
 2021-05-28 10:46 UTC  (3+ messages)
` [PATCH v2 3/4] mac80211: add rate control support for encap offload

[PATCH] hw/nvme: add param to control auto zone transitioning to zone state closed
 2021-05-28 11:22 UTC  (2+ messages)

[AUH] Upgrade status: 2021-05-28
 2021-05-28 11:22 UTC 

[AUH] xorgproto: upgrading to 2021.4.99.1 SUCCEEDED
 2021-05-28 11:22 UTC 

[AUH] lttng-tools: upgrading to 2.12.4 SUCCEEDED
 2021-05-28 11:22 UTC 

[AUH] libgcrypt: upgrading to 1.9.3 FAILED
 2021-05-28 11:22 UTC 

[AUH] libpcre2: upgrading to 10.37 SUCCEEDED
 2021-05-28 11:22 UTC 

[AUH] curl: upgrading to 7.77.0 FAILED
 2021-05-28 11:22 UTC 

[AUH] libinput: upgrading to 1.17.3 SUCCEEDED
 2021-05-28 11:22 UTC 

[AUH] libcap: upgrading to 2.50 FAILED
 2021-05-28 11:22 UTC 

[AUH] adwaita-icon-theme: upgrading to 40.1.1 FAILED
 2021-05-28 11:22 UTC 

[AUH] kmod: upgrading to 29 SUCCEEDED
 2021-05-28 11:22 UTC 

[AUH] linux-firmware: upgrading to 20210511 SUCCEEDED
 2021-05-28 11:22 UTC 

[AUH] vte: upgrading to 0.64.1 SUCCEEDED
 2021-05-28 11:22 UTC 


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.