All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-03-17 11:45:56 to 2020-03-17 12:23:24 UTC [more...]

[PATCH V11 0/3] da7280: haptic driver submission
 2020-03-17 11:48 UTC  (2+ messages)
` [PATCH V11 3/3] Input: new da7280 haptic driver

[PATCH v4 00/26] Introduce common headers for vDSO
 2020-03-17 12:22 UTC  (22+ messages)
` [PATCH v4 01/26] linux/const.h: Extract common header "
` [PATCH v4 02/26] linux/bits.h: "
` [PATCH v4 03/26] linux/limits.h: "
` [PATCH v4 04/26] x86:Introduce asm/vdso/clocksource.h
` [PATCH v4 05/26] arm: Introduce asm/vdso/clocksource.h
` [PATCH v4 06/26] arm64: "
` [PATCH v4 07/26] mips: "
` [PATCH v4 08/26] linux/clocksource.h: Extract common header for vDSO
` [PATCH v4 09/26] linux/math64.h: "
` [PATCH v4 10/26] linux/time.h: "
` [PATCH v4 11/26] linux/time32.h: "
` [PATCH v4 13/26] linux/jiffies.h: "
` [PATCH v4 14/26] linux/ktime.h: "
` [PATCH v4 15/26] common: Introduce processor.h
` [PATCH v4 16/26] scripts: Fix the inclusion order in modpost
` [PATCH v4 18/26] arm64: vdso32: Replace TASK_SIZE_32 check in vgettimeofday
` [PATCH v4 21/26] arm64: vdso32: Include common headers in the vdso library
` [PATCH v4 23/26] x86: vdso: Enable x86 to use common headers
` [PATCH v4 24/26] arm: vdso: Enable arm "

linux-next: Tree for Mar 17
 2020-03-17 11:50 UTC  (3+ messages)
` [powerpc] linux-next: Tree for Mar 17 - build failure drivers/char/tpm

[PATCH 0/2] staging: qlge: simple formatting cleanup
 2020-03-17 12:22 UTC  (3+ messages)
` [PATCH 1/2] staging: qlge: qlge_dbg: remove unneeded spaces
  ` [Outreachy kernel] "

[PATCH] soundwire: stream: only change state if needed
 2020-03-17 12:22 UTC  (4+ messages)

[RFC][PATCH 00/16] objtool: vmlinux.o and noinstr validation
 2020-03-17 12:22 UTC  (8+ messages)
` [RFC][PATCH 05/16] objtool: Optimize find_symbol_by_index()
` [RFC][PATCH 08/16] Optimize find_section_by_name()

[PATCH 0/5] FWNMI follow up patches
 2020-03-17 12:20 UTC  (5+ messages)
` [PATCH 2/5] ppc/spapr: Improve FWNMI machine check delivery corner case comments
` [PATCH 3/5] ppc/spapr: Add FWNMI machine check delivery warnings

[PATCH] powerpc: remove WATCHDOG_RESET call from wait_ticks()
 2020-03-17 12:21 UTC  (4+ messages)

[PATCH] staging: comedi: ni_tio: Reformat function call arguments
 2020-03-17 12:19 UTC  (2+ messages)
` [Outreachy kernel] "

[PATCH] vl.c/memdev: Error on bad memory backend
 2020-03-17 12:07 UTC 

[PATCH v6/v7 RESEND] qmp: constify QmpCommand and list
 2020-03-17 12:06 UTC  (2+ messages)

[PATCH v3] powerpc/fsl-85xx: fix compile error
 2020-03-17 11:22 UTC  (2+ messages)

[PATCH v9 00/15] s390x: Protected Virtualization support
 2020-03-17 12:01 UTC  (12+ messages)
