linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-05-18 12:45:31 to 2016-05-18 16:50:25 UTC [more...]

[PATCH 01/11] clk: microchip: use readl_poll_timeout() in pbclk_set_rate()
 2016-05-18 16:50 UTC  (3+ messages)
` [PATCH 06/11] dt/bindings: Correct clk binding example for PIC32 SDHCI

ioatdma(Intel(R) I/OAT DMA Engine init failed)
 2016-05-18 16:49 UTC  (4+ messages)

[PATCH net-next] tuntap: introduce tx skb ring
 2016-05-18 16:46 UTC  (7+ messages)

[PATCH 1/2 V3] dt: add Atmel Captouch bindings
 2016-05-18 16:44 UTC  (2+ messages)

[PATCH] drivers: nvmem: atmel-secumod: New driver for Atmel Secumod nvram
 2016-05-18 16:42 UTC  (2+ messages)

[PATCH v4 03/21] fs: Allow sysfs and cgroupfs to share super blocks between user namespaces
 2016-05-18 16:27 UTC  (5+ messages)

[PATCH v2 0/6] ir-rx51 driver fixes
 2016-05-18 16:37 UTC  (3+ messages)
` [PATCH v2 4/6] ir-rx51: add DT support to driver

[PATCH v12 00/13] support "task_isolation" mode
 2016-05-18 16:36 UTC  (15+ messages)
` [PATCH v12 04/13] task_isolation: add initial support
` [PATCH v12 05/13] task_isolation: support CONFIG_TASK_ISOLATION_ALL
` [PATCH v12 06/13] task_isolation: support PR_TASK_ISOLATION_STRICT mode
` [PATCH v12 07/13] task_isolation: add debug boot flag
` [PATCH v12 10/13] arch/x86: enable task isolation functionality

[PATCH v6 0/8] fix debugfs file removal races
 2016-05-18 16:32 UTC  (7+ messages)
` [PATCH v6 2/8] debugfs: prevent access to removed files' private data

[PATCH] mm: add config option to select the initial overcommit mode
 2016-05-18 16:28 UTC  (17+ messages)

[PATCH 1/1 RFC] net/phy: Add Lantiq PHY driver
 2016-05-18 16:24 UTC  (2+ messages)

[PATCH] usb: echi-hcd: Add register access check in shutdown
 2016-05-18 16:15 UTC  (4+ messages)

[PATCH] xen: add steal_clock support on x86
 2016-05-18 16:13 UTC  (12+ messages)
    ` [Xen-devel] "

[PATCH v2 1/2] MIPS: Add definitions of SegCtl registers and use them
 2016-05-18 16:12 UTC  (2+ messages)
` [PATCH v2 2/2] MIPS: CPS: Copy EVA configuration when starting secondary VPs

[PATCH v2 00/32] 2nd Iteration of Cache QoS Monitoring support
 2016-05-18 16:08 UTC  (3+ messages)
` [PATCH v2 06/32] perf/x86/intel/cqm: add per-package RMIDs, data and locks

UBSAN whinge in ihci-hub.c
 2016-05-18 16:09 UTC  (4+ messages)

[PATCH 0/5] drm: fixes for merge-window regressions
 2016-05-18 16:07 UTC  (6+ messages)
` [PATCH 1/5] headers_check: don't warn about c++ guards
` [PATCH 2/5] drm: mediatek: add CONFIG_OF dependency
` [PATCH 3/5] drm: mediatek: fixup drm_gem_object_lookup API change
` [PATCH 4/5] drm: exynos: mark pm functions as __maybe_unused
` [PATCH 5/5] drm: remove unused dev variables

[PATCH] Input: pwm-beeper - defer pwm config if pwm can sleep
 2016-05-18 16:06 UTC  (6+ messages)
      ` [PATCH] Input: pwm-beeper - fix: scheduling while atomic

[PATCH 0/5] drm: fixes for merge-window regressions
 2016-05-18 16:05 UTC  (2+ messages)

[PATCH v4 0/5] [PATCH v3 0/4] locking/rwsem: Add reader-owned state to the owner field
 2016-05-18 16:04 UTC  (6+ messages)
` [PATCH v4 2/5] locking/rwsem: Protect all writes to owner by WRITE_ONCE()
` [PATCH v4 3/5] locking/rwsem: Don't wake up one's own task

[PATCH 0/5] add bus driver for Unisys s-Par paravirtualized devices to arch/x86
 2016-05-18 16:03 UTC  (7+ messages)

[PATCH V3] drm/tegra: Fix crash caused by reference count imbalance
 2016-05-18 16:03 UTC  (2+ messages)

[PATCH v2] locking/rwsem: Add reader-owned state to the owner field
 2016-05-18 15:56 UTC  (12+ messages)

CQ and RDMA READ/WRITE APIs
 2016-05-18 15:54 UTC  (9+ messages)

Crashes in -next due to 'phy: add support for a reset-gpio specification'
 2016-05-18 15:45 UTC  (3+ messages)

[PATCH 1/2] MIPS: Add definitions of SegCtl registers and use them
 2016-05-18 15:39 UTC  (4+ messages)
` [PATCH 2/2] MIPS: CPS: Copy EVA configuration when starting secondary VPs

