linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-09-26 04:55:23 to 2017-09-26 08:43:39 UTC [more...]

[PATCH 02/10] x86/fpu: Use validate_xstate_header() to validate the xstate_header in xstateregs_set()
 2017-09-26  8:34 UTC  (2+ messages)
` [tip:x86/fpu] "

usb/media/uvc: warning in uvc_scan_chain_forward/__list_add
 2017-09-26  8:43 UTC  (2+ messages)

[PATCH 01/10] x86/fpu: Introduce validate_xstate_header()
 2017-09-26  8:34 UTC  (2+ messages)
` [tip:x86/fpu] "

[PATCH 31/33] x86/fpu: Simplify and speed up fpu__copy()
 2017-09-26  8:33 UTC  (2+ messages)
` [tip:x86/fpu] "

[PATCH 32/33] x86/fpu: Rename fpu__activate_curr() to fpu__initialize()
 2017-09-26  8:33 UTC  (2+ messages)
` [tip:x86/fpu] "

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

[PATCH 29/33] x86/fpu: Rename fpu::fpstate_active to fpu::initialized
 2017-09-26  8:32 UTC  (2+ messages)
` [tip:x86/fpu] "

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

[PATCH v4 1/3] x86/fpu: don't let userspace set bogus xcomp_bv
 2017-09-26  8:30 UTC  (3+ messages)
` [PATCH 24/33] x86/fpu: Don't "
  ` [tip:x86/fpu] "

[PATCH 30/33] x86/fpu: Fix stale comments about lazy FPU logic
 2017-09-26  8:32 UTC  (2+ messages)
` [tip:x86/fpu] "

[PATCH 2/2 v10] printk: Add monotonic, boottime, and realtime timestamps
 2017-09-26  8:38 UTC  (4+ messages)
` [tip:core/printk] "

[PATCH v4 3/3] x86/fpu: reinitialize FPU registers if restoring FPU state fails
 2017-09-26  8:31 UTC  (3+ messages)
` [PATCH 26/33] x86/fpu: Reinitialize "
  ` [tip:x86/fpu] "

[PATCH] IB/mlx5:: pr_err() and mlx5_ib_dbg() strings should end with newlines
 2017-09-26  8:38 UTC  (3+ 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 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] 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] 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 20/33] x86/fpu: Remove struct fpu::fpregs_active
 2017-09-26  8:29 UTC  (2+ messages)
` [tip:x86/fpu] "

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 15/33] x86/fpu: Simplify fpu->fpregs_active use
 2017-09-26  8:27 UTC  (2+ messages)
` [tip:x86/fpu] "

[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] "

[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 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  (2+ 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 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 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] "

[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)

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

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

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

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

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

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

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

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

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

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

[PATCH v2 1/8] drm/rockchip/dsi: correct Feedback divider setting
 2017-09-26  7:55 UTC  (8+ 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

[PATCH v3 00/14] ARM: dts: sunxi: Fix DT build warnings
 2017-09-26  7:53 UTC  (18+ messages)
` [PATCH v3 01/14] ARM: dts: sunxi: h3/h5: Fix simple-bus unit address format error
` [PATCH v3 02/14] ARM: dts: sunxi: h3/h5: Fix i2c2 register address
` [PATCH v3 03/14] ARM: dts: sunxi: h3/h5: Fix node with unit name and no reg property
` [PATCH v3 04/14] ARM: dts: nanopi: "
` [PATCH v3 05/14] ARM: dts: orangepi2: "
` [PATCH v3 06/14] ARM: dts: sun8i: orangepi-lite: "
` [PATCH v3 07/14] ARM: dts: sun8i: orangepi one: "
` [PATCH v3 08/14] ARM: dts: sun8i: orangepipc: "
` [PATCH v3 09/14] ARM: dts: sun8i: orangepi-plus: "
` [PATCH v3 10/14] arm64: allwinner: a64: Fix simple-bus unit address format error
` [PATCH v3 11/14] arm64: allwinner: a64: Fix node with unit name and no reg property
` [PATCH v3 12/14] ARM: dts: sun8i: a83t: Fix simple-bus unit address format error
` [PATCH v3 13/14] arm64: allwinner: a64: fix pin name
` [PATCH v3 14/14] ARM: dts: sun8i: "

[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  (2+ messages)

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

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

[PATCH v3 01/14] mux: core: Add mux_control_get_optional() API
 2017-09-26  7:45 UTC  (3+ messages)
` [PATCH v3 05/14] mux: core: Add usb.h header with MUX_USB_* and and MUX_TYPEC_* state constants

