public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-06-27 09:28:21 to 2013-06-27 14:07:09 UTC [more...]

[RFC] ARM: OMAP2+: omap_device: add pinctrl handling
 2013-06-27 14:01 UTC  (6+ messages)

[PATCH] delayed kobject release: help find buggy code
 2013-06-27 14:06 UTC 

[PATCH] clk: add MOXA ART SoCs clock driver
 2013-06-27 14:03 UTC 

[PATCHSET 00/19] perf tools: Introduce new 'ftrace' command (v3)
 2013-06-27 13:56 UTC  (9+ messages)
` [PATCH 05/19] perf tools: Introduce new 'ftrace' tool
` [PATCH 06/19] perf ftrace: Add support for --pid option

[Patch v5 0/9] liblockdep: userspace lockdep
 2013-06-27 13:55 UTC  (6+ messages)

[PATCH v6 0/5] xen/arm/arm64: CONFIG_PARAVIRT and stolen ticks accounting
 2013-06-27 13:54 UTC  (6+ messages)
` [PATCH v6 1/5] xen: move xen_setup_runstate_info and get_runstate_snapshot to drivers/xen/time.c
` [PATCH v6 2/5] kernel: missing include in cputime.c
` [PATCH v6 3/5] arm: introduce CONFIG_PARAVIRT, PARAVIRT_TIME_ACCOUNTING and pv_time_ops
` [PATCH v6 4/5] arm64: "
` [PATCH v6 5/5] xen/arm: account for stolen ticks

[PATCH 0/6] Thunderbolt workarounds take 2
 2013-06-27 13:58 UTC  (19+ messages)
` [PATCH 1/6] PCI: acpiphp: do not check for SLOT_ENABLED in enable_device()
` [PATCH 2/6] PCI: acpiphp: enable_device(): rescan even if no new devices on slot
` [PATCH 6/6] x86/PCI: quirk Thunderbolt PCI-to-PCI bridges

[RFC PATCH] uio: uio_pci_generic: Add support for MSI interrupts
 2013-06-27 13:52 UTC  (3+ messages)

Building a BSD-jail clone out of namespaces
 2013-06-27 13:43 UTC  (2+ messages)

[PATCH] Documentation: dt: bindings: TI WiLink modules
 2013-06-27 13:39 UTC  (9+ messages)

[PATCH v2] vmpressure: implement strict mode
 2013-06-27 13:34 UTC  (3+ messages)

[PATCH] asymmetric keys: explicitly add the leading zero byte to encoded message
 2013-06-27 13:32 UTC 

[Resend patch v8 0/13] use runnable load in schedule balance
 2013-06-27 13:30 UTC  (3+ messages)
` [Resend patch v8 06/13] sched: compute runnable load avg in cpu_load and cpu_avg_load_per_task

[PATCH v2] irqchip: add support for MOXA ART SoCs
 2013-06-27 13:29 UTC  (2+ messages)
` [PATCH v3] ARM: "

[PATCH] xen: ifdef CONFIG_HIBERNATE_CALLBACKS xen_*_suspend
 2013-06-27 13:28 UTC 

cgroup: status-quo and userland efforts
 2013-06-27 13:22 UTC  (10+ messages)

[PATCH linux-next] ARM: OMAP2+: fix omap4-restart compilation
 2013-06-27 13:18 UTC  (2+ messages)

[PATCH v4] HID: Add full support for Logitech Unifying receivers
 2013-06-27 13:16 UTC  (5+ messages)
      ` Logitech M705: Thumb button (was Re: [PATCH v4] HID: Add full support for Logitech Unifying receivers)

[GIT PULL] perf fix
 2013-06-27 13:11 UTC 

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

[PATCH] ACPI/fan: Initialize acpi_state variable
 2013-06-27 13:07 UTC  (3+ messages)

[GIT PULL] at91: non critical fixes (for early 3.11) #2
 2013-06-27 13:03 UTC  (2+ messages)

deadlock in scheduler enabling HRTICK feature
 2013-06-27 13:06 UTC  (9+ messages)

[PATCH 3/6] sound/pci:trivial: replace numeric with standard PM state macros
 2013-06-27 13:06 UTC  (2+ messages)

Crypto Fixes for 2.6.38
 2013-06-27 13:02 UTC  (11+ messages)
` Crypto Fixes for 2.6.39
  ` Crypto Fixes for 3.0
    ` Crypto Fixes for 3.3
      ` Crypto Fixes for 3.6
        ` Crypto Fixes for 3.7
          ` Crypto Fixes for 3.9
            ` Crypto Fixes for 3.10

[PATCH linux-next] arm: zynq: fix compilation warning
 2013-06-27 13:01 UTC  (2+ messages)

[PATCH 5/6] Gpio/trivial: replace numeric with standard PM state macros
 2013-06-27 12:58 UTC 

[PATCH 6/6] ssb/trivial: replace numeric with standard PM state macros
 2013-06-27 13:00 UTC 