` [PATCH v9 06/15] s390x: Add SIDA memory ops
` [PATCH v9 08/15] s390x: protvirt: SCLP interpretation
` [PATCH v9 11/15] s390x: protvirt: Disable address checks for PV guest IO emulation

[Intel-gfx] [PATCH] drm/i915/gem: Avoid gem_context->mutex for simple vma lookup
 2020-03-17 12:17 UTC  (2+ messages)

[PULL v2 00/61] Misc patches for soft freeze
 2020-03-17 12:02 UTC  (3+ messages)

[PATCH] staging: comedi: dt3000: Reformat multiple line dereference
 2020-03-17 12:16 UTC  (2+ messages)
` [Outreachy kernel] "

[MPTCP] Re: [PATCH v5 0/5] Add support for v1 of ADD_ADDR option
 2020-03-17 12:16 UTC 

[PATCH v4 00/34] Configurable policy for handling deprecated interfaces
 2020-03-17 11:54 UTC  (35+ messages)
` [PATCH v4 01/34] qemu-doc: Belatedly document QMP command arg & result deprecation
` [PATCH v4 02/34] qapi: Belatedly update doc comment for @wait deprecation
` [PATCH v4 03/34] docs/devel/qapi-code-gen: Clarify allow-oob introspection
` [PATCH v4 04/34] docs/devel/qapi-code-gen: Document 'features' introspection
` [PATCH v4 05/34] tests/test-qmp-cmds: Factor out qmp_dispatch() test helpers
` [PATCH v4 06/34] tests/test-qmp-cmds: Check responses more thoroughly
` [PATCH v4 07/34] tests/test-qmp-cmds: Simplify test data setup
` [PATCH v4 08/34] tests/test-qmp-event: "
` [PATCH v4 09/34] tests/test-qmp-event: Use qobject_is_equal()
` [PATCH v4 10/34] tests/test-qmp-event: Check event is actually emitted
` [PATCH v4 11/34] qapi/schema: Clean up around QAPISchemaEntity.connect_doc()
` [PATCH v4 12/34] qapi: Add feature flags to remaining definitions
` [PATCH v4 13/34] qapi: Consistently put @features parameter right after @ifcond
` [PATCH v4 14/34] qapi/introspect: Rename *qlit* to reduce confusion
` [PATCH v4 15/34] qapi/introspect: Factor out _make_tree()
` [PATCH v4 16/34] qapi/schema: Change _make_features() to a take feature list
` [PATCH v4 17/34] qapi/schema: Reorder classes so related ones are together
` [PATCH v4 18/34] qapi/schema: Rename QAPISchemaObjectType{Variant, Variants}
` [PATCH v4 19/34] qapi/schema: Call QAPIDoc.connect_member() in just one place
` [PATCH v4 20/34] qapi: Add feature flags to struct members
` [PATCH v4 21/34] qapi: Inline do_qmp_dispatch() into qmp_dispatch()
` [PATCH v4 22/34] qapi: Simplify how qmp_dispatch() deals with QCO_NO_SUCCESS_RESP
` [PATCH v4 23/34] qapi: Simplify how qmp_dispatch() gets the request ID
` [PATCH v4 24/34] qapi: Replace qmp_dispatch()'s TODO comment by an explanation
` [PATCH v4 25/34] qapi: New special feature flag "deprecated"
` [PATCH v4 26/34] qapi: Mark deprecated QMP parts with feature 'deprecated'
` [PATCH v4 27/34] qemu-options: New -compat to set policy for deprecated interfaces
` [PATCH v4 28/34] qapi: Implement deprecated-output=hide for QMP command results
` [PATCH v4 29/34] qapi: Implement deprecated-output=hide for QMP events
` [PATCH v4 30/34] qapi: Implement deprecated-output=hide for QMP event data
` [PATCH v4 31/34] qapi: Implement deprecated-output=hide for QMP introspection
` [PATCH v4 32/34] qapi: Implement deprecated-input=reject for QMP commands
` [PATCH v4 33/34] qapi: Implement deprecated-input=reject for QMP command arguments
` [PATCH v4 34/34] qapi: New -compat deprecated-input=crash

ensure device private pages have an owner v2
 2020-03-17 12:15 UTC  (5+ messages)
