All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-06-23 02:38:21 to 2020-06-23 04:33:57 UTC [more...]

post-receive: pub/scm/linux/kernel/git/chanwoo/linux
 2020-06-23  4:33 UTC 

[PATCH v8] mm: Proactive compaction
 2020-06-23  4:32 UTC  (4+ messages)

[PATCH] PCI: mvebu: setup BAR0 to internal-regs
 2020-06-23  4:31 UTC  (2+ messages)

[RFC PATCH v3 0/5] scsi: ufs: Add Host Performance Booster Support
 2020-06-23  4:23 UTC  (6+ messages)
  ` [RFC PATCH v3 1/5] scsi: ufs: Add UFS feature related parameter
  ` [RFC PATCH v3 2/5] scsi: ufs: Add UFS-feature layer
  ` [RFC PATCH v3 3/5] scsi: ufs: Introduce HPB module
  ` [RFC PATCH v3 4/5] scsi: ufs: L2P map management for HPB read
  ` [RFC PATCH v3 5/5] scsi: ufs: Prepare HPB read for cached sub-region

[PATCH v2] xfs: don't eat an EIO/ENOSPC writeback error when scrubbing data fork
 2020-06-23  4:26 UTC  (2+ messages)

[PATCH v3] target/ppc: add vmsumudm vmsumcud instructions
 2020-06-23  4:25 UTC 

mlx5e uplink hairpin forwarding
 2020-06-23  4:21 UTC  (4+ messages)

[PATCH] mmc: host: dereference null return value
 2020-06-23  4:06 UTC 

[PATCH v2 0/3] crypto: allow users to specify acomp hardware from a desired NUMA node
 2020-06-23  4:16 UTC  (4+ messages)
` [PATCH v2 1/3] crypto: permit users to specify numa node of acomp hardware
` [PATCH v2 2/3] crypto: hisilicon/zip - permit users to specify NUMA node
` [PATCH v2 3/3] mm/zswap: allocate acomp on the numa node committing acomp_req

post-receive: pub/scm/linux/kernel/git/netdev/net
 2020-06-23  4:13 UTC 

post-receive: pub/scm/linux/kernel/git/netdev/net-next
 2020-06-23  4:13 UTC 

[PATCH v2] GUE: Fix a typo
 2020-06-23  4:13 UTC  (2+ messages)

Various memory-safety related fixes
 2020-06-23  3:34 UTC  (3+ messages)
` [libnf_ct PATCH 3/8] Replace strncpy with snprintf to improve null byte handling
` [libnf_ct PATCH 4/8] Fix incorrect snprintf size calculation

[PATCH net-next 0/6] net: atlantic: additional A2 features
 2020-06-23  4:10 UTC  (2+ messages)

[lustre-devel] [PATCH 00/45] lustre: merged OpenSFS client patches from April 30 to today
 2020-06-23  4:10 UTC  (4+ messages)

[PATCH v2 0/3] ALSA: compress: Document stream states and fix gapless SM
 2020-06-23  4:09 UTC  (8+ messages)
` [PATCH v2 1/3] ALSA: compress: document the compress audio state machine

[PATCH 0/4] interconnect: qcom: Misc bcm-voter changes and fixes
 2020-06-23  4:08 UTC  (5+ messages)
` [PATCH 1/4] interconnect: qcom: Support bcm-voter-specific TCS wait behavior
` [PATCH 2/4] interconnect: qcom: Only wait for completion in AMC/WAKE by default
` [PATCH 3/4] interconnect: qcom: Add support for per-BCM scaling factors
` [PATCH 4/4] interconnect: qcom: Fix small BW votes being truncated to zero

[PATCH RESEND] net/cisco: Fix a sleep-in-atomic-context bug in enic_init_affinity_hint()
 2020-06-23  4:09 UTC  (2+ messages)

[PATCH] irqchip/riscv-plic: Fix typo in irq-riscv-intc.c
 2020-06-23  4:08 UTC 

[PATCH net v2] mptcp: drop sndr_key in mptcp_syn_options
 2020-06-23  4:07 UTC  (3+ messages)
  ` [MPTCP] "

post-receive: pub/scm/linux/kernel/git/netdev/net
 2020-06-23  4:07 UTC 

[PATCH 0/2] interconnect: qcom: Add common dt-bindings
 2020-06-23  4:05 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: interconnect: Add generic qcom bindings
