All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-06-23 16:25:42 to 2019-06-23 19:13:00 UTC [more...]

[Buildroot] [git commit branch/2019.05.x] package/grpc: fix build with uclibc on x86_64
 2019-06-23 19:13 UTC 

[PATCH 00/15] cleanup cppcheck signed shifting errors
 2019-06-23 19:12 UTC  (3+ messages)
` [PATCH 04/15] ARM: exynos: cleanup cppcheck shifting error

[GIT PULL] mtd: Fixes for 5.2-rc7
 2019-06-23 19:10 UTC 

[PATCH v6 00/19] Unify vDSOs across more architectures
 2019-06-23 19:09 UTC  (9+ messages)
` [PATCH v6 18/19] x86: Add support for generic vDSO

[Buildroot] [PATCH 1/2] arch: Fix typo breaking use of core-avx2 arch
 2019-06-23 19:06 UTC  (2+ messages)

[Buildroot] [git commit branch/2019.02.x] arch: Fix typo breaking use of core-avx2 arch
 2019-06-23 19:05 UTC 

[Buildroot] [git commit branch/2019.05.x] arch: Fix typo breaking use of core-avx2 arch
 2019-06-23 19:05 UTC 

[Buildroot] [PATCH v2 1/1] package/harfbuzz: fix build without cairo-svg
 2019-06-23 19:03 UTC 

[Buildroot] [PATCH 1/1] package/harfbuzz: fix build without cairo-svg
 2019-06-23 19:01 UTC  (3+ messages)

[PATCH v2 3/3] ext4: use jbd2_inode dirty range scoping
 2019-06-23 18:54 UTC  (2+ messages)

[PATCH] documentation: add tutorial for revision walking
 2019-06-23 18:54 UTC  (6+ messages)

[PATCH v3] clk: qcom: msm8916: Don't build drivers by default
 2019-06-23 18:54 UTC  (4+ messages)

post-receive: pub/scm/linux/kernel/git/pavel/linux-cip
 2019-06-23 18:51 UTC 

[PATCH] fix platform_no_drv_owner.cocci warnings
 2019-06-23 18:50 UTC 

[Buildroot] [git commit] package/linux-firmware: add options for MT7650/MT76x2e firmware
 2019-06-23 18:50 UTC 

✅ PASS: Test report for kernel 4.19.56-rc1-fe25618.cki (stable)
 2019-06-23 18:48 UTC 

[Buildroot] [PATCH 1/1] package/monit: bump to version 5.25.3
 2019-06-23 18:45 UTC  (2+ messages)

[PATCH 1/4] dt-bindings: iio/adc: Add a compatible string for JZ4770 SoC ADC
 2019-06-23 18:47 UTC  (4+ messages)
` [PATCH 2/4] dt-bindings: iio/adc: Add AUX2 channel idx "
` [PATCH 3/4] IIO: Ingenic JZ47xx: Set clock divider on probe
` [PATCH 4/4] IIO: Ingenic JZ47xx: Add support for JZ4770 SoC ADC

post-receive: pub/scm/linux/kernel/git/masahiroy/linux-kbuild
 2019-06-23 18:44 UTC 

post-receive: pub/scm/linux/kernel/git/masahiroy/linux-kbuild
 2019-06-23 18:43 UTC 

[Buildroot] Generation of locales
 2019-06-23 18:37 UTC  (2+ messages)

[PATCH net-next] doc: phy: document some PHY_INTERFACE_MODE_xxx settings
 2019-06-23 18:35 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/davem/net-next
 2019-06-23 18:35 UTC 

[PATCH net-next 0/4] cxgb4: Reference count MPS TCAM entries within a PF
 2019-06-23 18:34 UTC  (3+ messages)
` [PATCH net-next 1/4] cxgb4: Re-work the logic for mps refcounting

[PATCH] net/sched: cbs: Fix error path of cbs_module_init
 2019-06-23 18:33 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/davem/net
 2019-06-23 18:33 UTC 

post-receive: pub/scm/linux/kernel/git/davem/net-next
 2019-06-23 18:32 UTC 

