All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-10-02 11:22:38 to 2018-10-02 12:09:56 UTC [more...]

[PATCH 1/4] staging: iio: ad5933: rename ext_clk_Hz -> ext_clk_hz
 2018-10-02 11:58 UTC  (3+ messages)
` [PATCH 3/4] staging: iio: ad5933: Use the clock framework for the external clock
` [PATCH 4/4] staging: iio: ad5933: Add of_device_id table

low energy: does gatt client/server work in current version? How to test?
 2018-10-02 12:09 UTC  (3+ messages)

[PATCH V4 00/25] mmc: mmci: add sdmmc variant for stm32
 2018-10-02 12:09 UTC  (26+ messages)
` [PATCH V4 01/25] mmc: mmci: Change struct members from bool to u8
` [PATCH V4 02/25] mmc: mmci: create generic mmci_dma_setup
` [PATCH V4 03/25] mmc: mmci: introduce dma_priv pointer to mmci_host
` [PATCH V4 04/25] mmc: mmci: merge prepare data functions
` [PATCH V4 05/25] mmc: mmci: add prepare/unprepare_data callbacks
` [PATCH V4 06/25] mmc: mmci: add get_next_data callback
` [PATCH V4 07/25] mmc: mmci: add dma_release callback
` [PATCH V4 08/25] mmc: mmci: add dma_start callback
` [PATCH V4 09/25] mmc: mmci: add dma_finalize callback
` [PATCH V4 10/25] mmc: mmci: add dma_error callback
` [PATCH V4 11/25] mmc: mmci: add validate_data callback
` [PATCH V4 12/25] mmc: mmci: add set_clk/pwrreg callbacks
` [PATCH V4 13/25] mmc: mmci: add datactrl block size variant property
` [PATCH V4 14/25] mmc: mmci: expand startbiterr to irqmask and error check
` [PATCH V4 15/25] mmc: mmci: add variant properties to define cpsm & cmdresp bits
` [PATCH V4 16/25] mmc: mmci: add variant property to define dpsm bit
` [PATCH V4 17/25] mmc: mmci: add variant property to define irq pio mask
` [PATCH V4 18/25] mmc: mmci: add variant property to write datactrl before command
` [PATCH V4 19/25] mmc: mmci: add variant property to not read datacnt
` [PATCH V4 20/25] dt-bindings: mmci: add optional reset property
` [PATCH V4 21/25] mmc: "
` [PATCH V4 22/25] mmc: mmci: add clock divider for stm32 sdmmc
` [PATCH V4 23/25] mmc: mmci: add stm32 sdmmc registers
` [PATCH V4 24/25] dt-bindings: mmci: add stm32 sdmmc variant
` [PATCH V4 25/25] mmc: "

[GIT PULL] i.MX fixes for 4.19, round 2
 2018-10-02 12:09 UTC  (4+ messages)

[Qemu-arm] [PATCH v2 00/15] gdbstub: support for the multiprocess extension
 2018-10-02 11:58 UTC  (6+ messages)
` [Qemu-devel] [PATCH v2 15/15] arm/xlnx-zynqmp: put APUs and RPUs in separate GDB groups

[U-Boot] [PATCH] fs: btrfs: Fix cache alignment bugs
 2018-10-02 12:08 UTC  (4+ messages)

[PATCH v3 00/33] KVM: PPC: Book3S HV: Nested HV virtualization
 2018-10-02 11:31 UTC  (49+ messages)