` [PATCH 2/2] interconnect: qcom: Don't redefine bucket/tag macros

[PATCH 0/3] xfs: reflink cleanups
 2020-06-23  4:01 UTC  (4+ messages)
` [PATCH 1/3] xfs: redesign the reflink remap loop to fix blkres depletion crash
` [PATCH 2/3] xfs: fix xfs_reflink_remap_prep calling conventions
` [PATCH 3/3] xfs: refactor locking and unlocking two inodes against userspace IO

[PATCH 00/22] gpio: cdev: add uAPI V2
 2020-06-23  4:01 UTC  (23+ messages)
` [PATCH 01/22] gpiolib: move gpiolib-sysfs function declarations into their own header
` [PATCH 02/22] gpiolib: cdev: sort includes
` [PATCH 03/22] gpiolib: cdev: minor indentation fixes
` [PATCH 04/22] gpiolib: cdev: refactor gpiohandle_flags_to_desc_flags
` [PATCH 05/22] gpiolib: cdev: rename 'filep' and 'filp' to 'file' to be consistent with other use
` [PATCH 06/22] gpiolib: cdev: rename numdescs to num_descs
` [PATCH 07/22] gpiolib: cdev: remove pointless decrement of i
` [PATCH 08/22] gpiolib: cdev: complete the irq/thread timestamp handshake
` [PATCH 09/22] gpiolib: cdev: rename priv to gcdev
` [PATCH 10/22] gpiolib: cdev: fix minor race in GET_LINEINFO_WATCH
` [PATCH 11/22] gpiolib: cdev: remove recalculation of offset
` [PATCH 12/22] gpio: uapi: define GPIO_MAX_NAME_SIZE for array sizes
` [PATCH 13/22] gpio: uapi: define uAPI V2
` [PATCH 14/22] gpiolib: make cdev a build option
` [PATCH 15/22] gpiolib: add build option for CDEV V1 ABI
` [PATCH 16/22] gpiolib: cdev: add V2 uAPI implementation to parity with V1
` [PATCH 17/22] gpiolib: cdev: report edge detection in lineinfo
` [PATCH 18/22] gpiolib: cdev: support setting debounce
` [PATCH 19/22] gpio: uapi: document uAPI V1 as deprecated
` [PATCH 20/22] tools: gpio: switch tools to V2 uAPI
` [PATCH 21/22] tools: gpio: add debounce support to gpio-event-mon
` [PATCH 22/22] tools: gpio: support monitoring multiple lines

Add MediaTek MT6873 devapc driver
 2020-06-23  4:02 UTC  (6+ messages)
` [PATCH v2 2/2] soc: mediatek: devapc: add devapc-mt6873 driver

[Intel-gfx] [PATCH] drm/i915/gvt: query if vgpu is active via GETPARAM IOCTL
 2020-06-23  3:46 UTC  (5+ messages)

[PATCH] cifs: Fix double add page to memcg when cifs_readpages
 2020-06-23  3:58 UTC  (3+ messages)

[PATCH] make asm-generic/cacheflush.h more standalone
 2020-06-23  3:57 UTC 

[PATCH] [net/sched] tcindex_change: Remove redundant null check
 2020-06-23  3:57 UTC  (2+ messages)

linux-next: build failure after merge of the kspp tree
 2020-06-23  3:56 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/netdev/net-next
 2020-06-23  3:56 UTC 

[PATCH 0/3] arm64: dts: imx8qxp: dtb aliases fix/update
 2020-06-23  3:56 UTC  (4+ messages)
` [PATCH 2/3] arm64: dts: imx8qxp: add i2c aliases

post-receive: pub/scm/linux/kernel/git/netdev/net-next
 2020-06-23  3:55 UTC 

[linux-5.4 test] 151288: regressions - FAIL
 2020-06-23  3:53 UTC 

[PATCH 0/4] Remove default DMA window before creating DDW
 2020-06-23  3:52 UTC  (9+ messages)
