The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2014-06-16 10:28:48 to 2014-06-16 14:52:51 UTC [more...]

[PATCH RESEND] mfd: Fix cs5535 dependencies
 2014-06-16 14:52 UTC  (2+ messages)

[PATCH RESEND] mfd: timberdale: Depend on X86_32
 2014-06-16 14:52 UTC  (2+ messages)

[PATCH v4 00/16] PCI/iommu: Fix DMA alias problems
 2014-06-16 14:47 UTC  (2+ messages)

[PATCH 1/1] PM / Runtime: let rpm_resume fail if rpm disabled and device suspended
 2014-06-16 14:43 UTC  (2+ messages)

[PATCH v3 03/03]: hwrng: khwrngd derating per device
 2014-06-16 14:40 UTC  (13+ messages)
` [PATCH v5 00/03]: hwrng: an in-kernel rngd
  ` [Patch v5 03/03]: hwrng: khwrngd derating per device
    ` [Patch v5.1 "

[PATCH 2/2] memcg: Allow hard guarantee mode for low limit reclaim
 2014-06-16 14:40 UTC  (16+ messages)
` [PATCH 1/2] mm, memcg: allow OOM if no memcg is eligible during direct reclaim
  ` [PATCH 2/2] memcg: Allow guarantee reclaim

[RFC 0/2] __vdso_findsym
 2014-06-16 14:38 UTC  (10+ messages)

[PATCH] tell gcc optimizer to never introduce new data races
 2014-06-16 14:37 UTC  (5+ messages)

[PATCH 0/2] Add support for am437x StarterKit
 2014-06-16 14:36 UTC  (9+ messages)
` [RESEND PATCH 1/2] ARM: AM43xx: hwmod: add DSS hwmod data

[PATCH/RFC] ASoC: Drop const from struct snd_soc_dai_link *of_node members
 2014-06-16 14:33 UTC 

[PATCH v3] hwmon: Driver for TI TMP103 temperature sensor
 2014-06-16 14:34 UTC  (2+ messages)

[PATCH] firmware loader: allow disabling of udev as firmware loader
 2014-06-16 14:28 UTC  (7+ messages)

Linux 3.15: SPARC serial console regression
 2014-06-16 14:24 UTC  (6+ messages)
` FW: "

perf/workqueue: lockdep warning on process exit
 2014-06-16 14:24 UTC 

[PATCH 0/2] mmc: rtsx: add support for async request
 2014-06-16 14:24 UTC  (8+ messages)
` [PATCH 1/2] mfd: rtsx: add dma transfer function
` [PATCH 2/2] mmc: rtsx: add support for async request

[PATCH 1/2] mfd: cros_ec: spi: Fix end of transfer on devices with no spi-msg-delay
 2014-06-16 14:24 UTC  (2+ messages)

[PATCH] Suppress -Wignored-qualifiers warnings
 2014-06-16 14:23 UTC  (3+ messages)

[PATCH v2] xenpv: don't BUG when failing to setup NMI callback
 2014-06-16 14:22 UTC  (2+ messages)

Regression: make O=... deb-pkg broken in 3.16
 2014-06-16 14:18 UTC  (2+ messages)
` [PATCH] deb-pkg: Fix for relative paths

[PATCH v4] staging: lustre: lclient: fixing coding style issues
 2014-06-16 14:17 UTC  (10+ messages)
` [PATCH v4 1/8] staging: lustre: lclient: glimpse.c "
` [PATCH v4 2/8] "
` [PATCH v4 3/8] staging: lustre: lclient: lcommon_misc.c "
` [PATCH v4 4/8] staging: lustre: lclient: lcommon_cl.c "
` [PATCH v4 5/8] "
` [PATCH v4 6/8] "
` [PATCH v4 7/8] "
` [PATCH v4 8/8] "

[PATCH] arm64: Add flush_cache_vmap call in __early_set_fixmap
 2014-06-16 14:17 UTC  (9+ messages)

[PATCH] extcon: extcon-dra7xx: Add Extcon driver for DRA7xx
 2014-06-16 14:15 UTC  (4+ messages)