[GIT PULL] tracing: Updates for 4.7
 2016-05-18 15:38 UTC 

[PATCH v6 00/20] kthread: Use kthread worker API more widely
 2016-05-18 15:36 UTC  (3+ messages)
` [PATCH v6 16/20] IB/fmr_pool: Convert the cleanup thread into kthread worker API

drivers/of: crash on boot
 2016-05-18 15:34 UTC 

[PATCH] net: af_unix: protect ->sk_shutdown change with lock_sock()
 2016-05-18 15:31 UTC  (9+ messages)
  ` [PATCH v2] net: sock: move ->sk_shutdown out of bitfields
      ` [PATCH v3] "

[RFC PATCH 00/15] Provide atomics and bitops implemented with ISO C++11 atomics
 2016-05-18 15:29 UTC  (17+ messages)
` [RFC PATCH 01/15] cmpxchg_local() is not signed-value safe, so fix generic atomics
` [RFC PATCH 02/15] tty: ldsem_cmpxchg() should use cmpxchg() not atomic_long_cmpxchg()
` [RFC PATCH 03/15] Provide atomic_t functions implemented with ISO-C++11 atomics
` [RFC PATCH 04/15] Convert 32-bit ISO atomics into a template
` [RFC PATCH 05/15] Provide atomic64_t and atomic_long_t using ISO atomics
` [RFC PATCH 06/15] Provide 16-bit "
` [RFC PATCH 07/15] Provide cmpxchg(), xchg(), xadd() and __add() based on ISO C++11 intrinsics
` [RFC PATCH 08/15] Provide an implementation of bitops using C++11 atomics
` [RFC PATCH 09/15] Make the ISO bitops use 32-bit values internally
` [RFC PATCH 10/15] x86: Use ISO atomics
` [RFC PATCH 11/15] x86: Use ISO bitops
` [RFC PATCH 12/15] x86: Use ISO xchg(), cmpxchg() and friends
` [RFC PATCH 13/15] x86: Improve spinlocks using ISO C++11 intrinsic atomics
` [RFC PATCH 14/15] x86: Make the mutex implementation use ISO atomic ops
` [RFC PATCH 15/15] x86: Fix misc cmpxchg() and atomic_cmpxchg() calls to use try/return variants

[PATCH] bcache: bch_writeback_thread() is not freezable
 2016-05-18 15:28 UTC  (3+ messages)

[PATCH omap v2 0/6] Fix OMAP uses of RCU from idle loop
 2016-05-18 15:24 UTC  (4+ messages)
` [PATCH v2 omap 3/6] arm: Add _rcuidle tracepoints to allow clk_core_disable() use from idle

[RFC 00/13] make direct compaction more deterministic
 2016-05-18 15:24 UTC  (16+ messages)
` [RFC 06/13] mm, thp: remove __GFP_NORETRY from khugepaged and madvised allocations
` [RFC 11/13] mm, compaction: add the ultimate direct compaction priority
` [RFC 13/13] mm, compaction: fix and improve watermark handling

[PATCH] mm: fix duplicate words and typos
 2016-05-18 15:23 UTC  (2+ messages)

linux-next: Tree for May 18
 2016-05-18 15:19 UTC  (2+ messages)
` linux-next: Tree for May 18 (rcu/tree)

[PATCH] rcu: tree: correctly handle sparse possible CPUs
 2016-05-18 15:15 UTC  (2+ messages)

[RFC PATCH 0/3] OPTPROBES for powerpc
 2016-05-18 15:13 UTC  (3+ messages)
` [RFC PATCH 2/3] arch/powerpc : optprobes for powerpc core

[PATCH 0/3] ACPI: ARM64: support for ACPI_TABLE_UPGRADE
 2016-05-18 15:11 UTC  (4+ messages)
` [PATCH 3/3] "

[PATCH] mlx5: avoid unused variable warning
 2016-05-18 15:11 UTC  (2+ messages)

[PATCH v6 0/3] auxdisplay: Introduce ht16k33 driver
 2016-05-18 15:09 UTC  (4+ messages)
` [PATCH v6 3/3] MAINTAINERS: auxdisplay: Added myself as maintainer for "

