messages from 2019-08-21 18:53:53 to 2019-08-21 19:48:19 UTC [more...]
[RFC PATCH v2 00/19] RDMA/FS DAX truncate proposal V1,000,002 ;-)
2019-08-21 19:48 UTC (22+ messages)
` [RFC PATCH v2 00/19] RDMA/FS DAX truncate proposal V1,000,002 ; -)
[meta-oe][PATCH] libmxml: Use autotools bbclass and cleanup the recipe a bit
2019-08-21 19:48 UTC (3+ messages)
[RFC, v4, 0/4] media: platform: mtk-isp: Add Mediatek ISP Pass 1 driver
2019-08-21 19:47 UTC (5+ messages)
` [RFC,v4,1/4] media: dt-bindings: mt8183: Added camera ISP Pass 1
[PATCH v2 0/3] KVM: x86: fixes for speculation bug feature reporting
2019-08-21 19:47 UTC (5+ messages)
` [PATCH 1/3] KVM: x86: fix reporting of AMD speculation bug CPUID leaf
` [PATCH 2/3] KVM: x86: always expose VIRT_SSBD to guests
Boot failure due to: x86/boot: Save fields explicitly, zero out everything else
2019-08-21 19:46 UTC (6+ messages)
` [PATCH] x86/boot: Fix boot failure regression
[PATCH] mm/balloon_compaction: suppress allocation warnings
2019-08-21 19:44 UTC (9+ messages)
Btrfs on LUKS on loopback mounted image on Btrfs
2019-08-21 19:42 UTC
[PATCH 00/38] Convert networking to use the XArray
2019-08-21 19:41 UTC (5+ messages)
` [PATCH 31/38] cls_flower: Use XArray marks instead of separate list
` [PATCH 33/38] act_api: Convert action_idr to XArray
[PATCH v2 0/7] Add support for Qualcomm SM8150 and SC7180 SoCs
2019-08-21 19:39 UTC (13+ messages)
` [PATCH v2 2/7] dt-bindings: firmware: scm: re-order compatible list
` [PATCH v2 3/7] dt-bindings: firmware: scm: Add SM8150 and SC7180 support
` [PATCH v2 4/7] dt-bindings: mailbox: Add APSS shared for SM8150 and SC7180 SoCs
` [PATCH v2 6/7] dt-bindings: soc: qcom: aoss: Add SM8150 and SC7180 support
[PATCH] drm/i915/selftests: Fixup a couple of missing serialisation with vma
2019-08-21 19:38 UTC
[PATCH v5 0/7] qcom: add OCMEM support
2019-08-21 19:38 UTC (5+ messages)
` [PATCH v5 2/7] dt-bindings: display: msm: gmu: add optional ocmem property
[PATCH 0/4] xfsdump: update to use fallocate
2019-08-21 19:37 UTC (2+ messages)
[PATCH 00/20] Add new Marvell CN9130 SoC support
2019-08-21 19:37 UTC (7+ messages)
` [PATCH 03/20] dt-bindings: ap80x: replace AP806 with AP80x
` [PATCH 16/20] dt-bindings: marvell: Declare the CN913x SoC compatibles
[Qemu-devel] [PATCH v1 0/4] s390x/tcg: MOVE (MVC): Fault-safe handling
2019-08-21 19:36 UTC (6+ messages)
` [Qemu-devel] [PATCH v1 2/4] s390x/tcg: Introduce probe_read_access()
nftables matching gratuitous arp
2019-08-21 19:29 UTC
[PATCH v2 11/27] KVM: x86/mmu: Zap only the relevant pages when removing a memslot
2019-08-21 19:35 UTC (12+ messages)
[Xen-devel] [linux-linus bisection] complete test-amd64-i386-xl-qemuu-ws16-amd64
2019-08-21 19:33 UTC
[patch V2 00/38] posix-cpu-timers: Cleanup and consolidation
2019-08-21 19:09 UTC (38+ messages)
` [patch V2 01/38] posix-cpu-timers: Provide task validation functions
` [patch V2 02/38] posix-cpu-timers: Use common permission check in posix_cpu_clock_get()
` [patch V2 03/38] posix-cpu-timers: Use common permission check in posix_cpu_timer_create()
` [patch V2 04/38] posix-cpu-timers: Provide quick sample function for itimer
` [patch V2 05/38] itimers: Use quick sample function
` [patch V2 06/38] posix-cpu-timers: Sample directly in timer check
` [patch V2 07/38] posix-cpu-timers: Rename thread_group_cputimer() and make it static
` [patch V2 08/38] posix-cpu-timers: Consolidate thread group sample code
` [patch V2 09/38] posix-cpu-timers: Use clock ID in posix_cpu_timer_set()
` [patch V2 10/38] posix-cpu-timers: Use clock ID in posix_cpu_timer_get()
` [patch V2 11/38] posix-cpu-timers: Use clock ID in posix_cpu_timer_rearm()
` [patch V2 12/38] posix-cpu-timers: Remove pointless return value check
` [patch V2 13/38] posix-cpu-timers: Simplify sample functions
` [patch V2 14/38] posix-cpu-timers: Get rid of pointer indirection
` [patch V2 15/38] posix-cpu-timers: Sample task times once in expiry check
` [patch V2 16/38] posix-cpu-timers: Move prof/virt_ticks into caller
` [patch V2 17/38] posix-cpu-timers: Create a container struct
` [patch V2 19/38] posix-cpu-timers: Move expiry cache into struct posix_cputimers
` [patch V2 20/38] posix-cpu-timers: Provide array based access to expiry cache
` [patch V2 21/38] posix-cpu-timers: Simplify timer queueing
` [patch V2 22/38] posix-cpu-timers: Simplify set_process_cpu_timer()
` [patch V2 23/38] posix-cpu-timers: Switch check_*_timers() to array cache
` [patch V2 24/38] posix-cpu-timers: Remove the odd field rename defines
` [patch V2 25/38] posix-cpu-timers: Provide array based sample functions
` [patch V2 26/38] posix-cpu-timers: Make expiry checks array based
` [patch V2 27/38] posix-cpu-timers: Remove cputime_expires
` [patch V2 28/38] posix-cpu-timers: Restructure expiry array
` [patch V2 29/38] posix-cpu-timers: Switch thread group sampling to array
` [patch V2 30/38] posix-cpu-timers: Respect INFINITY for hard RTTIME limit
` [patch V2 31/38] rlimit: Rewrite non-sensical RLIMIT_CPU comment
` [patch V2 32/38] posix-cpu-timers: Get rid of zero checks
` [patch V2 33/38] posix-cpu-timers: Consolidate timer expiry further
` [patch V2 34/38] posix-cpu-timers: Get rid of 64bit divisions
` [patch V2 35/38] posix-cpu-timers: Remove pointless comparisons
` [patch V2 36/38] posix-cpu-timers: Deduplicate rlimit handling
` [patch V2 37/38] posix-cpu-timers: Move state tracking to struct posix_cputimers
` [patch V2 38/38] posix-cpu-timers: Utilize timerqueue for storage
[Qemu-riscv] [Qemu-devel] RISC-V: Vector && DSP Extension
2019-08-21 19:31 UTC (3+ messages)
` "
[PATCH v2 0/4] format-patch: learn --infer-cover-subject option
2019-08-21 19:32 UTC (4+ messages)
` [PATCH v3 00/13] format-patch: learn --infer-cover-subject option (also t4014 cleanup)
` [PATCH v3 13/13] format-patch: learn --infer-cover-subject option
[PATCH v3 0/6] Add support of New Amlogic temperature sensor for G12 SoCs
2019-08-21 19:31 UTC (6+ messages)
` [PATCH v3 1/6] dt-bindings: thermal: Add DT bindings documentation for Amlogic Thermal
[PATCH] can: Delete unnecessary checks before the m =?UTF-8?B?YWNybyBjYWxsIOKAnGRl
2019-08-21 19:30 UTC (2+ messages)
` [PATCH] can: Delete unnecessary checks before the macro call “dev_kfree_skb”
[U-Boot] [PATCH 1/5] CVE: net: fix unbounded memcpy of UDP packet
2019-08-21 19:29 UTC (2+ messages)
[PATCH 0/2] Coresight: Fix for v5.3-rc5
2019-08-21 19:28 UTC (2+ messages)
[Bug 204181] New: NULL pointer dereference regression in amdgpu
2019-08-21 19:28 UTC (2+ messages)
` [Bug 204181] "
[PATCHv3 1/3] dt-bindings: pci: layerscape-pci: add compatible strings "fsl,ls1028a-pcie"
2019-08-21 19:26 UTC (5+ messages)
[PATCH] usb-storage: Add new JMS567 revision to unusual_devs
2019-08-21 19:27 UTC (2+ messages)
[PATCH] bpf: handle 32-bit zext during constant blinding
2019-08-21 19:23 UTC (2+ messages)
[RFC bpf-next 0/5] Convert iproute2 to use libbpf (WIP)
2019-08-21 19:26 UTC (2+ messages)
npm nodejs
2019-08-21 19:24 UTC (2+ messages)
[CI] drm/i915: Generalise the clflush dma-worker
2019-08-21 19:24 UTC (2+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
[PATCH v2 1/2] md raid0/linear: Introduce new array state 'broken'
2019-08-21 19:22 UTC (12+ messages)
[PATCH 0/6] soundwire: inits and PM additions for 5.4
2019-08-21 19:23 UTC (2+ messages)
` [alsa-devel] "
[GIT PULL] Keys: Set 4 - Key ACLs for 5.3
2019-08-21 19:22 UTC (10+ messages)
[PATCH v5 0/4] Create and consolidate trusted keys subsystem
2019-08-21 19:20 UTC (3+ messages)
[PATCH bpf-next 0/2] tools: bpftool: work with frozen maps
2019-08-21 19:19 UTC (2+ messages)
[PATCH v2] mm/balloon_compaction: Informative allocation warnings
2019-08-21 19:19 UTC (13+ messages)
[Bug 111459] AMDg black screen
2019-08-21 19:18 UTC (2+ messages)
[PATCH 0/2] [RFC] Revert/delay performance regression in 'git checkout -b'
2019-08-21 19:18 UTC (3+ messages)
` [PATCH 1/2] Revert "switch: no worktree status unless real branch switch happens"
` [PATCH 2/2] DEPRECATION: warn about 'git checkout -b'
[Bug 110659] pageflipping seems to cause jittering on mouse input when running Hitman 2 in Wine/DXVK with amdgpu.dc=1
2019-08-21 19:18 UTC (2+ messages)
[PATCH v5 0/4] Add support for Amazon's Annapurna Labs EDAC for L1/L2
2019-08-21 19:17 UTC (3+ messages)
` [PATCH v5 1/4] dt-bindings: EDAC: Add Amazon's Annapurna Labs L1 EDAC
[PATCH] tpm_tis: Fix interrupt probing
2019-08-21 19:15 UTC (2+ messages)
[U-Boot] [RESEND PATCH v4 00/11] SPL support for RISC-V
2019-08-21 19:14 UTC (12+ messages)
` [U-Boot] [RESEND PATCH v4 01/11] fdtdec: make CONFIG_OF_PRIOR_STAGE available in SPL
` [U-Boot] [RESEND PATCH v4 02/11] Makefile: support building SPL FIT images without device trees
` [U-Boot] [RESEND PATCH v4 03/11] spl: fit: use U-Boot device tree when FIT image has no device tree
` [U-Boot] [RESEND PATCH v4 04/11] riscv: add run mode configuration for SPL
` [U-Boot] [RESEND PATCH v4 05/11] spl: support booting via RISC-V OpenSBI
` [U-Boot] [RESEND PATCH v4 06/11] riscv: add SPL support
` [U-Boot] [RESEND PATCH v4 07/11] riscv: support SPL stack and global data relocation
` [U-Boot] [RESEND PATCH v4 08/11] riscv: add a generic FIT generator script
` [U-Boot] [RESEND PATCH v4 09/11] riscv: set default FIT generator script and build target for SPL builds
` [U-Boot] [RESEND PATCH v4 10/11] riscv: qemu: add SPL configuration
` [U-Boot] [RESEND PATCH v4 11/11] doc: update QEMU RISC-V documentation
[RFC/RFT v4 0/5] Add generic trusted keys framework/subsystem
2019-08-21 19:13 UTC (10+ messages)
` [RFC/RFT v4 1/5] tpm: move tpm_buf code to include/linux/
[PATCH] mt76: mt7615: apply calibration-free data from OTP
2019-08-21 19:14 UTC
[RFC PATCH] bpf: handle 32-bit zext during constant blinding
2019-08-21 19:12 UTC (5+ messages)
` Regression fix for bpf in v5.3 (was Re: [RFC PATCH] bpf: handle 32-bit zext during constant blinding)
[PATCH v5 00/25] drm: Kirin driver cleanups to prep for Kirin960 support
2019-08-21 19:13 UTC (3+ messages)
[Qemu-devel] [PATCH 0/2] Add virtio-fs (experimental)
2019-08-21 19:11 UTC (5+ messages)
` [Qemu-devel] [PATCH 1/2] virtio: add vhost-user-fs base device
[PATCH v4 0/6] tpm: Add driver for cr50
2019-08-21 19:11 UTC (5+ messages)
` [PATCH v4 3/6] tpm: tpm_tis_spi: Add a pre-transfer callback
[PATCH] drm/ttm: properly unmap dma page upon failure
2019-08-21 19:09 UTC (2+ messages)
[PATCH 0/3] block: sed-opal - Generic Read/Write Opal Tables
2019-08-21 19:10 UTC (4+ messages)
` [PATCH 1/3] block: sed-opal: Expose enum opal_uid and opaluid definitions to the users by moving it to "include/uapi/linux/sed-opal.h"
` [PATCH 2/3] block: sed-opal: Generalizing write data to any opal table
` [PATCH 3/3] block: sed-opal: Add support to read/write opal tables generically
[PATCH v4 0/8] arm64: dts: qcom: sm8150: Add SM8150 DTS
2019-08-21 19:07 UTC (3+ messages)
` [PATCH v4 1/8] arm64: dts: qcom: sm8150: Add base dts file
[U-Boot] [PATCH] qemu-riscv64_smode, sifive-fu540: fix extlinux (define preboot)
2019-08-21 19:07 UTC
[PATCH v5 0/1] drm/syncobj: add syncobj sideband payload for threaded submission
2019-08-21 19:07 UTC (3+ messages)
` [PATCH v5 1/1] drm/syncobj: add sideband payload
[Xen-devel] [PATCH 00/14] livepatch: new features and fixes
2019-08-21 19:06 UTC (10+ messages)
` [Xen-devel] [PATCH 06/14] livepatch: Add support for apply|revert action replacement hooks
` [Xen-devel] [PATCH 09/14] livepatch: Add per-function applied/reverted state tracking marker
` [Xen-devel] [PATCH 10/14] livepatch: Add support for inline asm hotpatching expectations
[ANNOUNCE] xfsprogs 5.2.1 released
2019-08-21 19:05 UTC
[PATCH 1/1] Fix: trace sched switch start/stop racy updates
2019-08-21 19:03 UTC (10+ messages)
[Qemu-devel] [PATCH v1 0/2] Integrating qemu to Linux Perf
2019-08-21 19:01 UTC (4+ messages)
` [Qemu-devel] [PATCH v1 1/2] accel/tcg: adding integration with linux perf
[PATCH] python-setuptools: update to 41.2.0
2019-08-21 19:02 UTC
[PATCH] PCI: Add sysfs attribute for disabling PCIe link to downstream component
2019-08-21 19:01 UTC (11+ messages)
next/master boot: 285 boots: 16 failed, 264 passed with 3 offline, 1 untried/unknown, 1 conflict (next-20190718)
2019-08-21 18:59 UTC (6+ messages)
` CPUfreq fail on rk3399-firefly (was: next/master boot: 285 boots: 16 failed, 264 passed with 3 offline, 1 untried/unknown, 1 conflict (next-20190718))
stable-rc/linux-4.14.y boot: 124 boots: 2 failed, 106 passed with 16 offline (v4.14.139-72-g6c641edcbe64)
2019-08-21 18:59 UTC
[PATCH v3 0/4] soundwire: debugfs support for 5.4
2019-08-21 18:58 UTC (5+ messages)
` [PATCH v3 1/4] soundwire: add debugfs support
` [PATCH v3 2/4] soundwire: cadence_master: add debugfs register dump
` [PATCH v3 3/4] soundwire: intel: "
` [PATCH v3 4/4] soundwire: intel: handle disabled links
[PATCH v2 00/14] Display Stream Compression (DSC) for AMD Navi
2019-08-21 18:57 UTC (5+ messages)
` [PATCH v2 06/14] drm/dp-mst: Use dc and drm helpers to compute timeslots
[PATCH net-next 0/1] Add BASE-T1 PHY support
2019-08-21 18:57 UTC (7+ messages)
` "
` [EXT] "
[Xen-devel] [linux-4.4 test] 140444: regressions - FAIL
2019-08-21 18:56 UTC
[PATCH] dt-bindings: rng: mtk-rng: Add documentation for MT8516
2019-08-21 18:55 UTC (4+ messages)
[Qemu-devel] Broken aarch64 by qcow2: skip writing zero buffers to empty COW areas [v2]
2019-08-21 17:51 UTC (2+ messages)
[PATCH 1/2] dt-bindings: pwm: pwm-mediatek: Add documentation for MT8516
2019-08-21 18:53 UTC (4+ messages)
[Buildroot] [PATCH/next 1/1] package/freeswitch: bump version to 1.10.1
2019-08-21 18:54 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.