post-receive: pub/scm/linux/kernel/git/mtd/linux
 2019-06-23 18:29 UTC 

From:Miss: Fatima Yusuf
 2019-06-23 18:28 UTC 

[PATCH v3 net-next 0/5] ipv6: avoid taking refcnt on dst during route lookup
 2019-06-23 18:27 UTC  (2+ messages)

[PATCH net-next] net: dsa: mv88e6xxx: introduce helpers for handling chip->reg_lock
 2019-06-23 18:25 UTC  (2+ messages)

[PATCH -next] inet: fix compilation warnings in fqdir_pre_exit()
 2019-06-23 18:25 UTC  (2+ messages)

From:Miss: Fatima Yusuf
 2019-06-23 18:25 UTC 

[PATCH] FDDI: defza: Include linux/io-64-nonatomic-lo-hi.h
 2019-06-23 18:25 UTC  (2+ messages)

[Qemu-devel] [PATCH v5 00/16] tcg/ppc: Add vector opcodes
 2019-06-23 17:36 UTC  (18+ messages)
` [Qemu-devel] [PATCH v5 01/16] tcg/ppc: Introduce Altivec registers
` [Qemu-devel] [PATCH v5 02/16] tcg/ppc: Introduce flag have_isa_altivec
` [Qemu-devel] [PATCH v5 03/16] tcg/ppc: Introduce macro VX4()
` [Qemu-devel] [PATCH v5 04/16] tcg/ppc: Introduce macros VRT(), VRA(), VRB(), VRC()
` [Qemu-devel] [PATCH v5 05/16] tcg/ppc: Add support for load/store/logic/comparison
` [Qemu-devel] [PATCH v5 06/16] tcg/ppc: Add support for vector maximum/minimum
` [Qemu-devel] [PATCH v5 07/16] tcg/ppc: Add support for vector add/subtract
` [Qemu-devel] [PATCH v5 08/16] tcg/ppc: Add support for vector saturated add/subtract
` [Qemu-devel] [PATCH v5 09/16] tcg/ppc: Prepare case for vector multiply
` [Qemu-devel] [PATCH v5 10/16] tcg/ppc: Add empty file tcg-target.opc.h
` [Qemu-devel] [PATCH v5 11/16] tcg/ppc: Support vector shift by immediate
` [Qemu-devel] [PATCH v5 12/16] tcg/ppc: Support vector multiply
` [Qemu-devel] [PATCH v5 13/16] tcg/ppc: Support vector dup2
` [Qemu-devel] [PATCH v5 14/16] tcg/ppc: Update vector support to v2.06
` [Qemu-devel] [PATCH v5 15/16] tcg/ppc: Update vector support to v2.07
` [Qemu-devel] [PATCH v5 16/16] tcg/ppc: Update vector support to v3.00

[Buildroot] [PATCH v2,1/1] gnuchess: needs -fPIC
 2019-06-23 18:23 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/mtd/linux
 2019-06-23 18:20 UTC 

network unstable on odroid-c1/meson8b
 2019-06-23 18:16 UTC  (7+ messages)

Per-entry or per-subvolume physical location settings
 2019-06-23 18:09 UTC 

[meta-security][meta-tpm][PATCH 1/9] runtime: tpm2 fix names in packagecheck
 2019-06-23 18:15 UTC  (9+ messages)
` [meta-security][meta-tpm][PATCH 2/9] tpm2 images: create tpm2 image and fix packagegroup
` [meta-security][meta-tpm][PATCH 3/9] tpm image: split out tpm2
` [meta-security][meta-tpm][PATCH 4/9] tpm2-pkcs11/tpm2-pkcs11: update to tip
` [meta-security][meta-tpm][PATCH 5/9] tpm2-tcti-uefi: "
` [meta-security][meta-tpm][PATCH 6/9] tpm2-tools: update to 3.2.0
` [meta-security][meta-tpm][PATCH 7/9] tpm2-tss: update to 2.2.3
` [meta-security][meta-tpm][PATCH 8/9] tpm2-totp: update to offical release v0.1.1
` [meta-security][meta-tpm][PATCH 9/9] tpm2-tss-engine: update to 1.0.0

