All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-03-21 11:25:18 to 2018-03-21 12:08:39 UTC [more...]

post-receive: pub/scm/linux/kernel/git/kdave/linux
 2018-03-21 12:08 UTC 

[PATCH 0/8] ARM: davinci: complete the conversion to using the reset framework
 2018-03-21 12:08 UTC  (10+ messages)
` [PATCH 1/8] reset: modify the way reset lookup works for board files
` [PATCH 2/8] ARM: davinci: dts: make psc0 a reset provider
` [PATCH 3/8] ARM: davinci: dts: add a reset control to the dsp node
` [PATCH 4/8] clk: davinci: add a reset lookup table for psc0
` [PATCH 5/8] remoteproc: da8xx: add the missing checke for clk_enable()
` [PATCH 6/8] remoteproc: da8xx: prepare and unprepare the clock where needed
` [PATCH 7/8] remoteproc: da8xx: use the reset framework
` [PATCH 8/8] clk: davinci: kill davinci_clk_reset_assert/deassert()

[Qemu-devel] [PULL v1 0/4] Merge tpm 2018/03/21
 2018-03-21 12:07 UTC  (5+ messages)
` [Qemu-devel] [PULL v1 1/4] tpm: CRB: Set tpmRegValidSts flag to '1' in device reset
` [Qemu-devel] [PULL v1 2/4] tpm: CRB: set registers to 0 by default
` [Qemu-devel] [PULL v1 3/4] tpm: CRB: reset locAssigned upon relinquishing locality
` [Qemu-devel] [PULL v1 4/4] tpm: CRB: query backend for TPM established flag

pull-request: mac80211 2018-03-21
 2018-03-21 12:06 UTC  (2+ messages)

linux-next: manual merge of the arm64 tree with the asm-generic tree
 2018-03-21 12:06 UTC 

