All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-09-26 07:47:00 to 2017-09-26 08:38:49 UTC [more...]

[PATCH] drivers: of: static DT reservations incorrectly added to dynamic list
 2017-09-26  8:38 UTC  (4+ messages)

[PATCH 28/33] x86/fpu: Remove fpu__current_fpstate_write_begin/end()
 2017-09-26  8:32 UTC  (2+ messages)
` [tip:x86/fpu] "

[PATCH] IB/mlx5:: pr_err() and mlx5_ib_dbg() strings should end with newlines
 2017-09-26  8:38 UTC  (2+ messages)

[PATCH v4 00/15] Enable Memory Bandwidth Allocation in Xen
 2017-09-26  8:38 UTC  (3+ messages)
` [PATCH v4 04/15] x86: implement data structure and CPU init flow for MBA

[PATCH 27/33] x86/fpu: Simplify fpu__activate_fpstate_read()
 2017-09-26  8:31 UTC  (2+ messages)
` [tip:x86/fpu] x86/fpu: Fix fpu__activate_fpstate_read() and update comments

[PATCH] libxc: remove stale error check for domain size in xc_sr_save_x86_hvm.c
 2017-09-26  8:37 UTC  (3+ messages)

[PATCH 0/3] fix bug in btrfs_init_new_device()
 2017-09-26  8:45 UTC  (8+ messages)
` [PATCH 2/3] btrfs: cleanup btrfs_init_new_device()

[PATCH] x86/fpu: Turn WARN_ON in context switch into WARN_ON_FPU
 2017-09-26  8:30 UTC  (3+ messages)
` [PATCH 23/33] x86/fpu: Turn WARN_ON() in context switch into WARN_ON_FPU()
  ` [tip:x86/fpu] "

[PATCH] x86/fpu: fix boolreturn.cocci warnings
 2017-09-26  8:30 UTC  (3+ messages)
` [PATCH 22/33] x86/fpu: Fix "
  ` [tip:x86/fpu] "

[PATCH] llist: Put parentheses around parameters of llist_for_each_entry_safe()
 2017-09-26  8:36 UTC  (5+ messages)

[PATCH v3 0/3] Introduce migration precopy policy
 2017-09-26  8:36 UTC  (3+ messages)
` [PATCH v3 2/3] "

[PATCH v3] x86/fpu: copy MXCSR & MXCSR_FLAGS with SSE/YMM state
 2017-09-26  8:29 UTC  (3+ messages)
` [PATCH 21/33] x86/fpu: Add FPU state copying quirk to handle XRSTOR failure on Intel Skylake CPUs
  ` [tip:x86/fpu] "

[PATCH 19/33] x86/fpu: Decouple fpregs_activate()/fpregs_deactivate() from fpu->fpregs_active
 2017-09-26  8:28 UTC  (2+ messages)
` [tip:x86/fpu] "

[PATCH v2] staging: rtl8712: Fix indent coding style issue
 2017-09-26  8:36 UTC  (4+ messages)
` [Outreachy kernel] "

[PATCH 20/33] x86/fpu: Remove struct fpu::fpregs_active
 2017-09-26  8:29 UTC  (2+ messages)
` [tip:x86/fpu] "

[PATCH 0/1] systemd-serialtty: allow empty package
 2017-09-26  8:41 UTC  (2+ messages)
` [PATCH 1/1] "

false positive lockdep splat with loop device
 2017-09-26  8:35 UTC  (3+ messages)

[PATCH 18/33] x86/fpu: Change fpu->fpregs_active users to fpu->fpstate_active
 2017-09-26  8:28 UTC  (2+ messages)
` [tip:x86/fpu] "

[PATCH 17/33] x86/fpu: Split the state handling in fpu__drop()
 2017-09-26  8:28 UTC  (2+ messages)
` [tip:x86/fpu] "

[PATCH 16/33] x86/fpu: Make the fpu state change in fpu__clear() scheduler-atomic
 2017-09-26  8:27 UTC  (2+ messages)
` [tip:x86/fpu] "

[PATCH v4 0/7] Make suspend and resume safe for md-on-SCSI
 2017-09-26  8:34 UTC  (12+ messages)