Per-entry or per-subvolume physical location settings
 2019-06-23 18:01 UTC 

[PATCH][net-next] hinic: fix dereference of pointer hwdev before it is null checked
 2019-06-23 18:08 UTC  (3+ messages)

2.22.0 repack -a duplicating pack contents
 2019-06-23 18:08 UTC  (4+ messages)

[PATCH net] vxlan: do not destroy fdb if register_netdevice() is failed
 2019-06-23 18:07 UTC  (2+ messages)

✅ PASS: Stable queue: queue-4.19
 2019-06-23 18:05 UTC 

[PATCH net-next 01/16] qlge: Remove irq_cnt
 2019-06-23 18:00 UTC  (4+ messages)
` [PATCH net-next 10/16] qlge: Factor out duplicated expression

[PATCH 1/2] staging: rtl8188eu: remove unused function get_bsstype()
 2019-06-23 17:59 UTC  (2+ messages)
` [PATCH 2/2] staging: rtl8188eu: remove unused function is_ap_in_wep()

[PATCH v7 0/7] Unify CPU topology across ARM & RISC-V
 2019-06-23 17:51 UTC  (8+ messages)
` [PATCH v7 3/7] cpu-topology: Move cpu topology code to common code

[PATCH v1] OPP: Fix crashing when current OPP has unsupportable voltage
 2019-06-23 17:50 UTC 

[U-Boot] [PATCH 0/8] NXP LS1021A-TSN Board
 2019-06-23 17:48 UTC  (9+ messages)
` [U-Boot] [PATCH 1/8] net: tsec: Refactor the readout of the tbi-handle property
` [U-Boot] [PATCH 2/8] net: tsec: Fix offset of MDIO registers for DM_ETH
` [U-Boot] [PATCH 3/8] net: tsec: Reverse Christmas tree notation
` [U-Boot] [PATCH 4/8] net: tsec: Make errors visible
` [U-Boot] [PATCH 5/8] net: tsec: Common handling of MAC station address for DM_ETH
` [U-Boot] [PATCH 6/8] arm: ls1021atwr: Convert to use driver model TSEC driver
` [U-Boot] [PATCH 7/8] configs: ls1021atwr: Fix distro_bootcmd for QSPI boot
` [U-Boot] [PATCH 8/8] Add support for the NXP LS1021A-TSN board

[PATCH] i2c: tegra: Add Dmitry as a reviewer
 2019-06-23 17:46 UTC 

[Buildroot] [PATCH 1/1] package/libglib2: security bump to version 2.60.4
 2019-06-23 17:47 UTC 

post-receive: pub/scm/linux/kernel/git/djbw/nvdimm
 2019-06-23 17:45 UTC 

✅ PASS: Test report for kernel 5.1.15-rc1-b8258e6.cki (stable)
 2019-06-23 17:44 UTC 

[PATCH v2 3/3] scsi: ufs-bsg: complete ufs-bsg job only if no error
 2019-06-23 17:38 UTC 

[PATCH v2 2/3] scsi: ufs-bsg: fix typo in ufs_bsg_request
 2019-06-23 17:38 UTC 

[PATCH v1 1/3] gpu: host1x: Remove implicit IOMMU backing on client's registration
 2019-06-23 17:37 UTC  (3+ messages)
` [PATCH v1 2/3] drm/tegra: Fix 2d and 3d clients detaching from IOMMU domain
` [PATCH v1 3/3] drm/tegra: vic: Use common helpers to attach/detach "

[PATCH v2 0/3] scsi: ufs: typo fixes and improvement
 2019-06-23 17:37 UTC 

[Qemu-devel] [Qemu-discuss] qemu-io-cmds does not compile on macOS
 2019-06-23 17:28 UTC 

[PATCH] hwclock: define cmos_interface only if necessary
 2019-06-23 17:28 UTC 

[Qemu-devel] [PULL 0/8] Block patches
 2019-06-23 17:18 UTC  (2+ messages)

[Qemu-devel] [PATCH v4 0/7] tcg/ppc: Add vector opcodes
 2019-06-23 17:10 UTC  (6+ messages)

[PATCH v4 00/16] NVIDIA Tegra devfreq improvements and Tegra20/30 support
 2019-06-23 17:17 UTC  (7+ messages)

stable-rc/linux-4.14.y boot: 116 boots: 0 failed, 109 passed with 7 offline (v4.14.129-8-g10a845a8eaf6)
 2019-06-23 17:17 UTC 

[RFC PATCH v3 00/12] security: x86/sgx: SGX vs. LSM, round 3
 2019-06-23 17:16 UTC  (5+ messages)
` [RFC PATCH v3 09/12] LSM: x86/sgx: Introduce ->enclave_load() hook for Intel SGX

