All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-02-21 11:18:24 to 2019-02-21 11:53:39 UTC [more...]

[PATCH] printk: Pass caller information to log_store()
 2019-02-21 11:53 UTC  (4+ messages)

[PATCH v7] x86: load FPU registers on return to userland
 2019-02-21 11:50 UTC  (20+ messages)
` [PATCH 02/22] x86/fpu: Remove fpu__restore()
` [PATCH 05/22] x86/fpu: Remove fpu->initialized usage in copy_fpstate_to_sigframe()
` [PATCH 06/22] x86/fpu: Don't save fxregs for ia32 frames "
` [PATCH 07/22] x86/fpu: Remove fpu->initialized
` [PATCH 08/22] x86/fpu: Remove user_fpu_begin()
` [PATCH 09/22] x86/fpu: Add (__)make_fpregs_active helpers
` [PATCH 10/22] x86/fpu: Make __raw_xsave_addr() use feature number instead of mask
` [PATCH 11/22] x86/fpu: Make get_xsave_field_ptr() and get_xsave_addr() "
` [PATCH 12/22] x86/fpu: Only write PKRU if it is different from current
` [PATCH 13/22] x86/pkeys: Don't check if PKRU is zero before writting it
` [PATCH 14/22] x86/fpu: Eager switch PKRU state
` [PATCH 15/22] x86/entry: Add TIF_NEED_FPU_LOAD
` [PATCH 16/22] x86/fpu: Always store the registers in copy_fpstate_to_sigframe()
` [PATCH 17/22] x86/fpu: Prepare copy_fpstate_to_sigframe() for TIF_NEED_FPU_LOAD
` [PATCH 18/22] x86/fpu: Update xstate's PKRU value on write_pkru()
` [PATCH 19/22] x86/fpu: Inline copy_user_to_fpregs_zeroing()
` [PATCH 20/22] x86/fpu: Let __fpu__restore_sig() restore the !32bit+fxsr frame from kernel memory
` [PATCH 21/22] x86/fpu: Merge the two code paths in __fpu__restore_sig()
` [PATCH 22/22] x86/fpu: Defer FPU state load until return to userspace

[PATCH v6 0/6] Add ARMv8.3 pointer authentication for kvm guest
 2019-02-21 11:50 UTC  (5+ messages)
` [PATCH v6 1/6] arm64/kvm: preserve host HCR_EL2 value

[PATCH] intel_th: Mark expected switch fall-throughs
 2019-02-21 11:52 UTC  (3+ messages)

[U-Boot] [PATCH 0/9] sunxi: Allow FEL capable SPLs with 32bit builds
 2019-02-21 11:52 UTC  (9+ messages)
` [U-Boot] [PATCH 2/9] Makefile: use "arm64" architecture for U-Boot image files
` [U-Boot] [PATCH 3/9] SPL: read and store arch property from U-Boot image
` [U-Boot] [PATCH 4/9] sunxi: introduce RMR switch to enter payloads in 64-bit mode

[PATCH v2] x86/cpu/AMD: Fix CPB bit for more processors
 2019-02-21 11:52 UTC  (4+ messages)
` [tip:x86/cpu] x86/CPU/AMD: Set the CPB bit unconditionally on F17h

[PATCH] drm/bochs: Fix the ID mismatch error
 2019-02-21 11:52 UTC  (5+ messages)

git gc fails with "unable to resolve reference" for worktree
 2019-02-21 11:52 UTC  (6+ messages)
` [PATCH] worktree add: sanitize worktree names

[PATCH 3.18,4.4] kvm: fix kvm_ioctl_create_device() reference counting (CVE-2019-6974)
 2019-02-21 11:50 UTC  (2+ messages)

[PATCH 1/6] staging: rtl8188eu: remove unnecessary parentheses in rtl8188e_cmd.c
 2019-02-21 11:50 UTC  (6+ messages)
` [PATCH 2/6] staging: rtl8188eu: cleanup declarations "
` [PATCH 3/6] staging: rtl8188eu: remove blank line between declarations
` [PATCH 4/6] staging: rtl8188eu: remove unused function declarations
` [PATCH 5/6] staging: rtl8188eu: add spaces around '*' in rtl8188e_cmd.c
` [PATCH 6/6] staging: rtl8188eu: cleanup comparsions to NULL in rtl8188eu_xmit.c

[patch V2 00/10] MDS basics+ 0
 2019-02-21 11:51 UTC  (9+ messages)
