linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-04-04 15:00:38 to 2017-04-04 17:53:42 UTC [more...]

[RFC PATCH v1 00/30] fs: inode->i_version rework and optimization
 2017-04-04 17:53 UTC  (11+ messages)

[PATCH] perf/x86: fix spurious NMI with PEBS Load Latency event
 2017-04-04 17:52 UTC 

X86 4.8 kernel boot questions
 2017-04-04 17:54 UTC  (2+ messages)

[PATCH] HID: asus: support backlight on USB keyboards
 2017-04-04 17:51 UTC 

pull-request: wireless-drivers-next 2017-04-03
 2017-04-04 17:48 UTC  (3+ messages)

[PATCH] net: netfilters: Remove unnecessary parenthesis
 2017-04-04 17:48 UTC  (2+ messages)

[PATCH v6 1/4] syscalls: Restore address limit after a syscall
 2017-04-04 17:47 UTC  (4+ messages)
` [PATCH v6 2/4] x86/syscalls: Specific usage of verify_pre_usermode_state
` [PATCH v6 3/4] arm/syscalls: "
` [PATCH v6 4/4] arm64/syscalls: "

[PATCH v4 0/8] mfd: Add OF device table to I2C drivers that are missing it
 2017-04-04 17:46 UTC  (15+ messages)
` [PATCH v4 1/8] dt-bindings: mfd: Add retu/tahvo ASIC chips bindings
` [PATCH v4 2/8] mfd: retu: Drop -mfd suffix from I2C device ID name
` [PATCH v4 3/8] mfd: retu: Add OF device ID table
` [PATCH v4 4/8] ARM: dts: n8x0: Add vendor prefix to retu node
` [PATCH v4 5/8] i2c: i2c-cbus-gpio: Add vendor prefix to retu node in example
` [PATCH v4 6/8] dt-bindings: mfd: Add TI tps6105x chip bindings
` [PATCH v4 7/8] mfd: tps6105x: Add OF device ID table
` [PATCH v4 8/8] ARM: ux500: Add vendor prefix to tps61052 node

Regression between Linux 3.16 and 4.8/4.9 on Lenovo X60 with coreboot
 2017-04-04 17:44 UTC  (3+ messages)
` [tpmdd-devel] "

[PATCH] net: netfilter: Replace explicit NULL comparison with ! operator
 2017-04-04 17:41 UTC  (2+ messages)

Random guest crashes since 5c34d002dcc7 ("virtio_pci: use shared interrupts for virtqueues")
 2017-04-04 17:40 UTC  (11+ messages)

[PATCH v2 0/7] efi: Enhance capsule loader to support signed Quark images
 2017-04-04 17:39 UTC  (10+ messages)
` [PATCH v2 5/7] efi/capsule: Prepare for loading images with security header

[PATCH 0/2] ARM: am335x-icev2: Add ethernet support
 2017-04-04 17:35 UTC  (4+ messages)

[PATCH v4 00/23] FSI device driver implementation
 2017-04-04 17:32 UTC  (6+ messages)
` [PATCH v4 19/23] drivers/fsi: Add GPIO based FSI master

[PATCH v1 0/8] gpio: acpi: Make it working
 2017-04-04 17:31 UTC  (8+ messages)
` [PATCH v1 6/8] gpio: acpi: Explain how to get GPIO descriptors in ACPI case

net/sctp: list double add warning in sctp_endpoint_add_asoc
 2017-04-04 17:29 UTC  (2+ messages)

[PATCH] sched: Fix numabalancing to work with isolated cpus
 2017-04-04 17:27 UTC 

[PATCH v3] kbuild: Add support to generate LLVM bitcode files
 2017-04-04 17:27 UTC 

[PATCH v2 1/2] auxdisplay: Move panel.c to drivers/auxdisplay folder
 2017-04-04 17:25 UTC  (2+ messages)
` [PATCH v2 2/2] auxdisplay: Move arm-charlcd.c "

[RFC 0/8] Copy Offload with Peer-to-Peer PCI Memory
 2017-04-04 17:25 UTC  (14+ messages)
