All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-02-09 08:58:00 to 2018-02-09 09:27:41 UTC [more...]

[PATCH 00/16] kvm: arm64: Support for dynamic IPA size
 2018-02-09  9:27 UTC  (8+ messages)
` [PATCH v1 15/16] kvm: arm64: Allow configuring physical address space size

[PATCH 00/31 v2] PTI support for x86_32
 2018-02-09  9:25 UTC  (64+ messages)
` [PATCH 01/31] x86/asm-offsets: Move TSS_sp0 and TSS_sp1 to asm-offsets.c
` [PATCH 02/31] x86/entry/32: Rename TSS_sysenter_sp0 to TSS_entry_stack
` [PATCH 03/31] x86/entry/32: Load task stack from x86_tss.sp1 in SYSENTER handler
` [PATCH 04/31] x86/entry/32: Put ESPFIX code into a macro
` [PATCH 05/31] x86/entry/32: Unshare NMI return path
` [PATCH 06/31] x86/entry/32: Split off return-to-kernel path
` [PATCH 07/31] x86/entry/32: Restore segments before int registers
` [PATCH 08/31] x86/entry/32: Enter the kernel via trampoline stack
` [PATCH 09/31] x86/entry/32: Leave "
` [PATCH 10/31] x86/entry/32: Introduce SAVE_ALL_NMI and RESTORE_ALL_NMI
` [PATCH 11/31] x86/entry/32: Add PTI cr3 switches to NMI handler code
` [PATCH 12/31] x86/entry/32: Add PTI cr3 switch to non-NMI entry/exit points
` [PATCH 13/31] x86/entry/32: Handle Entry from Kernel-Mode on Entry-Stack
` [PATCH 14/31] x86/pgtable/pae: Unshare kernel PMDs when PTI is enabled
` [PATCH 15/31] x86/pgtable/32: Allocate 8k page-tables "
` [PATCH 16/31] x86/pgtable: Move pgdp kernel/user conversion functions to pgtable.h
` [PATCH 17/31] x86/pgtable: Move pti_set_user_pgd() "
` [PATCH 18/31] x86/pgtable: Move two more functions from pgtable_64.h "
` [PATCH 19/31] x86/mm/pae: Populate valid user PGD entries
` [PATCH 20/31] x86/mm/pae: Populate the user page-table with user pgd's
` [PATCH 21/31] x86/mm/legacy: "
` [PATCH 22/31] x86/mm/pti: Add an overflow check to pti_clone_pmds()
` [PATCH 23/31] x86/mm/pti: Define X86_CR3_PTI_PCID_USER_BIT on x86_32
` [PATCH 24/31] x86/mm/pti: Clone CPU_ENTRY_AREA on PMD level "
` [PATCH 25/31] x86/mm/dump_pagetables: Define INIT_PGD
` [PATCH 26/31] x86/pgtable/pae: Use separate kernel PMDs for user page-table
` [PATCH 27/31] x86/ldt: Reserve address-space range on 32 bit for the LDT
` [PATCH 28/31] x86/ldt: Define LDT_END_ADDR
` [PATCH 29/31] x86/ldt: Split out sanity check in map_ldt_struct()
` [PATCH 30/31] x86/ldt: Enable LDT user-mapping for PAE
` [PATCH 31/31] x86/pti: Allow CONFIG_PAGE_TABLE_ISOLATION for x86_32

[PATCH 0/8] Clean up kernel-doc and fix literal-block handling
 2018-02-09  9:27 UTC  (9+ messages)
` [PATCH 1/8] docs: kernel-doc: Get rid of xml_escape() and friends
` [PATCH 2/8] docs: kernel-doc: Rename and split STATE_FIELD
` [PATCH 3/8] docs: kernel-doc: Move STATE_NORMAL processing into its own function
` [PATCH 4/8] docs: kernel-doc: Move STATE_NAME "

[PATCH V2 0/4] lightnvm: base 2.0 implementation
 2018-02-09  9:27 UTC  (7+ messages)
` [PATCH V2 1/4] lightnvm: make 1.2 data structures explicit
` [PATCH V2 2/4] lightnvm: flatten nvm_id_group into nvm_id
` [PATCH V2 3/4] lightnvm: add 2.0 geometry identification
` [PATCH V2 4/4] nvme: lightnvm: add late setup of block size and metadata

[Qemu-devel] [PULL 00/29] s390x: assorted updates
 2018-02-09  9:25 UTC  (30+ messages)