[PATCH] iommu/amd: pr_err() strings should end with newlines
 2017-09-26  7:37 UTC 

[PATCH 4.13 000/109] 4.13.4-stable review
 2017-09-26  7:38 UTC  (3+ messages)

[PATCH] r8152: add Linksys USB3GIGV1 id
 2017-09-26  7:35 UTC  (4+ messages)

[PATCH v2 net-next 00/10] Add support for DCB feature in hns3 driver
 2017-09-26  7:33 UTC  (5+ messages)
` [PATCH v2 net-next 10/10] net: hns3: Add mqprio support when interacting with network stack

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

usb/hid: slab-out-of-bounds read in usbhid_parse
 2017-09-26  7:31 UTC  (2+ messages)
` [PATCH] HID: usbhid: fix out-of-bounds bug

[PATCH 0/3] x86/platform/UV: Update TSC support
 2017-09-26  7:28 UTC  (7+ messages)
` [PATCH 1/3] x86/kernel: Add option that TSC on Socket 0 being non-null is valid

[PATCH 1/6] ath9k: add MSI support and use_msi parameter
 2017-09-26  7:26 UTC  (8+ messages)
` [PATCH 2/6] ath9k: add a quirk to set use_msi automatically
` [PATCH 3/6] ath9k: set use_msi=1 on Dell Vostro 3262
` [PATCH 4/6] ath9k: set use_msi=1 on Dell Inspiron 3472
` [PATCH 5/6] ath9k: set use_msi=1 on Dell Vostro 15-3572
` [PATCH 6/6] ath9k: set use_msi=1 on Dell Inspiron 14-3473

[PATCH v2 1/1] scsi: fc: check for rport presence in fc_block_scsi_eh
 2017-09-26  7:26 UTC  (2+ messages)

[PATCH] soc: mediatek: place Kconfig for all SoC driver under menu
 2017-09-26  7:24 UTC  (3+ messages)

[PATCH] mm: update comments for struct page.mapping
 2017-09-26  7:14 UTC 

[PATCH 0/2] Implement guideline when NAND, NOR arbitration is enabled
 2017-09-26  7:18 UTC  (3+ messages)
` [PATCH 2/2] mtd: nand: pxa3xx: Handle "marvell,nand-force-csx" compatible string
  ` [PATCH 2/2] mtd: nand: pxa3xx: Handle "marvell, nand-force-csx" "

[PATCH 0/3] nfs_common: misc patchs
 2017-09-26  7:14 UTC  (4+ messages)