` [patch V2 05/10] MDS basics+ 5
  ` [MODERATED] "
      ` [MODERATED] Attack Surface [Was [patch V2 05/10] MDS basics+ 5]
` [patch V2 09/10] MDS basics+ 9
  ` [MODERATED] "

[PATCH v2 00/13] Convert x86 & arm64 to use generic page walk
 2019-02-21 11:35 UTC  (28+ messages)
` [PATCH v2 01/13] arm64: mm: Add p?d_large() definitions
` [PATCH v2 02/13] x86/mm: "
` [PATCH v2 03/13] mm: Add generic p?d_large() macros
` [PATCH v2 04/13] mm: pagewalk: Add p4d_entry() and pgd_entry()
` [PATCH v2 05/13] mm: pagewalk: Allow walking without vma
` [PATCH v2 06/13] mm: pagewalk: Add 'depth' parameter to pte_hole
` [PATCH v2 07/13] mm: pagewalk: Add test_p?d callbacks
` [PATCH v2 08/13] arm64: mm: Convert mm/dump.c to use walk_page_range()
` [PATCH v2 09/13] x86/mm: Point to struct seq_file from struct pg_state
` [PATCH v2 10/13] x86/mm+efi: Convert ptdump_walk_pgd_level() to take a mm_struct
` [PATCH v2 11/13] x86/mm: Convert ptdump_walk_pgd_level_debugfs() to take an mm_struct
` [PATCH v2 12/13] x86/mm: Convert ptdump_walk_pgd_level_core() "
` [PATCH v2 13/13] x86: mm: Convert dump_pagetables to use walk_page_range

Prevent Nand page writes on Power failure
 2019-02-21 11:37 UTC  (6+ messages)

Patch "PCI: Fix __initdata issue with "pci=disable_acs_redir" parameter" has been added to the 4.20-stable tree
 2019-02-21 11:49 UTC 

[PATCH v5 00/26] KVM: arm64: SVE guest support
 2019-02-21 11:48 UTC  (4+ messages)
` [PATCH v5 01/26] KVM: Documentation: Document arm64 core registers in detail

[RFC PATCH 00/27] Introduce the generic ECC engine abstraction
 2019-02-21 11:48 UTC  (17+ messages)
` [RFC PATCH 02/27] mtd: nand: Compile in the NAND core by default
` [RFC PATCH 05/27] mtd: nand: Move standard OOB layouts to the NAND core
` [RFC PATCH 08/27] mtd: nand: ecc: Use SPDX license identifier for the software BCH code

Patch "mmc: meson-gx: fix interrupt name" has been added to the 4.20-stable tree
 2019-02-21 11:48 UTC 

[PATCH] x86: livepatch: Treat R_X86_64_PLT32 as R_X86_64_PC32
 2019-02-21 11:47 UTC  (2+ messages)

[PATCH v2 0/2] clk: samsung: Fix kfree() of const memory on setting driver_override
 2019-02-21 11:45 UTC  (6+ messages)
` [PATCH v2 1/2] clk: samsung: exynos5: Fix possible NULL pointer exception on platform_device_alloc() failure
` [PATCH v2 2/2] clk: samsung: exynos5: Fix kfree() of const memory on setting driver_override

[Bug 109692] deadlock occurs during GPU reset
 2019-02-21 11:46 UTC  (2+ messages)

[PATCH RFC 00/39] x86/KVM: Xen HVM guest support
 2019-02-21 11:45 UTC  (4+ messages)

Patch "x86_64: increase stack size for KASAN_EXTRA" has been added to the 4.20-stable tree
 2019-02-21 11:46 UTC 

[igt-dev] [PATCH CI] HAX: Default to multiple-mode
 2019-02-21 11:44 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.BAT: failure for "

[Qemu-devel] [PATCH] hw/display: Add basic ATI VGA emulation
 2019-02-21 11:44 UTC  (7+ messages)

Patch "scsi: target/core: Use kmem_cache_free() instead of kfree()" has been added to the 4.20-stable tree
 2019-02-21 11:44 UTC 

[Qemu-devel] [PATCH 0/4] virtio-gpu fixes (resend)
 2019-02-21 11:43 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/4] virtio-gpu: remove unused qdev
