All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-10-16 22:52:46 to 2018-10-16 23:53:29 UTC [more...]

[PATCH] staging: iio: ad7280a: Lines should not end with a '(' - style
 2018-10-16 23:29 UTC  (5+ messages)

[RFC v1 00/31] kunit: Introducing KUnit, the Linux kernel unit testing framework
 2018-10-16 23:51 UTC  (96+ messages)
` [RFC v1 01/31] kunit: test: added string_stream a std::stream like string builder
` [RFC v1 02/31] kunit: test: adds KUnit test runner core
` [RFC v1 03/31] kunit: test: added test resource management API
` [RFC v1 04/31] kunit: test: added test_stream a std::stream like logger
` [RFC v1 05/31] kunit: test: added the concept of expectations
` [RFC v1 06/31] arch: um: enabled running kunit from User Mode Linux
` [RFC v1 07/31] kunit: test: added initial tests
` [RFC v1 08/31] arch: um: added shim to trap to allow installing a fault catcher for tests
` [RFC v1 09/31] kunit: test: added the concept of assertions
` [RFC v1 10/31] kunit: test: added concept of initcalls
` [RFC v1 11/31] kunit: test: added concept of post conditions
` [RFC v1 12/31] checkpatch: added support for struct MOCK(foo) syntax
` [RFC v1 13/31] kunit: mock: added parameter list minipulation macros
` [RFC v1 14/31] kunit: mock: added internal mock infrastructure
` [RFC v1 15/31] kunit: mock: added basic matchers and actions
` [RFC v1 16/31] kunit: mock: added class mocking support
` [RFC v1 17/31] kunit: mock: added struct param matcher
` [RFC v1 18/31] kunit: mock: added parameter formatters
` [RFC v1 19/31] kunit: mock: implemented nice, strict and naggy mock distinctions
` [RFC v1 20/31] kunit: mock: add ability to mock functions with void context
` [RFC v1 21/31] kunit: mock: added support for arbitrary function mocking
` [RFC v1 22/31] kunit: mock: add the concept of spyable functions
` [RFC v1 23/31] kunit: mock: add parameter capturers
` [RFC v1 24/31] kunit: improved sigsegv stack trace printing
` [RFC v1 25/31] kunit: added concept of platform mocking
` [RFC v1 26/31] arch: um: added stubs for mock iomem for KUnit
` [RFC v1 27/31] Documentation: kunit: adds complete documentation "
` [RFC v1 28/31] kunit: added Python libraries for handing KUnit config and kernel
` [RFC v1 29/31] kunit: added KUnit wrapper script and simple output parser
` [RFC v1 30/31] kunit.py: improved output from python wrapper
` [RFC v1 31/31] MAINTAINERS: add entry for KUnit the unit testing framework

[PATCH -next] drivers/video/fbdev: remove set but not used variable 'size'
 2018-10-16 23:52 UTC  (3+ messages)

[PATCH v4 00/13] arch/x86: AMD QoS support
 2018-10-16 23:48 UTC  (5+ messages)
` [PATCH v4 08/13] arch/x86: Bring few more functions into the resource structure
` [PATCH v4 10/13] arch/x86: Add AMD feature bit X86_FEATURE_MBA in cpuid bits array

[PATCH v2] clk: mvebu: armada-37xx-tbg: Switch to clk_get and balance it in probe
 2018-10-16 23:51 UTC  (3+ messages)

[Buildroot] Connection refused error
 2018-10-16 23:50 UTC  (2+ messages)

[PATCH v2 2/2] net/mlx5: support e-switch flow count action
 2018-10-16 23:50 UTC  (4+ messages)
` [PATCH v3 0/2] "
` [PATCH v3 1/2] net/mlx5: refactor TC-flow infrastructure
` [PATCH v3 2/2] net/mlx5: support e-switch flow count action

[RESEND][PATCH] scsi: ufs: Fix hynix ufs bug with quirk on hi36xx SoC
 2018-10-16 23:50 UTC  (4+ messages)

[PATCH 0/7] NULL pointer deref fix for stm32-dma
 2018-10-16 23:49 UTC  (4+ messages)

[PATCH v3 0/4] Port mxs-dcp to imx6ull and imx6sll
 2018-10-16 15:57 UTC  (5+ messages)
` [PATCH v3 1/4] dt-bindings: crypto: Mention clocks for mxs-dcp
` [PATCH v3 2/4] crypto: mxs-dcp - Add support for dcp clk
` [PATCH v3 3/4] ARM: dts: imx6ull: Add dcp node
` [PATCH v3 4/4] ARM: imx_v6_v7_defconfig: Enable CRYPTO_DEV_MXS_DCP

[PATCH v4 00/12] media: ov5640: Misc cleanup and improvements
 2018-10-16 15:57 UTC  (2+ messages)

problem with not being able to enforce git content filters
 2018-10-16 23:48 UTC  (3+ messages)

[PATCH 1/4] ath10k: snoc: remove 'wcn3990' from generic resource handling
 2018-10-16 23:47 UTC  (5+ messages)

mmotm 2018-10-16-16-46 uploaded
 2018-10-16 23:47 UTC 

[PATCH v2 00/23] Add Qt-based GUI for KernelShark
 2018-10-16 15:53 UTC  (23+ messages)
` [PATCH v2 01/23] kernel-shark-qt: Fix a simple bug in KsDataStore::_freeData()
` [PATCH v2 02/23] kernel-shark-qt: Add Dual Marker for KernelShark GUI
` [PATCH v2 03/23] kernel-shark-qt: Add model for showing trace data in a text format
` [PATCH v2 04/23] kernel-shark-qt: Add Trace Viewer widget
` [PATCH v2 05/23] kernel-shark-qt: Add visualization (graph) model
` [PATCH v2 06/23] kernel-shark-qt: Add widget for OpenGL rendering
` [PATCH v2 07/23] kernel-shark-qt: Add Trace Graph widget
` [PATCH v2 08/23] kernel-shark-qt: Add dialog for Advanced filtering
` [PATCH v2 09/23] kernel-shark-qt: Add a manager class for GUI sessions
` [PATCH v2 10/23] kernel-shark-qt: Add Main Window widget for the KernelShark GUI
` [PATCH v2 11/23] kernel-shark-qt: Add KernelShark GUI executable
` [PATCH v2 12/23] kernel-shark-qt: Add "File exists" dialog
` [PATCH v2 13/23] kernel-shark-qt: Fix the glitches in the preemption time visualization
` [PATCH v2 14/23] kernel-shark-qt: Add dialog for of trace data recording
` [PATCH v2 15/23] kernel-shark-qt: Add kshark-record executable
` [PATCH v2 16/23] kernel-shark-qt: Instruct CMake to search for "pkexec"
` [PATCH v2 17/23] kernel-shark-qt: Add PolicyKit Configuration for kshark-record
` [PATCH v2 19/23] kernel-shark-qt: Add kernelshark.desktop file
` [PATCH v2 20/23] kernel-shark-qt: Add make install
` [PATCH v2 21/23] kernel-shark-qt: Add Record dialog to KS GUI
` [PATCH v2 22/23] kernel-shark-qt: Workaround for running as Root on Wayland
` [PATCH v2 23/23] kernel-shark-qt: Version 0.9.0

linux-next: manual merge of the net-next tree with the net tree
 2018-10-16 23:46 UTC 

[PATCH] builtin/submodule--helper: remove debugging leftover tracing
 2018-10-16 23:45 UTC 

[PATCH v3 0/2] sysctl: handle overflow for file-max
 2018-10-16 23:45 UTC  (3+ messages)
` [PATCH v3 1/2] sysctl: handle overflow in proc_get_long

[Buildroot] [PATCH 1/1] python-crossbar: drop Python 2 support
 2018-10-16 23:44 UTC 

WARNING in ext4_invalidatepage
 2018-10-16 15:53 UTC  (7+ messages)

[PATCH 0/3] kbuild: add scripts/Makefile.toolcheck to check necessary host tools
 2018-10-16 15:51 UTC  (6+ messages)
` [PATCH 1/3] kbuild: provide a new place "
` [PATCH 2/3] objtool: move libelf check out of top Makefile

[PATCH 0/3] Fix gc segfault
 2018-10-16 23:43 UTC  (3+ messages)
` [PATCH 2/3] pack-objects (mingw): demonstrate a segmentation fault with large deltas