` [PATCH 3/4] mm: simplify device private page handling in hmm_range_fault

bug report about patch "io_uring: avoid ring quiesce for fixed file set unregister and update"
 2020-03-17 12:13 UTC  (3+ messages)

[Buildroot] [PATCH 1/2] package/pkg-generic.mk: create folders before calling hooks
 2020-03-17 12:14 UTC  (4+ messages)
` [Buildroot] [PATCH 2/2] Makefile: don't hang the build if there are no file lists

[PATCH V2 0/8] Add interconnect support to QSPI and QUP drivers
 2020-03-17 12:13 UTC  (16+ messages)
` [PATCH V2 4/8] tty: serial: qcom_geni_serial: Add interconnect support
` [PATCH V2 5/8] i2c: i2c-qcom-geni: "
` [PATCH V2 6/8] spi: spi-geni-qcom: "
` [PATCH V2 7/8] spi: spi-qcom-qspi: "

[PATCH] ext4: Give 32bit personalities 32bit hashes
 2020-03-17 11:58 UTC  (5+ messages)

[PATCH] treewide: Rename "unencrypted" to "decrypted"
 2020-03-17 11:18 UTC 

[Virtio-fs] virtio-fs on zLinux (s390x)
 2020-03-17 12:11 UTC  (3+ messages)

REF
 2020-03-17 12:09 UTC  (4+ messages)

REF
 2020-03-17 12:09 UTC  (3+ messages)

[RFC PATCH] arm64: fix the missing ktpi= cmdline check in arm64_kernel_unmapped_at_el0()
 2020-03-17 12:10 UTC  (3+ messages)

[Buildroot] Build issue: ncurses 6.1 on Buildroot 2020.02
 2020-03-17 12:10 UTC  (5+ messages)

[LTP] [PATCH v4 1/3] Create separate .c file for include/tst_net.h
 2020-03-17 12:10 UTC  (3+ messages)
` [LTP] [PATCH v4 2/3] Add socket address initialization functions to tst_net library
` [LTP] [PATCH v4 3/3] Add connection tests for bind()

[PULL kvm-unit-tests 00/10] arm/arm64: Various fixes
 2020-03-17 12:10 UTC  (2+ messages)

stable-rc/linux-4.4.y build: 190 builds: 1 failed, 189 passed, 2 errors, 13 warnings (v4.4.216-38-g4173a298f52f)
 2020-03-17 12:10 UTC 

[PATCH net-next 0/4] net: bridge: vlan options: add support for tunnel mapping
 2020-03-17 12:08 UTC  (10+ messages)
` [Bridge] "
` [PATCH net-next 1/4] net: bridge: vlan options: rename br_vlan_opts_eq to br_vlan_opts_eq_range
  ` [Bridge] "
` [PATCH net-next 2/4] net: bridge: vlan tunnel: constify bridge and port arguments
  ` [Bridge] "
` [PATCH net-next 3/4] net: bridge: vlan options: add support for tunnel id dumping
  ` [Bridge] "
` [PATCH net-next 4/4] net: bridge: vlan options: add support for tunnel mapping set/del
  ` [Bridge] "

[PATCH] spi: spi-geni-qcom: Speculative fix of "nobody cared" about interrupt
 2020-03-17 12:10 UTC  (2+ messages)

[Intel-gfx] [PATCH v7 1/3] drm/i915/perf: remove generated code
 2020-03-17 12:09 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [v7,1/3] "
` [Intel-gfx] ✗ Fi.CI.DOCS: "

REF
 2020-03-17 12:07 UTC 

REF
 2020-03-17 12:07 UTC 

REF
 2020-03-17 12:09 UTC 

[PATCHv6 0/3] fix omission of check on FOLL_LONGTERM in gup fast path
 2020-03-17 12:09 UTC  (6+ messages)