` [PATCH v3 01/33] powerpc: Turn off CPU_FTR_P9_TM_HV_ASSIST in non-hypervisor mode
` [PATCH v3 02/33] KVM: PPC: Book3S: Simplify external interrupt handling
` [PATCH v3 03/33] KVM: PPC: Book3S HV: Remove left-over code in XICS-on-XIVE emulation
` [PATCH v3 04/33] KVM: PPC: Book3S HV: Move interrupt delivery on guest entry to C code
` [PATCH v3 05/33] KVM: PPC: Book3S HV: Extract PMU save/restore operations as C-callable functions
` [PATCH v3 06/33] KVM: PPC: Book3S HV: Simplify real-mode interrupt handling
` [PATCH v3 07/33] KVM: PPC: Book3S: Rework TM save/restore code and make it C-callable
` [PATCH v3 08/33] KVM: PPC: Book3S HV: Call kvmppc_handle_exit_hv() with vcore unlocked
` [PATCH v3 09/33] KVM: PPC: Book3S HV: Streamlined guest entry/exit path on P9 for radix guests
` [PATCH v3 10/33] KVM: PPC: Book3S HV: Handle hypervisor instruction faults better
` [PATCH v3 11/33] KVM: PPC: Book3S HV: Add a debugfs file to dump radix mappings
` [PATCH v3 12/33] KVM: PPC: Use ccr field in pt_regs struct embedded in vcpu struct
` [PATCH v3 13/33] KVM: PPC: Book3S HV: Clear partition table entry on vm teardown
` [PATCH v3 14/33] KVM: PPC: Book3S HV: Make kvmppc_mmu_radix_xlate process/partition table agnostic
` [PATCH v3 15/33] KVM: PPC: Book3S HV: Refactor radix page fault handler
` [PATCH v3 16/33] KVM: PPC: Book3S HV: Use kvmppc_unmap_pte() in kvm_unmap_radix()
` [PATCH v3 17/33] KVM: PPC: Book3S HV: Framework and hcall stubs for nested virtualization
` [PATCH v3 18/33] KVM: PPC: Book3S HV: Nested guest entry via hypercall
` [PATCH v3 19/33] KVM: PPC: Book3S HV: Use XICS hypercalls when running as a nested hypervisor
` [PATCH v3 20/33] KVM: PPC: Book3S HV: Handle hypercalls correctly when nested
` [PATCH v3 21/33] KVM: PPC: Book3S HV: Framework to handle HV Emulation Assist Interrupt
` [PATCH v3 22/33] KVM: PPC: Book3S HV: Handle page fault for a nested guest
` [PATCH v3 23/33] KVM: PPC: Book3S HV: Introduce rmap to track nested guest mappings
` [PATCH v3 24/33] KVM: PPC: Book3S HV: Emulate Privileged TLBIE for guest hypervisors
` [PATCH v3 25/33] KVM: PPC: Book3S HV: Invalidate TLB when nested vcpu moves physical cpu
` [PATCH v3 26/33] KVM: PPC: Book3S HV: Don't access HFSCR, LPIDR or LPCR when running nested
` [PATCH v3 27/33] KVM: PPC: Book3S HV: Add one-reg interface to virtual PTCR register
` [PATCH v3 28/33] KVM: PPC: Book3S HV: Sanitise hv_regs on nested guest entry
` [PATCH v3 29/33] KVM: PPC: Book3S HV: Handle differing endianness for H_ENTER_NESTED
` [PATCH v3 30/33] KVM: PPC: Book3S HV: Allow HV module to load without hypervisor mode
` [PATCH v3 31/33] KVM: PPC: Book3S HV: Add nested shadow page tables to debugfs
` [PATCH v3 32/33] KVM: PPC: Book3S HV: Use hypercalls for TLB invalidation when nested
` [PATCH v3 33/33] KVM: PPC: Book3S HV: Add a VM capability to enable nested virtualization

[PATCH mtd-utils] mkfs.ubifs: Fix xattr nlink value
 2018-10-02 12:07 UTC  (2+ messages)

[PATCH] mtd-utils: Instead of doing preprocessor magic, just output off_t as long long
 2018-10-02 12:07 UTC  (2+ messages)

[Qemu-devel] [PATCH] secondary-vga: unregister vram on unplug
 2018-10-02 11:55 UTC  (9+ messages)

[Qemu-devel] [PULL 0/1] libfdt queue 20181002
 2018-10-02 12:04 UTC  (2+ messages)

v4.14 stable backport request
 2018-10-02  5:25 UTC 

[PATCH] libmtd: don't print an error message for devices without ecc support
 2018-10-02 12:06 UTC  (2+ messages)

[PATCH] mtd-utils: common.h: fix prompt function
 2018-10-02 12:06 UTC  (2+ messages)

[mailbox] afd0b1fb22: kmsg.Error_parsing_PCC_subspaces_from_PCCT
 2018-10-02 12:06 UTC  (3+ messages)
` [LKP] "

[PATCH v2] sched/rt : return accurate release rq lock info
 2018-10-02 20:17 UTC 

[PATCH v2] x86/earlyprintk: Add a force option for pciserial device
 2018-10-02 12:10 UTC  (11+ messages)

[PATCH v2] kdump: fix an error that can not parse the e820 reserved region
 2018-10-02 12:02 UTC  (3+ messages)

[PATCH v10 0/2] Add XYUV format support
 2018-10-02 12:01 UTC  (3+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for Add XYUV format support (rev7)
` ✗ Fi.CI.BAT: failure "

[PATCH] nvmem: only build nvmem_find_cell_by_index() if OF is enabled
 2018-10-02 11:59 UTC  (5+ messages)

[2/2] usb: gadget: udc: renesas_usb3: add support for r8a77990
 2018-10-02 11:58 UTC 

[1/2] dt-bindings: usb: renesas_usb3: add bindings for r8a77990
 2018-10-02 11:58 UTC  (2+ messages)
` [PATCH 1/2] "

[PATCH v3 0/9] x86: indirect call overhead reduction
 2018-10-02 11:58 UTC  (7+ messages)
` [PATCH v4 00/12] "
  ` [PATCH v4 10/12] IOMMU: introduce IOMMU_MIXED config option

[PATCH v8] app/testpmd: add noisy neighbour forwarding mode
 2018-10-02 11:58 UTC  (2+ messages)

usb: gadget: udc: renesas_usb3: Fix b-device mode for "workaround"
 2018-10-02 11:57 UTC 

[PATCH v2] CIFS: Print message when attempting a mount
 2018-10-02 11:57 UTC 

[PATCH 1/2] ARM: dts: at91: sama5d4_xplained: fix addresable nand flash size
 2018-10-02 11:55 UTC  (12+ messages)
` [PATCH 2/2] ARM: dts: at91: at91sam9x5cm: fix addressable "

[PATCH v5 0/8] Add Marvell NETA PMD
 2018-10-02 11:54 UTC  (6+ messages)
` [PATCH v6 "
  ` [PATCH v6 1/8] net/mvneta: add neta PMD skeleton
  ` [PATCH v6 2/8] net/mvneta: add Rx/Tx support

[PATCH 0/2] Faster migration for automatic NUMA balancing
 2018-10-02 11:54 UTC  (3+ messages)
` [PATCH 1/2] mm, numa: Remove rate-limiting of automatic numa balancing migration

[PATCH i-g-t] igt/kms_busy: Flush request queue when re-enabling hangcheck
 2018-10-02 11:53 UTC  (4+ messages)
` [Intel-gfx] "

[PATCH] clk: samsung: Use clk_hw API for calling clk framework from clk notifiers
 2018-10-02 11:52 UTC 

[PATCH 0/4] tools/xen-hvmctx: drop bogus casts
 2018-10-02 11:51 UTC  (5+ messages)
` [PATCH 1/4] tools/xen-hvmctx: drop bogus casts from dump_cpu()
` [PATCH 2/4] tools/xen-hvmctx: drop bogus casts from dump_lapic_regs()
` [PATCH 3/4] tools/xen-hvmctx: drop bogus casts from dump_hpet()
` [PATCH 4/4] tools/xen-hvmctx: drop bogus casts from dump_mtrr()

[PATCH 0/2] MIPS: memset: Fix `noreorder' issues
 2018-10-02 11:50 UTC  (3+ messages)
` [PATCH 1/2] MIPS: memset: Fix CPU_DADDI_WORKAROUNDS `small_fixup' regression
` [PATCH 2/2] MIPS: memset: Limit excessive `noreorder' assembly mode use

[Bug 108123] url is not working
 2018-10-02 11:50 UTC  (2+ messages)

[PATCH 1/4] drm/i915: Replace some open-coded i915_map_coherent_type()
 2018-10-02 11:48 UTC  (2+ messages)

[ti2018.03/rocko/master][PATCH] ti-cgt-arm: prevent build of existing library
 2018-10-02 11:36 UTC 

[PATCH 4.14 000/165] 4.14.68-stable review
 2018-10-02 11:47 UTC  (5+ messages)
` [PATCH 4.14 114/165] x86/vdso: Fix vDSO build if a retpoline is emitted

[PATCH] drm/i915: Show actual along side request frequency in debugfs/i915_rps_boost_info
 2018-10-02 11:47 UTC  (4+ messages)
` [PATCH v2] drm/i915: Show actual alongside requested "

[PATCH v2] perf: xgene: Add CPU hotplug support
 2018-10-02 11:46 UTC  (3+ messages)

[PATCH v4 19/25] drm/i915/dsc: Add a power domain for VDSC on eDP/MIPI DSI
 2018-10-02 11:45 UTC  (11+ messages)
                ` [Intel-gfx] "

[RFC 0/5] perf: Per PMU access controls (paranoid setting)
 2018-10-02 11:44 UTC  (15+ messages)

[PATCH 0/4] Improve virtio ID allocation
 2018-10-02 11:43 UTC  (5+ messages)
` [PATCH 4/4] drm/virtio: Use IDAs more efficiently

[PATCH] drm/amdgpu/vega20: make power profile output more consistent
 2018-10-02 11:43 UTC  (6+ messages)

ANOM_ROOT_TRANS
 2018-10-02 11:43 UTC 

[PATCH v5 00/21] tpm: separate tpm 1.x and tpm 2.x commands
 2018-10-02  4:58 UTC  (4+ messages)
` [PATCH v5 12/21] tpm: move pcr extend code to tpm2-cmd.c

[PATCH v8 RESEND 0/4] Support kdump for AMD secure memory encryption(SME)
 2018-10-02 11:40 UTC  (3+ messages)

Default behavior of watchdog drivers
 2018-10-02 11:39 UTC  (3+ messages)

[PATCH v3 2/2] locking/pvqspinlock, hv: Enable PV qspinlock for Hyper-V
 2018-10-02 11:38 UTC  (3+ messages)
` [tip:x86/hyperv] x86/hyperv: "

[PATCH v3 2/2] net/tap: add queues when attaching from secondary process
 2018-10-02 11:38 UTC  (4+ messages)
` [PATCH v4 "

Re-reading alsa-lib configuration when opening sound device
 2018-10-02 11:36 UTC  (3+ messages)

[U-Boot] [PATCH] dm: core: Widen the dump tree to show more of the driver's name
 2018-10-02 11:35 UTC  (6+ messages)

[PATCH] watchdog: w83627hf_wdt: Support NCT6796D, NCT6797D, NCT6798D
 2018-10-02 11:35 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/2] improve block-latency-histogram-set
 2018-10-02 11:33 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/2] qapi: support device id for x-block-latency-histogram-set
` [Qemu-devel] [PATCH 2/2] qapi: drop x- from x-block-latency-histogram-set

[LTP] [PATCH] hotplug/cpu_hotplug05.sh: Fix obsolete output of offline CPU
 2018-10-02 11:32 UTC  (2+ messages)

[PATCH v2 0/5] Clean up huge vmap and ioremap code
 2018-10-02 11:30 UTC  (3+ messages)
` [PATCH v2 3/5] x86: pgtable: Drop pXd_none() checks from pXd_free_pYd_table()

[Qemu-devel] [PATCH 00/15] another SysBusDevice::init to Device::realize cleanup
 2018-10-02 11:30 UTC  (3+ messages)
` [Qemu-devel] [PATCH 02/15] hw/timer/sun4v-rtc: Convert from DPRINTF() macro to trace events

[PATCH v3 1/3] shared/att: Reset fd when disconnected
 2018-10-02 11:29 UTC  (2+ messages)

[U-Boot] [PATCH v3] usb: dwc3: convert to livetree
 2018-10-02 11:29 UTC  (3+ messages)

[PATCH v6 2/6] [media] ad5820: DT new optional field enable-gpios
 2018-10-02 11:29 UTC  (2+ messages)

[patch] mm, thp: always specify ineligible vmas as nh in smaps
 2018-10-02 11:28 UTC  (13+ messages)
` [patch v2] "
                  ` [RFC PATCH] mm, proc: report PR_SET_THP_DISABLE in proc

Registering a profile
 2018-10-02 11:27 UTC  (5+ messages)

[PATCH v3 1/2] X86/Hyper-V: Add Guest IDLE MSR support
 2018-10-02 11:27 UTC  (2+ messages)
` [tip:x86/hyperv] x86/hyperv: Add GUEST_IDLE_MSR support

[PATCH v3 0/4] arm64 live patching
 2018-10-02 11:27 UTC  (4+ messages)
` [PATCH v3 2/4] arm64: implement ftrace with regs

[PATCHv3 0/6] mm: faster get user pages
 2018-10-02 11:26 UTC  (3+ messages)
` [PATCHv3 6/6] mm/gup: Cache dev_pagemap while pinning pages

[U-Boot] [PATCH v2 00/23] spl: Add features for passing info from SPL to U-Boot proper
 2018-10-02 11:22 UTC  (17+ messages)
` [U-Boot] [PATCH v2 08/23] spl: Support hash, input, pch, pci, rtc, tpm in SPL
` [U-Boot] [PATCH v2 09/23] spl: Add a define for SPL_TPL_PROMPT
` [U-Boot] [PATCH v2 10/23] spl: Make SPL_DISABLE_BANNER_PRINT a positive option
` [U-Boot] [PATCH v2 11/23] spl: Add a comment to spl_set_bd()
` [U-Boot] [PATCH v2 12/23] spl: Print a message if we are unable to load an image
` [U-Boot] [PATCH v2 13/23] sandbox: Add a memory map to the sandbox README
` [U-Boot] [PATCH v2 14/23] test/py: Add a way to pass flags to sandbox
` [U-Boot] [PATCH v2 15/23] sandbox: Add an option to display of-platdata in SPL
` [U-Boot] [PATCH v2 16/23] sandbox: Drop the deprecated 'sb' command
` [U-Boot] [PATCH v2 17/23] sandbox: Add a new "
` [U-Boot] [PATCH v2 18/23] sandbox: Allow puts() output before global_data is set up
` [U-Boot] [PATCH v2 19/23] sandbox: Refactor code to create os_jump_to_file()
` [U-Boot] [PATCH v2 20/23] sandbox: Use malloc() and free() from os layer
` [U-Boot] [PATCH v2 21/23] sandbox: Filter arguments when starting U-Boot
` [U-Boot] [PATCH v2 22/23] sandbox: Boot in U-Boot through the standard call
` [U-Boot] [PATCH v2 23/23] spl: Add support for passing handoff info to U-Boot proper


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.