[PATCH 4/6] vt6655/trivial: replace numeric with standard PM state macros
 2013-06-27 12:57 UTC 

[PATCH 2/6] net/trivial: replace numeric with standard PM state macros
 2013-06-27 12:53 UTC 

[PATCH 1/6] char/agp: replace numeric with standard PM state macros
 2013-06-27 12:52 UTC 

frequent softlockups with 3.10rc6
 2013-06-27 12:52 UTC  (12+ messages)

[PATCH linux-next] ARM: keystone: fix compilation warning
 2013-06-27 12:49 UTC 

[PATCH RFC nohz_full 0/8] Provide infrastructure for full-system idle
 2013-06-27 12:44 UTC  (5+ messages)

[PATCH] TTY: memory leakage in tty_buffer_find()
 2013-06-27 12:44 UTC  (4+ messages)

[PATCHv4 00/39] Transparent huge page cache
 2013-06-27 12:40 UTC  (4+ messages)
` [PATCHv4 17/39] thp, mm: handle tail pages in page_cache_get_speculative()

3.10-rc6 "perf test" seems unhappy
 2013-06-27 12:37 UTC  (3+ messages)

[PATCH linux-next] videomode: fix compilation warning
 2013-06-27 12:34 UTC 

[PATCH 0/8] perf: add ability to sample physical data addresses
 2013-06-27 12:33 UTC  (10+ messages)
` [PATCH 2/8] perf,x86: drop event->flags and use hw.constraint->flags

[PATCH v3] power: Add warning message about incorrect system date and time after resume when pm_trace is enabled
 2013-06-27 12:32 UTC  (3+ messages)

[PATCH v2] pinctrl: elaborate a bit on arrangements in doc
 2013-06-27 12:18 UTC  (2+ messages)

[ACPI+PM] Changes for v3.11 merge window, no more new material for v3.11 (please)
 2013-06-27 12:27 UTC 

RTL8192CU on ARM not working
 2013-06-27 12:13 UTC  (2+ messages)

[PATCH 1/2 v3] tracing/uprobes: Support ftrace_event_file base multibuffer
 2013-06-27 12:12 UTC  (2+ messages)

N900 device tree conversion: how to do first step
 2013-06-27 12:12 UTC  (11+ messages)
                  ` N900 device tree conversion: next steps

[PATCH 00/13] CPUFreq: Fix {PRE|POST}CHANGE notification sequence
 2013-06-27 12:15 UTC  (4+ messages)
` [PATCH 13/13] cpufreq: make sure frequency transitions are serialized

[PATCH 0/5] AM33xx: MMC resources from DT without HWMOD data
 2013-06-27 12:03 UTC  (2+ messages)

[PATCH 0/4] ACPI / PM: Cleanups and device power state selection rework
 2013-06-27 12:09 UTC  (4+ messages)
` [PATCH 3/4] ACPI / PM: Rework and clean up acpi_dev_pm_get_state()

[PATCH 0/2] arm: add early_ioremap() support
 2013-06-27 11:55 UTC  (6+ messages)

[PATCH] xen: reuse the same pirq allocated when driver load first time
 2013-06-27 11:52 UTC  (20+ messages)
        ` [Xen-devel] "

[PATCH V3 0/5] Drivers: scsi: storvsc
 2013-06-27 11:50 UTC  (5+ messages)
` [PATCH 1/5] Drivers: scsi: storvsc: Increase the value of scsi timeout for storvsc devices
  ` [PATCH 3/5] Drivers: scsi: storvsc: Implement multi-channel support

[BUG]: missing shinfo with netlink_alloc_large_skb
 2013-06-27 11:50 UTC  (2+ messages)

[PATCH] perf tools: Fix output directory of Documentation/
 2013-06-27 11:47 UTC  (5+ messages)

[PATCH RFC V10 0/18] Paravirtualized ticket spinlocks
 2013-06-27 11:47 UTC  (4+ messages)

[RFC][PATCH RT 0/6] rt: Updates to handle some 3.10 changes
 2013-06-27 11:28 UTC  (4+ messages)
` [RFC][PATCH RT 1/6] rt,rcu: Have rcu_read_lock_sched() use locks for PREEMPT_RT

[PATCH v2] ARM: clocksource: add support for MOXA ART SoCs
 2013-06-27 11:23 UTC  (2+ messages)
` [PATCH v3] "

[PATCH 0/5] cpufreq:boost: CPU Boost mode support
 2013-06-27 11:16 UTC  (13+ messages)
` [PATCH v4 0/7] "
  ` [PATCH v4 2/7] cpufreq: Add boost frequency support in core
  ` [PATCH v4 5/7] cpufreq: Calculate number of busy CPUs

[PATCH] spi: s3c64xx: add missing check for polling mode
 2013-06-27 11:15 UTC  (2+ messages)

[PATCH v3 0/6] KVM: MMU: fast invalidate all mmio sptes
 2013-06-27 11:10 UTC  (10+ messages)
` [PATCH v3 4/6] "

