All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-10-02 11:19:39 to 2018-10-02 11:43:12 UTC [more...]

ANOM_ROOT_TRANS
 2018-10-02 11:43 UTC 

general protection fault in fuse_dev_do_write
 2018-10-02 11:43 UTC  (2+ messages)

[GIT PULL] i.MX fixes for 4.19, round 2
 2018-10-02 11:42 UTC  (3+ messages)

[PATCH v10 0/2] Add XYUV format support
 2018-10-02 11:42 UTC  (2+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for Add XYUV format support (rev7)

[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] drm/i915: Show actual along side request frequency in debugfs/i915_rps_boost_info
 2018-10-02 11:41 UTC  (3+ messages)
` [PATCH v2] drm/i915: Show actual alongside requested "

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

[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

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

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

[PATCH v3 00/33] KVM: PPC: Book3S HV: Nested HV virtualization
 2018-10-02 11:31 UTC  (68+ 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 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 1/2] ARM: dts: at91: sama5d4_xplained: fix addresable nand flash size
 2018-10-02 11:29 UTC  (6+ messages)
` [PATCH 2/2] ARM: dts: at91: at91sam9x5cm: fix addressable "

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

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

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

[U-Boot] [PATCH] fs: btrfs: Fix cache alignment bugs
 2018-10-02 11:27 UTC  (2+ messages)

[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

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

[U-Boot] [PATCH v2 00/23] spl: Add features for passing info from SPL to U-Boot proper
 2018-10-02 11:22 UTC  (24+ messages)
` [U-Boot] [PATCH v2 01/23] log: Correct definition of log_msg_ret()
` [U-Boot] [PATCH v2 02/23] spl: Add support for logging in SPL and TPL
` [U-Boot] [PATCH v2 03/23] Add core support for a bloblist to convey data from SPL
` [U-Boot] [PATCH v2 04/23] spl: Set up the bloblist in SPL
` [U-Boot] [PATCH v2 05/23] bloblist: Locate bloblist in U-Boot
` [U-Boot] [PATCH v2 06/23] test: Add a simple test for bloblist
` [U-Boot] [PATCH v2 07/23] Add bloblist documentation
` [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

[U-Boot] [PATCH v3 00/20] AVB using OP-TEE
 2018-10-02 11:22 UTC  (5+ messages)
` [U-Boot] [PATCH v3 15/20] tee: add sandbox driver

[U-Boot] [PATCH] fs: btrfs: Fix tree traversal with btrfs_next_slot()
 2018-10-02 11:22 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/7] Support for the Faraday ftgmac100 controller
 2018-10-02 11:22 UTC  (9+ messages)
` [U-Boot] [PATCH v2 1/7] net: Remove the Faraday ftgmac100 controller driver
` [U-Boot] [PATCH v2 4/7] net: ftgmac100: Add support for the Aspeed SoC
` [U-Boot] [PATCH v2 5/7] aspeed: Update ast2500 SoC DTS file to Linux v4.17-rc6 level
` [U-Boot] [PATCH v2 7/7] aspeed: ast2500: fix D2-PLL clock setting in RGMII mode

[U-Boot] [PATCH V2 1/2] ofnode: Replace of_n_addr_cells with of_n_size_cells
 2018-10-02 11:22 UTC  (4+ messages)
` [U-Boot] [PATCH V2 2/2] ofnode: Add missing address translation into ofnode_get_addr_size()

[U-Boot] [PATCH 0/3] Support for the Aspeed ast2500 FMC/SPI controllers
 2018-10-02 11:22 UTC  (5+ messages)
` [U-Boot] [PATCH 2/3] spi: Add support for the Aspeed ast2500 SPI controllers

[U-Boot] (no subject)
 2018-10-02 11:21 UTC  (7+ messages)
` [U-Boot] [PATCH 2/7] drivers: spi: cf_spi: migrate to DM and DT

[U-Boot] [PATCH v9 01/16] test: regmap: Increase size of syscon0 memory
 2018-10-02 11:21 UTC  (5+ messages)
` [U-Boot] [PATCH v9 07/16] mips: Implement {in, out}_{le, be}_{16, 32, 64} and {in, out}_8
` [U-Boot] [PATCH v9 12/16] regmap: Add endianness support

[U-Boot] [PATCH 00/27] virtio: Introduce VirtIO driver support
 2018-10-02 11:21 UTC  (4+ messages)

[U-Boot] [PATCH 0/2] test/py: test_fs: follow up v3 of fat write patches
 2018-10-02 11:21 UTC  (5+ messages)
` [U-Boot] [PATCH 1/2] test/py: test_fs: remove fs_type argument from umount_fs()
  ` [U-Boot] [PATCH 2/2] test/py: test_fs: add docstring comments to helper functions

[U-Boot] [PATCH v3 0/4] Add Rock960 and Ficus 96Board support
 2018-10-02 11:21 UTC  (7+ messages)
` [U-Boot] [PATCH v3 2/4] rockchip: rk3399: Add common Rock960 family from Vamrs
` [U-Boot] [PATCH v3 3/4] rockchip: rk3399: Add Rock960 CE board support
` [U-Boot] [PATCH v3 4/4] rockchip: rk3399: Add Ficus EE "

[U-Boot] [PATCH v4 00/19] AVB using OP-TEE
 2018-10-02 11:21 UTC  (12+ messages)
` [U-Boot] [PATCH v4 04/19] mmc: rpmb: add mmc_rpmb_route_frames()
` [U-Boot] [PATCH v4 10/19] optee: support routing of rpmb data frames to mmc
` [U-Boot] [PATCH v4 11/19] tee: optee: support AVB trusted application
` [U-Boot] [PATCH v4 14/19] tee: add sandbox driver
` [U-Boot] [PATCH v4 18/19] avb_verify: support sandbox configuration

[U-Boot] [PATCH 00/22] spl: Add features for passing info from SPL to U-Boot proper
 2018-10-02 11:21 UTC  (4+ messages)
` [U-Boot] [PATCH 03/22] Add core support for a bloblist to convey data from SPL

[U-Boot] [UBOOT PATCH 0/2] dm: core: Scan "/firmware" node by default
 2018-10-02 11:21 UTC  (8+ messages)
` [U-Boot] [PATCH v2 0/4] "
  ` [U-Boot] [PATCH v2 1/4] firmware: Add FIRMWARE config prompt string
  ` [U-Boot] [PATCH v2 4/4] dm: test: Add "/firmware" node scan test

[U-Boot] [PATCH] sandbox: Add an explanation of the sandbox variants
 2018-10-02 11:21 UTC  (2+ messages)

[U-Boot] [PATCH] buildman: Avoid hanging when the config changes
 2018-10-02 11:21 UTC  (2+ messages)

[U-Boot] [PATCH] include/dm.h: Remove duplicated include directive
 2018-10-02 11:21 UTC  (3+ messages)

[U-Boot] [PATCH] include/clk.h: Fix the name of the clock uclass in comment
 2018-10-02 11:20 UTC  (3+ messages)

[U-Boot] [PATCH v2 0/3] Convert fdtdec_setup_memory_banksize() to use livetree
 2018-10-02 11:20 UTC  (3+ messages)
` [U-Boot] [PATCH v2 2/3] fdt: fdtdec_setup_memory_banksize() "

[U-Boot] [RFC][PATCH] cmd: clk: Add trivial implementation of clock dump for DM
 2018-10-02 11:20 UTC  (3+ messages)

[U-Boot] [PATCH v4 1/3] drivers: Add board uclass
 2018-10-02 11:20 UTC  (10+ messages)
` [U-Boot] [PATCH v4 2/3] board: Add gazerbeam driver
` [U-Boot] [PATCH v4 3/3] test: Add tests for board uclass

[U-Boot] [PATCH v3 1/4] core: Add functions to set properties in live-tree
 2018-10-02 11:20 UTC  (13+ messages)
` [U-Boot] [PATCH v3 2/4] test: Add tests for DT-manipulation functions
` [U-Boot] [PATCH v3 3/4] core: Add dev_{disable,enable}_by_path
` [U-Boot] [PATCH v3 4/4] test: Add tests for dev_{enable, disable}_by_path

[U-Boot] [PATCH 00/31] binman: Expand support for SPL and TPL
 2018-10-02 11:20 UTC  (45+ messages)
` [U-Boot] [PATCH 10/31] dtoc: Support adding new nodes
` [U-Boot] [PATCH 11/31] dtoc: Add methods for adding and updating properties
` [U-Boot] [PATCH 12/31] dtoc: Add a way to create an Fdt object from a data block
` [U-Boot] [PATCH 13/31] binman: Add an entry method for getting the default filename
` [U-Boot] [PATCH 14/31] binman: Move state information into a new module
` [U-Boot] [PATCH 15/31] binman: Move state logic into the state module
` [U-Boot] [PATCH 16/31] binman: Centralise device-tree updates within binman
` [U-Boot] [PATCH 17/31] binman: Obtain the list of device trees from the config
` [U-Boot] [PATCH 18/31] binman: Allow control of whether a fake DT is used
` [U-Boot] [PATCH 19/31] binman: Support updating all device tree files
` [U-Boot] [PATCH 20/31] patman: Detect missing tools and report them
` [U-Boot] [PATCH 21/31] binman: Support compressed entries
` [U-Boot] [PATCH 22/31] binman: Allow zero-size sections
` [U-Boot] [PATCH 23/31] binman: Support adding files
` [U-Boot] [PATCH 24/31] binman: Support expanding entries
` [U-Boot] [PATCH 25/31] binman: Mention section attributes in docs
` [U-Boot] [PATCH 26/31] binman: Support hashing entries
` [U-Boot] [PATCH 27/31] binman: Support x86 microcode in TPL
` [U-Boot] [PATCH 28/31] binman: Record the parent section of each section
` [U-Boot] [PATCH 29/31] binman: Correct fmap output on x86
` [U-Boot] [PATCH 30/31] binman: Support ELF files for U-Boot and SPL
` [U-Boot] [PATCH 31/31] binman: Allow writing a map file when something goes wrong

[U-Boot] [PATCH v2] cmd: usb_mass_storage: add protection for block_dev
 2018-10-02 11:20 UTC  (6+ messages)

[PATCH v8] app/testpmd: add noisy neighbour forwarding mode
 2018-10-02 11:20 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.