` [PATCH 1/3] nfs_common: fix build warning in grace.c
` [PATCH 2/3] nfs_common: move locks_in_grace comment at the right place
` [PATCH 3/3] nfs_common: convert int to bool

[PATCH] Input: synaptics-rmi4 - pr_err() strings should end with newlines
 2017-09-26  7:15 UTC  (2+ messages)

[PATCH v3 1/2] watchdog: dw_wdt: add stop watchdog operation
 2017-09-26  7:06 UTC  (4+ messages)

shared/298 lockdep splat?
 2017-09-26  7:04 UTC  (4+ messages)

[PATCH v2 00/13] drm/sun4i: hdmi: Support HDMI controller on A31
 2017-09-26  6:59 UTC  (14+ messages)
` [PATCH v2 01/13] clk: sunxi-ng: sun6i: Export video PLLs
` [PATCH v2 02/13] clk: sunxi-ng: sun6i: Rename HDMI DDC clock to avoid name collision
` [PATCH v2 03/13] drm/sun4i: tcon: Add support for demuxing TCON output on A31
` [PATCH v2 04/13] drm/sun4i: hdmi: Disable clks in bind function error path and unbind function
` [PATCH v2 05/13] drm/sun4i: hdmi: create a regmap for later use
` [PATCH v2 06/13] drm/sun4i: hdmi: Allow using second PLL as TMDS clk parent
` [PATCH v2 07/13] dt-bindings: display: sun4i: Add binding for A31 HDMI controller
` [PATCH v2 08/13] regmap: add iopoll-like polling macro for regmap_field
` [PATCH v2 09/13] drm/sun4i: hdmi: Add support for controller hardware variants
` [PATCH v2 10/13] drm/sun4i: hdmi: Add A31 specific DDC register definitions
` [PATCH v2 11/13] drm/sun4i: hdmi: Add support for A31's HDMI controller
` [PATCH v2 12/13] ARM: dts: sun6i: Add device node for "
` [PATCH v2 13/13] ARM: dts: sun6i: Enable HDMI support on some A31/A31s devices

[PATCH v4 0/3] sched/fair: Introduce scaled capacity awareness in enqueue
 2017-09-26  6:59 UTC  (7+ messages)
` [PATCH 1/3] sched/fair: Introduce scaled capacity awareness in find_idlest_cpu code path
` [PATCH 2/3] sched/fair: Introduce scaled capacity awareness in select_idle_sibling "

[PATCH] Input: pr_err() strings should end with newlines
 2017-09-26  6:57 UTC 

[PATCH v3 0/2] staging: ion: get one device per heap
 2017-09-26  6:56 UTC  (5+ messages)
` [PATCH v3 2/2] staging: ion: create one device entry "

[PATCH] scsi: fc: check for rport presence in fc_block_scsi_eh
 2017-09-26  6:55 UTC  (3+ messages)

[PATCH v1 0/2] NVIDIA Tegra20 video decoder driver
 2017-09-26  6:54 UTC  (6+ messages)
` [PATCH v1 1/2] staging: Introduce "

[PATCH v2 4/4] Make all print functions receive the fp argument, and opens a dump file in process_event
 2017-09-26  6:53 UTC 

[PATCH 0/3] make PCI's and platform's driver_override_store()/show() converge
 2017-09-26  6:51 UTC  (8+ messages)
` [PATCH 2/3] PCI: don't use snprintf() in driver_override_show()
` [PATCH 3/3] driver core: platform: Don't read past the end of "driver_override" buffer

[PATCH v2 0/4] perf script: Add script per-event-dump support
 2017-09-26  6:49 UTC  (4+ messages)
` [PATCH v2 1/4] Add a new element for the struct perf_tool, and add the --per-event-dump option for perf script
` [PATCH v2 2/4] Add fp argument to print functions
` [PATCH v2 3/4] Replace printf with fprintf for all "

[PATCH v4 0/9] bring back stack frame warning with KASAN
 2017-09-26  6:47 UTC  (5+ messages)
` [PATCH v4 4/9] em28xx: fix em28xx_dvb_init for KASAN

[PATCH] Drivers: pinctrl: intel fixed typo
 2017-09-26  6:46 UTC  (2+ messages)

[PATCH] printk: simplify no_printk()
 2017-09-26  6:43 UTC  (2+ messages)

Regression related to ipc shmctl compat
 2017-09-26  6:42 UTC  (4+ messages)
` [git pull] vfs.git regression fix "

[PATCH v5 REPOST 0/6] fix hw_random stuck
 2017-09-26  6:36 UTC  (4+ messages)
` [PATCH v5 REPOST 1/6] hw_random: place mutex around read functions and buffers