[PATCH v2 0/4] clk: Add clock driver for DRA7 ATL (Audio Tracking Logic)
 2014-06-16 14:13 UTC  (4+ messages)
` [PATCH v2 4/4] ARM: DTS: dra7/dra7xx-clocks: ATL related changes

Writing watchdog_thresh triggers BUG: sleeping function called from invalid context
 2014-06-16 14:12 UTC 

[PATCH tty-next 00/22] tty/serial fixes for 3.17
 2014-06-16 14:09 UTC  (26+ messages)
` [PATCH tty-next 01/22] tty: Document locking for tty driver methods
` [PATCH tty-next 02/22] tty: Document locking for tty_port_close{,start,end}()
` [PATCH tty-next 03/22] tty: Document locking for tty_port_open()
` [PATCH tty-next 04/22] tty: Document locking for tty_port_block_til_ready()
` [PATCH tty-next 05/22] tty: Document locking for tty_port_hangup()
` [PATCH tty-next 06/22] tty: Move tty->closing from port lock critical section
` [PATCH tty-next 07/22] tty: ipwireless: Remove tty->closing abort from ipw_open()
` [PATCH tty-next 08/22] serial: Use UPF_* constants with struct uart_port flags
` [PATCH tty-next 09/22] tty: Remove tty_hung_up_p() tests from tty drivers' open()
` [PATCH tty-next 10/22] char: synclink: Remove WARN_ON for bad port count
` [PATCH tty-next 11/22] tty: Call hangup method in modern style
` [PATCH tty-next 12/22] tty: serial: Fix termios/port flags mismatch
` [PATCH tty-next 13/22] serial: blackfin: Fix CTS flow control
` [PATCH tty-next 14/22] tty: Remove tty_wait_until_sent_from_close()
` [PATCH tty-next 15/22] isdn: tty: Use private flag for ASYNC_CLOSING
` [PATCH tty-next 16/22] tty: mxser: Use tty->closing "
` [PATCH tty-next 17/22] tty: Remove ASYNC_CLOSING
` [PATCH tty-next 18/22] tty: Move tty hung up check from port->lock critical section
` [PATCH tty-next 19/22] serial: Style fix
` [PATCH tty-next 20/22] serial: Refactor uart_flush_buffer() from uart_close()
` [PATCH tty-next 21/22] serial: core: Remove superfluous ldisc flush "
` [PATCH tty-next 22/22] serial: Fix locking for uart driver set_termios() method

[RFC PATCH 0/4] Tegra124: EMC scaling
 2014-06-16 14:08 UTC  (7+ messages)
` [RFC PATCH 1/4] memory: tegra124-emc: Add EMC driver
` [RFC PATCH 2/4] ARM: tegra: Add Tegra124 EMC support
` [RFC PATCH 3/4] drm/tegra: Request memory bandwidth for the display controller
` [RFC PATCH 4/4] cpufreq: tegra: Register a minimum EMC frequency based on the CPU clock

[PATCH V3 00/16] irqchip: crossbar: driver fixes
 2014-06-16 14:04 UTC  (18+ messages)
` [PATCH V3 01/16] irqchip: crossbar: dont use '0' to mark reserved interrupts
` [PATCH V3 02/16] irqchip: crossbar: check for premapped crossbar before allocating
` [PATCH V3 03/16] irqchip: crossbar: introduce ti,irqs-skip to skip
` [PATCH V3 04/16] irqchip: crossbar: initialise the crossbar with a safe value
` [PATCH V3 05/16] irqchip: crossbar: change allocation logic by reversing search for free irqs
` [PATCH V3 06/16] irqchip: crossbar: remove IS_ERR_VALUE check
` [PATCH V3 07/16] irqchip: crossbar: fix sparse and checkpatch warnings
` [PATCH V3 08/16] irqchip: crossbar: fix kerneldoc warning
` [PATCH V3 09/16] irqchip: crossbar: return proper error value
` [PATCH V3 10/16] irqchip: crossbar: change the goto naming
` [PATCH V3 11/16] irqchip: crossbar: set cb pointer to null in case of error
` [PATCH V3 12/16] irqchip: crossbar: add kerneldoc for crossbar_domain_unmap callback
` [PATCH V3 13/16] irqchip: crossbar: introduce ti,max-crossbar-sources to identify valid crossbar mapping
` [PATCH V3 14/16] irqchip: crossbar: introduce centralized check for crossbar write
` [PATCH V3 15/16] documentation: dt: omap: crossbar: add description for interrupt consumer
` [PATCH V3 16/16] irqchip: crossbar: allow for quirky hardware with direct hardwiring of GIC

[PATCH -next 00/26] treewide: Use dma_zalloc_coherent
 2014-06-16 13:20 UTC  (3+ messages)
` [PATCH -next 08/26] infiniband: "