stable-rc/linux-5.1.y boot: 128 boots: 1 failed, 120 passed with 7 offline (v5.1.14-13-gb8258e6be3bb)
 2019-06-23 17:16 UTC 

[Buildroot] [PATCH 1/1] boot/arm-trusted-firmware: fix license hash
 2019-06-23 17:14 UTC  (4+ messages)

[LTP] [PATCH v5 0/4] syscalls/fanotify: FAN_REPORT_FID and Directory Modification Events
 2019-06-23 17:13 UTC  (4+ messages)
` [LTP] [PATCH v5 2/4] syscalls/fanotify14: new test to validate FAN_REPORT_FID interface return values

stable-rc/linux-4.4.y boot: 6 boots: 0 failed, 5 passed with 1 conflict (v4.4.183-5-g57beb40d75fe)
 2019-06-23 17:10 UTC 

[PATCH] selinux-testsuite: fix old python shebang in tests/overlay/access
 2019-06-23 17:01 UTC  (5+ messages)

stable-rc/linux-4.19.y boot: 120 boots: 0 failed, 113 passed with 7 offline (v4.19.55-20-ged5d16b9e4f4)
 2019-06-23 17:08 UTC 

[PATCH v3 0/4] NVIDIA Tegra Video Decoder driver improvements
 2019-06-23 17:07 UTC  (20+ messages)
` [PATCH v3] ARM: dts: tegra30: Connect SMMU with Video Decoder Engine
` [PATCH v3] ARM: tegra: Enable Tegra VDE driver in tegra_defconfig
` [PATCH v3] media: dt: bindings: tegra-vde: Document new optional IOMMU property
` [PATCH v3 1/4] staging: media: tegra-vde: Remove BIT() macro from UAPI header
` [PATCH v3 2/4] staging: media: tegra-vde: Manually pack UAPI structures
` [PATCH v3 3/4] staging: media: tegra-vde: Add IOMMU support
` [PATCH v3 4/4] staging: media: tegra-vde: Defer dmabuf's unmapping

stable-rc/linux-5.1.y build: 209 builds: 0 failed, 209 passed, 60 warnings (v5.1.14-13-g5c276064ec4a)
 2019-06-23 17:07 UTC 

stable-rc/linux-4.9.y boot: 6 boots: 0 failed, 6 passed (v4.9.183-6-ga6e116dd70bc)
 2019-06-23 17:07 UTC 

✅ PASS: Stable queue: queue-4.19
 2019-06-23 17:00 UTC 

[Buildroot] [PATCHv3 1/2] utils/test-pkg: fix long option parsing
 2019-06-23 16:59 UTC  (4+ messages)
