All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-06-05 17:08:18 to 2013-06-05 18:11:22 UTC [more...]

[PATCH] libibverbs: A possible solution for allowing arbitrary MTU values
 2013-06-05 18:11 UTC  (6+ messages)

[Bug 65270] New: CAICOS [drm:r600_uvd_init] *ERROR* UVD not responding, trying to reset the VCPU!!!
 2013-06-05 18:10 UTC  (2+ messages)
` [Bug 65270] "

[PATCH v4 0/7] git send-email suppress-cc=self fixes
 2013-06-05 18:10 UTC 

Status of "ummunot" branch?
 2013-06-05 18:10 UTC  (12+ messages)

[RFC PATCH v2 0/2] drivers: mfd: Versatile Express SPC support
 2013-06-05 18:08 UTC  (4+ messages)
` [RFC PATCH v2 2/2] drivers: mfd: vexpress: add Serial Power Controller (SPC) support

carl9170:5/10 MHz Channel Support on carl9170
 2013-06-05 18:08 UTC  (4+ messages)

[PATCH RESEND V2 1/4] iio: frequency: ad4350: Fix bug / typo in mask
 2013-06-05 18:07 UTC  (9+ messages)
` [PATCH RESEND V2 3/4] iio: frequency: adf4350: Add support for clock consumer framework

[PATCH v4] MIPS: micromips: Fix improper definition of ISA exception bit
 2013-06-05 18:05 UTC 

[PATCH v2 1/2] RTC: rtc-twl: Fix rtc_reg_map initialization
 2013-06-05 18:05 UTC  (5+ messages)
` [PATCH v2 2/2] RTC: rtc-twl: Cleanup with module_platform_driver() conversion

[PATCH 0/7] Vyatta patches
 2013-06-05 18:05 UTC  (5+ messages)
` [PATCH 5/7] pci: support multiple PCI regions per device

[Buildroot] AM3517 Neon, OpenGL & EGLFS support
 2013-06-05 18:05 UTC  (2+ messages)

[PATCH] drm/i915: implement HSW display sequences for package C8+
 2013-06-05 18:04 UTC  (4+ messages)

[PATCH 1/3] mtd: cfi_cmdset_0002: remove unnecessary initialization
 2013-06-05 18:01 UTC  (5+ messages)
` [PATCH 3/3] mtd: cfi_cmdset_0002: increase do_write_buffer() timeout

J1939 questions
 2013-06-05 18:01 UTC 

[ARM] Bash often segfaults in Dom0 with the latest Xen
 2013-06-05 18:01 UTC  (9+ messages)

[igt PATCH 1/5] lib: move connector_type_str and co to drmtest
 2013-06-05 18:00 UTC  (6+ messages)
` [igt PATCH 2/5] lib: add kmstest_cairo_printf_line
` [igt PATCH 3/5] lib: add kmstest_get_connector_config

[Buildroot] [autobuild.buildroot.net] Build results for 2013-06-04
 2013-06-05 18:00 UTC  (6+ messages)

[RFC] Support for UEFI ESP in os-prober
 2013-06-05 17:58 UTC  (9+ messages)

Atmel updates to atmel_mxt_ts touch controller driver - v5 Daniel Kurtz <djkurtz@chromium.org>, Henrik Rydberg <rydberg@euromail.se>, Joonyoung Shim <jy0922.shim@samsung.com>, Alan.Bowens@atmel.com, linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, pmeerw@pmeerw.net, bleung@chromium.org, olofj@chromium.org
 2013-06-05 17:57 UTC  (55+ messages)