` [PATCHv6 2/3] mm/gup: "
  ` [PATCHv7 "

REF
 2020-03-17 12:09 UTC 

REF
 2020-03-17 12:07 UTC  (3+ messages)

complete_all warning with 3 waiters
 2020-03-17 12:08 UTC  (2+ messages)

[PATCH REPOST net-next] net: dsa: mv88e6xxx: fix vlan setup
 2020-03-17 12:08 UTC 

[PATCH 3/3 v2] perf/amd/uncore: Add support for Family 19h L3 PMU
 2020-03-17 12:07 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH 2/3 v2] perf/amd/uncore: Make L3 thread mask code more readable
 2020-03-17 12:07 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH 1/3 v2] perf/amd/uncore: Prepare L3 thread mask code for Family 19h support
 2020-03-17 12:07 UTC  (2+ messages)
` [tip: perf/core] perf/amd/uncore: Prepare L3 thread mask code for Family 19h

REF
 2020-03-17 12:07 UTC 

REF
 2020-03-17 12:05 UTC 

[PATCH 00/15] powerpc/watchpoint: Preparation for more than one watchpoint
 2020-03-17 11:14 UTC  (7+ messages)
` [PATCH 13/15] powerpc/watchpoint: Don't allow concurrent perf and ptrace events
` [PATCH 14/15] powerpc/watchpoint/xmon: Don't allow breakpoint overwriting
` [PATCH 15/15] powerpc/watchpoint/xmon: Support 2nd dawr

[PATCH v2 0/4] iio: vcnl4000: Export near level property for proximity sensor
 2020-03-17 12:05 UTC  (4+ messages)
` [PATCH v2 3/4] "

[PATCH 0/3] rbd: fix some issues around flushing notifies
 2020-03-17 12:04 UTC  (4+ messages)
` [PATCH 1/3] rbd: avoid a deadlock on header_rwsem when "
` [PATCH 2/3] rbd: call rbd_dev_unprobe() after unwatching and "
` [PATCH 3/3] rbd: don't test rbd_dev->opts in rbd_dev_image_release()

[PATCH] arm: dts: ti: k3-am654-main: Update otap-del-sel values
 2020-03-17 12:01 UTC  (5+ messages)

next/master build: 329 builds: 20 failed, 309 passed, 65 errors, 1332 warnings (next-20200317)
 2020-03-17 12:01 UTC 

[PATCH net-next 0/3] VLANs, DSA switches and multiple bridges
 2020-03-17 12:00 UTC  (9+ messages)

[PATCH] ath11k: Adding proper validation before accessing tx_stats
 2020-03-17 11:59 UTC  (2+ messages)

Recent changes (master)
 2020-03-17 12:00 UTC 

[PATCH v2 0/3] clk: at91: support configuring PCKx parent via DT
 2020-03-17 11:59 UTC  (4+ messages)
` [PATCH v2 1/3] clk: at91: optimize pmc data allocation
` [PATCH v2 3/3] clk: at91: sama5d2: allow setting all PMC clock parents via DT
` [PATCH v2 2/3] clk: at91: allow setting PCKx parent "

[PATCH] mmc: rtsx: Fixed TX/RX register and optimized TX parameter
 2020-03-17 11:58 UTC  (4+ messages)

[PATCH v3 1/2] mmc: sdhci-acpi: Switch signal voltage back to 3.3V on suspend on external microSD on Lenovo Miix 320
 2020-03-17 11:58 UTC  (4+ messages)
` [PATCH v3 2/2] mmc: sdhci-acpi: Disable write protect detection on Acer Aspire Switch 10 (SW5-012)

[PATCH] mmc: sdhci-of-at91: fix cd-gpios for SAMA5D2
 2020-03-17 11:58 UTC  (2+ messages)

[PATCH] mmc: sdhci: use FIELD_GET for preset value bit masks
 2020-03-17 11:58 UTC  (2+ messages)

[PATCH] mmc: sdhci-cadence: set SDHCI_QUIRK2_PRESET_VALUE_BROKEN for UniPhier
 2020-03-17 11:58 UTC  (2+ messages)