` [Qemu-devel] [PULL 01/29] Fix configure for s390 qemu on alpine and other busybox environments
` [Qemu-devel] [PULL 02/29] s390x/tcg: deliver multiple interrupts in a row
` [Qemu-devel] [PULL 03/29] s390x/flic: simplify flic initialization
` [Qemu-devel] [PULL 04/29] s390x/tcg: simplify lookup of flic
` [Qemu-devel] [PULL 05/29] s390x/tcg: simplify machine check handling
` [Qemu-devel] [PULL 06/29] s390x/flic: factor out injection of floating interrupts
` [Qemu-devel] [PULL 07/29] s390x/flic: no need to call s390_io_interrupt() from flic
` [Qemu-devel] [PULL 08/29] s390x/tcg: tolerate wrong wakeups due to floating interrupts
` [Qemu-devel] [PULL 09/29] s390x/flic: make floating interrupts on TCG actually floating
` [Qemu-devel] [PULL 10/29] s390x/tcg: implement TEST PENDING INTERRUPTION
` [Qemu-devel] [PULL 11/29] s390x/flic: implement qemu_s390_clear_io_flic()
` [Qemu-devel] [PULL 12/29] s390x/flic: optimize CPU wakeup for TCG
` [Qemu-devel] [PULL 13/29] s390x: fix size + content of STSI blocks
` [Qemu-devel] [PULL 14/29] s390x/tcg: STSI overhaul
` [Qemu-devel] [PULL 15/29] s390x/tcg: remove SMP warning
` [Qemu-devel] [PULL 16/29] configure: s390x supports mttcg now
` [Qemu-devel] [PULL 17/29] s390x/tcg: cache the qemu flic in a central function
` [Qemu-devel] [PULL 18/29] s390x/kvm: cache the kvm "
` [Qemu-devel] [PULL 19/29] s390x/flic: cache the common flic class "
` [Qemu-devel] [PULL 20/29] s390x/sclp: fix event mask handling
` [Qemu-devel] [PULL 21/29] s390x/tcg: wire up pci instructions
` [Qemu-devel] [PULL 22/29] s390x/cpumodel: allow zpci features in qemu model
` [Qemu-devel] [PULL 23/29] s390x/cpumodel: model PTFF subfunctions for Multiple-epoch facility
` [Qemu-devel] [PULL 24/29] s390x/pci: fixup the code walking IOMMU tables
` [Qemu-devel] [PULL 25/29] s390x/pci: fixup global refresh
` [Qemu-devel] [PULL 26/29] s390x/pci: use the right pal and pba in reg_ioat()
` [Qemu-devel] [PULL 27/29] MAINTAINERS: add myself as overall s390x maintainer
` [Qemu-devel] [PULL 28/29] MAINTAINERS: reorganize s390-ccw bios maintainership
` [Qemu-devel] [PULL 29/29] MAINTAINERS: add David as additional tcg/s390 maintainer

[PATCH] i2c: designware: Fix failure on baytrail
 2018-02-09  9:25 UTC  (2+ messages)

[Bug 104082] amdgpu 0000:07:00.0: swiotlb buffer is full (sz: 2097152 bytes)
 2018-02-09  9:24 UTC  (4+ messages)

[Query] thermal: Who is using "cooling-{min|max}-level}" properties ?
 2018-02-09  9:24 UTC  (7+ messages)

[PATCH 2/9] phy: add Rockchip Innosilicon hdmi phy
 2018-02-09  9:24 UTC  (4+ messages)
` [2/9] "

[PATCH v6] drm/i915/userptr: Probe vma range before gup
 2018-02-09  9:23 UTC  (2+ messages)
` [PATCH v7] "

[Qemu-devel] [PATCH] hw/char/stm32f2xx_usart: improve TXE/TC bit handling
 2018-02-09  9:23 UTC  (3+ messages)

[PATCH] Input: gpio_keys: Add level trigger support for GPIO keys
 2018-02-09  9:23 UTC  (4+ messages)

[PATCH v13 3/4] thinkpad_acpi: Add support for battery thresholds
 2018-02-09  9:22 UTC  (4+ messages)
    ` [Devel] "

[PATCH] audit: deprecate the AUDIT_FILTER_ENTRY filter
 2018-02-09  9:21 UTC  (3+ messages)

[Bug 105018] Kernel panic when waking up after screen goes blank
 2018-02-09  9:21 UTC  (2+ messages)

[PATCH 1/2] make xen ocaml safe-strings compliant
 2018-02-09  9:20 UTC  (5+ messages)

[PATCH] mtd: nand: warn if hamming layout is used with too large ECC
 2018-02-09  9:20 UTC  (3+ messages)

[PATCH v2 00/32] Add ARMv8.2 half-precision functions
 2018-02-08 21:33 UTC  (2+ messages)
` [Qemu-devel] "

[RFC PATCH 0/7] Kconfig: add new special property shell= to test compiler options in Kconfig
 2018-02-09  9:19 UTC  (4+ messages)
` [RFC PATCH 4/7] kconfig: support new special property shell=

[PATCH v2] doc: update the usage for shared library
 2018-02-09  9:19 UTC  (3+ messages)
