All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-10-08 03:24:44 to 2018-10-08 05:53:01 UTC [more...]

[PATCH] crypto: caam/qi2 - avoid double export
 2018-10-08  5:53 UTC  (2+ messages)

[PATCH v3 0/6] System call table generation support
 2018-10-08  5:52 UTC  (13+ messages)
` [PATCH v3 1/6] parisc: move __IGNORE* entries to non uapi header
` [PATCH v3 2/6] parisc: add __NR_Linux_syscalls along with __NR_syscalls
` [PATCH v3 3/6] parisc: add system call table generation support
` [PATCH v3 4/6] parisc: uapi header and system call table file generation
` [PATCH v3 5/6] parisc: wire up rseq system call
` [PATCH v3 6/6] parisc: syscalls: Ignore nfsservctl for other architectures

[PATCH 0/3] crypto: mxs-dcp - Fix tcrypt on imx6
 2018-10-08  5:52 UTC  (2+ messages)

[PATCH v4 0/6] arm64: dts: NXP: add basic dts file for LX2160A SoC
 2018-10-08  5:52 UTC  (8+ messages)
` [PATCH v4 5/6] arm64: dts: add QorIQ LX2160A SoC support
` [PATCH v4 6/6] arm64: dts: add LX2160ARDB board support

[U-Boot] [PATCH] riscv: dts: Sync to Linux Kernel ae350 dts
 2018-10-08  5:49 UTC  (2+ messages)

Gemini Lake graphics corruption at top of screen
 2018-10-08  5:48 UTC 

[PATCH] crypto: cavium/nitrox - Fix format strings
 2018-10-08  5:47 UTC  (2+ messages)

[meta-networking][PATCH] umip: fix recipe location typo
 2018-10-08  5:57 UTC  (4+ messages)
` [meta-networking][PATCH V2] "

[PATCH v2 2/2] PCI: controller: dwc: add UniPhier PCIe host controller support
 2018-10-08  5:45 UTC  (9+ messages)

linux-next: manual merge of the kspp tree with the tip tree
 2018-10-08  5:44 UTC 

python-btrfs v10 preview... detailed usage reporting and a tutorial
 2018-10-08  5:42 UTC  (4+ messages)

[U-Boot] [PATCH] board: ax25-ae350: Print board information
 2018-10-08  5:41 UTC 

[PATCH 00/14] Upstream kernel/uboot/Multimedia for L4.9.123-2.3.0_8mm
 2018-10-08  5:41 UTC  (5+ messages)
` [PATCH 01/14] linux-libc-headers: Use linux-libc-headers v4.9 for L4.9.123-2.3.0_8mm_ga

[PATCH v9 4/4] kdump/vmcore: support encrypted old memory with SME enabled
 2018-10-08  5:37 UTC  (6+ messages)
` [tip:x86/mm] kdump, proc/vmcore: Enable kdumping encrypted "

[U-Boot] [PATCH 2/2] riscv: dts: Add ae350_32.dts for 32 bit
 2018-10-08  5:35 UTC 

[U-Boot] [PATCH 1/2] riscv: configs: Separate ax25-ae350 for 32/64 bit
 2018-10-08  5:34 UTC 

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

[PATCH v2] ring: fix c11 memory ordering issue
 2018-10-08  5:27 UTC  (16+ messages)
` [PATCH v3 1/3] ring: read tail using atomic load

[RFC 00/19] wilc: added driver for wilc module
 2018-10-08  5:17 UTC  (3+ messages)

[U-Boot] Keystone 2 sram scratch address?
 2018-10-08  5:17 UTC  (2+ messages)

[PATCH] udp: Unbreak modules that rely on external __skb_recv_udp() availability
 2018-10-08  5:15 UTC  (3+ messages)

delalloc and reflink fixes & tweaks V3
 2018-10-07 22:02 UTC  (6+ messages)
` [PATCH 3/8] xfs: remove magic handling of unwritten extents in xfs_bmapi_allocate

[libvirt] [RFC PATCH 0/2] Add new mdev type for aggregated resources
 2018-10-08  5:08 UTC  (4+ messages)
` [libvirt] [PATCH v2 0/4] New mdev type handling "

[PATCH] s390/qeth: fix a missing-check bug
 2018-10-08  5:01 UTC  (2+ messages)

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

meta-openembedded thud release branching
 2018-10-08  4:55 UTC 

linux-next: manual merge of the staging tree with the v4l-dvb tree
 2018-10-08  4:53 UTC 

[PATCH] opencl-icd-loader: Initial recipe for OpenCL ICD loader
 2018-10-08  4:50 UTC  (3+ messages)

linux-next: manual merge of the staging tree with the v4l-dvb tree
 2018-10-08  4:47 UTC 

[PATCH] net/ifc: fix build with type virtio16
 2018-10-08  4:32 UTC 

[PATCH 1/1] scsi: ufs: make UFS Tx lane1 clock optional
 2018-10-08  4:34 UTC  (2+ messages)

[PATCH v2] dma-debug: Check for drivers mapping invalid addresses in dma_map_single()
 2018-10-08  4:32 UTC  (4+ messages)

[PATCH 07/17] target/core: Use system workqueues for TMF
 2018-10-08  4:31 UTC  (2+ messages)

In-band IPMI Update over IPMI Blobs
 2018-10-08  4:31 UTC  (2+ messages)

[PATCH V2 net-next 2/5] net: Introduce a new MII time stamping interface
 2018-10-07 21:21 UTC  (9+ messages)

[Qemu-devel] [PATCH 0/2] linux-user: usbfs improvements
 2018-10-08  4:27 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/2] linux-user: Use calculated sizes for usbfs ioctls