` [PATCH 01/53] Input: atmel_mxt_ts - Remove unnecessary platform data
` [PATCH 02/53] Input: atmel_mxt_ts - Improve T19 GPIO keys handling
` [PATCH 03/53] Input: atmel_mxt_ts - Return IRQ_NONE when interrupt handler fails
` [PATCH 04/53] Input: atmel_mxt_ts - define helper functions for size and instances
` [PATCH 05/53] Input: atmel_mxt_ts - Select FW_LOADER for firmware code
` [PATCH 06/53] Input: atmel_mxt_ts - wait for CHG assert in mxt_check_bootloader
` [PATCH 07/53] Input: atmel_mxt_ts - wait for CHG after bootloader resets
` [PATCH 08/53] Input: atmel_mxt_ts - Initialise IRQ before probing
` [PATCH 09/53] Input: atmel_mxt_ts - Make wait-after-reset period compatible with all chips
` [PATCH 10/53] Input: atmel_mxt_ts - Add memory access interface via sysfs
` [PATCH 11/53] Input: atmel_mxt_ts - Implement debug output for messages
` [PATCH 12/53] Input: atmel_mxt_ts - Improve error reporting and debug
` [PATCH 13/53] Input: atmel_mxt_ts - Implement CRC check for configuration data
` [PATCH 14/53] Input: atmel_mxt_ts - Download device config using firmware loader
` [PATCH 15/53] Input: atmel_mxt_ts - Calculate and check CRC in config file
` [PATCH 16/53] Input: atmel_mxt_ts - Add additional bootloader addresses
` [PATCH 17/53] Input: atmel_mxt_ts - Read and report bootloader version
` [PATCH 18/53] Input: atmel_mxt_ts - Implement bootloader frame retries
` [PATCH 19/53] Input: atmel_mxt_ts - Improve bootloader progress output
` [PATCH 20/53] Input: atmel_mxt_ts - Add check for incorrect firmware file format
` [PATCH 21/53] Input: atmel_mxt_ts - Read screen config from chip
` [PATCH 22/53] Input: atmel_mxt_ts - Set default irqflags when there is no pdata
` [PATCH 23/53] Input: atmel_mxt_ts - Use deep sleep mode when stopped
` [PATCH 24/53] Input: atmel_mxt_ts - Add shutdown function
` [PATCH 25/53] Input: atmel_mxt_ts - Rename pressure to amplitude to match spec
` [PATCH 26/53] Input: atmel_mxt_ts - Rename touchscreen defines to include T9
` [PATCH 27/53] Input: atmel_mxt_ts - Handle multiple input reports in one message
` [PATCH 28/53] Input: atmel_mxt_ts - Move input device init into separate function
` [PATCH 29/53] Input: atmel_mxt_ts - Handle APP_CRC_FAIL on startup
` [PATCH 30/53] Input: atmel_mxt_ts - Handle bootloader previously unlocked
` [PATCH 31/53] Input: atmel_mxt_ts - Add bootloader addresses for new chips
` [PATCH 32/53] Input: atmel_mxt_ts - Recover from bootloader on probe
` [PATCH 33/53] Input: atmel_mxt_ts - Add support for dynamic message size
` [PATCH 34/53] Input: atmel_mxt_ts - Decode T6 status messages
` [PATCH 35/53] Input: atmel_mxt_ts - Split message handler into separate functions
` [PATCH 36/53] Input: atmel_mxt_ts - Implement T44 message handling
` [PATCH 37/53] Input: atmel_mxt_ts - Output status from T48 Noise Supression
` [PATCH 38/53] Input: atmel_mxt_ts - Output status from T42 Touch Suppression
` [PATCH 39/53] Input: atmel_mxt_ts - Implement vector/orientation support
` [PATCH 40/53] Input: atmel_mxt_ts - implement I2C retries
` [PATCH 41/53] Input: atmel_mxt_ts - Implement T63 Active Stylus support
` [PATCH 42/53] Input: atmel_mxt_ts - Implement support for T15 Key Array
` [PATCH 43/53] Input: atmel_mxt_ts - Remove unused defines
` [PATCH 44/53] Input: atmel_mxt_ts - Verify Information Block checksum on probe
` [PATCH 45/53] Input: atmel_mxt_ts - Use T18 RETRIGEN to handle IRQF_TRIGGER_LOW
` [PATCH 46/53] Input: atmel_mxt_ts - Handle reports from T47 Stylus object
` [PATCH 47/53] Input: atmel_mxt_ts - Release touch state during suspend
` [PATCH 48/53] Input: atmel_mxt_ts - Initialize power config before and after downloading cfg
` [PATCH 49/53] Input: atmel_mxt_ts - Add regulator control support
` [PATCH 50/53] Input: atmel_mxt_ts - Implement support for T100 touch object
` [PATCH 51/53] Input: atmel_mxt_ts - Allow specification of firmware file name
` [PATCH 52/53] Input: atmel_mxt_ts - Handle cfg filename via pdata/sysfs
` [PATCH 53/53] Input: atmel_mxt_ts - Only use first T9 instance

Performance regression from routing cache removal?
 2013-06-05 17:57 UTC 

[PATCH 0/3] Increase the number of USB to serial devices we can support at once
 2013-06-05 17:55 UTC  (4+ messages)
` [PATCH 2/3] USB: serial: make minor allocation dynamic
` [PATCH 3/3] USB: serial: increase the number of devices we support
` [PATCH 1/3] USB: serial: ports: add minor and port number

[PATCH V2 0/4] ARM: tegra: cpuidle: some clean up for CPUidle driver
 2013-06-05 17:53 UTC  (3+ messages)

[Buildroot] [PATCH] package/libbsd: depends on architectures providing a.out.h
 2013-06-05 17:52 UTC 

[PATCH lnf-conntrack 1/3] qa: add api test for nfct_cmp and nfct_exp functions
 2013-06-05 17:46 UTC  (6+ messages)
` [PATCH 3/3] expect: consider all expect attributes when comparing

[PATCH 0/2] Simplify tune-cortexa*.inc, and add cortex-a5 tuning
 2013-06-05 17:45 UTC  (3+ messages)
` [PATCH 1/2] tune-cortexa.inc: create a common include for cortex-a armv7a tuning

[PATCH] ARM: dts: add vmmc regulator support for ODROID-X
 2013-06-05 17:45 UTC  (2+ messages)

[PATCH] ARM: tegra: remove the ifdef of ARCH SoC in the tegra_resume
 2013-06-05 17:44 UTC  (3+ messages)

[PATCH dylan, master] Fix meta-toolchain-qte SDK build for x11-less DISTRO
 2013-06-05 17:43 UTC  (8+ messages)

What's cooking in git.git (Jun 2013, #02; Tue, 4)
 2013-06-05 17:41 UTC  (4+ messages)
` [Administrivia] On ruby and contrib/

[PATCH v5 0/4] xen/arm: CONFIG_PARAVIRT and stolen ticks accounting
 2013-06-05 17:30 UTC  (9+ messages)
` [PATCH v5 2/4] kernel: missing include in cputime.c
` [PATCH v5 3/4] arm: introduce CONFIG_PARAVIRT, PARAVIRT_TIME_ACCOUNTING and pv_time_ops

[Qemu-devel] [PATCH 0/2] AArch64 TCG User Mode
 2013-06-05 17:38 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/2] user-exec.c: aarch64 initial implementation of cpu_signal_handler

[RFC v1] add new io-scheduler to use cgroup on high-speed device
 2013-06-05 17:36 UTC  (4+ messages)

[PATCH] xen/blkback: Check for insane amounts of request on the ring
 2013-06-05 17:35 UTC  (4+ messages)

[refpolicy] [PATCH 1/1] Remove the hard-coding of selinuxfs mountpoint
 2013-06-05 17:35 UTC  (2+ messages)

[PATCH] dmatest: do not allow to interrupt ongoing tests
 2013-06-05 17:33 UTC  (9+ messages)

[PATCH 1/1] Add support for Tegra114 SPI boot device
 2013-06-05 17:32 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/4] tcg-arm: Implement tcg_register_jit
 2013-06-05 17:29 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 1/4] tcg: Fix high_pc fields in .debug_info
` [Qemu-devel] [PATCH v2 2/4] tcg: Move the CIE and FDE header definitions to common code
` [Qemu-devel] [PATCH v2 3/4] tcg-i386: Use QEMU_BUILD_BUG_ON instead of assert for frame size
` [Qemu-devel] [PATCH v2 4/4] tcg-arm: Implement tcg_register_jit

[PATCH] OMAPDSS: Remove kfree for memory allocated with devm_kzalloc
 2013-06-05 17:29 UTC  (2+ messages)

[Qemu-devel] [PATCH qom-cpu 00/15 v8] target-i386: convert CPU features into properties, part 1
 2013-06-05 17:29 UTC  (6+ messages)

[linux-lvm] [PATCH 00/10] Enhancements to a clustered logical volume activation
 2013-06-05 17:29 UTC  (6+ messages)
    ` [linux-lvm] clvmd leaving kernel dlm uncontrolled lockspace

[PATCH -v4 0/8] Add hostbridge resource release to support root bus hotplug in IA64
 2013-06-05 17:27 UTC  (3+ messages)

pulling net tree into net-next
 2013-06-05 17:27 UTC 

pxa27x and pinctrl-single
 2013-06-05 17:23 UTC  (2+ messages)

[PATCH 1/3] drivers: pinctrl sleep and idle states in the core
 2013-06-05 17:22 UTC  (3+ messages)

[RFC refactor 00/21] Merging windows-build with master
 2013-06-05 17:00 UTC  (22+ messages)
` [RFC refactor 01/21] Fix ShellSession execute
` [RFC refactor 02/21] Remove shell type from ShellSession constructor
` [RFC refactor 03/21] Use / as separator instead of OS separator
` [RFC refactor 04/21] Remove unsed methods & inner classes from ShellSession
` [RFC refactor 05/21] Save active connection for Bitbake recipe
` [RFC refactor 06/21] Initialize and store the connection on Recipe Wizard
` [RFC refactor 07/21] Store connection for recipe in Recipe Wizard Page
` [RFC refactor 08/21] Refactor Wizard Page fields to have consistent names
` [RFC refactor 09/21] Refactor populate method name
` [RFC refactor 10/21] Break handlePopulate into remote and local functions
` [RFC refactor 11/21] Use uri instead of string to determine location of recipe & determine archive type
` [RFC refactor 12/21] Store metadata location as URI instead of String
` [RFC refactor 13/21] Refactor Recipe Wizard Page to use Remote target Api
` [RFC refactor 14/21] Run all Recipe task in wizard container
` [RFC refactor 15/21] Enable Populate button when src URI changes
` [RFC refactor 16/21] Store reference to OptionsPage in InstallWizard
` [RFC refactor 17/21] Collect Bitbake error lines
` [RFC refactor 18/21] Refactor Bitbake wizard to use RemoteHelper API
` [RFC refactor 19/21] Retrieve console from RemoteHelper instead of recreating it
` [RFC refactor 20/21] Remove LongRunningTask, ICalculatePercentage from InstallWizard
` [RFC refactor 21/21] Create separated class for ConsoleWriter