` [PATCH v3] "

[PATCH 09/11] DT: arm: shmobile: document Condor board bindings
 2018-02-09  9:18 UTC  (4+ messages)

[PATCH] ACPI/PCI: pci_link: remove error messages when no _PRS methods
 2018-02-09  9:18 UTC  (6+ messages)

[Bug 105021] suspend / rx550 / extremely slow after 2nd thaw
 2018-02-09  9:17 UTC 

kernel-next on jetson tx2 - boot fail
 2018-02-09  9:16 UTC  (4+ messages)

[PATCH] printk: move dump stack related code to lib/dump_stack.c
 2018-02-09  9:15 UTC  (7+ messages)

[PATCH] drivers: base: add description for .coredump() callback
 2018-02-09  9:13 UTC 

[mainline][libhugetlbfs][ppc] stack_grow_into_huge test results in kernel Oops
 2018-02-09  9:13 UTC 

Regression after commit 19809c2da28a ("mm, vmalloc: use __GFP_HIGHMEM implicitly")
 2018-02-09  9:12 UTC  (6+ messages)

[PATCH BlueZ v2 1/4] obexd: Use emitting function wrapped for transfer
 2018-02-09  9:12 UTC  (4+ messages)
` [PATCH BlueZ v2 2/4] obexd: Emit Size property of transfer after open()
` [PATCH BlueZ v2 3/4] tools/obexctl: Fix retrieving non-existent iterator
` [PATCH BlueZ v2 4/4] tools/obexctl: Fix display of size on completion

usb: ldusb: add PIDs for new CASSY devices supported by this driver
 2018-02-09  9:12 UTC 

[U-Boot] [PATCH] armv8: sec_firmware: Remove JR3 from device tree node in all cases
 2018-02-09  9:11 UTC 

[GIT PULL tools] Linux kernel memory model
 2018-02-09  9:11 UTC  (4+ messages)

[Qemu-devel] [PATCH v5 00/23] RISC-V QEMU Port Submission
 2018-02-09  9:08 UTC  (6+ messages)
` [Qemu-devel] [PATCH v5 12/23] RISC-V HTIF Console

[Buildroot] [PATCH] libxml2: add security fix
 2018-02-09  9:07 UTC 

[RFC] drm/i915: Use DOUBLE_BUFFER_CTL instead of vblank evasion for GEN9+
 2018-02-09  9:05 UTC  (3+ messages)

[Buildroot] [next] listing of tests is broken
 2018-02-09  9:04 UTC  (3+ messages)

[PATCH 00/10] thermal: Remove "cooling-{min|max}-level" properties
 2018-02-09  9:04 UTC  (35+ messages)
` [PATCH 01/10] ARM: dts: exynos: Remove "cooling-{min|max}-level" for CPU nodes
` [PATCH 02/10] ARM: dts: omap: "
` [PATCH 03/10] ARM: dts: mt7623: "
` [PATCH 04/10] ARM: dts: sun[4-7]i: "
` [PATCH 05/10] ARM64: dts: hi6220: "
` [PATCH 06/10] ARM64: dts: meson: "
` [PATCH 07/10] ARM: dts: gemini: Remove "cooling-{min|max}-level" for gpio-fan node
` [PATCH 08/10] ARM64: dts: meson: "
` [PATCH 09/10] dt-bindings: cpufreq-dt: Remove "cooling-{min|max}-level" properties
` [PATCH 10/10] dt-bindings: thermal: "

[Qemu-devel] [PATCH v2 0/2] aspeed: simplify using the 'unimplemented device'
 2018-02-09  8:57 UTC  (6+ messages)
` [Qemu-arm] [PATCH v2 1/2] hw/arm/aspeed: directly map the serial device to the system address space
  ` [Qemu-devel] "
` [Qemu-arm] [PATCH v2 2/2] hw/arm/aspeed: simplify using the 'unimplemented device' for aspeed_soc.io
  ` [Qemu-devel] "

Luminous v12.2.3 approvals
 2018-02-09  9:01 UTC  (4+ messages)

[PATCH 0/4] Btrfs: just bunch of patches to ioctl.c
 2018-02-09  9:00 UTC  (3+ messages)

[PATCH 1/3] drm: add func to get max iomem address v2
 2018-02-09  9:01 UTC  (2+ messages)

[Qemu-arm] [PATCH 0/2] aspeed: simplify using the 'unimplemented device' for aspeed_soc.io
 2018-02-09  8:57 UTC  (6+ messages)
` [Qemu-devel] [PATCH 1/2] hw/arm/aspeed: directly map the serial device to the system address space
  ` [Qemu-arm] "
        ` [Qemu-devel] "

[PATCH 0/9] virtio fixes
 2018-02-09  8:59 UTC  (9+ messages)
` [PATCH v2 00/10] "
  ` [PATCH v2 06/10] net/virtio: fix queue setup consistency

[PATCH v2] core: Fixes order InterfaceAdded
 2018-02-09  8:59 UTC  (2+ messages)

[PATCH libdrm 1/2] libdrm: fix inefficient vamgr algorithm
 2018-02-09  8:58 UTC  (6+ messages)
` [PATCH libdrm 2/2] libdrm: clean up non list code path for vamgr


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.