` [Qemu-devel] [PATCH 2/2] linux-user: Implement usbfs submit and reap ioctls

[PATCH v2 0/2] rename function name and enable 32bit vcpu events
 2018-10-08 12:34 UTC  (6+ messages)
` [PATCH v2 1/2] arm/arm64: KVM: rename function kvm_arch_dev_ioctl_check_extension()
` [PATCH v2 2/2] arm/arm64: KVM: enable 32 bits kvm vcpu events support

[PATCH v2] ovl: untangle copy up call chain
 2018-10-08  4:25 UTC 

mt7621/mt7628 PCIe linux driver
 2018-10-08  4:20 UTC  (5+ messages)

[PATCH] powerpc: Fix HMIs on big-endian with CONFIG_RELOCATABLE=y
 2018-10-08  4:08 UTC 

[PATCH stable v2 0/2] termios: Alpha BOTHER/IBSHIFT, tty_baudrate fix
 2018-10-08  4:06 UTC  (3+ messages)
` [PATCH stable v2 1/2] arch/alpha, termios: implement BOTHER, IBSHIFT and termios2
` [PATCH stable v2 2/2] termios, tty/tty_baudrate.c: simplify, auto-generate baud table

[PATCH net v2 0/2] net/smc: userspace breakage fixes
 2018-10-08  4:06 UTC  (2+ messages)

[U-Boot] [PATCH] arm: socfpga: fix SPL booting from fpga OnChip RAM
 2018-10-08  4:04 UTC  (5+ messages)

[PATCH 1/2] clk: qcom: Export clk_alpha_pll_configure()
 2018-10-08  3:51 UTC  (7+ messages)
` [PATCH 2/2] clk: qcom: gcc: Add global clock controller driver for QCS404

[Qemu-devel] [PATCH v3 17/22] virtio-pmem: prototype
 2018-10-08  3:50 UTC  (2+ messages)

linux-next: manual merge of the drivers-x86 tree with the tip tree
 2018-10-08  3:48 UTC 

[PATCH 1/6] drm: add flags to drm_syncobj_find_fence
 2018-10-08  3:45 UTC  (6+ messages)
` [PATCH 5/6] drm/amdgpu: add timeline support in amdgpu CS

linux-next: manual merge of the drivers-x86 tree with the tip tree
 2018-10-08  3:44 UTC 

[PATCH v26 0/2] MediaTek MT8173 CMDQ support
 2018-10-08  3:43 UTC  (9+ messages)
` [PATCH v26 1/2] arm64: dts: mt8173: Add GCE node
` [PATCH v26 2/2] soc: mediatek: Add Mediatek CMDQ helper

Don't upgrade to 13.2.2 if you use cephfs
 2018-10-08  3:44 UTC  (4+ messages)

[PATCH] net: sched: pie: fix coding style issues
 2018-10-08  3:39 UTC  (2+ messages)

[Qemu-devel] [RFC 0/6] Dynamic TLB sizing
 2018-10-08  3:21 UTC  (3+ messages)
` [Qemu-devel] [RFC 6/6] cputlb: dynamically resize TLBs based on use rate

[PATCH net-next] bnxt_en: Remove unnecessary unsigned integer comparison and initialize variable
 2018-10-08  3:37 UTC  (2+ messages)

[Qemu-devel] [QEMU-PPC] [PATCH V2 0/3] ppc/spapr: Add support for nested kvm-hv
 2018-10-08  3:25 UTC  (4+ messages)
` [Qemu-devel] [QEMU-PPC] [PATCH V2 1/3] target/ppc: Update linux-headers for v4.19-rc7
` [Qemu-devel] [QEMU-PPC] [PATCH V2 2/3] target/ppc: Add one reg id for ptcr
` [Qemu-devel] [QEMU-PPC] [PATCH V2 3/3] ppc/spapr_caps: Add SPAPR_CAP_NESTED_KVM_HV

[Qemu-devel] [PATCH v2 0/3] add exit-script option to qemu
 2018-10-08  3:28 UTC  (2+ messages)

[v3 PATCH 0/1] ltp: recent glibc calls syscall directly
 2018-10-08  3:31 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH v2] staging: iio: ad2s1210: fix 'assignment operator' style checks
 2018-10-08  3:29 UTC 

[PATCH 0/3] ARM: dts: imx6sx: Add DISPLAY power domain support
 2018-10-08  3:26 UTC  (3+ messages)
` [PATCH 2/3] PCI: imx: Add multi-pd support

[PATCH v6 0/9] PCI: mediatek: fixup find_port, enable_msi and add pm, module support
 2018-10-08  3:24 UTC  (20+ messages)
` [PATCH v6 1/9] PCI: mediatek: Using slot's devfn for compare to fix mtk_pcie_find_port logic
` [PATCH v6 2/9] PCI: mediatek: Fixup class ID for MT7622 as PCI_CLASS_BRIDGE_PCI
` [PATCH v6 3/9] PCI: mediatek: Remove the redundant dev->pm_domain check
` [PATCH v6 4/9] PCI: mediatek: Convert to use pci_host_probe()
` [PATCH v6 5/9] PCI: mediatek: Move the mtk_pcie_startup_port_v2 function's define after mtk_pcie_setup_irq
` [PATCH v6 6/9] PCI: mediatek: Fixup enable msi logic by enable msi after clock enabled
` [PATCH v6 7/9] PCI: mediatek: Add system pm support for MT2712 and MT7622
` [PATCH v6 8/9] PCI: mediatek: Save the GIC IRQ in mtk_pcie_port
` [PATCH v6 9/9] PCI: mediatek: Add loadable kernel module support


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.