[PATCH] fs/cifs: fix regression in cifs_create_mf_symlink()
 2014-06-16 13:49 UTC  (2+ messages)

[GIT PULL] scheduler tree changes for v3.16
 2014-06-16 13:53 UTC  (2+ messages)

[PATCH] ARM: Thumb-2: Fix out-of-range offset for Thumb-2 in, proc-macros.S
 2014-06-16 13:49 UTC  (2+ messages)

[PATCH v6 0/7] clk: bcm: prerequisite and bus clock support
 2014-06-16 13:40 UTC  (8+ messages)
` [PATCH v6 1/7] clk: kona: move some code
` [PATCH v6 2/7] clk: kona: don't init clocks at startup time
` [PATCH v6 3/7] clk: bcm281xx: add an initialized flag
` [PATCH v6 4/7] clk: bcm281xx: implement prerequisite clocks
` [PATCH v6 5/7] clk: bcm281xx: add bus clock support
` [PATCH v6 6/7] clk: bcm281xx: define a bus clock
` [PATCH v6 7/7] ARM: dts: add bus clock bsc3_apb for bcm281xx

[RESEND PATCH] ARM: kdump: Add vmcore_elf64_check_arch
 2014-06-16 13:38 UTC  (4+ messages)

[PATCH] Missing return check against Null for return value of netdev_alloc_dev_skb()
 2014-06-16 13:32 UTC  (4+ messages)

[PATCH] firmware: Add device tree binding for coreboot
 2014-06-16 13:30 UTC  (4+ messages)

[PATCH v9 0/5] ARM: sunxi: Add support for consumer infrared devices
 2014-06-16 13:29 UTC  (7+ messages)
` [PATCH v9 3/5] ARM: sunxi: Add pins for IR controller on A20 to dtsi
` [PATCH v9 4/5] ARM: sunxi: Add IR controllers "
` [PATCH v9 5/5] ARM: sunxi: Enable IR controller on cubieboard 2 and cubietruck in dts

[PATCH 0/8] Add initial support for DA9150 Charger & Fuel-Gauge IC
 2014-06-16 13:27 UTC  (6+ messages)
` [PATCH 1/8] mfd: Add support for DA9150 combined charger & fuel-gauge device
` [PATCH 6/8] power: Add support for DA9150 Charger

[PATCH v2 0/7] drm: add support for Atmel HLCDC Display Controller
 2014-06-16 13:23 UTC  (7+ messages)
` [PATCH v2 1/7] mfd: add atmel-hlcdc driver

3.15-rc8 oops in copy_page_rep after page fault
 2014-06-16 13:26 UTC  (6+ messages)

[PATCH] Fix memory leak in cm.c
 2014-06-16 13:26 UTC  (2+ messages)

[PATCH] serial: 8250_dw: add ability to handle the peripheral clock
 2014-06-16 13:25 UTC 

[PATCH v3 0/6] mfd: axp20x: add AXP221 PMIC support
 2014-06-16 13:24 UTC  (5+ messages)
` [PATCH v3 5/6] regulator: add support for regulator set registration

[RFC] Turn off -Wmaybe-uninitialized completely and move it to W=1
 2014-06-16 13:20 UTC 

[PATCHv5 0/3] mfd: sec-core: Add support S2MPU02 PMIC device
 2014-06-16 13:19 UTC  (5+ messages)