[PATCH v2 0/7] iio: inv_mpu6050: Support i2c master and external readings
 2016-05-18 15:00 UTC  (8+ messages)
` [PATCH v2 1/7] iio: inv_mpu6050: Do burst reads using spi/i2c directly
` [PATCH v2 2/7] iio: inv_mpu6050: Initial regcache support
` [PATCH v2 3/7] iio: inv_mpu6050: Only toggle DATA_RDY_EN in inv_reset_fifo
` [PATCH v2 4/7] iio: inv_mpu6050: Cache non-volatile bits of user_ctrl
` [RFC v2 5/7] iio: inv_mpu6050: Add support for auxiliary I2C master
` [PATCH v2 6/7] iio: inv_mpu6050: Reformat sample for active scan mask
` [RFC v2 7/7] iio: inv_mpu6050: Expose channels from slave sensors

[PATCH] thermal: add the note for set_trip_temp
 2016-05-18 15:01 UTC 

[PATCH] ARM: exynos: don't select keyboard driver
 2016-05-18 15:01 UTC  (2+ messages)

[PATCH] ARM: samsung: improve static dma_mask definition
 2016-05-18 15:01 UTC  (2+ messages)

[PATCH] crypto: public_key: select CRYPTO_AKCIPHER2
 2016-05-18 14:56 UTC  (3+ messages)

[PATCH v2] crypto: public_key: select CRYPTO_AKCIPHER
 2016-05-18 14:55 UTC 

[PATCH v8 00/14] USB OTG/dual-role framework
 2016-05-18 14:46 UTC  (18+ messages)
` [PATCH v8 08/14] usb: otg: add OTG/dual-role core
` [PATCH v8 13/14] usb: gadget: udc: adapt to OTG core

[PATCH] xen: use same main loop for counting and remapping pages
 2016-05-18 14:44 UTC 

[PATCH] arm64: dts: rockchip: fixes the gic400 2nd region size for rk3368
 2016-05-18 14:41 UTC 

[linux310][linux316] Backport of 'compiler-gcc: integrate the various compiler-gcc[345].h'
 2016-05-18 14:38 UTC  (2+ messages)

[PATCH v3 0/2] nvmem: remove regmap dependency
 2016-05-18 14:36 UTC  (3+ messages)

[GIT PULL] move ARM LCD display driver to auxdisplay
 2016-05-18 14:35 UTC  (11+ messages)

[PATCH] Let chip-driver set brightness if, software blink not used
 2016-05-18 14:34 UTC  (3+ messages)

[PATCH] ftrace/x86: Set ftrace_stub to weak to prevent gcc from using short jumps to it
 2016-05-18 14:31 UTC  (2+ messages)

[RFC 0/8] drm: explicit fencing support
 2016-05-18 14:30 UTC  (8+ messages)
` [RFC 1/8] dma-buf/fence: add fence_collection fences

linux-next: manual merge of the vfs tree with the ext4 tree
 2016-05-18 14:25 UTC  (2+ messages)

[GIT] Networking
 2016-05-18 14:23 UTC  (8+ messages)

SCHED_DEADLINE cpudeadline.{h,c} fixup
 2016-05-18 14:22 UTC  (4+ messages)

Linux-next parallel cp workload hang
 2016-05-18 14:17 UTC  (6+ messages)

[PATCH] PCI: host-generic: select IRQ_DOMAIN
 2016-05-18 14:15 UTC 

4.5-rc0 regression: GPRS breaks after very short while
 2016-05-18 14:16 UTC  (2+ messages)

general protection fault (btrfs_real_readdir)
 2016-05-18 14:14 UTC  (5+ messages)

[RFC PATCH 0/3] Add ioremap_exec and extend drivers/misc/sram.c
 2016-05-18 14:12 UTC  (4+ messages)
` [RFC PATCH 1/3] asm-generic: io: Add exec versions of ioremap

[PATCH V2] drm/tegra: Fix crash caused by reference count imbalance
 2016-05-18 14:12 UTC  (2+ messages)

[PATCH] x86/boot: Refuse to build with data relocations
 2016-05-18 14:11 UTC  (12+ messages)

[PATCH v4 0/6] Add alignment check for DAX mount
 2016-05-18 14:01 UTC  (4+ messages)
` [PATCH v4 6/6] block: Update blkdev_dax_capable() for consistency
  ` [PATCH] remove unused blkdev_dax_capable() function

[PATCH v1] mm: bad_page() checks bad_flags instead of page->flags for hwpoison page
 2016-05-18 14:03 UTC  (5+ messages)
    ` [PATCH v2] mm: check_new_page_bad() directly returns in __PG_HWPOISON case