` [RFC 2/8] cxgb4: setup pcie memory window 4 and create p2pmem region
` [RFC 3/8] nvmet: Use p2pmem in nvme target
` [RFC 4/8] p2pmem: Add debugfs "stats" file
` [RFC 6/8] nvmet: Be careful about using iomem accesses when dealing with p2pmem

[PATCH v2 1/2] x86/mce/AMD: Redo use of SMCA MCA_DE{STAT,ADDR} registers
 2017-04-04 17:24 UTC  (2+ messages)
` [PATCH v2 2/2] x86/mce/AMD: Carve out SMCA bank configuration

[PATCH v3 00/18] clocksource/arch_timer: Errata workaround infrastructure rework
 2017-04-04 17:18 UTC  (19+ messages)
` [PATCH v3 01/18] arm64: Allow checking of a CPU-local erratum
` [PATCH v3 02/18] arm64: Add CNTVCT_EL0 trap handler
` [PATCH v3 03/18] arm64: Define Cortex-A73 MIDR
` [PATCH v3 04/18] arm64: cpu_errata: Allow an erratum to be match for all revisions of a core
` [PATCH v3 05/18] arm64: cpu_errata: Add capability to advertise Cortex-A73 erratum 858921
` [PATCH v3 06/18] arm64: arch_timer: Add infrastructure for multiple erratum detection methods
` [PATCH v3 07/18] arm64: arch_timer: Add erratum handler for CPU-specific capability
` [PATCH v3 08/18] arm64: arch_timer: Move arch_timer_reg_read/write around
` [PATCH v3 09/18] arm64: arch_timer: Get rid of erratum_workaround_set_sne
` [PATCH v3 10/18] arm64: arch_timer: Rework the set_next_event workarounds
` [PATCH v3 11/18] arm64: arch_timer: Make workaround methods optional
` [PATCH v3 12/18] arm64: arch_timer: Allows a CPU-specific erratum to only affect a subset of CPUs
` [PATCH v3 13/18] arm64: arch_timer: Move clocksource_counter and co around
` [PATCH v3 14/18] arm64: arch_timer: Save cntkctl_el1 as a per-cpu variable
` [PATCH v3 15/18] arm64: arch_timer: Enable CNTVCT_EL0 trap if workaround is enabled
` [PATCH v3 16/18] arm64: arch_timer: Workaround for Cortex-A73 erratum 858921
` [PATCH v3 17/18] arm64: arch_timer: Allow erratum matching with ACPI OEM information
` [PATCH v3 18/18] arm64: arch_timer: Add HISILICON_ERRATUM_161010101 ACPI matching data

[PATCH v4 00/11] Enable VAS
 2017-04-04 17:20 UTC  (5+ messages)
` [PATCH v4 02/11] VAS: Define macros, register fields and structures
` [PATCH v4 04/11] VAS: Define vas_init() and vas_exit()

[PATCH] ASoC: max9867: export OF device ID as module aliases
 2017-04-04 17:19 UTC 

[PATCH 0/2] Make cppc acpi driver aware of pcc subspace ids
 2017-04-04 17:18 UTC  (5+ messages)
` [PATCH 2/2] ACPI / CPPC: "

[PATCH 1/2] platform/x86: silead_dmi - do not treat all devices as i2c_clients
 2017-04-04 17:12 UTC  (7+ messages)

[RFC PATCH 0/4] fs: introduce new writeback error tracking infrastructure and convert ext4 to use it
 2017-04-04 17:09 UTC  (13+ messages)

[PATCH v2 0/5] minitty: a minimal TTY layer alternative for embedded systems
 2017-04-04 17:08 UTC  (8+ messages)

[PATCH 1/2] Alps HID I2C T4 device support
 2017-04-04 17:08 UTC  (4+ messages)

[PATCH] input: touchscreen: sur40: fix bad endianness handling in sur40_poll
 2017-04-04 17:07 UTC  (2+ messages)

[PATCH v2 0/4] ARM: imx: Set LDO regulator supply
 2017-04-04 17:04 UTC  (5+ messages)