` [PATCH v4 1/7] md: Make md resync and reshape threads freezable
` [PATCH v4 2/7] block: Make q_usage_counter also track legacy requests
` [PATCH v4 7/7] block: Make SCSI device suspend and resume work reliably

[PATCH 0/3] Fix spaces and typos in vc04_services
 2017-09-26  8:34 UTC  (6+ messages)
` [PATCH 1/3] staging: vc04_services: please do not use multiple blank lines
` [PATCH 2/3] staging: vc04_services: fix typos
  ` [Outreachy kernel] "
` [PATCH 3/3] staging: vc04_services: add spaces around << operator
  ` [Outreachy kernel] "

[PATCH 15/33] x86/fpu: Simplify fpu->fpregs_active use
 2017-09-26  8:27 UTC  (2+ messages)
` [tip:x86/fpu] "

btrfs scrub crashes OS
 2017-09-26  8:34 UTC  (3+ messages)

[PATCH v3 0/2] fix bug in btrfs_init_new_device()
 2017-09-26  8:41 UTC  (3+ messages)
` [PATCH v3 1/2] btrfs: undo writable when sprouting fails
` [PATCH v3 2/2] btrfs: fix BUG_ON in btrfs_init_new_device()

[PATCH 14/33] x86/fpu: Flip the parameter order in copy_*_to_xstate()
 2017-09-26  8:27 UTC  (2+ messages)
` [tip:x86/fpu] "

[PATCH 11/33] x86/fpu: Split copy_user_to_xstate() into copy_kernel_to_xstate() & copy_user_to_xstate()
 2017-09-26  8:25 UTC  (2+ messages)
` [tip:x86/fpu] "

[PATCH 13/33] x86/fpu: Remove 'kbuf' parameter from the copy_user_to_xstate() API
 2017-09-26  8:26 UTC  (2+ messages)
` [tip:x86/fpu] "

[PATCH 12/33] x86/fpu: Remove 'ubuf' parameter from the copy_kernel_to_xstate() API
 2017-09-26  8:26 UTC  (2+ messages)
` [tip:x86/fpu] "

[PATCH 09/33] x86/fpu: Change 'size_total' parameter to unsigned and standardize the size checks in copy_xstate_to_*()
 2017-09-26  8:25 UTC  (2+ messages)
` [tip:x86/fpu] "

[U-Boot] [PATCH v2 00/19] Add FPGA, SDRAM, SPL loads U-boot & booting to console
 2017-09-26  8:32 UTC  (16+ messages)
` [U-Boot] [PATCH v2 02/19] doc: dtbinding: Description on FPGA RBF properties at Arria 10 FPGA manager
` [U-Boot] [PATCH v2 09/19] arm: socfpga: Add drivers for programing FPGA from flash
` [U-Boot] [PATCH v2 10/19] arm: socfpga: Rename the gen5 sdram driver to more specific name
` [U-Boot] [PATCH v2 11/19] arm: socfpga: Add DRAM bank size initialization function
` [U-Boot] [PATCH v2 12/19] arm: socfpga: Add DDR driver for Arria 10

[PATCH v2 1/3] drm/i915: Make I915_PARAMS_FOR_EACH macro more flexible
 2017-09-26  8:32 UTC  (3+ messages)
` ✓ Fi.CI.IGT: success for series starting with [v2,1/3] "

[PATCH 08/33] x86/fpu: Clarify parameter names in the copy_xstate_to_*() methods
 2017-09-26  8:24 UTC  (2+ messages)
` [tip:x86/fpu] "

[PATCH 0/2] systemd: fix dependency issue related to serial getty
 2017-09-26  8:38 UTC  (4+ messages)
` [PATCH 1/2] systemd: change some RRECOMMENDS to RDEPENDS

[PATCH 10/33] x86/fpu: Simplify __copy_xstate_to_kernel() return values
 2017-09-26  8:25 UTC  (2+ messages)
` [tip:x86/fpu] "

[PATCH 07/33] x86/fpu: Remove the 'start_pos' parameter from the __copy_xstate_to_*() functions
 2017-09-26  8:24 UTC  (2+ messages)
` [tip:x86/fpu] "

[PATCH v3 00/20] Speculative page faults
 2017-09-26  8:30 UTC  (3+ messages)