[PATCH 0/6] Enable PC8+ states
 2013-06-05 17:21 UTC  (7+ messages)
` [PATCH 1/6] drm/i915: add ibx_irq_preinstall
` [PATCH 2/6] drm/i915: initialize Haswell audio interrupts
` [PATCH 3/6] drm/i915: initialize FDI RX interrupts
` [PATCH 4/6] drm/i915: initialize the Haswell SRD interrupts
` [PATCH 5/6] drm/i915: initialize the PCH GTC interrupts
` [PATCH 6/6] drm/i915: implement HSW display sequences for package C8+

[Buildroot] [PATCHv2] dtc: needs host-bison and host-flex
 2013-06-05 17:22 UTC  (2+ messages)

[PATCHSET] memcg: fix and reimplement iterator
 2013-06-05 17:22 UTC  (11+ messages)
` [PATCH 3/3] memcg: simplify mem_cgroup_reclaim_iter

arm: add basic support for Rockchip Cortex-A9 SoCs
 2013-06-05 17:18 UTC  (7+ messages)
` [PATCH 07/10] pinctrl: add pinctrl driver for Rockchip SoCs

[PATCH v3 -tip x86/apic 1/2] PCI/MSI: Allocate as many multiple-MSIs as requested
 2013-06-05 17:18 UTC  (6+ messages)

[linux-linus test] 18082: regressions - FAIL
 2013-06-05 17:18 UTC 

[PATCH 3/4] rtc: rtc-hid-sensor-time: add option hctosys to set time at boot
 2013-06-05 17:15 UTC  (5+ messages)
` [PATCH 0/3] RFC: timekeeping: rtc: change hctosys mechanism
  ` [PATCH 1/3] RFC: timekeeping: introduce flag systime_was_set
  ` [PATCH 2/3] RFC: timekeeping: rtc: Introduce new kernel parameter hctosys
  ` [PATCH 3/3] RFC: timekeeping: rtc: remove CONFIG_RTC_HCTOSYS and RTC_HCTOSYS_DEVICE

[Webhob] task types and outcomes
 2013-06-05 17:14 UTC  (4+ messages)
    ` [Webhob] Django models

[PATCH 00/18][V6]: PVH xen: version 6 patches
 2013-06-05 17:14 UTC  (3+ messages)

[PATCH 0/3] Various gssd fixes including machine-credential issue
 2013-06-05 17:14 UTC  (12+ messages)

[PATCH v2] mfd: DT bindings for the palmas family MFD
 2013-06-05 17:13 UTC  (2+ messages)

[PATCH v3 1/3] cpufreq: ondemand: Change the calculation of target frequency
 2013-06-05 17:13 UTC  (3+ messages)

CAP and performance problem
 2013-06-05 17:11 UTC  (3+ messages)

Confirm these stride and stripe-width values?
 2013-06-05 17:11 UTC 

[PATCH] x86/PCI: setup data may be in highmem
 2013-06-05 17:10 UTC  (8+ messages)

[PATCH 00/15] Towards a more awesome git-branch
 2013-06-05 17:09 UTC  (5+ messages)
` [PATCH 08/15] for-each-ref: get --pretty using format_commit_message

[PATCH] drivers: use IS_ERR_VALUE() in memory_lseek()
 2013-06-05 17:09 UTC 

USB audio Gadget - code 10 error
 2013-06-05 17:08 UTC  (5+ messages)
    ` [alsa-devel] "

[net-next PATCH v4 0/5] Adding pinctrl PM support for CPSW and MDIO
 2013-06-05 17:08 UTC  (3+ messages)
` [net-next PATCH v4 4/5] ARM: dts: AM33XX: Add pinmux configuration for CPSW to EVMsk
` [net-next PATCH v4 5/5] ARM: dts: AM33XX: Add pinmux configuration for CPSW to am335x EVM


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.