` [PATCH v2 1/4] cpufreq: imx6q: Fix handling EPROBE_DEFER from regulator
` [PATCH v2 2/4] cpufreq: imx6q: Set max suspend_freq to avoid changes during suspend
` [PATCH v2 3/4] ARM: dts: imx6qdl-sabresd: Set LDO regulator supply
` [PATCH v2 4/4] ARM: dts: imx6qp-sabresd: Set reg_arm "

[PATCH] bnx2x: fix spelling mistake in macros HW_INTERRUT_ASSERT_SET_*
 2017-04-04 17:05 UTC  (2+ messages)

[PATCH 0/5] ARM: imx: Set LDO regulator supply
 2017-04-04 17:04 UTC  (4+ messages)
` [PATCH 3/5] cpufreq: imx6q: Set max suspend_freq to avoid changes during suspend

[PATCH v5 1/3] mfd: wm831x: Add basic device tree binding
 2017-04-04 17:00 UTC  (4+ messages)
` [PATCH v5 2/3] gpio: wm831x: Add basic device tree support

[PATCH] watchdog: core: Make use of devm_register_reboot_notifier()
 2017-04-04 16:56 UTC  (5+ messages)

[PATCH] x86/signals: Fix lower/upper bound reporting in compat siginfo
 2017-04-04 16:56 UTC  (2+ messages)

[PATCH v3 0/4] ARM: dts: sunxi: Add CAN node and can0_pins_a pinctrl settings
 2017-04-04 16:54 UTC  (8+ messages)
` [PATCH v3 1/4] ARM: dts: sun4i: Add CAN node
` [PATCH v3 2/4] ARM: dts: sun4i: Add can0_pins_a pinctrl settings
` [PATCH v3 4/4] ARM: dts: sun7i: "

[PATCH 4.4 00/76] 4.4.58-stable review
 2017-04-04 16:50 UTC  (3+ messages)
` [PATCH 4.4 42/76] mmc: sdhci: Do not disable interrupts while waiting for clock

[PATCH 0/2] ASoC: codec: wm8960: Relax bit clock computation when using PLL
 2017-04-04 16:45 UTC  (3+ messages)
` [PATCH 1/2] ASoC: codec: wm9860: Refactor PLL out freq search
` [PATCH 2/2] ASoC: codec: wm8960: Relax bit clock computation when using PLL

[PATCH 0/6] mm: make movable onlining suck less
 2017-04-04 16:44 UTC  (11+ messages)

dmaengine: dw-dmac: Custom cyclic API (Why?)
 2017-04-04 16:43 UTC  (8+ messages)

[PATCH] PCI: Blacklist AMD Stoney GPU devices for ATS
 2017-04-04 16:43 UTC  (2+ messages)

[PATCH 1/2] [media] rc-core: Add inlined stubs for core rc_* functions
 2017-04-04 16:34 UTC  (3+ messages)
` [PATCH 2/2] [media] cec: Handle RC capability more elegantly

[PATCH linux v6 0/2] Support for ASPEED AST2400/AST2500 PWM and Fan Tach driver
 2017-04-04 16:30 UTC  (4+ messages)
` [PATCH linux v6 2/2] drivers: hwmon: Support for ASPEED PWM/Fan tach

AMD IOMMU causing filesystem corruption
 2017-04-04 16:29 UTC  (6+ messages)

[PATCH v1 1/2] auxdisplay: Move panel.c to drivers/auxdisplay folder
 2017-04-04 16:27 UTC  (10+ messages)

[PATCH 0/8] ARM: OMAP2+: AM33XX/AM43XX: Add suspend-resume support
 2017-04-04 16:19 UTC  (3+ messages)