[PATCH 06/33] x86/fpu: Clean up the parameter definitions of copy_xstate_to_*()
 2017-09-26  8:23 UTC  (2+ messages)
` [tip:x86/fpu] "

[PATCH v2 0/2] drm/tilcdc: replace reference/unreference with get/put
 2017-09-26  8:30 UTC  (6+ messages)
` [PATCH v2 1/2] drm: introduce drm_dev_{get/put} functions
` [PATCH v2 2/2] drm/tilcdc: replace reference/unreference() with get/put

[PATCH 05/33] x86/fpu: Clean up parameter order in the copy_xstate_to_*() APIs
 2017-09-26  8:23 UTC  (2+ messages)
` [tip:x86/fpu] "

[PATCH 04/33] x86/fpu: Remove 'kbuf' parameter from the copy_xstate_to_user() APIs
 2017-09-26  8:23 UTC  (2+ messages)
` [tip:x86/fpu] "

[PATCH v14 00/28] Unified fwnode endpoint parser, async sub-device notifier support, N9 flash DTS
 2017-09-26  8:29 UTC  (34+ messages)
` [PATCH v14 05/28] v4l: fwnode: Support generic parsing of graph endpoints in a device
` [PATCH v14 14/28] v4l: async: Prepare for async sub-device notifiers
` [PATCH v14 15/28] v4l: async: Allow binding notifiers to sub-devices
` [PATCH v14 16/28] v4l: async: Ensure only unique fwnodes are registered to notifiers
` [PATCH v14 22/28] v4l: async: Add a convenience function for registering sensors
` [PATCH v14 22/28] v4l: fwnode: "
` [PATCH v14 24/28] smiapp: Add support for flash and lens devices
` [PATCH v14 25/28] et8ek8: "
` [PATCH v14 26/28] ov5670: "
` [PATCH v14 27/28] ov13858: "

[Qemu-devel] [PATCH] spapr: move registration of "host" CPU core type to machine code
 2017-09-26  8:29 UTC  (4+ messages)

[PATCH 03/33] x86/fpu: Remove 'ubuf' parameter from the copy_xstate_to_kernel() APIs
 2017-09-26  8:22 UTC  (2+ messages)
` [tip:x86/fpu] "

[iMX6] HDMI as V4L Video Output Interface?
 2017-09-26  8:29 UTC 

[PATCH 02/33] x86/fpu: Split copy_xstate_to_user() into copy_xstate_to_kernel() & copy_xstate_to_user()
 2017-09-26  8:22 UTC  (2+ messages)
` [tip:x86/fpu] "

[PATCH 01/33] x86/fpu: Rename copyin_to_xsaves()/copyout_from_xsaves() to copy_user_to_xstate()/copy_xstate_to_user()
 2017-09-26  8:21 UTC  (2+ messages)
` [tip:x86/fpu] "

[PATCH v3 0/7] clocksource: sh_cmt: Update driver for DT binding rework
 2017-09-26  8:26 UTC  (2+ messages)

[linux-linus test] 113818: regressions - FAIL
 2017-09-26  8:25 UTC 

[PATCH v9 1/1] drm/i915/huc: Reorganize HuC authentication
 2017-09-26  8:25 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for series starting with [v9,1/1] "

[PATCH V6 3/5] PCI: thunder-pem: Allow to probe PEM-specific register range for ACPI case
 2017-09-26  8:23 UTC  (17+ messages)

[PATCH] mtd: nand: wait for tWHR after NAND_CMD_STATUS / NAND_CMD_READID
 2017-09-26  8:23 UTC  (4+ messages)

[PATCH 00/12] staging: typec: tcpci: move out of staging
 2017-09-26  8:23 UTC  (5+ messages)
` [PATCH 01/12] usb: typec: add API to get port type and preferred role
` [PATCH 02/12] usb: typec: add basic typec properties

[Qemu-trivial] [PATCH] qemu-doc.texi: remove trailing whitespace
 2017-09-26  8:22 UTC  (3+ messages)
` [Qemu-trivial] [Qemu-devel] "
  `  "

[PATCH] ASoC: rsnd: stop all working stream when .remove
 2017-09-26  8:21 UTC  (14+ messages)

DPDK Summit Live Stream
 2017-09-26  8:20 UTC 