[PATCH] Btrfs: fix missing semaphore unlock
 2020-03-17 11:57 UTC  (2+ messages)

[PATCH] drm/amd/powerplay: remove redundant check in smu_set_soft_freq_range
 2020-03-17 11:56 UTC 

ensure device private pages have an owner
 2020-03-17 11:56 UTC  (8+ messages)
` [PATCH 2/2] mm: remove device private page support from hmm_range_fault

[PATCH v4 0/4] add TJA1102 support
 2020-03-17 11:56 UTC  (8+ messages)
` [PATCH v4 1/4] dt-bindings: net: phy: Add support for NXP TJA11xx

[PATCH/RFC] media: v4l2: Extend VIDIOC_ENUM_FMT to support MC-centric devices
 2020-03-17 11:58 UTC  (2+ messages)

[PATCH] rtc-pm8xxx: Clear Alarm register on resume
 2020-03-17 11:55 UTC  (4+ messages)

Slub: Increased mem consumption on cpu,mem-less node powerpc guest
 2020-03-17 11:53 UTC  (2+ messages)

[Xen-devel] [libvirt test] 148651: regressions - FAIL
 2020-03-17 11:49 UTC 

[PATCH 0/4] nvme: Fixes for deleting a ctrl before it was created
 2020-03-17 11:49 UTC  (6+ messages)
` [PATCH 4/4] nvme: Fix controller use after free at create_ctrl callback

[PATCH v2] ucm2: hdadsp: add basic ucm config
 2020-03-17 11:46 UTC  (3+ messages)

[Xen-devel] [PATCH] x86/shim: fix ballooning up the guest
 2020-03-17 11:47 UTC  (3+ messages)

[RFC] Possible idea for GSoC 2020
 2020-03-17 11:49 UTC  (5+ messages)

[PATCH] ucm2: hdadsp: add basic ucm config
 2020-03-17 11:45 UTC  (5+ messages)

[PATCH v2 0/8] mm/memory_hotplug: allow to specify a default online_type
 2020-03-17 11:08 UTC  (3+ messages)
` [PATCH v2 8/8] "

[PATCH v5] staging: rtl8192u: r8192U_wx: use netdev_warn() instead of printk()
 2020-03-17 11:48 UTC  (2+ messages)

[PATCH v3] ucm2: hdadsp: add basic ucm config
 2020-03-17 11:46 UTC 

[PATCH][next] drm: amd: fix spelling mistake "shoudn't" -> "shouldn't"
 2020-03-17 11:47 UTC  (2+ messages)

[PATCH RT] tasklet: Address a race resulting in double-enqueue
 2020-03-17 11:47 UTC 

[PULL 00/11] target-arm queue
 2020-03-17 11:40 UTC  (5+ messages)
` [PULL 07/11] m25p80: Convert to support tracing
` [PULL 09/11] m25p80: Improve command handling for unsupported commands
` [PULL 10/11] aspeed/smc: Fix number of dummy cycles for FAST_READ_4 command
` [PULL 11/11] hw/arm/pxa2xx: Do not wire up OHCI for PXA255

[PATCH 0/2] staging: greybus: simple formatting cleanup
 2020-03-17 11:47 UTC  (3+ messages)
` [PATCH 2/2] staging: greybus: hid: remove unneded braces

[PATCH] ext2: fix debug reference to ext2_xattr_cache
 2020-03-17 11:47 UTC  (2+ messages)

[baolu:iommu/master/5.6-rc6/20200318 14/14] drivers//iommu/intel-svm.c:284:9: warning: missing braces around initializer
 2020-03-17 11:46 UTC 

[PATCH] x86: fix early boot crash on gcc-10
 2020-03-17 11:46 UTC  (5+ messages)

[PATCH v3 0/4] staging: fbtft: code cleanup patchset - checkpatch
 2020-03-17 11:46 UTC  (3+ messages)
` [PATCH 4/4] staging: fbtft: Avoid potential precedence issues


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.