[PATCH net] net: bpfilter: use get_pid_task instead of pid_task
 2018-10-16 15:51 UTC  (2+ messages)

[PATCH 0/4] Bloom filter experiment
 2018-10-16 23:41 UTC  (2+ messages)

[RFC PATCH 00/30] softirq: Make softirqs soft-interruptible (+ per vector disablement)
 2018-10-16 23:37 UTC  (3+ messages)

[PATCH 00/19] Bring more repository handles into our code base
 2018-10-16 23:35 UTC  (20+ messages)
` [PATCH 01/19] sha1_file: allow read_object to read objects in arbitrary repositories
` [PATCH 02/19] packfile: allow has_packed_and_bad to handle "
` [PATCH 03/19] object-store: allow read_object_file_extended to read from "
` [PATCH 04/19] object-store: prepare read_object_file to deal with "
` [PATCH 05/19] object-store: prepare has_{sha1, object}_file[_with_flags] to handle "
` [PATCH 06/19] object: parse_object to honor its repository argument
` [PATCH 07/19] commit: allow parse_commit* to handle arbitrary repositories
` [PATCH 08/19] commit-reach.c: allow paint_down_to_common "
` [PATCH 09/19] commit-reach.c: allow merge_bases_many "
` [PATCH 10/19] commit-reach.c: allow remove_redundant "
` [PATCH 11/19] commit-reach.c: allow get_merge_bases_many_0 "
` [PATCH 12/19] commit-reach: prepare get_merge_bases "
` [PATCH 13/19] commit-reach: prepare in_merge_bases[_many] "
` [PATCH 14/19] commit: prepare get_commit_buffer "
` [PATCH 15/19] commit: prepare repo_unuse_commit_buffer "
` [PATCH 16/19] commit: prepare logmsg_reencode "
` [PATCH 17/19] pretty: prepare format_commit_message "
` [PATCH 18/19] submodule: use submodule repos for object lookup
` [PATCH 19/19] submodule: don't add submodule as odb for push

[PATCH] mesa: enable virgl driver for qemux86/qemux86-64
 2018-10-16 23:35 UTC  (3+ messages)

Rate-ctrl experience gained with ath10k
 2018-10-16 23:31 UTC 

[PATCH wpan-tools] wpan-hwsim: fix long option argument option for dot
 2018-10-16 15:38 UTC 

[0/3] A few 32bit x86 fixes
 2018-10-16 23:28 UTC  (7+ messages)
` [PATCH 1/3] x86/mm/pat: Disable preemption around __flush_tlb_all()
` [PATCH 3/3] x86/fpu: Save FPU registers on context switch if there is a FPU

What's cooking in git.git (Oct 2018, #03; Wed, 17)
 2018-10-16 23:28 UTC 

[PATCH v3 0/7] Address reader-writer concurrency in rte_hash
 2018-10-16 23:28 UTC  (7+ messages)
` [PATCH v3 3/7] hash: correct key store element alignment
` [PATCH v3 4/7] hash: add memory ordering to avoid race conditions

[PATCH v2 1/2] drm/i915/guc: fix GuC suspend/resume
 2018-10-16 23:28 UTC  (2+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [v2,1/2] "

[PATCH v3] branch: introduce --show-current display option
 2018-10-16 23:26 UTC  (5+ messages)
` [PATCH v4] "

LPC 2018
 2018-10-16 15:34 UTC  (12+ messages)

[PATCH] util-linux: fix alternatives setting for switch-root
 2018-10-16 23:24 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 0/7] drivers: tty: Fix kernel-docs comments
 2018-10-16 23:21 UTC  (8+ messages)