[PATCH 3/4] KVM: PPC: Add support for IOMMU in-kernel handling
 2013-06-27 11:01 UTC  (11+ messages)

[RFC 0/2] Delay initializing of large sections of memory
 2013-06-27 11:05 UTC  (11+ messages)

[PATCH] x86: Fix override new_cpu_data.x86 with 486
 2013-06-27 10:54 UTC  (2+ messages)

[PATCH v1 0/2] TWL6030, TWL6032 GPADC driver
 2013-06-27 10:53 UTC  (4+ messages)
` [PATCH v1 1/2] ARM: dts: twl: Add GPADC data to device tree
` [PATCH v1 2/2] mfd: twl6030-gpadc: TWL6030, TWL6032 GPADC driver

[PATCH 0/8 v4] KVM: PPC: IOMMU in-kernel handling
 2013-06-27 10:48 UTC  (5+ messages)
` [PATCH 3/8] vfio: add external user support

[PATCH] perf tools: Fixup for removing -f option in perf record
 2013-06-27 10:47 UTC  (4+ messages)

[PATCHv6 0/5] xen: maintain an accurate persistent clock in more cases
 2013-06-27 10:35 UTC  (6+ messages)
` [PATCH 1/5] hrtimers: support resuming with two or more CPUs online (but stopped)
` [PATCH 2/5] time: pass flags instead of multiple bools to timekeeping_update()
` [PATCH 3/5] time: indicate that the clock was set in the pvclock gtod notifier chain
` [PATCH 4/5] x86/xen: sync the wallclock when the system time is set
` [PATCH 5/5] x86/xen: sync the CMOS RTC as well as the Xen wallclock

[PATCH v3] cpufreq: stats: Add 'load_table' debugfs file to show accumulated data of CPUs
 2013-06-27 10:32 UTC  (5+ messages)

[PATCH -next] pinctrl: st: fix return value check
 2013-06-27 10:29 UTC  (2+ messages)

Question: Userspace detection of ptraced process?
 2013-06-27 10:16 UTC 

[PATCH] arch: arm64: include: asm: add pci.h to pass compiling
 2013-06-27 10:20 UTC  (5+ messages)

[PATCH] pinctrl: elaborate a bit on arrangements in doc
 2013-06-27 10:18 UTC  (5+ messages)

[PATCH 0/8] clocksource: sunxi: Timer fixes and cleanup
 2013-06-27 10:17 UTC  (11+ messages)
` [PATCH 2/8] clocksource: sun4i: Add clocksource and sched clock drivers
  ` [linux-sunxi] "
` [linux-sunxi] [PATCH 0/8] clocksource: sunxi: Timer fixes and cleanup

[PATCH] include/asm-generic/pci.h: include generic "pci-dma-compat.h"
 2013-06-27 10:14 UTC  (3+ messages)

[PATCH v2 00/45] CPU hotplug: stop_machine()-free CPU hotplug, part 1
 2013-06-27 10:06 UTC  (11+ messages)
` [PATCH v2 15/45] rcu: Use get/put_online_cpus_atomic() to prevent CPU offline

[PATCH] Optimize wait_sb_inodes()
 2013-06-27 10:06 UTC  (9+ messages)

[PATCH v4] staging: usbip: replace pr_warning() with dev_warn()
 2013-06-27 10:04 UTC 

[PATCH 0/7] metag: tz1090: add irq-pdc, pinctrl and gpio to DT
 2013-06-27  9:55 UTC  (3+ messages)

[PATCH v2 0/2] GamePad: Wii U Pro Controller Support
 2013-06-27  9:47 UTC  (4+ messages)
` [PATCH v2 1/2] input: document gamepad API and add extra keycodes

amba-pl08x and 'get_signal' namespace collision/build error
 2013-06-27  9:46 UTC  (6+ messages)

[PATCH net-next v2 1/2] lib: vsprintf: add IPv4/v6 generic %piS/%pIS format specifier
 2013-06-27  9:43 UTC 

[RESEND PATCH 0/3] Nvram-to-pstore: compression support for oops data
 2013-06-27  9:42 UTC  (6+ messages)
` [PATCH 3/3] powerpc/pseries: Support compression of oops text via pstore

[PATCH] arch: m32r: include: asm: add "dma-mapping-common.h"
 2013-06-27  9:40 UTC  (4+ messages)

[PATCH v3] powerpc: Rework iommu_table locks
 2013-06-27  9:39 UTC  (2+ messages)

[PATCH] mm: module_alloc: check if size is 0
 2013-06-27  9:39 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] arch: m32r: include: asm: add generic ioremap_wc() definition
 2013-06-27  9:32 UTC  (8+ messages)
` [PATCH] arch: m32r: include: asm: use 'readb' instead of 'read'
  ` [PATCH] arch: m32r: include: asm: add ioread*be() and iowrite*be()
    ` [PATCH] arch: m32r: include: asm: add ioread*_rep() and iowrite*_rep()


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