` [PATCH 4/4] powerpc/pseries/iommu: "

[PATCH tip/core/rcu 23/23] rcutorture: Remove KCSAN stubs
 2020-06-23  3:50 UTC  (2+ messages)

[PATCH] xfs: don't eat an EIO/ENOSPC writeback error when scrubbing data fork
 2020-06-23  3:50 UTC  (8+ messages)

[PATCH net-next] rtnetlink: add keepalived rtm_protocol
 2020-06-23  3:50 UTC  (2+ messages)

[PATCH v3 12/14] tools/kernel.h: hide noinstr
 2020-06-23  3:12 UTC  (3+ messages)

[PATCH] Fix check in ethtool_rx_flow_rule_create
 2020-06-23  3:49 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/netdev/net
 2020-06-23  3:49 UTC 

[PATCH net-next] net: mtk_eth_soc: use resolved link config in mac_link_up()
 2020-06-23  3:48 UTC  (2+ messages)

[PATCH] ARM: dts: imx6qdl-gw54xx: allow boot firmware to set eth1 MAC
 2020-06-23  3:47 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/netdev/net
 2020-06-23  3:46 UTC 

post-receive: pub/scm/linux/kernel/git/netdev/net-next
 2020-06-23  3:45 UTC 

Fw: [Bug 208275] New: kernel hang occasionally while running the sample of xdpsock
 2020-06-23  3:44 UTC  (4+ messages)
    ` [Intel-wired-lan] "

[PATCH 0/5] linux-user: Support extended clone(CLONE_VM)
 2020-06-23  3:43 UTC  (4+ messages)
` [PATCH 4/5] linux-user: Support CLONE_VM and extended clone options

[rhvgoyal:asyncpf-error-v1 7/7] arch/s390/kvm/kvm-s390.c:3982:32: sparse: sparse: not enough arguments for function kvm_setup_async_pf
 2020-06-23  3:44 UTC 

[PATCH net] hsr: avoid to create proc file after unregister
 2020-06-23  3:43 UTC  (2+ messages)

[PATCH] ARM: dts: imx6qdl-gw53xx: allow boot firmware to set eth1 MAC
 2020-06-23  3:43 UTC  (2+ messages)

cron job: media_tree daily build: WARNINGS
 2020-06-23  3:42 UTC 

[PATCH V2 0/9] Support building i.MX8 SoCs clock driver as module
 2020-06-23  3:42 UTC  (7+ messages)
` [PATCH V2 3/9] clk: imx: Support building SCU "

sysbus failed assert for xen_sysdev
 2020-06-23  3:40 UTC  (3+ messages)

[PATCH] [net/decnet] dn_route_rcv: remove redundant dev null check
 2020-06-23  3:41 UTC 

[PATCH net-next 0/5] Multicast improvement in Ocelot and Felix drivers
 2020-06-23  3:41 UTC  (2+ messages)

[PATCH 1/2] ARM: dts: Move watchdog from Kontron i.MX6UL/ULL board to SoM
 2020-06-23  3:40 UTC  (3+ messages)
` [PATCH 2/2] ARM: dts: Change WDOG_ANY signal from push-pull to open-drain

post-receive: pub/scm/linux/kernel/git/netdev/net-next
 2020-06-23  3:40 UTC 

[PATCH v3 0/7] Implement support for external IPT monitoring
 2020-06-23  9:35 UTC  (3+ messages)
` [PATCH v3 7/7] tools/proctrace: add proctrace tool

[PATCH 00/17] arch: remove do_fork() and HAVE_COPY_THREAD_TLS
 2020-06-23  3:35 UTC  (4+ messages)
` [PATCH 02/17] sparc64: enable HAVE_COPY_THREAD_TLS

[PATCH v16 00/11] Mediatek MT8183 scpsys support
 2020-06-23  3:34 UTC  (2+ messages)

[pm:bleeding-edge] BUILD SUCCESS 0d62e7bd3feab497ce3b148fc279e393bf4ba775
 2020-06-23  3:30 UTC  (2+ messages)
` [Devel] "

[PATCH v2] kernel/fork.c: annotate data races for copy_process
 2020-06-23  4:12 UTC 

[Intel-gfx] [PULL] gvt-fixes
 2020-06-23  3:27 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for gvt-fixes

[yocto] [meta-security][PATCH] sssd: disable build secrets
 2020-06-23  3:24 UTC 

[PATCH v41 0/3] can: add mcp25xxfd support
 2020-06-23  3:26 UTC  (5+ messages)
` [PATCH v41 2/3] dt-binding: can: mcp25xxfd: document device tree bindings

[PATCH v3 bpf-next 1/3] bpf: switch most helper return values from 32-bit int to 64-bit long
 2020-06-23  3:22 UTC  (3+ messages)
` [PATCH v3 bpf-next 2/3] selftests/bpf: add variable-length data concatenation pattern test
` [PATCH v3 bpf-next 3/3] selftests/bpf: add variable-length data concat pattern less than test

[renesas-drivers:clk-renesas] BUILD SUCCESS 52bc5ea6edde35bc65ed6ecd7639534e78002c74
 2020-06-23  3:21 UTC 

[tip:x86/cleanups] BUILD SUCCESS 99e40204e014e06644072c39001a269d9689e0d1
 2020-06-23  3:22 UTC 

[renesas-drivers:sh-pfc] BUILD SUCCESS b2fc9b4eb1d79c03fd78e50b810c2ea27178e1e3
 2020-06-23  3:21 UTC 

[PATCH] net: qrtr: free flow in __qrtr_node_release
 2020-06-23  3:22 UTC 

[PATCH 0/3] Use MFD for Dallas/Maxim DS1374 driver series
 2020-06-23  3:19 UTC  (3+ messages)

[PATCH v7 0/8] blktrace: fix debugfs use after free
 2020-06-23  3:18 UTC  (5+ messages)
` [PATCH v7 8/8] block: create the request_queue debugfs_dir on registration

[PATCH 5.7] x86/crypto: aesni: Fix build with LLVM_IAS=1
 2020-06-23  3:15 UTC  (3+ messages)

[net-next 0/9][pull request] 40GbE Intel Wired LAN Driver Updates 2020-06-22
 2020-06-23  3:13 UTC  (4+ messages)
` [net-next 4/9] i40e: detect and log info about pre-recovery mode

Product Specification And RFQ#GF#8000
 2020-06-23  3:11 UTC 

[PATCH 0/3] usb: cdns3: improvement for usb-next
 2020-06-23  3:10 UTC  (4+ messages)
` [PATCH 1/3] usb: cdns3: ep0: delete the duplicate code
` [PATCH 2/3] usb: cdns3: gadget: unsigned int is dereferenced as a wider unsigned long
` [PATCH 3/3] usb: cdns3: gadget: use unsigned int for 32-bit number

[PATCH 0/3] usb: cdns3: bug-fixes for usb-linus
 2020-06-23  3:09 UTC  (4+ messages)
` [PATCH 1/3] usb: cdns3: ep0: fix the test mode set incorrectly
` [PATCH 2/3] usb: cdns3: trace: using correct dir value
` [PATCH 3/3] usb: cdns3: ep0: add spinlock for cdns3_check_new_setup

[PATCH 5.7 v3] x86/crypto: aesni: Fix build with LLVM_IAS=1
 2020-06-23  3:06 UTC 

[PATCH 00/12] ima: Fix rule parsing bugs and extend KEXEC_CMDLINE rule support
 2020-06-23  3:04 UTC  (4+ messages)
` [PATCH 01/12] ima: Have the LSM free its audit rule

Re:❕ Mein letztes Hallo liegt schon Tage zurück. Ist bei dir alles ok?
 2020-06-23  2:54 UTC 

[PATCH 0/4] Change i.MX/MXS SoCs ocotp/iim node name to efuse
 2020-06-23  3:01 UTC  (2+ messages)

RFC - kernel selftest result documentation (KTAP)
 2020-06-23  2:58 UTC  (8+ messages)

[PATCH 1/2] drivers/base/memory: init_memory_block() first parameter is not necessary
 2020-06-23  2:57 UTC  (2+ messages)
` [PATCH 2/2] drivers/base/memory: rename base_memory_block_id to memory_block_id

[PATCH 5.7 v2] x86/crypto: aesni: Fix build with LLVM_IAS=1
 2020-06-23  2:56 UTC 

[PATCH 0/6] arm64: dts: qcom: Enable SM8250 remoteprocs
 2020-06-23  2:56 UTC  (11+ messages)
` [PATCH 2/6] arm64: dts: qcom: sm8250: Add IPCC
` [PATCH 3/6] arm64: dts: qcom: sm8250: Add QMP AOSS node
` [PATCH 4/6] arm64: dts: qcom: sm8250: Add SMP2P nodes
` [PATCH 5/6] arm64: dts: qcom: sm8250: Add remoteprocs
` [PATCH 6/6] arm64: defconfig: Enable Qualcomm IPCC driver

[android-goldfish:android-5.4 7458/9999] arch/powerpc/platforms/ps3/device-init.c:872:1: warning: the frame size of 2064 bytes is larger than 2048 bytes
 2020-06-23  2:55 UTC 

[PATCH v2 00/29] ARM: Realtek DHC SoC info
 2020-06-23  2:51 UTC  (30+ messages)
` [PATCH v2 01/29] dt-bindings: soc: Add Realtek RTD1195 chip info binding
` [PATCH v2 02/29] soc: Add Realtek DHC chip info driver for RTD1195 and RTD1295
` [PATCH v2 03/29] arm64: dts: realtek: rtd129x: Add chip info node
` [PATCH v2 04/29] ARM: dts: rtd1195: "
` [PATCH v2 05/29] dt-bindings: soc: realtek: rtd1195-chip: Add iso-syscon property
` [PATCH v2 06/29] soc: realtek: chip: Detect RTD1296
` [PATCH v2 07/29] arm64: dts: realtek: rtd129x: Extend chip-info reg with CHIP_INFO1
` [PATCH v2 08/29] soc: realtek: chip: Detect RTD1293
` [PATCH v2 09/29] soc: realtek: chip: Add RTD1395 info
` [PATCH v2 10/29] arm64: dts: realtek: rtd139x: Add chip info node
` [PATCH v2 11/29] soc: realtek: chip: Add RTD1619 info
` [PATCH v2 12/29] arm64: dts: realtek: rtd16xx: Add chip info node
` [PATCH v2 13/29] soc: realtek: chip: Add RTD1319 info
` [PATCH v2 14/29] soc: realtek: chip: Add RTD1319 revisions
` [PATCH v2 15/29] arm64: dts: realtek: rtd13xx: Add chip info node
` [PATCH v2 16/29] soc: realtek: chip: Detect RTD1392
` [PATCH v2 17/29] dt-bindings: nvmem: Add Realtek RTD1195 eFuse
` [PATCH v2 18/29] nvmem: Add Realtek DHC eFuse driver
` [PATCH v2 19/29] ARM: dts: rtd1195: Add eFuse node
` [PATCH v2 20/29] arm64: dts: realtek: rtd129x: "
` [PATCH v2 21/29] arm64: dts: realtek: rtd139x: "
` [PATCH v2 22/29] arm64: dts: realtek: rtd16xx: "
` [PATCH v2 23/29] arm64: dts: realtek: rtd13xx: "
` [PATCH v2 24/29] dt-bindings: soc: realtek: rtd1195-chip: Allow nvmem-cells property
` [PATCH v2 25/29] arm64: dts: realtek: rtd129x: Add eFuse package_id to chip-info
` [PATCH v2 26/29] soc: realtek: chip: Detect RTD1294
` [PATCH v2 27/29] nvmem: core: Grammar fixes for help text
` [PATCH v2 28/29] nvmem: core: Add nvmem_cell_read_u8()
` [PATCH v2 29/29] soc: realtek: chip: Adopt nvmem_cell_read_u8() helper

[PATCH] i2c: designware: Fix functionality in !CONFIG_ACPI case
 2020-06-23  2:51 UTC 

[PATCH RFC v8 00/11] vhost: ring format independence
 2020-06-23  2:51 UTC  (5+ messages)
` [PATCH RFC v8 02/11] vhost: use batched get_vq_desc version

[PATCH 00/16] mm/hmm/nouveau: THP mapping and migration
 2020-06-23  2:51 UTC  (14+ messages)
` [PATCH 13/16] mm: support THP migration to device private memory

[PATCH] [net] dcb_doit: remove redundant skb check
 2020-06-23  2:50 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/axboe/linux-block
 2020-06-23  2:50 UTC 

[PATCH] ARM: dts: imx: imx6qdl-gw: add Gateworks System Controller
 2020-06-23  2:49 UTC  (3+ messages)
` [PATCH v2] ARM: dts: imx6qdl-gw: add Gateworks System Controller support

[PATCH v2 0/2] optee: SHM handling fixes
 2020-06-23  2:49 UTC  (4+ messages)
` [PATCH v2 2/2] optee: allow plain TMEM buffers with NULL address

[dpdk-dev] [PATCH] net/ice: support based RSS configure
 2020-06-23  2:47 UTC  (4+ messages)
` [dpdk-dev] [PATCH v2] "

RFC: KTAP documentation - expected messages
 2020-06-23  2:46 UTC  (2+ messages)

linux-next build error (9)
 2020-06-23  2:44 UTC  (3+ messages)

[v4 PATCH 0/3] Extend coredump functionality
 2020-06-23  2:43 UTC  (3+ messages)

[PATCH 00/30] xfs: rework inode flushing to make inode reclaim fully asynchronous
 2020-06-23  2:39 UTC  (5+ messages)
` [PATCH 13/30] xfs: handle buffer log item IO errors directly
` [PATCH 16/30] xfs: pin inode backing buffer to the inode log item


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.