[igt-dev] [PATCH i-g-t] lib: Don't fail if plane IN_FORMATS not present
 2018-03-21 12:05 UTC  (3+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "

[PATCH] drm: Reject getfb for multi-plane framebuffers
 2018-03-21 12:04 UTC  (4+ messages)

Failed to boot ARM64 boards for recent linux-next
 2018-03-21 12:04 UTC  (17+ messages)

[PATCH RFC 0/4] optimize memblock_next_valid_pfn() and early_pfn_valid()
 2018-03-21 12:04 UTC  (4+ messages)
` [PATCH 2/4] mm/memblock: introduce memblock_search_pfn_regions()

post-receive: pub/scm/linux/kernel/git/jberg/mac80211
 2018-03-21 12:04 UTC 

[PATCH v6 4/4] doc: add details on ethdev offloads API
 2018-03-21 12:03 UTC  (11+ messages)
` [PATCH] doc: update new ethdev offload API description

post-receive: pub/scm/linux/kernel/git/jberg/mac80211
 2018-03-21 12:02 UTC 

[PATCH 1/4] mkfs.f2fs: update extension lists
 2018-03-21 12:00 UTC  (4+ messages)

post-receive: pub/scm/linux/kernel/git/gregkh/char-misc
 2018-03-21 12:01 UTC 

[GIT PULL] extcon next for v4.17
 2018-03-21 12:01 UTC  (2+ messages)

dbus-daemon patches review
 2018-03-21 11:58 UTC 

[PATCH v3] mm,page_alloc: wait for oom_lock than back off
 2018-03-21 12:00 UTC  (7+ messages)

Recent changes (master)
 2018-03-21 12:00 UTC 

[PATCH] drm/amdgpu: re-validate per VM BOs if required
 2018-03-21 12:00 UTC  (5+ messages)

[Bug 105530] Stuttering on Raven Ridge when TearFree is on
 2018-03-21 11:58 UTC 

[PATCH v3] fuse: return -ECONNABORTED on /dev/fuse read after abort
 2018-03-21 11:57 UTC  (3+ messages)
` [PATCH v4] "

[PATCH] arm64/sve: Document firmware support requirements in Kconfig
 2018-03-21 11:54 UTC 

[PATCH] ARC: Improve cmpxchng syscall implementation
 2018-03-21 11:54 UTC  (4+ messages)

[Qemu-devel] [PATCH v3 00/49] qapi: add #if pre-processor conditions to generated code
 2018-03-21 11:52 UTC  (50+ messages)
` [Qemu-devel] [PATCH v3 01/49] qapi/visit: remove useless prefix argument
` [Qemu-devel] [PATCH v3 02/49] qapi/events: generate event enum in main module
` [Qemu-devel] [PATCH v3 03/49] qapi: add 'if' to top-level expressions
` [Qemu-devel] [PATCH v3 04/49] qapi: pass 'if' condition into QAPISchemaEntity objects
` [Qemu-devel] [PATCH v3 05/49] qapi: leave the ifcond attribute undefined until check()
` [Qemu-devel] [PATCH v3 06/49] qapi: add 'ifcond' to visitor methods
` [Qemu-devel] [PATCH v3 07/49] qapi: mcgen() shouldn't indent # lines
` [Qemu-devel] [PATCH v3 08/49] qapi: add #if/#endif helpers
` [Qemu-devel] [PATCH v3 09/49] qapi-introspect: modify to_qlit() to append ', ' on level > 0
` [Qemu-devel] [PATCH v3 10/49] qapi-introspect: add preprocessor conditions to generated QLit
` [Qemu-devel] [PATCH v3 11/49] qapi/commands: add #if conditions to commands
` [Qemu-devel] [PATCH v3 12/49] qapi/events: add #if conditions to events
` [Qemu-devel] [PATCH v3 13/49] qapi-types: refactor variants handling
` [Qemu-devel] [PATCH v3 14/49] qapi-types: add #if conditions to types & visitors
` [Qemu-devel] [PATCH v3 15/49] qapi: do not define enumeration value explicitely
` [Qemu-devel] [PATCH v3 16/49] qapi: rename QAPISchemaEnumType.values to .members
` [Qemu-devel] [PATCH v3 17/49] qapi: change enum visitor to take QAPISchemaMember
` [Qemu-devel] [PATCH v3 18/49] tests: modify visit_enum_type() in test-qapi to print members
` [Qemu-devel] [PATCH v3 19/49] qapi: factor out check_known_keys()
` [Qemu-devel] [PATCH v3 20/49] qapi: add a dictionnary form with 'name' key for enum members
` [Qemu-devel] [PATCH v3 21/49] qapi: add 'if' to "
` [Qemu-devel] [PATCH v3 22/49] qapi-event: add 'if' condition to implicit event enum
` [Qemu-devel] [PATCH v3 23/49] qapi: rename allow_dict to allow_implicit
` [Qemu-devel] [PATCH v3 24/49] qapi: add a dictionary form with 'type' key for members
` [Qemu-devel] [PATCH v3 25/49] qapi: add 'if' to implicit struct members
` [Qemu-devel] [PATCH v3 26/49] qapi: add an error in case a discriminator is conditionnal
` [Qemu-devel] [PATCH v3 27/49] qapi: add 'if' on union members
` [Qemu-devel] [PATCH v3 28/49] qapi: add 'if' to alternate members
` [Qemu-devel] [PATCH v3 29/49] qapi: add #if conditions to generated code members
` [Qemu-devel] [PATCH v3 30/49] docs: document schema configuration
` [Qemu-devel] [PATCH v3 31/49] qapi2texi: add 'If:' section to generated documentation
` [Qemu-devel] [PATCH v3 32/49] qapi2texi: add 'If:' condition to enum values
` [Qemu-devel] [PATCH v3 33/49] qapi2texi: add 'If:' condition to struct members
` [Qemu-devel] [PATCH v3 34/49] qapi2texi: add condition to variants
` [Qemu-devel] [PATCH v3 35/49] qapi: add conditions to VNC type/commands/events on the schema
` [Qemu-devel] [PATCH v3 36/49] qapi: add conditions to SPICE "
` [Qemu-devel] [PATCH v3 37/49] qapi: add conditions to REPLICATION type/commands "
` [Qemu-devel] [PATCH v3 38/49] build-sys: move qmp-introspect per target
` [Qemu-devel] [PATCH v3 39/49] qapi-commands: don't initialize command list in qmp_init_marshall()
` [Qemu-devel] [PATCH v3 40/49] RFC: qapi: learn to split schema by 'top-unit'
` [Qemu-devel] [PATCH v3 41/49] qapi: add a top-unit 'target' schema
` [Qemu-devel] [PATCH v3 42/49] qapi: make rtc-reset-reinjection and SEV depend on TARGET_I386
` [Qemu-devel] [PATCH v3 43/49] qapi: make s390 commands depend on TARGET_S390X
` [Qemu-devel] [PATCH v3 44/49] target.json: add a note about query-cpu* not being s390x-specific
` [Qemu-devel] [PATCH v3 45/49] qapi: make query-gic-capabilities depend on TARGET_ARM
` [Qemu-devel] [PATCH v3 46/49] qapi: make query-cpu-model-expansion depend on s390 or x86
` [Qemu-devel] [PATCH v3 47/49] qapi: make query-cpu-definitions depend on specific targets
` [Qemu-devel] [PATCH v3 48/49] qapi: remove qmp_unregister_command()
` [Qemu-devel] [PATCH v3 49/49] RFC: make RTC_CHANGE per-target

RFC: unpinned DMA-buf exporting v2
 2018-03-21 11:54 UTC  (13+ messages)
` [PATCH 1/5] dma-buf: add optional invalidate_mappings callback v2
          ` [Linaro-mm-sig] "

[Buildroot] [PATCH 1/5] tmp2-tss: remove architecture restriction
 2018-03-21 11:54 UTC  (8+ messages)
` [Buildroot] [PATCH 2/5] tmp2-tss: bump to version 1.4.0
` [Buildroot] [PATCH 4/5] tpm2-tools: new package

[PATCH] drm/i915: Skip logging impossible slices
 2018-03-21 11:54 UTC  (5+ messages)

[PATCH v3] drm/i915: Use correct reST syntax for WOPCM and GuC kernel-doc diagrams
 2018-03-21 11:53 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/4] tpm: Fix initialization of a few flags of CRB interface
 2018-03-21 11:53 UTC  (3+ messages)

[PATCH] doc: clarify non-recursion for ignore paths like `foo/`
 2018-03-21 11:53 UTC  (3+ messages)

[linux-next test] 120964: regressions - FAIL
 2018-03-21 11:53 UTC 

[RFT][PATCH v7 0/8] sched/cpuidle: Idle loop rework
 2018-03-21 11:52 UTC  (4+ messages)
` [RFT][PATCH v7 5/8] cpuidle: Return nohz hint from cpuidle_select()
  ` [RFT][PATCH v7.1 "

[PATCH] drm/i915/execlists: Use a locked clear_bit() for synchronisation with interrupt
 2018-03-21 11:51 UTC  (3+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✓ Fi.CI.BAT: success "

post-receive: pub/scm/linux/kernel/git/pablo/nf-next
 2018-03-21 11:51 UTC 

[RFC][PATCH] xfs: adjust size/used/avail information for quota-df
 2018-03-21 11:51 UTC  (7+ messages)

HW question: i210 vs. BCM5461S over SGMII: no response from PHY to MDIO requests?
 2018-03-21 11:50 UTC 

[RFC PATCH] nvme: avoid race-conditions when enabling devices
 2018-03-21 11:50 UTC  (3+ messages)

linux-next: Signed-off-bys missing for commit in the microblaze tree
 2018-03-21 11:50 UTC  (2+ messages)

[usb-next] usb: xhci: skip phys initialization of shared hcd
 2018-03-21 11:50 UTC  (4+ messages)
` [usb-next PATCH] "

post-receive: pub/scm/linux/kernel/git/jwboyer/fedora
 2018-03-21 11:49 UTC 

Openembedded-core Digest, Vol 86, Issue 203
 2018-03-21 11:42 UTC  (2+ messages)

[PATCH] staging: fsl-dpaa2: replace simple switch case by if statement
 2018-03-21 11:48 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/kbingham/rcar
 2018-03-21 11:47 UTC 

[PATCH] btrfs: Allow non-privileged user to delete empty subvolume by default
 2018-03-21 11:47 UTC  (4+ messages)

[PATCH] drm/i915/selftests: Include the trace as a debug aide
 2018-03-21 11:46 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for "

[PATCH] drm/amdgpu: Don't change preferred domian when fallback GTT v5
 2018-03-21 11:46 UTC  (2+ messages)

[PATCH] ath9k_htc: use non-QoS NDP for AP probing
 2018-03-21 11:45 UTC  (2+ messages)

[PATCH v2 0/6] drm/omap: Module parameter for display order configuration
 2018-03-21 10:08 UTC  (3+ messages)
` [PATCH v2 5/6] drm/omap: dss: Remove display ordering from dss/display.c
` [PATCH v2 6/6] drm/omap: Add kernel parameter to specify the desired display order

[PATCH v2 0/5] handle seq no overflow in IPsec offload
 2018-03-21 11:42 UTC  (4+ messages)
`  "
  ` [PATCH v3 1/5] lib/ethdev: support for inline IPsec events

[PATCH 1/6] mm/vmscan: Wake up flushers for legacy cgroups too
 2018-03-21 11:43 UTC  (9+ messages)
` [PATCH 5/6] mm/vmscan: Don't change pgdat state on base of a single LRU list state
` [PATCH 6/6] mm/vmscan: Don't mess with pgdat->flags in memcg reclaim

[PATCH - JACK PCM 1/1] jack: Use correct parameter order for snd_pcm_areas_silence()
 2018-03-21 11:42 UTC 

[meta-oe][PATCH] dbus-broker: Add recipe
 2018-03-21 11:40 UTC 

[PATCH v2 00/10] lib/librte_vhost: introduce new vhost user crypto backend support
 2018-03-21 11:41 UTC  (5+ messages)
` [PATCH v2 01/10] lib/librte_vhost: add vhost user private info structure

[PATCH] arm/arm64: smccc: Fix CLANG compilation for ARM 64 bit archs
 2018-03-21 11:41 UTC  (2+ messages)

[PATCH v2] powerpc/perf: Fix kernel address leaks via Sampling registers
 2018-03-21 11:40 UTC  (3+ messages)
` [PATCH v2] powerpc/perf: Fix kernel address leak to userspace via BHRB buffer
` [PATCH v2] powerpc/perf: Fix the kernel address leak to userspace via SDAR

[meta-openembeded] bug in adding network layer
 2018-03-21 11:40 UTC  (12+ messages)

[PATCH] ARM: EXYNOS: Fix coupled CPU idle freeze on Exynos4210
 2018-03-21 11:39 UTC  (4+ messages)

[LTP] [PATCH COMMITTED] lib/tst_net_iface_prefix: export correct env variable for interface
 2018-03-21 11:39 UTC 

[igt-dev] [PATCH i-g-t] [i-g-t] tests/kms_plane_scaling: modify fb height for yuv planar
 2018-03-21 11:38 UTC  (2+ messages)

[Qemu-devel] [PATCH] migration: fix pfd leak
 2018-03-21 11:36 UTC 

post-receive: pub/scm/linux/kernel/git/joro/iommu
 2018-03-21 11:36 UTC 

[RFC 00/12] KVM: arm/arm64: Allow multiple GICv3 redistributor regions
 2018-03-21 11:35 UTC  (5+ messages)
` [RFC 03/12] KVM: arm/arm64: Record RDIST Last bit at registration

[PATCH] drm/amd/pp: Add new asic(vega12) support in pp_psm.c
 2018-03-21 11:34 UTC 

application
 2018-03-21 11:33 UTC  (4+ messages)
  ` [Outreachy kernel] application

[Buildroot] [autobuild.buildroot.net] Your build results for 2018-03-20
 2018-03-21 11:31 UTC 

[U-Boot] [PATCH v2 0/7] Provide SPL support for bootcount (in the case of using falcon boot mode)
 2018-03-21 11:31 UTC  (4+ messages)
` [U-Boot] [PATCH v2 5/7] bootcount: spl: Extend SPL to support bootcount incrementation

meta data error while building
 2018-03-21 11:30 UTC  (2+ messages)

[PATCH 1/2] ACPI / PM: Use register_reboot_notifier() instead of pm_power_off_prepare
 2018-03-21 11:30 UTC  (2+ messages)
` [PATCH 2/2] kernel / reboot: Remove the pm_power_off_prepare hook

[usb-next,v10,3/8] usb: core: add a wrapper for the USB PHYs on the HCD
 2018-03-21 11:30 UTC  (4+ messages)
` [PATCH usb-next v10 3/8] "

[PATCH v2 00/11] kexec_file: Clean up purgatory load
 2018-03-21 11:27 UTC  (24+ messages)
` [PATCH v2 01/11] kexec_file: Silence compile warnings
` [PATCH v2 02/11] kexec_file: Remove checks in kexec_purgatory_load
` [PATCH v2 03/11] kexec_file: Make purgatory_info->ehdr const
` [PATCH v2 04/11] kexec_file: Search symbols in read-only kexec_purgatory
` [PATCH v2 05/11] kexec_file: Use read-only sections in arch_kexec_apply_relocations*
` [PATCH v2 06/11] kexec_file: Split up __kexec_load_puragory
` [PATCH v2 07/11] kexec_file: Remove unneeded for-loop in kexec_purgatory_setup_sechdrs
` [PATCH v2 08/11] kexec_file: Remove unneeded variables "
` [PATCH v2 09/11] kexec_file: Remove mis-use of sh_offset field during purgatory load
` [PATCH v2 10/11] kexec_file: Allow archs to set purgatory load address
` [PATCH v2 11/11] kexec_file: Move purgatories sha256 to common code

[PATCH v2] clk: sunxi-ng: add missing hdmi-slow clock for H6 CCU
 2018-03-21 11:28 UTC  (3+ messages)

[PATCH 0/6] net/sfc: implement dynamic logging
 2018-03-21 11:28 UTC  (8+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/6] eal: register log type and pick level from EAL args
  ` [PATCH v3 2/6] net/sfc: add support for driver-wide dynamic logging
  ` [PATCH v3 3/6] net/sfc: add support for per-port "
  ` [PATCH v3 4/6] net/sfc: prepare to merge init logs with main log type
  ` [PATCH v3 5/6] net/sfc: remove dedicated init log parameter
  ` [PATCH v3 6/6] net/sfc: add dynamic log level for MCDI messages

post-receive: pub/scm/linux/kernel/git/sunxi/linux
 2018-03-21 11:28 UTC 

[LTP] [PATCH] cve: new regression test-case for CVE-2018-5803
 2018-03-21 11:28 UTC  (3+ messages)

[PATCH v7 0/2] mtd: fsl-quadspi: add support to create dynamic LUT entry
 2018-03-21 11:26 UTC  (3+ messages)
` [PATCH v7 1/2] "
` [PATCH v7 2/2] mtd: fsl-quadspi: fix init AHB read in fsl_qspi_nor_setup()

[PATCH 0/2] xfs: fix mount vs shrinker race
 2018-03-21 11:26 UTC  (7+ messages)
` [PATCH 2/2] xfs: don't shrink the inode cache until after setup completes

[Qemu-devel] [PATCH v3 00/16] block/mirror: Add active-sync mirroring
 2018-03-21 11:25 UTC  (4+ messages)
` [Qemu-devel] [PATCH v3 15/16] block/mirror: Add copy mode QAPI interface

[RFC PATCH i-g-t 0/3] Test the plane formats on the Chamelium
 2018-03-21 11:25 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.