` [PATCHv5 1/3] mfd: sec-core: Add support for S2MPU02 device
` [PATCHv5 2/3] regulator: s2mps11: Add support S2MPU02 regulator device

[RFC PATCH] gpio: Add a defer reset object to send board specific reset
 2014-06-16 13:18 UTC  (2+ messages)

[PATCH 1/6] arc,perf: Use common PMU interrupt disabled code
 2014-06-16 13:16 UTC  (2+ messages)

[RFC/PATCH] perf tools: Fix segfault in cumulative.callchain report
 2014-06-16 13:14 UTC  (4+ messages)

[PATCH] dmaengine: Update documentation for inline wrappers
 2014-06-16 13:13 UTC 

3d3d6b847420 ("kbuild: LLVMLinux: Adapt warnings for compilation with clang")
 2014-06-16 13:07 UTC 

[PATCH] NFC: trf7970a: Move trf7970a_init inside #ifdef CONFIG_PM_RUNTIME
 2014-06-16 13:06 UTC 

[Regression] 3.15 mmc related ext4 corruption with qemu-system-arm
 2014-06-16 13:02 UTC  (5+ messages)

[PATCH] mm/vmscan.c: avoid recording the original scan targets in shrink_lruvec()
 2014-06-16 12:57 UTC  (2+ messages)

[PATCH] regulator: twl: Convert to use devm_kmemdup()
 2014-06-16 12:59 UTC  (2+ messages)

[PATCH] mmc: core: Fix DT documentation of eMMC high-speed DDR 1.8/1.2V bindings
 2014-06-16 12:58 UTC  (2+ messages)

netconsole breaks netpoll on bridge
 2014-06-16 12:51 UTC 

[PATCH v2] devicetree: Add generic IOMMU device tree bindings
 2014-06-16 12:57 UTC  (6+ messages)

[PATCH 0/8] mm: add page cache limit and reclaim feature
 2014-06-16 12:50 UTC  (5+ messages)

[kconfig] update: results of some syntactical checks
 2014-06-16 12:38 UTC  (6+ messages)
      ` [PATCH] [media] sms: Remove CONFIG_ prefix from Kconfig symbols

PATCH[[vme/bridges/vme_ca91cx42.c:1382: Bad if test Bug Fix]‏‏
 2014-06-16 10:08 UTC  (4+ messages)

[RFC 0/2] backlight: add new tps611xx backlight driver
 2014-06-16 12:19 UTC  (3+ messages)
` [RFC 1/2] "

[PATCH v2] mmc: Add hardware dependencies for sdhci-pxav3 and sdhci-pxav2
 2014-06-16 12:18 UTC 

[PATCH V3 0/2] arm: dts: dra7: add crossbar dt support
 2014-06-16 12:10 UTC  (3+ messages)
` [PATCH V3 1/2] arm: dts: dra7: add routable-irqs property for gic node
` [PATCH V3 2/2] arm: dts: dra7: add crossbar device binding

[PATCH tty-next 1/2] serial: Fix IGNBRK handling
 2014-06-16 12:10 UTC  (2+ messages)
` [PATCH tty-next 2/2] tty: Correct INPCK handling

[PATCH] ARM: dts: am43x-epos-evm: Add Missing cpsw-phy-sel for am43x-epos-evm
 2014-06-16 12:03 UTC  (5+ messages)

[PATCH v5 0/7] xen: Add EFI support
 2014-06-16 12:00 UTC  (11+ messages)
` [PATCH v5 2/7] efi: Introduce EFI_NO_DIRECT flag
  ` [Xen-devel] "
` [PATCH v5 3/7] xen: Define EFI related stuff
  ` [Xen-devel] "
` [PATCH v5 4/7] xen: Put EFI machinery in place
` [PATCH v5 7/7] arch/x86: Comment out efi_set_rtc_mmss()
    ` [Xen-devel] "

[PATCH 2/2] Documentation: Rename hpfall.c => freefall.c, fixes for Dell
 2014-06-16 11:55 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 0/6] KVM: x86: More emulator bugs
 2014-06-16 11:53 UTC  (6+ messages)
