All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-08-10 01:06:34 to 2019-08-10 05:37:23 UTC [more...]

post-receive: pub/scm/linux/kernel/git/netdev/net-next
 2019-08-10  5:37 UTC 

[PATCH v5 13/18] thermal: sun8i: add thermal driver for A64
 2019-08-10  5:32 UTC  (2+ messages)

[PATCH v5 00/18] add thermal driver for h6
 2019-08-10  5:28 UTC  (38+ messages)
` [PATCH v5 01/18] thermal: sun8i: "
` [PATCH v5 02/18] dt-bindings: thermal: add binding document for h6 thermal controller
` [PATCH v5 03/18] thermal: fix indentation in makefile
` [PATCH v5 04/18] thermal: sun8i: get ths sensor number from device compatible
` [PATCH v5 05/18] thermal: sun8i: rework for sun8i_ths_get_temp()
` [PATCH v5 06/18] thermal: sun8i: get ths init func from device compatible
` [PATCH v5 07/18] thermal: sun8i: rework for ths irq handler func
` [PATCH v5 08/18] thermal: sun8i: support mod clocks
` [PATCH v5 09/18] thermal: sun8i: rework for ths calibrate func
` [PATCH v5 10/18] dt-bindings: thermal: add binding document for h3 thermal controller
` [PATCH v5 11/18] thermal: sun8i: add thermal driver for h3
` [PATCH v5 12/18] dt-bindings: thermal: add binding document for a64 thermal controller
` [PATCH v5 13/18] thermal: sun8i: add thermal driver for A64
` [PATCH v5 14/18] dt-bindings: thermal: add binding document for h5 thermal controller
` [PATCH v5 15/18] thermal: sun8i: allow to use custom temperature calculation function
` [PATCH v5 16/18] thermal: sun8i: add support for Allwinner H5 thermal sensor
` [PATCH v5 17/18] dt-bindings: thermal: add binding document for r40 thermal controller
` [PATCH v5 18/18] thermal: sun8i: add support for Allwinner R40 thermal sensor

[PATCH] RISC-V: Issue a local tlb flush if possible
 2019-08-10  5:28 UTC  (6+ messages)

post-receive: pub/scm/linux/kernel/git/jmorris/linux-security
 2019-08-10  5:25 UTC 

[PATCH] x86/umwait: Fix error handling in umwait_init()
 2019-08-10  5:25 UTC  (2+ messages)

[PATCH v2] sh: kernel: disassemble: Mark expected switch fall-throughs
 2019-08-10  5:24 UTC  (2+ messages)

[Buildroot] [PATCH v2] package/restclient-cpp: new package
 2019-08-10  5:23 UTC 

[PATCH v9 0/7] Solve postboot supplier cleanup and optimize probe ordering
 2019-08-10  5:20 UTC  (4+ messages)

[PATCH 6/6] drm: tiny: gdepaper: add driver for 2/3 color epaper displays
 2019-08-10  5:17 UTC  (4+ messages)

[PATCH] sh: kernel: disassemble: Mark expected switch fall-throughs
 2019-08-10  5:14 UTC  (6+ messages)

[PATCH] sh: kernel: hw_breakpoint: Fix missing break in switch statement
 2019-08-10  4:59 UTC  (2+ messages)

[PATCH 4.9 00/32] 4.9.189-stable review
 2019-08-10  4:55 UTC  (2+ messages)

[PATCH] dma-buf: make dma_fence structure a bit smaller v2
 2019-08-10  4:53 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for dma-buf: make dma_fence structure a bit smaller (rev3)

stable-rc/linux-4.9.y boot: 102 boots: 0 failed, 90 passed with 12 offline (v4.9.188-33-g260869840af4)
 2019-08-10  4:53 UTC 

[PATCH] firmware: arm_scmi: Eliminate local db variable in SCMI_PERF_FC_RING_DB
 2019-08-10  4:49 UTC  (2+ messages)

[Qemu-devel] [RFC PATCH v2 00/39] rewrite MMX/SSE instruction translation
 2019-08-10  4:44 UTC  (41+ messages)