[PATCH] drm/amd/powerplay: fixed wrong return vaule on error
 2017-09-26  8:20 UTC 

[PATCH] drm/gem: use new idr deletion interface to cleanup drm_gem_handle_delete()
 2017-09-26  8:20 UTC  (3+ messages)
` [Outreachy kernel] "

[meta-java][PATCH 1/6] icedtea7-native: provide packageconfig for giflib
 2017-09-26  8:19 UTC  (4+ messages)
` [meta-java][PATCH 5/6] bdwgc: import from meta-oe

linux-next: Tree for Sep 19
 2017-09-26  8:18 UTC  (5+ messages)
` linux-next: Tree for Sep 19 (x86/kernel/cpuinfo.c)

RFC: page-flip with damage?
 2017-09-26  8:18 UTC  (2+ messages)

[Qemu-devel] [PATCH v6 00/22] instrument: Add basic event instrumentation
 2017-09-26  8:17 UTC  (5+ messages)

[RFC] a question about mlockall() and mprotect()
 2017-09-26  8:17 UTC  (4+ messages)

[PATCH 00/27 v10] SBSA UART emulation support in Xen
 2017-09-26  8:16 UTC  (7+ messages)
` [PATCH 01/27 v10] xen/arm: vpl011: Define common ring buffer helper functions in console.h

[PATCH] bcache: use llist_for_each_entry_safe() in __closure_wake_up()
 2017-09-26  8:16 UTC  (3+ messages)

[PATCH V2] cxl: Fix memory page not handled
 2017-09-26  8:15 UTC  (3+ messages)

[PATCH V3] cxl: Fix memory page not handled
 2017-09-26  8:15 UTC 

[PATCH 0/7] Cocci spatch "vma_pages" - v4.14-rc1
 2017-09-26  8:08 UTC  (8+ messages)
` [PATCH 7/7] drm/rockchip: Cocci spatch "vma_pages"

[PATCH] btrfs-progs: subvolume: outputs message only when operation succeeds
 2017-09-26  8:06 UTC  (11+ messages)
                ` Wrong device?

[Qemu-devel] [PATCH] usb: fix libusb config variable name
 2017-09-26  8:06 UTC  (4+ messages)

cs42xx8 errors?
 2017-09-26  7:31 UTC  (5+ messages)

[PATCH] drm/nouveau/fbcon: fix oops without fbdev emulation
 2017-09-26  8:05 UTC  (2+ messages)

[RESEND PATCH v5 0/4] Add STM32 DMAMUX support
 2017-09-26  8:03 UTC  (5+ messages)
` [RESEND PATCH v5 2/4] dmaengine: Add STM32 DMAMUX driver

[PATCH v8] drm/i915: Enable scanline read based on frame timestamps
 2017-09-26  8:03 UTC  (2+ messages)

[PATCH 1/2] drm/dp: Add defines for latency in sink
 2017-09-26  8:03 UTC  (3+ messages)
  ` [Intel-gfx] "

[PATCH v2] sched: make RED scaling configurable
 2017-09-26  8:02 UTC  (4+ messages)
` [PATCH v3] "

[RFC V1 0/6] Add Plane Color Properties
 2017-09-26  8:02 UTC  (7+ messages)
` [RFC v1 1/6] drm: Add Plane Degamma properties
` [RFC v1 2/6] drm: Add Plane CTM property
` [RFC v1 3/6] drm: Add Plane Gamma properties
` [RFC v1 4/6] drm: Define helper function for plane color enabling
` [RFC v1 5/6] drm: Define helper to set legacy gamma table size
` [RFC v1 6/6] drm/i915: Enable plane color features

[U-Boot] [PATCH v2] sf: bar: Clean BA24 Bank Address Register bit after read/write/erase operation
 2017-09-26  8:01 UTC  (4+ messages)

[PATCH] ARM: dts: rk3288-vyasa: Enable mali GPU node
 2017-09-26  8:01 UTC  (3+ messages)

[RESEND PATCH v5 00/16] eeprom: at24: Add OF device ID table
 2017-09-26  8:00 UTC  (10+ messages)
` [RESEND PATCH v5 10/16] ARM: dts: zynq: Add generic compatible string for I2C EEPROM