` [PATCH 1/7] tty: Fix whitespace before tab warnings
` [PATCH 2/7] tty: Remove trailing whitespace
` [PATCH 3/7] tty: Partially fix kernel-docs layout
` [PATCH 4/7] tty: Fix kernel-doc variable typos
` [PATCH 5/7] tty: Fix spacing between kernel-doc sections
` [PATCH 6/7] tty: Remove newline after function kernel-doc
` [PATCH 7/7] tty: Fix section format

[Qemu-devel] [PATCH] Acceptance tests: host arch to target arch name mapping
 2018-10-16 23:22 UTC 

[PATCH] meta/classes/testimage.bbclass: Only validate IMAGE_FSTYPES when is QEMU
 2018-10-16 23:21 UTC 

[v12,1/2] i2c: buses: add i2c bus driver for NVIDIA GPU
 2018-10-16 23:21 UTC 

[PATCH] kernel/signal: Signal-based pre-coredump notification
 2018-10-16 15:26 UTC  (10+ messages)

[PATCH 17/19] submodule: use submodule repos for object lookup
 2018-10-16 23:16 UTC  (3+ messages)

[PATCH 1/2] mm: thp: relax __GFP_THISNODE for MADV_HUGEPAGE mappings
 2018-10-16 23:16 UTC  (12+ messages)

[PATCH] KVM: VMX: enable nested virtualization by default
 2018-10-16 23:13 UTC  (2+ messages)

[PATCH bpf-next] bpf, tls: add tls header to tools infrastructure
 2018-10-16 15:21 UTC  (2+ messages)

What's cooking in git.git (Oct 2018, #02; Sat, 13)
 2018-10-16 23:11 UTC  (3+ messages)

[PATCH 0/5] Add Du support to RZ/G1C and RZ/G1N
 2018-10-16 15:19 UTC  (4+ messages)
` [PATCH 3/5] drm: rcar-du: Add r8a77470 support

[PATCH 00/16] Consolidate reachability logic
 2018-10-16 23:09 UTC  (13+ messages)
` [PATCH 15/16] commit-reach: make can_all_from_reach... linear

Crash in msm serial on dragonboard with ftrace bootargs
 2018-10-16 23:09 UTC  (2+ messages)

[PATCH] drm/i915/cnp+: update to the new RAWCLK_FREQ recommendations
 2018-10-16 23:09 UTC  (4+ messages)

[U-Boot] [PATCH v2 08/14] efi_loader: fix relocation on x86_64
 2018-10-16 23:08 UTC  (3+ messages)
` [U-Boot] [U-Boot, v2, "

[PATCH 1/2] drm/i915/guc: Fix Gen9 GuC loading workarounds
 2018-10-16 23:03 UTC  (2+ messages)

[U-Boot] Please pull u-boot-dm
 2018-10-16 23:01 UTC  (6+ messages)

arp table - same mac address shows two ip addresses
 2018-10-16 23:00 UTC  (2+ messages)

[PATCH 00/11] More watermarks improvements
 2018-10-16 23:00 UTC  (5+ messages)
` [PATCH 02/11] drm/i915: remove padding from struct skl_wm_level
` ✗ Fi.CI.BAT: failure for More watermarks improvements

[PATCH v3 0/6] media: video-i2c: support changing frame interval and runtime PM
 2018-10-16 15:07 UTC  (4+ messages)
` [PATCH v3 6/6] media: video-i2c: support "

[Buildroot] [PATCH v2 1/1] qt5location: copy PositioningQuick.so* for QtQuick
 2018-10-16 22:58 UTC 

[PATCH] vulkan: Add VK_EXT_calibrated_timestamps extension (radv and anv) [v3]
 2018-10-16 22:56 UTC  (10+ messages)
` [PATCH] vulkan: Add VK_EXT_calibrated_timestamps extension (radv and anv) [v4]

[PATCH v3 0/3] Enable ath10k wcn3990 wifi driver support on sdm845
 2018-10-16 22:53 UTC  (5+ messages)
` [PATCH v3 1/3] dt: bindings: add missing dt properties for WCN3990 wifi node


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.