` [Qemu-devel] [RFC PATCH v2 01/39] target/i386: Push rex_r into DisasContext
` [Qemu-devel] [RFC PATCH v2 02/39] target/i386: Push rex_w "
` [Qemu-devel] [RFC PATCH v2 03/39] target/i386: reduce scope of variable aflag
` [Qemu-devel] [RFC PATCH v2 04/39] target/i386: use dflag from DisasContext
` [Qemu-devel] [RFC PATCH v2 05/39] target/i386: use prefix "
` [Qemu-devel] [RFC PATCH v2 06/39] target/i386: Simplify gen_exception arguments
` [Qemu-devel] [RFC PATCH v2 07/39] target/i386: use pc_start from DisasContext
` [Qemu-devel] [RFC PATCH v2 08/39] target/i386: make variable b1 const
` [Qemu-devel] [RFC PATCH v2 09/39] target/i386: make variable is_xmm const
` [Qemu-devel] [RFC PATCH v2 10/39] target/i386: add vector register file alignment constraints
` [Qemu-devel] [RFC PATCH v2 11/39] target/i386: introduce gen_(ld, st)d_env_A0
` [Qemu-devel] [RFC PATCH v2 12/39] target/i386: introduce gen_sse_ng
` [Qemu-devel] [RFC PATCH v2 13/39] target/i386: disable unused function warning temporarily
` [Qemu-devel] [RFC PATCH v2 14/39] target/i386: introduce mnemonic aliases for several gvec operations
` [Qemu-devel] [RFC PATCH v2 15/39] target/i386: introduce function ck_cpuid
` [Qemu-devel] [RFC PATCH v2 16/39] target/i386: introduce instruction operand infrastructure
` [Qemu-devel] [RFC PATCH v2 17/39] target/i386: introduce helpers for decoding modrm fields
` [Qemu-devel] [RFC PATCH v2 18/39] target/i386: introduce modifier for direct-only operand decoding
` [Qemu-devel] [RFC PATCH v2 19/39] target/i386: introduce generic operand alias
` [Qemu-devel] [RFC PATCH v2 20/39] target/i386: introduce generic load-store operand
` [Qemu-devel] [RFC PATCH v2 21/39] target/i386: introduce insn.h
` [Qemu-devel] [RFC PATCH v2 22/39] target/i386: introduce code generators
` [Qemu-devel] [RFC PATCH v2 23/39] target/i386: introduce instruction translator macros
` [Qemu-devel] [RFC PATCH v2 24/39] target/i386: introduce Ib (immediate) operand
` [Qemu-devel] [RFC PATCH v2 25/39] target/i386: introduce M* (memptr) operands
` [Qemu-devel] [RFC PATCH v2 26/39] target/i386: introduce G*, R*, E* (general register) operands
` [Qemu-devel] [RFC PATCH v2 27/39] target/i386: introduce RdMw operand
` [Qemu-devel] [RFC PATCH v2 28/39] target/i386: introduce P*, N*, Q* (MMX) operands
` [Qemu-devel] [RFC PATCH v2 29/39] target/i386: introduce helper-based code generator macros
` [Qemu-devel] [RFC PATCH v2 30/39] target/i386: introduce gvec-based "
` [Qemu-devel] [RFC PATCH v2 31/39] target/i386: introduce MMX translators
` [Qemu-devel] [RFC PATCH v2 32/39] target/i386: introduce MMX code generators
` [Qemu-devel] [RFC PATCH v2 33/39] target/i386: introduce MMX instructions to insn.h
` [Qemu-devel] [RFC PATCH v2 34/39] target/i386: introduce V*, U*, W* (SSE/AVX) operands
` [Qemu-devel] [RFC PATCH v2 35/39] target/i386: introduce UdqMq operand
` [Qemu-devel] [RFC PATCH v2 36/39] target/i386: introduce SSE translators
` [Qemu-devel] [RFC PATCH v2 37/39] target/i386: introduce SSE code generators
` [Qemu-devel] [RFC PATCH v2 38/39] target/i386: introduce SSE instructions to insn.h
` [Qemu-devel] [RFC PATCH v2 39/39] target/i386: introduce memory-pointer operand read/write workarounds

[PATCH] sh: Drop -Werror from kernel Makefile
 2019-08-10  4:43 UTC  (13+ messages)

[dm-devel] xts fuzz testing and lack of ciphertext stealing support
 2019-08-10  4:39 UTC  (16+ messages)
                              `  "