` [PATCH 6/8] ARM: OMAP2+: pm33xx-core: Add platform code needed for PM

[PATCH v5 0/5] ARM: K2G: Add support for TI-SCI Generic PM Domains
 2017-04-04 16:17 UTC  (2+ messages)

[PATCH] perf, tools, script: Skip locking overhead in perf script
 2017-04-04 16:17 UTC  (2+ messages)

[PATCH v4 0/6] initialize dtsi file and dts file for RK3328 SoCs
 2017-04-04 16:15 UTC  (9+ messages)
` [PATCH v4 3/6] dt-bindings: soc: rockchip: grf: add support for rk3328
` [PATCH v4 4/6] arm64: dts: rockchip: add core dtsi file for RK3328 SoCs
` [PATCH v4 5/6] arm64: dts: rockchip: add dts file for RK3328
` [PATCH v4 6/6] dt-bindings: document rockchip rk3328-evb board

[PATCH 0/2] memory: Introduce ti-emif-sram driver
 2017-04-04 16:11 UTC  (3+ messages)
` [PATCH 2/2] memory: ti-emif-sram: introduce relocatable suspend/resume handlers

[PATCH v1 0/5] perf report: Show branch type
 2017-04-04 16:09 UTC  (5+ messages)
` [PATCH v1 1/5] perf/core: Define the common branch type classification

[GIT PULL 00/12] EFI updates for v4.12
 2017-04-04 16:09 UTC  (16+ messages)
` [PATCH 1/2] efi/libstub: Skip GOP with PIXEL_BLT_ONLY format
` [PATCH 01/12] x86/efi: Clean up efi CR3 save/restore
` [PATCH 02/12] efi: arm-stub: Correct FDT and initrd allocation rules for arm64
` [PATCH 2/2] efifb: Avoid reconfiguration of BAR that covers the framebuffer
` [PATCH 03/12] efi: arm-stub: Round up FDT allocation to mapping size
` [PATCH 04/12] x86/efi-bgrt: Move efi-bgrt handling out of arch/x86
` [PATCH 05/12] efi: bgrt: Enable ACPI BGRT handling on arm64
` [PATCH 06/12] pstore: return error code (if any) from efi_pstore_write
` [PATCH 07/12] x86/efi: Clean up a minor mistake in code comment
` [PATCH 08/12] efi/arm32-stub: Allow boottime allocations in the vmlinux region
` [PATCH 09/12] efi/libstub: Fix harmless command line parsing bug
` [PATCH 10/12] efi/libstub: Unify command line param parsing
  ` [PATCH 11/12] efi/libstub: arm/arm64: Disable debug prints on 'quiet' cmdline arg
  ` [PATCH 12/12] ef/libstub: arm/arm64: Randomize the base of the UEFI rt services region

[PATCH] [media] cec: Handle RC capability more elegantly
 2017-04-04 16:05 UTC  (6+ messages)

[PATCH v3] arm64: print a fault message when attempting to write RO memory
 2017-04-04 16:05 UTC  (2+ messages)

[PATCH] mm: Add additional consistency check
 2017-04-04 16:02 UTC  (7+ messages)

patch "Revert "tty: Fix ldisc crash on reopened tty"" added to tty-next
 2017-04-04 15:59 UTC 

[PATCH 0/7] block: T10/DIF Fixes and cleanups v2
 2017-04-04 15:56 UTC  (5+ messages)
` [PATCH 7/7] Guard bvec iteration logic v2

[PATCH v3 00/11] drm/meson: Initial support for HDMI Output
 2017-04-04 15:55 UTC  (2+ messages)

[PATCH] ACPICA: use designated initializers
 2017-04-04 15:55 UTC  (9+ messages)

[PATCH v6.1 0/4] drm: bridge: dw-hdmi: Add support for Custom PHYs
 2017-04-04 15:55 UTC  (2+ messages)

[PATCH] perf: double free at function perf_hpp__reset_output_field
 2017-04-04 15:51 UTC  (5+ messages)