[PATCH 0/1] ffmpeg: backport patches to fix 12 CVEs
 2017-09-26  7:57 UTC  (5+ messages)
` [PATCH 1/1] "

[PATCH 0/2] media: v4l: Add support for the Cadence MIPI-CSI2 TX controller
 2017-09-26  8:00 UTC  (5+ messages)
` [PATCH 2/2] v4l: cadence: Add Cadence MIPI-CSI2 TX driver

[next] drm/atomic: NULL pointer dereference
 2017-09-26  7:59 UTC 

[PATCH v2] iwlwifi: mvm: allow monitor mode capture in STA mode
 2017-09-26  7:59 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/5] commit: Support multiple roots above top node
 2017-09-26  7:59 UTC  (3+ messages)
` [Qemu-devel] [Qemu-block] "

Reviews on linux-kernel
 2017-09-26  7:58 UTC  (3+ messages)

[PATCH 0/2 v4] oom: capture unreclaimable slab info in oom message when kernel panic
 2017-09-26  7:56 UTC  (7+ messages)

[PATCH v2 1/8] drm/rockchip/dsi: correct Feedback divider setting
 2017-09-26  7:55 UTC  (14+ messages)
` [PATCH v2 2/8] drm/rockchip/dsi: add dual mipi channel support
` [PATCH v2 3/8] dt-bindings: add the rockchip,dual-channel for dw-mipi-dsi
` [PATCH v2 4/8] drm/rockchip/dsi: correct phy parameter setting
` [PATCH v2 5/8] drm/rockchip/dsi: Use DRM_DEV_ERROR instead of dev_err
` [PATCH v2 6/8] arm64: dts: rockchip: rk3399: Correct MIPI DPHY PLL clock
` [PATCH v2 7/8] arm64: dts: rockchip: add a grf clk for dw-mipi-dsi
` [PATCH v2 8/8] arm64: dts: rockchip: add mipi_dsi1 support for rk3399

possible clarifications/suggestions for I2C man pages
 2017-09-26  7:55 UTC  (2+ messages)

[PATCH v3 00/14] ARM: dts: sunxi: Fix DT build warnings
 2017-09-26  7:53 UTC  (9+ messages)
` [PATCH v3 13/14] arm64: allwinner: a64: fix pin name

[x86/topology] 05aa90edc7: kernel_BUG_at_arch/x86/kernel/cpu/common.c
 2017-09-26  7:53 UTC  (2+ messages)

[PATCH] KVM: s390: Disable CONFIG_S390_GUEST_OLD_TRANSPORT by default
 2017-09-26  7:53 UTC  (3+ messages)

[PATCH 1/3] ACPI / EC: Cleanup EC GPE mask flag
 2017-09-26  7:52 UTC  (3+ messages)
` [PATCH v4 0/3] ACPI / EC: Fix EC event handling issues

[PATCH v2] IB/ocrdma: pr_err() strings should end with newlines
 2017-09-26  7:52 UTC  (3+ messages)

[PATCH 00/22] huge gtt pages
 2017-09-26  7:52 UTC  (4+ messages)
` [PATCH 02/22] drm/i915: introduce simple gemfs

[PATCH nf] netfilter: ipset: pernet ops must be unregistered last
 2017-09-26  7:49 UTC  (2+ messages)

[Qemu-trivial] [PULL 00/31] Trivial patches for 2017-09-25
 2017-09-26  7:48 UTC  (5+ messages)
` [Qemu-trivial] [Qemu-devel] "
      `  "

[PATCH] tools: firewire: nosy-dump: fix a resource leak in main()
 2017-09-26  7:35 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/5] add CCW indirect data access support
 2017-09-26  7:48 UTC  (8+ messages)
` [Qemu-devel] [PATCH 5/5] s390x/ccs: add ccw-tester emulated device

[PATCH] percpu: make this_cpu_generic_read() atomic w.r.t. interrupts
 2017-09-26  7:47 UTC  (6+ messages)

[PATCH] x86/pv: Fix assertion failure in pv_emulate_privileged_op()
 2017-09-26  7:47 UTC  (2+ messages)

[PATCH v2 0/2] net/i40e: API to configure queue regions for RSS
 2017-09-26  7:46 UTC  (7+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/2] net/i40e: queue region set and flush


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.