stable-rc/linux-4.14.y boot: 122 boots: 2 failed, 108 passed with 11 offline, 1 untried/unknown (v4.14.138)
 2019-08-10  4:34 UTC 

[PATCH] ALSA: hda - Fix a memory leak bug
 2019-08-10  4:29 UTC  (2+ messages)

[PATCH v5 0/4] Mark the namespace disabled on pfn superblock mismatch
 2019-08-10  4:21 UTC  (3+ messages)
` [PATCH v5 2/4] mm/nvdimm: Add page size and struct page size to pfn superblock

[PATCH RFC v1 1/2] rcu/tree: Add basic support for kfree_rcu batching
 2019-08-10  4:20 UTC  (21+ messages)

[Xen-devel] [linux-next test] 139860: regressions - FAIL
 2019-08-10  4:18 UTC 

[GIT PULL] Wimplicit-fallthrough patches for 5.3-rc4
 2019-08-10  4:16 UTC 

[PATCH 4.4 00/21] 4.4.189-stable review
 2019-08-10  4:15 UTC  (2+ messages)

[PATCH 0/3] Collapse vimc into single monolithic driver
 2019-08-10  4:12 UTC  (9+ messages)
` [PATCH 1/3] media: vimc: move private defines to a common header
` [PATCH 2/3] media: vimc: Collapse component structure into a single monolithic driver

post-receive: pub/scm/linux/kernel/git/gustavoars/linux
 2019-08-10  4:10 UTC 

Unaligned Memory Access on mesh_*.c files
 2019-08-10  4:07 UTC 

post-receive: pub/scm/linux/kernel/git/gustavoars/linux
 2019-08-10  4:05 UTC 

[PATCH] drm/i915: Check for a second VCS engine more carefully
 2019-08-10  4:04 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for drm/i915: Check for a second VCS engine more carefully (rev2)

Fwd: [CRON] Broken: ClangBuiltLinux/continuous-integration#895 (master - 2a3984b)
 2019-08-10  3:58 UTC  (3+ messages)

[Buildroot] [PATCH v2 1/5] autobuild-run: use different output directories for reproducible builds testing
 2019-08-10  3:59 UTC  (5+ messages)
` [Buildroot] [PATCH v2 2/5] autobuild-run: make prepare_build() clean the output directory used for reproducibility testing
` [Buildroot] [PATCH v2 3/5] autobuild-run: make diffoscope output a JSON-formatted file as well
` [Buildroot] [PATCH v2 4/5] autobuild-run: initial implementation of get_reproducibility_failure_reason()
` [Buildroot] [PATCH v2 5/5] autobuild-run: account for reproducibility failures in get_failure_reason()

stable-rc/linux-4.4.y boot: 94 boots: 2 failed, 82 passed with 9 offline, 1 conflict (v4.4.188-22-gab9a14a0618d)
 2019-08-10  3:55 UTC 

[Xen-devel] [qemu-mainline test] 139862: FAIL
 2019-08-10  3:50 UTC 

cron job: media_tree daily build: ERRORS
 2019-08-10  3:43 UTC 

[Xen-devel] Fedora 30 DomU - pygrub always boots the second menu option
 2019-08-10  3:38 UTC  (2+ messages)

[GIT PULL] Kbuild fixes for v5.3-rc4
 2019-08-10  3:35 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/torvalds/linux
 2019-08-10  3:32 UTC 

[PATCH] staging: drivers: rtl8712: removing unnecessary parenthesis
 2019-08-10  3:18 UTC 

[pull request][net-next 00/15] Mellanox, mlx5 tc flow handling for concurrent execution (Part 2)
 2019-08-10  3:11 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t v3 0/2] Add device selection methods
 2019-08-10  3:08 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for Add device selection methods (rev3)

[RFC PATCH v4 0/3] grep: no leaks or crashes (windows testing needed)
 2019-08-10  3:05 UTC  (7+ messages)
` [RFC PATCH v5 0/3] grep: almost no more leaks, hopefully no crashes
        ` [PATCH] SQUASH

[PATCH net-next 1/1] tc-testing: added tdc tests for matchall filter
 2019-08-10  2:59 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/netdev/net-next
 2019-08-10  2:59 UTC 

[PATCH net] net/tls: swap sk_write_space on close
 2019-08-10  2:56 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/netdev/net
 2019-08-10  2:55 UTC 

[PATCH net-next] selftests: Fix detection of nettest command in fcnal-test
 2019-08-10  2:54 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/netdev/net-next
 2019-08-10  2:54 UTC 

[PATCH v2] of/fdt: implement a "merge-cmdline" property
 2019-08-10  2:26 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/masahiroy/linux-kbuild
 2019-08-10  2:05 UTC 

[Qemu-devel] [PATCH 0/3] decodetree improvements
 2019-08-10  2:03 UTC  (7+ messages)
` [Qemu-devel] [PATCH 2/3] decodetree: Suppress redundant declaration warnings
    ` [Qemu-riscv] "
` [Qemu-devel] [PATCH 3/3] target/riscv: Remove redundant declaration pragmas
    ` [Qemu-riscv] "

[Qemu-devel] [PATCH v3] hw: net: cadence_gem: Fix build errors in DB_PRINT()
 2019-08-10  1:57 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/masahiroy/linux-kbuild
 2019-08-10  1:57 UTC 

[Qemu-devel] [PATCH v2 0/7] softfloat includes cleanup
 2019-08-10  1:55 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 6/7] target/riscv: rationalise softfloat includes
    ` [Qemu-riscv] "