` [Buildroot] [PATCHv3 2/2] utils/test-pkg: clean output dir for successful builds

[PATCH v3] l10n: localizable upload progress messages
 2019-06-23 16:58 UTC  (5+ messages)

✅ PASS: Stable queue: queue-5.1
 2019-06-23 16:54 UTC 

[PATCH v1 RE-SEND] ARM: dts: tegra124: nyan-big: Add timings for ram codes 4 and 6
 2019-06-23 16:45 UTC 

[PATCH v4 00/11] add thermal driver for h6
 2019-06-23 16:42 UTC  (26+ messages)
` [PATCH v4 01/11] thermal: sun8i: "
` [PATCH v4 02/11] dt-bindings: thermal: add binding document for h6 thermal controller
` [PATCH v4 03/11] thermal: fix indentation in makefile
` [PATCH v4 04/11] thermal: sun8i: get ths sensor number from device compatible
` [PATCH v4 05/11] thermal: sun8i: rework for sun8i_ths_get_temp()
` [PATCH v4 06/11] thermal: sun8i: get ths init func from device compatible
` [PATCH v4 07/11] thermal: sun8i: rework for ths irq handler func
` [PATCH v4 08/11] thermal: sun8i: support ahb clocks
` [PATCH v4 09/11] thermal: sun8i: rework for ths calibrate func
` [PATCH v4 10/11] dt-bindings: thermal: add binding document for h3 thermal controller
` [PATCH v4 11/11] thermal: sun8i: add thermal driver for h3

[PATCH 0/4] Move SCons to Python 3
 2019-06-23 16:44 UTC  (8+ messages)
` [PATCH 2/4] scons.bbclass: use python3-scons

stable-rc/linux-4.19.y build: 206 builds: 0 failed, 206 passed, 33 warnings (v4.19.55-20-gfe2561876905)
 2019-06-23 16:44 UTC 

stable-rc/linux-4.9.y build: 197 builds: 6 failed, 191 passed, 5 errors, 3135 warnings (v4.9.183-5-ge81a82970b3c)
 2019-06-23 16:42 UTC 

[PATCH 1/5] media: vimc: stream: remove obsolete function doc
 2019-06-23 16:40 UTC  (5+ messages)
` [PATCH 2/5] media: vimc: stream: fix style of argument description
` [PATCH 3/5] media: vimc: stream: format comments as kernel-doc
` [PATCH 4/5] media: vimc.rst: Add a proper alt attribute to vimc.dot
` [PATCH 5/5] media: vimc.rst: add vimc-streamer source documentation

[PATCH v2 0/5] usb: xhci: Add support for Renesas USB controllers
 2019-06-23 16:37 UTC  (12+ messages)
` [PATCH v2 1/5] usb: xhci: add firmware loader for uPD720201 and uPD720202 w/o ROM
` [PATCH v2 2/5] usb: xhci: handle "
` [PATCH v2 5/5] usb: xhci: allow multiple firmware versions

stable-rc/linux-4.14.y build: 201 builds: 5 failed, 196 passed, 5 errors, 125 warnings (v4.14.129-8-g9b23bd257a25)
 2019-06-23 16:39 UTC 

[PATCH next] softirq: enable MAX_SOFTIRQ_TIME tuning with sysctl max_softirq_time_usecs
 2019-06-23 16:38 UTC  (2+ messages)

[PATCH RFC 00/14] kvm/arm: Align the VMID allocation with the arm64 ASID one
 2019-06-23 16:35 UTC  (11+ messages)
` [PATCH RFC 11/14] arm64: Move the ASID allocator code in a separate file

[PATCH net-next 0/3] mlxsw: Thermal and hwmon extensions
 2019-06-23 16:34 UTC  (6+ messages)
` [PATCH net-next 3/3] mlxsw: core: Add support for negative temperature readout

[Buildroot] [PATCH 0/4] Sanetize packages version
 2019-06-23 16:33 UTC  (7+ messages)

[PATCH 1/5] sound: SoC: sof: no need to check return value of debugfs_create functions
 2019-06-23 15:55 UTC  (6+ messages)
` [PATCH 2/5] sound: soc: skylake: "

[PATCH] sis900: increment revision number
 2019-06-23 16:26 UTC  (5+ messages)

[PATCH 1/2] meta: Introduce new conditions 'time', 'day' and 'hour'
 2019-06-23 16:25 UTC  (2+ messages)
` [PATCH 2/2] meta: hour: Fix integer overflow error


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.