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

[PATCH 00/31 v2] PTI support for x86_32
 2018-02-09  9:25 UTC  (31+ 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] 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] "

[PATCH 0/8] Clean up kernel-doc and fix literal-block handling
 2018-02-09  9:23 UTC  (7+ 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

[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  (8+ 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  (36+ 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  (10+ messages)
` [Qemu-devel] [PATCH 1/2] hw/arm/aspeed: directly map the serial device to the system address space
  ` [Qemu-arm] "
        ` [Qemu-devel] "
` [Qemu-devel] [PATCH 2/2] hw/arm/aspeed: simplify using the 'unimplemented device' for aspeed_soc.io
  ` [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

amdgpu hangs on boot or shutdown on AMD Raven Ridge CPU (Engineer Sample)
 2018-02-09  8:57 UTC  (4+ messages)

[Buildroot] [PATCH v10 00/10] Add support for the Rust programming language
 2018-02-09  8:56 UTC  (5+ messages)
` [Buildroot] [PATCH v10 01/10] rustc: new virtual package

Fwd: Build failed in Jenkins: ceph-master #1762
 2018-02-09  8:54 UTC 

[PATCH 0/9] perf events patches for improved ARM64 support
 2018-02-09  8:53 UTC  (6+ messages)
` [PATCH 5/9] perf utils: add support for arch standard events

[PATCH RFC] x86: KASAN: Sanitize unauthorized irq stack access
 2018-02-09  8:53 UTC  (9+ messages)

[lustre-devel] [PATCH 5 v2: 00/19] staging: lustre: use standard wait_event macros
 2018-02-09  8:51 UTC  (7+ messages)
    ` [lustre-devel] testing lustre

[PATCH] irqchip: Use %px to print pointer value
 2018-02-09  8:51 UTC  (5+ messages)

[PATCH] arm64: dts: rockchip: correct ep-gpios for rk3399-sapphire
 2018-02-09  8:51 UTC 

[PATCH 0/5] arm: zynq: Adding new Xilinx boards
 2018-02-09  8:51 UTC  (5+ messages)
` [PATCH 5/5] arm: zynq: Add support for Xilinx zc770 xm013 dc4 board

[PATCH -mm -v3] mm, swap, frontswap: Fix THP swap if frontswap enabled
 2018-02-09  8:49 UTC  (2+ messages)

[PATCH] drm/amd/pp: Fix bug not sync with firmware when update pptable
 2018-02-09  8:49 UTC 

[PATCH 1/3] drm/ttm: add bit flag TTM_OPT_FLAG_FORCE_ALLOC
 2018-02-09  8:48 UTC  (2+ messages)

[Qemu-devel] Question: qemu crashed for re-entry of bdrv_drain_recurse
 2018-02-09  7:57 UTC 

[PATCH 0/5] blk-mq/scsi-mq: support global tags & introduce force_blk_mq
 2018-02-09  8:42 UTC  (12+ messages)

[PATCH] target-i386: adds PV_DEDICATED hint CPUID feature bit
 2018-02-09  8:41 UTC  (6+ messages)
  ` [Qemu-devel] "

[BUG] x86 : i486 reporting to be vulnerable to Meltdown/Spectre_V1/Spectre_V2
 2018-02-09  8:41 UTC  (4+ messages)

[Buildroot] Audio drivers for Orange PI Zero on 4.15
 2018-02-09  8:41 UTC 

[PATCH] cpufreq: schedutil: rate limits for SCHED_DEADLINE
 2018-02-09  8:40 UTC  (4+ messages)

[Qemu-devel] [PATCH v7] s390x/cpu: expose the guest crash information
 2018-02-09  8:39 UTC  (3+ messages)

[PATCH] scripts/compiler.h: inline functions in headers must be static
 2018-02-09  8:37 UTC  (2+ messages)

[RFC] commands: i2c_write: enable raw write to address
 2018-02-09  8:36 UTC  (2+ messages)

[PATCH] i2c: i2c_master_send(): don't leave flags uninitialized
 2018-02-09  8:31 UTC  (2+ messages)

[PATCH 1/2] watchdog: implement bcm2835 watchdog
 2018-02-09  8:30 UTC  (2+ messages)

[PATCH v9 0/8] TDA1997x HDMI video reciver
 2018-02-09  8:30 UTC  (8+ messages)
` [PATCH v9 6/8] media: i2c: Add TDA1997x HDMI receiver driver

[PATCH] improve soc revision calculation
 2018-02-09  8:29 UTC  (2+ messages)

[PATCH 0/5] improvements and fixes for the phy-meson-gxl-usb2 driver
 2018-02-09  8:27 UTC  (3+ messages)

[PATCH] mm/page_poison: move PAGE_POISON to page_poison.c
 2018-02-09  8:08 UTC  (2+ messages)

[PATCH] cxl: Remove function write_timebase_ctrl_psl9() for PSL9
 2018-02-09  8:26 UTC  (2+ messages)

[PATCH] inotify: Extend ioctl to allow to request id of new watch descriptor
 2018-02-09  8:26 UTC  (3+ messages)

[PATCH] cxl: Enable NORST bit in PSL_DEBUG register for PSL9
 2018-02-09  8:25 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t 01/12] lib/igt_fb: Make igt_remove_fb more robust
 2018-02-09  8:25 UTC  (3+ messages)
` [igt-dev] [PATCH i-g-t 09/12] tests/kms_rotation_crc: Remove primary-rotation-90-Y-tiled

[PATCH v3 00/11] document & test fetch pruning & add fetch.pruneTags
 2018-02-09  8:23 UTC  (8+ messages)
` [PATCH v2 00/17] "
  ` [PATCH v2 16/17] fetch: add a --fetch-prune option and fetch.pruneTags config
  ` [PATCH v2 17/17] fetch: make the --fetch-prune work with <url>

[RFC PATCH v3 0/3] mtd: nand: vf610_nfc: make use of ->exec_op()
 2018-02-09  8:20 UTC  (3+ messages)
` [RFC PATCH v3 2/3] "

[Qemu-devel] [PATCH v3] spapr: set vsmt to MAX(8, smp_threads)
 2018-02-09  8:18 UTC 

[bpf-next V3 PATCH 0/5] tools/libbpf improvements and selftests
 2018-02-09  8:18 UTC  (3+ messages)

[PATCH v2 00/10] Chunk allocator unification
 2018-02-09  8:17 UTC  (3+ messages)
` [PATCH v2 10/10] btrfs-progs: Refactor btrfs_alloc_chunk to mimic kernel structure and behavior

hong_en@solenw.org
 2018-02-09  8:17 UTC 

[PATCH] mm: thp: fix potential clearing to referenced flag in page_idle_clear_pte_refs_one()
 2018-02-09  8:16 UTC  (6+ messages)

[PATCH 00/16] kvm: arm64: Support for dynamic IPA size
 2018-02-09  8:16 UTC  (16+ messages)
` [PATCH v1 08/16] kvm: arm/arm64: Clean up stage2 pgd life time
` [PATCH v1 14/16] kvm: arm64: Switch to per VM IPA
` [PATCH v1 15/16] kvm: arm64: Allow configuring physical address space size

[Qemu-devel] [PATCH 0/2] qmp: add query-cpus-fast
 2018-02-09  8:13 UTC  (6+ messages)
` [Qemu-devel] [PATCH 1/2] "

[linus:master] BUILD REGRESSION a2e5790d841658485d642196dbb0927303d6c22f
 2018-02-09  8:13 UTC  (13+ messages)
                  ` [PATCH 0/2] objtool fixes on top of Peter's WARN UD2 patch


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.