` [PATCH 6/6] KVM: x86: check DR6/7 high-bits are clear only on long-mode

[PATCH] ARM: spear: Remove references to PLAT_SPEAR_SINGLE
 2014-06-16 11:49 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] spin_lock_*(): Always evaluate second argument
 2014-06-16 11:48 UTC 

[PATCH v1a 0/2] KEYS: validate key trust with owner and builtin keys only
 2014-06-16 11:43 UTC  (5+ messages)
` [PATCH v1a 1/2] KEYS: validate certificate trust only with selected owner key
` [PATCH v1a 2/2] KEYS: validate certificate trust only with builtin keys

[PATCH v3 0/2] Add support for Lenovo Compact Keyboard
 2014-06-16 11:39 UTC  (3+ messages)
` [PATCH v3 1/2] Rename hid-lenovo-tpkbd to hid-lenovo, so we can add other keyboards

[PATCH] ARM: STi: DT: Properly define sti-ethclk & stmmaceth for stih415/6
 2014-06-16 11:28 UTC  (3+ messages)
` [PATCH V2] "

[PATCH 0/3] Fix boot-hang on Peach-pit and Enable audio
 2014-06-16 11:26 UTC  (7+ messages)
` [PATCH 2/3] ARM: dts: Update the parent for Audss clocks in Exynos5420
` [PATCH 3/3] ARM: dts: Enable audio support for Peach-pi board

[PATCH] ARM: dts: berlin2q.dtsi: set L2CC tag and data latency as 2 cycles
 2014-06-16 11:24 UTC  (2+ messages)

[PATCH RFC RESEND 01/14] block: kconfig update and build bits for BFQ
 2014-06-16 11:23 UTC  (16+ messages)
` [PATCH RFC - TAKE TWO - 00/12] New version of the BFQ I/O Scheduler
  ` [PATCH RFC - TAKE TWO - 10/12] block, bfq: add Early Queue Merge (EQM)
  ` [PATCH RFC - TAKE TWO - 11/12] block, bfq: boost the throughput on NCQ-capable flash-based devices

[PATCH 0/2] ARM: berlin: BG2Q I2C support
 2014-06-16 11:23 UTC  (5+ messages)
` [PATCH 1/2] ARM: dts: berlin: add I2C nodes for BG2Q
` [PATCH 2/2] ARM: dts: berlin: enable i2c0 and i2c2

[PATCH 1/3] drivers/staging/bcm/Misc: style: added blank lines after declarations
 2014-06-16 11:01 UTC  (3+ messages)
` [PATCH 2/3] drivers/staging/bcm/Misc: style: removed duplicate parentheses
` [PATCH 3/3] drivers/staging/bcm/Misc: style: removed void returns

copying file results in out of memory, kills other processes, makes system unavailable
 2014-06-16 10:57 UTC  (2+ messages)
` [linux-lvm] "

[PATCH v6 0/7] ARM: berlin: add AHCI support
 2014-06-16 10:46 UTC  (8+ messages)
` [PATCH v6 2/7] Documentation: bindings: add the Berlin SATA PHY
` [PATCH v6 3/7] ata: libahci: allow to use multiple PHYs
` [PATCH v6 4/7] ata: ahci_platform: add a generic AHCI compatible
` [PATCH v6 5/7] Documentation: bindings: document the sub-nodes AHCI bindings
` [PATCH v6 6/7] ARM: berlin: add the AHCI node for the BG2Q

your patches to support the touchpad of Haswell ChromeBooks
 2014-06-16 10:46 UTC  (3+ messages)

[PATCH] staging: lustre: Fix sparse warnings for undeclared symbols
 2014-06-16 10:44 UTC 

[PATCH] lib.c: skip --param parameters
 2014-06-16 10:43 UTC 

[Resend/PATCH] arm: dts: dra7: Add qspi device
 2014-06-16 10:41 UTC  (5+ messages)

[PATCH v2] delete unnecessary bootmem struct page array
 2014-06-16 10:30 UTC  (8+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox