All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-08-10 00:20:39 to 2019-08-10 05:30:18 UTC [more...]

[PATCH v5 00/18] add thermal driver for h6
 2019-08-10  5:28 UTC  (20+ 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] RISC-V: Issue a local tlb flush if possible
 2019-08-10  5:28 UTC  (6+ messages)

[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)

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

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  (10+ 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

Unaligned Memory Access on mesh_*.c files
 2019-08-10  4:07 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)

[Qemu-arm] Beagle Board support
 2019-08-10  3:38 UTC 

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

[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)

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

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

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

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

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

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

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

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

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

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

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

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

[PATCH v3 00/15] target/arm/kvm: enable SVE in guests
 2019-08-10  1:31 UTC  (3+ 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 

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

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

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

stable-rc/linux-4.14.y build: 201 builds: 4 failed, 197 passed, 4 errors, 108 warnings (v4.14.138)
 2019-08-10  1:04 UTC 

stable/linux-4.14.y boot: 62 boots: 0 failed, 62 passed (v4.14.138)
 2019-08-10  1:00 UTC 

[PATCH 1/2] leds: Add flag to keep trigger always
 2019-08-10  0:52 UTC  (2+ messages)
` [PATCH 2/2] leds: triggers: Don't remove trigger if LED_KEEP_TRIGGER flag is set

[PATCH 0/4] qcom: Model RPMH power domains as thermal cooling devices
 2019-08-10  0:58 UTC  (5+ messages)
` [PATCH 1/4] PM/Domains: Add support for retrieving genpd performance states information
` [PATCH 2/4] soc: qcom: rpmhpd: Introduce function to retrieve power domain performance state count
` [PATCH 3/4] thermal: qcom: Add RPMHPD cooling device driver
` [PATCH 4/4] arm64: dts: qcom: Extend AOSS RPMHPD node

[CI] drm/i915: Replace global bsd_dispatch_index with random seed
 2019-08-10  0:50 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for drm/i915: Replace global bsd_dispatch_index with random seed (rev2)

[PATCH] kernel/resource.c: invalidate parent when freed resource has childs
 2019-08-10  0:44 UTC  (5+ messages)
` Resend "

stable-rc/linux-4.19.y boot: 127 boots: 2 failed, 114 passed with 11 offline (v4.19.66)
 2019-08-10  0:43 UTC 

[PATCH for_v22] selftests/x86/sgx: Ensure SECS base (ELRANGE) is naturally aligned
 2019-08-10  0:39 UTC  (2+ messages)

[RFC PATCH v2 00/19] RDMA/FS DAX truncate proposal V1,000,002 ;-)
 2019-08-10  0:30 UTC  (7+ messages)
` [RFC PATCH v2 11/19] mm/gup: Pass follow_page_context further down the call stack
` [RFC PATCH v2 12/19] mm/gup: Prep put_user_pages() to take an vaddr_pin struct

[PATCH 0/3] btrfs-progs: Check and repair invalid root item generation
 2019-08-10  0:30 UTC  (4+ messages)
` [PATCH 1/3] btrfs-progs: check/lowmem: Check and repair root generation

stable-rc/linux-4.4.y build: 190 builds: 12 failed, 178 passed, 7 errors, 20 warnings (v4.4.188-22-gab9a14a0618d)
 2019-08-10  0:25 UTC 

[PATCH 00/11] Face lift for bu21013_ts driver
 2019-08-10  0:20 UTC  (2+ messages)
` [PATCH 11/11] Input: bu21013_ts - switch to using standard touchscreen properties


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.