[PATCH 0/7] re-enable XFS per-inode DAX
 2017-09-26  6:36 UTC  (11+ messages)
` [PATCH 2/7] xfs: validate bdev support for DAX inode flag
` [PATCH 3/7] xfs: protect S_DAX transitions in XFS read path
` [PATCH 5/7] xfs: introduce xfs_is_dax_state_changing
` [PATCH 6/7] mm, fs: introduce file_operations->post_mmap()
` [PATCH 7/7] xfs: re-enable XFS per-inode DAX

[PATCH v4] Input: add support for the Samsung S6SY761 touchscreen
 2017-09-26  6:31 UTC 

[PATCH] of: do not leak console options
 2017-09-26  6:31 UTC  (7+ messages)

[PATCH] of: do not leak console options
 2017-09-26  6:25 UTC 

9f4835fb96 ("x86/fpu: Tighten validation of user-supplied .."): Kernel panic - not syncing: Attempted to kill init! exitcode=0x0000000b
 2017-09-26  6:25 UTC  (6+ messages)

[char-misc 01/02 v2] mei: always use domain runtime pm callbacks
 2017-09-26  6:18 UTC 

[PATCH] crypto: xts - Fix an error handling path in 'create()'
 2017-09-26  6:17 UTC 

[PATCH v4 0/4] thermal: add brcmstb AVS TMON driver
 2017-09-26  6:17 UTC  (9+ messages)
` [PATCH v4 2/4] "

[PATCH] HSI: hsi_char: pr_err() strings should end with newlines
 2017-09-26  6:16 UTC 

linux-next: build failure after merge of the staging tree
 2017-09-26  6:15 UTC  (2+ messages)

Does perf-annotate work correctly?
 2017-09-26  6:06 UTC  (4+ messages)

[PATCH v4 1/2] watchdog: dw_wdt: add stop watchdog operation
 2017-09-26  6:11 UTC  (2+ messages)
` [PATCH v4 2/2] ARM: socfpga: dtsi: add dw-wdt reset lines

[PATCH V7 1/2] dma-mapping: Rework dma_get_cache_alignment()
 2017-09-26  6:10 UTC  (4+ messages)

[PATCH] perf ftrace: Add -O option to set trace option
 2017-09-26  6:03 UTC  (2+ messages)

[ANNOUNCE] Git v2.14.2
 2017-09-26  6:09 UTC 

[ANNOUNCE] Git v2.13.6 and others
 2017-09-26  6:09 UTC 

[PATCH] soc: mediatek: turn MTK_PMIC_WRAP into visible symbols
 2017-09-26  6:00 UTC  (2+ messages)

[PATCH v3] Input: add support for the Samsung S6SY761 touchscreen
 2017-09-26  5:53 UTC  (2+ messages)

[PATCH v2 2/2] pidmap(2)
 2017-09-26  5:44 UTC  (2+ messages)

[PATCH v6 0/3] enable eeprom "size" property and runtime pm
 2017-09-26  5:33 UTC  (13+ messages)
` [PATCH v6 2/3] eeprom: at24: add support to fetch eeprom device property "size"
` [PATCH v6 3/3] eeprom: at24: enable runtime pm support

[PATCH 1/2] watchdog: Fix potential kref imbalance when opening watchdog
 2017-09-26  5:24 UTC  (2+ messages)

linux-next: Tree for Sep 26
 2017-09-26  5:13 UTC 

[PATCH] PM / OPP: Move the OPP directory out of power/
 2017-09-26  5:11 UTC  (2+ messages)

[PATCH v3 0/3] pmbus: Expand fan support and add MAX31785 driver
 2017-09-26  5:06 UTC  (5+ messages)
` [PATCH v3 1/3] dt-bindings: hwmon: pmbus: Add Maxim MAX31785 documentation

[PATCH] ubi: Remove ubi_io_is_bad call from scan_peb
 2017-09-26  4:54 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).