` [Qemu-devel] [PATCH 2/4] virtio-gpu: remove unused config_size
` [Qemu-devel] [PATCH 3/4] virtio-gpu: block both 2d and 3d rendering
` [Qemu-devel] [PATCH 4/4] virtio-gpu: remove useless 'waiting' field

[RFC 0/4] clk/driver: platform: Fix kfree() of const memory on setting driver_override
 2019-02-21 11:43 UTC  (8+ messages)

Review request 0/13: Contribute meta-tensorflow to Yocto
 2019-02-21 11:37 UTC  (14+ messages)
` [meta-tensorflow][PATCH 01/13] initial
` [meta-tensorflow][PATCH 02/13] bazel-native: add version 0.21.0
` [meta-tensorflow][PATCH 03/13] create classes/bazel.bbclass
` [meta-tensorflow][PATCH 04/13] tensorflow-native: add version 1.13.0
` [meta-tensorflow][PATCH 05/13] tensorflow-native: add Python 3.7 compatibility
` [meta-tensorflow][PATCH 06/13] tensorflow-estimator: add version 1.13
` [meta-tensorflow][PATCH 07/13] Customize Yocto toolchain for cross compiling
` [meta-tensorflow][PATCH 08/13] tensorboard: add version 1.12.2
` [meta-tensorflow][PATCH 09/13] tensorflow: add version 1.13.0
` [meta-tensorflow][PATCH 10/13] tensorflow: fix gcc internal compile error on qemuarm64
` [meta-tensorflow][PATCH 11/13] tensorflow: support musl
` [meta-tensorflow][PATCH 12/13] build tensorflow-native and tensorflow in order
` [meta-tensorflow][PATCH 13/13] add README

[PATCH] KVM: arm64: Fix architecturally invalid reset value for FPEXC32_EL2
 2019-02-21 11:42 UTC  (3+ messages)

[PATCH V15 00/18] block: support multi-page bvec
 2019-02-21 11:42 UTC  (11+ messages)
` [PATCH V15 14/18] block: enable multipage bvecs
                  ` [Cluster-devel] "

[PATCH i-g-t 1/2] lib: Only require we have i915.reset module parameter for allow-hang
 2019-02-21 11:42 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,1/2] "

Applied ".mailmap: Add Mathieu Othacehe" to the regulator tree
 2019-02-21 11:42 UTC 

Applied "regulator: fan53555: Add support for FAN53526" to the regulator tree
 2019-02-21 11:42 UTC 

[PATCH] ASoC: samsung: odroid: Prevent uninitialized variable use
 2019-02-21 11:42 UTC  (3+ messages)
` Applied "ASoC: samsung: odroid: Prevent uninitialized variable use" to the asoc tree

[PATCH 4.19 00/24] 4.19.1-stable review
 2019-02-21 11:41 UTC  (7+ messages)
` [PATCH 4.19 01/24] bridge: do not add port to router list when receives query with source 0.0.0.0

[PATCH] grub-install: check for arm-efi as a default target
 2019-02-21 11:41 UTC  (2+ messages)

[PATCH 1/4] staging: netlogic: Add SPDX license Identifier
 2019-02-21 11:39 UTC  (4+ messages)
  ` [Outreachy kernel] "

request for 4.14-stable: 07bd14ccc304 ("hwmon: (lm80) Fix missing unlock on error in set_fan_div()")
 2019-02-21 11:39 UTC  (4+ messages)

Pay Fair project changing to FreeBSD
 2019-02-21 11:39 UTC 

[igt-dev] [PATCH i-g-t] intel-ci/fast-feedback: Prefix pm tests with i915_
 2019-02-21 11:39 UTC 

[LTP] [PATCH v4 0/9] syscalls: add sync device test-cases
 2019-02-21 11:38 UTC  (3+ messages)
` [LTP] [PATCH v4 2/9] lib: split tst_fill_file() to create new tst_fill_fd()

[PATCH v2] iio: Allow to read mount matrix from ACPI
 2019-02-21 11:37 UTC  (3+ messages)

[PATCH] asm-generic/page.h: fix typo in #error text requiring a real asm/page.h
 2019-02-21 11:36 UTC 

[PATCH] Staging: netlogic: Add SPDX License Identifier
 2019-02-21 11:35 UTC 

[PATCH v2 0/2] drm/qxl: kick out vgacon
 2019-02-21 11:35 UTC  (5+ messages)
` [PATCH v2 1/2] drm: move i915_kick_out_vgacon to drm_fb_helper
` [PATCH v2 2/2] drm/qxl: kick out vgacon

[PATCH v2 0/1] s390: vfio_ap: link the vfio_ap devices to the vfio_ap bus subsystem
 2019-02-21 11:34 UTC  (5+ messages)
` [PATCH v2 1/1] "

[Qemu-devel] [Qemu-block] Guest unresponsive after Virtqueue size exceeded error
 2019-02-21 11:33 UTC  (11+ messages)

[PATCH V2 0/5] cpufreq: Use QoS layer to manage freq-constraints
 2019-02-21 11:30 UTC  (7+ messages)
` [PATCH V2 1/5] PM / QOS: Pass request type to dev_pm_qos_{add|remove}_notifier()
` [PATCH V2 2/5] PM / QOS: Pass request type to dev_pm_qos_read_value()
` [PATCH V2 3/5] PM / QoS: Add support for MIN/MAX frequency constraints
` [PATCH V2 4/5] cpufreq: Register notifiers with the PM QoS framework
` [PATCH V2 5/5] cpufreq: Add QoS requests for userspace constraints

[Qemu-devel] [v4 PATCH] hw/arm/bcm2835_peripherals: add bcm283x arm timer
 2019-02-21 11:31 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t v2] gem_ctx_isolation.c - Gen11 enabling for context isolation test
 2019-02-21 11:31 UTC  (3+ messages)

[PATCH v2 0/2] drm/drv: Rework drm_dev_unplug() (was: Remove drm_dev_unplug())
 2019-02-21 11:31 UTC  (2+ messages)

[libvirt test] 133320: regressions - FAIL
 2019-02-21 11:30 UTC 

[PATCH 0/2] loop: fix two issues introduced by prior commit
 2019-02-21 11:30 UTC  (3+ messages)
` [PATCH 2/2] loop: set GENHD_FL_NO_PART_SCAN after blkdev_reread_part()

[PATCH v2 0/4] perf: enable compression of record mode trace to save storage space
 2019-02-21 11:30 UTC  (15+ messages)
` [PATCH v2 2/4] perf record: implement -z=<level> and --mmap-flush=<thres> options
` [PATCH v2 3/4] perf record: enable runtime trace compression

[PATCH] .mailmap: Add Mathieu Othacehe
 2019-02-21 11:30 UTC  (2+ messages)

[meta-mingw][PATCH] classes/toolchain-scripts-mingw32: Fix bad cmd flag
 2019-02-21 11:29 UTC  (2+ messages)

[PATCH 0/4] Add SPDX License Identifiers
 2019-02-21 11:29 UTC  (3+ messages)
` [Outreachy kernel] "

[PATCH v3] platform: set of_node in platform_device_register_full()
 2019-02-21 11:29 UTC 

[PATCH] driver core: Add missing description of new struct device_link field
 2019-02-21 11:28 UTC 

[meta-mingw][PATCH] diffutils: Upgrade to 3.7
 2019-02-21 11:29 UTC  (3+ messages)

[igt-dev] [PATCH i-g-t] tests/kms_available_modes_crc limit tested fb formats
 2019-02-21 11:28 UTC  (3+ messages)

[PATCH v4 00/14] ASoC: Sound Open Firmware (SOF) core
 2019-02-21 11:28 UTC  (9+ messages)
` [v4,00/14] "
  ` [alsa-devel] "

[PATCH v1] drm/tinydrm: Trivia typo fix
 2019-02-21 11:27 UTC  (2+ messages)

[Bug 109714] Unable to Compile R200 driver: "Options 'r200' are not allowed..."
 2019-02-21 11:27 UTC 

[PATCH] drm/qxl: unbind vgacon
 2019-02-21 11:26 UTC  (5+ messages)

[Qemu-devel] [PATCH] hw/ppc: Use object_initialize_child for correct reference counting
 2019-02-21 11:24 UTC 

[PATCH v2] Remove abuse of ai_canonname
 2019-02-21 11:25 UTC  (2+ messages)

[PATCH 0/5] Fixes and enhancements for Tx path in Virtio PMD
 2019-02-21 11:22 UTC  (3+ messages)
` [PATCH 5/5] net/virtio: optimize xmit enqueue for packed ring

[PATCH][xfs-next] xfs: fix uninitialized error variable
 2019-02-21 11:22 UTC 

[LTP] [PATCH] syscalls/ustat: Move the syscall to lapi
 2019-02-21 11:22 UTC 

[PATCH 4/4] Staging: netlogic: Add SPDX License Identifier
 2019-02-21 11:21 UTC 

[PATCH 0/2] worktree add race fix
 2019-02-21 11:19 UTC  (6+ messages)
` [PATCH v3 2/2] setup: don't fail if commondir reference is deleted

[PATCH 3/4] Staging: netlogic: Add SPDX License Identifier
 2019-02-21 11:19 UTC 

[PATCH 2/4] Staging: netlogic: Add SPDX License Identifier
 2019-02-21 11:18 UTC 


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.