[PATCH 3/3] page-flags: rectify forward declaration
 2016-05-18 14:02 UTC  (5+ messages)
` [PATCH 00/16] Refreshed page-flags patchset
  ` [PATCH 12/16] page-flags: define PG_mlocked behavior on compound pages

[RFT PATCH] iio: magn: Add support for BMM150 magnetometer
 2016-05-18 14:01 UTC  (4+ messages)

[PATCH] docs: fix "interruptible" misspellings
 2016-05-18 13:55 UTC 

[PATCH 00/14] clk/mfd/ASoC/ARM: OMAP4/5: McPDM/twl6040 pdmclk support
 2016-05-18 13:46 UTC  (15+ messages)
` [PATCH 01/14] clk: twl6040: Correct clk_ops
` [PATCH 02/14] clk: twl6040: Register the clock as of_clk_provider
` [PATCH 03/14] clk: twl6040: Rename the driver and use consistent names in the code
` [PATCH 04/14] mfd: twl6040: The chip does not support bulk access
` [PATCH 05/14] mfd: twl6040: Register child device for twl6040-pdmclk
` [PATCH 06/14] ARM: dts: omap5-board-common: Add pdmclk binding for audio
` [PATCH 07/14] ARM: dts: omap4-panda-common: "
` [PATCH 08/14] ARM: dts: omap4-sdp: "
` [PATCH 09/14] ARM: dts: omap4-var-som-om44: "
` [PATCH 10/14] ARM: dts: omap4-duovero: "
` [PATCH 11/14] ASoC: omap: Kconfig: SND_OMAP_SOC_OMAP_ABE_TWL6040 to select CLK_TWL6040
` [PATCH 12/14] ASoC: omap-mcpdm: Move the WD enable write inside omap_mcpdm_open_streams()
` [PATCH 13/14] ASoC: omap-mcpdm: Support for suspend resume
` [PATCH 14/14] ASoC: omap-mcpdm: Add support for pdmclk clock handling

[PATCH] arm64: Allow for different DMA and CPU bus offsets
 2016-05-18 13:50 UTC  (4+ messages)

[PATCH 1/2] mtd: spi-nor: disable software protection for Macronix flash at startup
 2016-05-18 13:32 UTC  (2+ messages)
` [PATCH 2/2] mtd: spi-nor: disable software protection for Winbond flash at startup (again)

[PATCH] usb: gadget: f_fs: report error if excess data received
 2016-05-18 13:39 UTC  (9+ messages)

[PATCH] docs: self-protection: rename "leak" to "exposure"
 2016-05-18 13:37 UTC 

[PATCH v3] Input - surface3_spi: add new driver for the Surface 3
 2016-05-18 13:31 UTC  (4+ messages)

next: Build failure in drivers/s390/block/dcssblk.c due to 'dax: enable dax ...'
 2016-05-18 13:30 UTC 

[PATCH] virtio_balloon: fix PFN format for virtio-1
 2016-05-18 13:27 UTC  (2+ messages)

[PATCH 00/17] perf tools: Support overwritable ring buffer
 2016-05-18 13:23 UTC  (5+ messages)
` [PATCH 02/17] perf tools: Add evlist channel helpers

buona giornata
 2016-05-18 13:16 UTC 

malloc() size in CMA region seems to be aligned to CMA_ALIGNMENT
 2016-05-18 13:15 UTC  (3+ messages)

[PATCH] mpt3sas: Do scsi_remove_host() before deleting SAS PHY objects
 2016-05-18 13:14 UTC  (6+ messages)

[RFC PATCH v2 00/18] livepatch: hybrid consistency model
 2016-05-18 13:12 UTC  (9+ messages)
` [RFC PATCH v2 17/18] livepatch: change to a per-task "
  ` klp_task_patch: was: "

[PATCH] ARM: at91: Add DT support for Olimex SAM9-L9260 board
 2016-05-18 12:32 UTC 

[PATCH net] tuntap: correctly wake up process during uninit
 2016-05-18 13:01 UTC  (2+ messages)

[RFC PATCH 1/2] ACPI / button: Send "open" state after boot/resume
 2016-05-18 12:57 UTC  (2+ messages)

[RFC PATCH] Increase in idle power with schedutil
 2016-05-18 12:53 UTC  (2+ messages)
` [RFC PATCH] cpufreq: powernv: Add fast_switch callback


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