All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-05-23 20:00:55 to 2019-05-23 21:04:50 UTC [more...]

[patch 00/25] SPDX cleanup: batch 4
 2019-05-23 21:04 UTC  (5+ messages)
` [patch 01/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 76
` [patch 02/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 77

[PATCH 1/2] MAINTAINERS: Add entry for fieldbus subsystem
 2019-05-23 21:02 UTC  (4+ messages)

[PATCH] sched/fair: Fix low cpu usage with high throttling by removing expiration of cpu slices
 2019-05-23 21:01 UTC  (4+ messages)
` [PATCH v2 0/1] sched/fair: Fix low cpu usage with high throttling by removing expiration of cpu-local slices
  ` [PATCH v2 1/1] "

[PATCH v4 5/7] mm: rework non-root kmem_cache lifecycle management
 2019-05-23 21:00 UTC  (4+ messages)
` [mm] e52271917f: BUG:sleeping_function_called_from_invalid_context_at_mm/slab.h

[REVIEW][PATCH 00/26] signal: Remove task argument from force_sig_info
 2019-05-23 21:00 UTC  (11+ messages)
` [REVIEW][PATCH 03/26] signal/arm64: Use force_sig not force_sig_fault for SIGKILL
    ` [REVIEW][PATCHv2 "

[Breakage] 2.22.0-rc1 t5401-update-hooks.sh
 2019-05-23 21:00 UTC  (8+ messages)
    ` Issues with t7519.19, was "

[RFC PATCH 00/11] mm/hmm: Various revisions from a locking/code review
 2019-05-23 20:59 UTC  (3+ messages)

[PATCH v3 0/2] Make systemd as default init manager and configure wired network
 2019-05-23 20:59 UTC  (4+ messages)
` [PATCH v3 1/2] local.conf.sample: make systemd as default init manager

[PATCH v2 0/9] GuC fixes
 2019-05-23 20:58 UTC  (4+ messages)
` ✗ Fi.CI.BAT: failure for GuC fixes (rev2)

[PATCH bpf-next v2 0/3] tools: bpftool: add an option for debug output from libbpf and verifier
 2019-05-23 20:57 UTC  (5+ messages)
` [PATCH bpf-next v2 1/3] tools: bpftool: add -d option to get debug output from libbpf

[Qemu-devel] [PATCH v2 0/2] Update capstone module
 2019-05-23 20:49 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 1/2] capstone: Update to master
` [Qemu-devel] [PATCH v2 2/2] capstone: Enable disassembly for s390x

[opkg-utils][PATCH] opkg-list-fields: fix to print the fields again
 2019-05-23 20:56 UTC 

[PATCH] arm64: dts: allwinner: a64-oceanic-5205-5inmfd: Enable CAN
 2019-05-23 20:54 UTC  (7+ messages)

RFC: Separate commit identification from Merkle hashing
 2019-05-23 20:54 UTC  (6+ messages)

[PATCH] signal/usb: Replace kill_pid_info_as_cred with kill_pid_usb_asyncio
 2019-05-23 20:54 UTC  (2+ messages)

[PATCH v2 1/6] drm/msm/a6xx: Avoid freeing gmu resources multiple times
 2019-05-23 20:53 UTC  (18+ messages)
` [PATCH v2 2/6] drm/msm/a6xx: Remove duplicate irq disable from remove
` [PATCH v2 3/6] drm/msm/a6xx: Check for ERR or NULL before iounmap
` [PATCH v2 4/6] drm/msm/a6xx: Remove devm calls from gmu driver
` [PATCH v2 5/6] drm/msm/a6xx: Drop the device reference in gmu
` [PATCH v2 6/6] drm/msm/a6xx: Rename a6xx_gmu_probe to a6xx_gmu_init

[Qemu-devel] [RISU v3 00/11] Support for i386/x86_64 with vector extensions
 2019-05-23 20:44 UTC  (12+ messages)
` [Qemu-devel] [RISU v3 01/11] Makefile: undefine the arch name symbol
` [Qemu-devel] [RISU v3 02/11] risu_i386: move reginfo_t and related defines to risu_reginfo_i386.h
` [Qemu-devel] [RISU v3 03/11] risu_i386: move reginfo-related code to risu_reginfo_i386.c
` [Qemu-devel] [RISU v3 04/11] risu_reginfo_i386: implement arch-specific reginfo interface
` [Qemu-devel] [RISU v3 05/11] risu_i386: implement missing CPU-specific functions
` [Qemu-devel] [RISU v3 06/11] risu_i386: remove old unused code
` [Qemu-devel] [RISU v3 07/11] test_i386: change syntax from nasm to gas
` [Qemu-devel] [RISU v3 08/11] configure: add i386/x86_64 architectures
` [Qemu-devel] [RISU v3 09/11] i386: Add avx512 state to reginfo_t
` [Qemu-devel] [RISU v3 10/11] risu_reginfo_i386: replace xfeature constants with symbolic names
` [Qemu-devel] [RISU v3 11/11] risu_reginfo_i386: rework --xfeatures value parsing

[PATCH] ALSA: Use struct_size() helper
 2019-05-23 20:29 UTC 

[PATCH 0/2] net: macb: Add support for SiFive FU540-C000
 2019-05-23 20:50 UTC  (5+ messages)
` [PATCH 1/2] net/macb: bindings doc: add sifive fu540-c000 binding

[PATCH v2 bpf-next 00/12] BTF-to-C converter
 2019-05-23 20:50 UTC  (14+ messages)
` [PATCH v2 bpf-next 01/12] libbpf: ensure libbpf.h is included along libbpf_internal.h
` [PATCH v2 bpf-next 02/12] libbpf: add btf__parse_elf API to load .BTF and .BTF.ext
` [PATCH v2 bpf-next 03/12] bpftool: use libbpf's btf__parse_elf API
` [PATCH v2 bpf-next 04/12] selftests/bpf: use btf__parse_elf to check presence of BTF/BTF.ext
` [PATCH v2 bpf-next 05/12] libbpf: add resizable non-thread safe internal hashmap
` [PATCH v2 bpf-next 06/12] selftests/bpf: add tests for libbpf's hashmap
` [PATCH v2 bpf-next 07/12] libbpf: switch btf_dedup() to hashmap for dedup table
` [PATCH v2 bpf-next 08/12] libbpf: add btf_dump API for BTF-to-C conversion
` [PATCH v2 bpf-next 09/12] selftests/bpf: add btf_dump BTF-to-C conversion tests
` [PATCH v2 bpf-next 10/12] bpftool: add C output format option to btf dump subcommand
` [PATCH v2 bpf-next 11/12] bpftool/docs: add description of btf dump C option
` [PATCH v2 bpf-next 12/12] bpftool: update bash-completion w/ new c option for btf dump

[PATCH v2 8/9] drm/i915/uc: Stop talking with GuC when resetting
 2019-05-23 20:50 UTC  (3+ messages)

[PATCH 0/2] Fix fsmonitor after discard_index()
 2019-05-23 20:49 UTC  (3+ messages)

Please cherrypick 592acbf1682128 to 3.18.y and 4.4.y
 2019-05-23 20:49 UTC 

[PATCH v10 00/11] drm/sun4i: dsi: Fixes/updates (A33 reworked!)
 2019-05-23 20:48 UTC  (16+ messages)
` [PATCH v10 01/11] drm/sun4i: dsi: Fix TCON DRQ set bits
` [PATCH v10 02/11] drm/sun4i: dsi: Update start value in video start delay
` [PATCH v10 03/11] drm/sun4i: dsi: Fix video start delay computation
` [PATCH v10 04/11] drm/sun4i: tcon: Compute DCLK dividers based on format, lanes

[Buildroot] [PATCH/next 1/1] package/gpsd: bump to version 3.18.1
 2019-05-23 20:48 UTC  (2+ messages)

[patch 00/25] SPDX cleanup: Batch 3
 2019-05-23 20:47 UTC  (47+ messages)
` [patch 01/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 51
` [patch 02/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 52
` [patch 03/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 53
` [patch 04/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 54
` [patch 05/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 55
` [patch 06/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 56
` [patch 07/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 57
` [patch 09/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 59
` [patch 10/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 60
` [patch 11/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61
` [patch 12/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 62
` [patch 13/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 63
` [patch 14/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 64
` [patch 15/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 65
` [patch 17/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 67
` [patch 18/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 68
` [patch 19/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 69
` [patch 20/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 70
` [patch 21/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 71
` [patch 22/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 72
` [patch 23/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 73
` [patch 24/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 74
` [patch 25/25] treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 75

[PATCH v7 bpf-next 00/16] bpf: eliminate zero extensions for sub-register writes
 2019-05-23 20:42 UTC  (7+ messages)
` [PATCH v7 bpf-next 01/16] bpf: verifier: mark verified-insn with sub-register zext flag

[PATCH 1/3] perf header: Add die information in CPU topology
 2019-05-23 20:41 UTC  (3+ messages)
` [PATCH 2/3] perf stat: Support per-die aggregation
` [PATCH 3/3] perf header: Rename "sibling cores" to "sibling sockets"

[PATCH v2] signal: Adjust error codes according to restore_user_sigmask()
 2019-05-23 20:41 UTC  (12+ messages)

problem adding a user
 2019-05-23 20:40 UTC  (16+ messages)

[PATCH userspace 0/4] Remove redundant rules when building policydb
 2019-05-23 20:39 UTC  (2+ messages)
` [Non-DoD Source] "

[PATCH] ASoC: dapm: Use struct_size() in krealloc()
 2019-05-23 20:36 UTC 

[Qemu-devel] [PATCH 0/1] spapr: Do not re-read the clock on pre_save handler on migration
 2019-05-23 20:18 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/1] "
    ` [Qemu-devel] [Qemu-ppc] "

[Buildroot] [PATCH/next 1/1] package/shared-mime-info: bump to version 1.12
 2019-05-23 20:36 UTC 

[PATCH v3] grep: provide sane default to grep_source struct
 2019-05-23 20:34 UTC  (3+ messages)
` [PATCH v4] grep: fail if call could output and name is null

[PATCH 1/3] SUNRPC: Move call to rpc_count_iostats before rpc_call_done
 2019-05-23 20:33 UTC  (5+ messages)
` [PATCH 2/3] SUNRPC: Use proper printk specifiers for unsigned long long
` [PATCH 3/3] SUNRPC: Count ops completing with tk_status < 0
` [PATCH] mountstats: add per-op error counts for mountstats command
  ` [PATCH v2] "

master - tests: add debug to pvscan-cache deactivation
 2019-05-23 20:33 UTC 

[PATCH] Bluetooth: Add new 13d3:3491 QCA_ROME device
 2019-05-23 20:32 UTC  (2+ messages)
` [PATCH] Bluetooth: Add new 13d3:3501 "

[RFC PATCH net-next 0/9] Decoupling PHYLINK from struct net_device
 2019-05-23 20:32 UTC  (10+ messages)
` [RFC PATCH net-next 5/9] net: phylink: Add phylink_create_raw
` [RFC PATCH net-next 8/9] net: dsa: Use PHYLINK for the CPU/DSA ports

[ANNOUNCE] 3.18.140-rt117
 2019-05-23 20:32 UTC 

[ANNOUNCE] Git v2.22.0-rc1
 2019-05-23 20:30 UTC  (4+ messages)
` New diff test failures on s390x architecture (was: [ANNOUNCE] Git v2.22.0-rc1)

[PATCH V2 1/2] block: Fix a NULL pointer dereference in generic_make_request()
 2019-05-23 20:30 UTC  (5+ messages)

[PATCH 0/2] tools: PCI: Fix broken pcitest compilation
 2019-05-23 20:30 UTC  (10+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] tools: PCI: Fix compiler warning in pcitest

[PATCH v2 1/2] MAINTAINERS: Add entry for fieldbus subsystem
 2019-05-23 20:30 UTC  (2+ messages)
` [PATCH v2 2/2] MAINTAINERS: Add entry for anybuss drivers

[RFC PATCH 00/11] bpf, trace, dtrace: DTrace BPF program type implementation and sample use
 2019-05-23 20:28 UTC  (10+ messages)

[Intel-wired-lan] [jkirsher-next-queue:dev-queue] BUILD SUCCESS 09c61f7bc823365b92485114f4d0630491fb21b4
 2019-05-23 20:28 UTC 

distrodata documentation in 2.7 Mega Manual
 2019-05-23 20:24 UTC  (4+ messages)

[igt-dev] [PATCH i-g-t 1/2] tests/kms_big_fb: Run the test for a single pipe only
 2019-05-23 20:19 UTC  (2+ messages)
` [igt-dev] [PATCH i-g-t 2/2] tests/kms_big_fb: Delay the expensive big fb creation until the last moment

[PATCHv6 0/4] omapdrm: DSI command mode panel support
 2019-05-23 20:19 UTC  (6+ messages)
` [PATCHv6 1/4] drm/omap: use DRM_DEBUG_DRIVER instead of CORE
` [PATCHv6 2/4] drm/omap: don't check dispc timings for DSI
` [PATCHv6 3/4] drm/omap: add framedone interrupt support
` [PATCHv6 4/4] drm/omap: add support for manually updated displays

[PATCH v12 1/5] can: m_can: Create a m_can platform framework
 2019-05-23 20:18 UTC  (3+ messages)

testmgr question
 2019-05-23 20:18 UTC  (2+ messages)

[dpdk-dev] [PATCH] devtools: skip the symbol check when map file under drivers
 2019-05-23 20:17 UTC  (4+ messages)

[PATCH v2] mtd: onenand_base: Avoid fall-through warnings
 2019-05-23 20:17 UTC  (3+ messages)

[U-Boot] [PATCH v2] spl: add overall SPL size check
 2019-05-23 20:16 UTC  (5+ messages)

[PATCH v3 0/2] XDP generic fixes
 2019-05-23 20:15 UTC  (4+ messages)
` [PATCH v3 2/2] net: core: support XDP generic on stacked devices

[CI] drm/i915: We don't need display's suspend/resume operations when !HAS_DISPLAY
 2019-05-23 20:15 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: We don't need display's suspend/resume operations when !HAS_DISPLAY (rev2)

[Bug 110712] [regression]Raven Ridge: System freeze but mouse cursor able to move when using Firefox Webrender
 2019-05-23 20:13 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 00/28] current testing/next queue
 2019-05-23 20:10 UTC  (7+ messages)
` [Qemu-devel] [PATCH v2 09/28] target/mips: only build mips-semi for softmmu
` [Qemu-devel] [PATCH v2 11/28] MAINTAINERS: update for semihostings new home
` [Qemu-devel] [PATCH v2 17/28] tests/tcg/aarch64: add system boot.S

[PATCH v15 00/17] arm64: untag user pointers passed to the kernel
 2019-05-23 20:11 UTC  (12+ messages)

[PATCH] blk-iolatency: only account submitted bios
 2019-05-23 20:10 UTC 

[GIT PULL] Immutable branch between LEDs, MFD and REGULATOR
 2019-05-23 20:07 UTC  (5+ messages)

bonding-devel mail list?
 2019-05-23 20:06 UTC  (3+ messages)

another testmgr question
 2019-05-23 20:05 UTC  (2+ messages)

[PATCH 0/3] PCI/ASPM: add sysfs attribute for controlling ASPM
 2019-05-23 20:05 UTC  (4+ messages)
` [PATCH 1/3] PCI/ASPM: add L1 sub-state support to pci_disable_link_state
` [PATCH 2/3] PCI/ASPM: allow to re-enable Clock PM
` [PATCH 3/3] PCI/ASPM: add sysfs attribute for controlling ASPM

[Qemu-devel] [RFC v4 0/7] Baby steps towards saner headers
 2019-05-23 19:57 UTC  (4+ messages)
` [Qemu-devel] [RFC v4 5/7] tests: New make target check-source

[PATCH] lib/sort: Add the sort_r() variant
 2019-05-23 20:04 UTC  (2+ messages)

[PATCH 1/8] dt-bindings: net: Add YAML schemas for the generic Ethernet options
 2019-05-23 20:01 UTC  (6+ messages)
` [PATCH 2/8] dt-bindings: net: Add a YAML schemas for the generic PHY options

[PATCH] tracing: Use correct function name in trace_filter_add_remove_task() comment
 2019-05-23 20:02 UTC  (2+ messages)

[Bug 110701] GPU faults in in Unigine Valley 1.0
 2019-05-23 20:01 UTC  (2+ messages)

[LTP] [PATCH] [COMMITTED] syscalls/fcntl33: Fix typo overlapfs -> overlayfs
 2019-05-23 20:01 UTC  (4+ messages)

[PATCH v2 00/15] drm/msm: Per-instance pagetable support
 2019-05-23 20:00 UTC  (4+ messages)
` [PATCH v2 03/15] iommu/arm-smmu: Add split pagetable support for arm-smmu-v2


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.