[Qemu-devel] [PATCH v1 0/7] softfloat header cleanups
 2019-08-10  1:55 UTC  (4+ messages)
` [Qemu-devel] [PATCH v1 6/7] target/riscv: rationalise softfloat includes
    ` [Qemu-riscv] "

[PATCH] regulator: core: Add devres versions of regulator_enable/disable
 2019-08-10  1:44 UTC  (3+ messages)

[Qemu-devel] RISC-V: Vector && DSP Extension
 2019-08-10  1:54 UTC  (3+ messages)
  ` [Qemu-riscv] "

[Qemu-devel] [PATCH v2 00/28] riscv: sifive_u: Improve the emulation fidelity of sifive_u machine
 2019-08-10  1:51 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 11/28] riscv: sifive: Rename sifive_prci.{c, h} to sifive_e_prci.{c, h}
    ` [Qemu-riscv] "

[Qemu-devel] [PATCH] riscv: rv32: Root page table address can be larger than 32-bit
 2019-08-10  1:49 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2] "
    ` [Qemu-riscv] "

[PATCH v2 0/13] Btrfs iomap
 2019-08-10  1:34 UTC  (15+ messages)
` [PATCH 10/13] iomap: use a function pointer for dio submits

[Qemu-devel] [PATCH v3 00/15] target/arm/kvm: enable SVE in guests
 2019-08-10  1:31 UTC  (2+ messages)
` [Qemu-devel] [PATCH] HACK: Centralize sve property checks

[PATCH] powerpc/mm: Use refcount_t for refcount
 2019-08-10  1:25 UTC  (4+ messages)

stable-rc/linux-4.9.y build: 196 builds: 5 failed, 191 passed, 4 errors, 8 warnings (v4.9.188-33-g260869840af4)
 2019-08-10  1:23 UTC 

post-receive: pub/scm/linux/kernel/git/gustavoars/linux
 2019-08-10  1:14 UTC 

[PATCH] syscalls: Update the syscall #defines to match uapi
 2019-08-10  1:07 UTC 

[PATCH v4 1/2] fork: extend clone3() to support CLONE_SET_TID
 2019-08-10  1:10 UTC  (2+ messages)

[PATCH] btrfs-progs: don't check nbytes on unlinked files
 2019-08-10  1:06 UTC  (2+ messages)


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.