` [PATCH v2] perf: fix "

[PATCH v3 0/8] Add support for DCMI camera interface of STMicroelectronics STM32 SoC series
 2017-04-04 15:44 UTC  (9+ messages)
` [PATCH v3 1/8] dt-bindings: Document STM32 DCMI bindings
` [PATCH v3 2/8] [media] stm32-dcmi: STM32 DCMI camera interface driver
` [PATCH v3 3/8] ARM: dts: stm32: Enable DCMI support on STM32F429 MCU
` [PATCH v3 4/8] ARM: dts: stm32: Enable DCMI camera interface on STM32F429-EVAL board
` [PATCH v3 5/8] ARM: dts: stm32: Enable STMPE1600 gpio expander of "
` [PATCH v3 6/8] ARM: dts: stm32: Enable OV2640 camera support "
` [PATCH v3 7/8] ARM: configs: stm32: STMPE1600 GPIO expander
` [PATCH v3 8/8] ARM: configs: stm32: DCMI + OV2640 camera support

[PATCH v2 0/8] Add support for DCMI camera interface of STMicroelectronics STM32 SoC series
 2017-04-04 15:45 UTC  (4+ messages)
` [PATCH v2 1/8] dt-bindings: Document STM32 DCMI bindings

[PATCH v4 0/5] Add support for the R_CCU on Allwinner H3/A64 SoCs
 2017-04-04 15:45 UTC  (2+ messages)

[PATCH 04/11] platform/x86: fujitsu-laptop: simplify set_lcd_level()
 2017-04-04 15:44 UTC  (3+ messages)
` [PATCH 04+/11] "

[PATCH v5 0/5] Fix the parse_dt of exynos dsi and remove the OF graph
 2017-04-04 15:38 UTC  (6+ messages)
  ` [PATCH v5 3/5] drm/exynos: dsi: Fix the parse_dt function

[GIT PULL] tpmdd updates for 4.12
 2017-04-04 15:38 UTC 

[PATCHv3 2/7] x86/asm: Remove __VIRTUAL_MASK_SHIFT==47 assert
 2017-04-04 15:36 UTC  (3+ messages)
` [tip:x86/mm] "

[PATCH v4 1/2] can: holt_hi311x: document device tree bindings
 2017-04-04 15:34 UTC  (4+ messages)
` [PATCH v4 2/2] can: spi: hi311x: Add Holt HI-311x CAN driver

[PATCH 0/2] ARM: dts: keystone: Add support for new K2G evm
 2017-04-04 15:33 UTC  (3+ messages)

[PATCH] Block SQ/MQ Request Priority
 2017-04-04 15:31 UTC  (2+ messages)

[PATCH 0/5] locking Introduce range reader/writer lock
 2017-04-04 15:31 UTC  (8+ messages)
` [PATCH 1/5] locking: "

[RFC PATCH] binder: Don't require the binder lock when killed in binder_thread_read()
 2017-04-04 15:29 UTC  (4+ messages)

[PATCH V2 00/16] Introduce the BFQ I/O scheduler
 2017-04-04 15:28 UTC  (5+ messages)
` [PATCH V2 04/16] block, bfq: modify the peak-rate estimator

[PATCH 1/4] regmap: irq: Fix lost interrupts by introducing handle_reread
 2017-04-04 15:28 UTC  (11+ messages)

[GIT PULL 0/2] EFI fixes for v4.11
 2017-04-04 15:27 UTC  (3+ messages)
` [PATCH 1/2] efi/libstub: Skip GOP with PIXEL_BLT_ONLY format
` [PATCH 2/2] efifb: Avoid reconfiguration of BAR that covers the framebuffer

[tip:x86/platform 1/1] platform_bt.c:undefined reference to `gpiod_add_lookup_table'
 2017-04-04 15:27 UTC  (6+ messages)

[oss-security] Linux kernel ping socket / AF_LLC connect() sin_family race
 2017-04-04 15:20 UTC  (3+ messages)

[RFC][PATCHv2 0/8] printk: introduce printing kernel thread
 2017-04-04 16:15 UTC  (4+ messages)
` [RFC][PATCHv2 3/8] printk: offload printing from wake_up_klogd_work_func()

[PATCH 1/2] x86/mce/AMD: Redo use of SMCA MCA_DE{STAT,ADDR} registers
 2017-04-04 15:08 UTC  (8+ messages)
` [PATCH 2/2] x86/mce/AMD: Carve out SMCA bank configuration

[PATCH v2] selftests: add a generic testsuite for ethernet device
 2017-04-04 15:00 UTC  (3+ messages)


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