public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-06-05 17:00:11 to 2013-06-05 21:12:32 UTC [more...]

[PATCH 0/2 V5] perf/x86/amd: IOMMU Performance Counter Support
 2013-06-05 21:11 UTC  (3+ messages)
` [PATCH 1/2 V5] perf/x86/amd: Adding IOMMU PC resource management
` [PATCH 2/2 V5] perf/x86/amd: AMD IOMMU PC PERF uncore PMU implementation

[PATCH] ARM: samsung: avoid racy early printk at bootup
 2013-06-05 21:12 UTC  (5+ messages)
` [PATCH v2] ARM: exynos: add debug_ll_io_init() call in exynos_init_io()

Please add to stable: module: don't unlink the module until we've removed all exposure
 2013-06-05 21:11 UTC  (15+ messages)
                      ` stop_machine lockup issue in 3.9.y

[PATCH] virtio_balloon: leak_balloon(): only tell host if we got pages deflated
 2013-06-05 21:10 UTC 

[PATCH v3 -tip x86/apic 0/2] PCI/MSI: Allocate as many multiple-MSIs as requested
 2013-06-05 21:09 UTC  (6+ messages)
` [PATCH v3 -tip x86/apic 1/2] "
` [PATCH v3 -tip x86/apic 2/2] x86/MSI: Conserve interrupt resources when using multiple-MSIs

[PATCH 3/3] mtd: cfi_cmdset_0002: increase do_write_buffer() timeout
 2013-06-05 21:08 UTC  (2+ 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 21:07 UTC  (59+ 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

[ 00/33] 3.0.81-stable review
 2013-06-05 20:53 UTC  (34+ messages)
` [ 01/33] avr32: fix relocation check for signed 18-bit offset
` [ 02/33] ARM: plat-orion: Fix num_resources and id for ge10 and ge11
` [ 03/33] staging: vt6656: use free_netdev instead of kfree
` [ 04/33] usb: option: Add Telewell TW-LTE 4G
` [ 05/33] USB: option: add device IDs for Dell 5804 (Novatel E371) WWAN card
` [ 06/33] USB: ftdi_sio: Add support for Newport CONEX motor drivers
` [ 07/33] USB: cxacru: potential underflow in cxacru_cm_get_array()
` [ 08/33] TTY: Fix tty miss restart after we turn off flow-control
` [ 09/33] USB: Blacklisted Cinterions PLxx WWAN Interface
` [ 10/33] USB: reset resume quirk needed by a hub
` [ 11/33] USB: UHCI: fix for suspend of virtual HP controller
` [ 12/33] cifs: only set ops for inodes in I_NEW state
` [ 13/33] fat: fix possible overflow for fat_clusters
` [ 14/33] ocfs2: goto out_unlock if ocfs2_get_clusters_nocache() failed in ocfs2_fiemap()
` [ 15/33] Kirkwood: Enable PCIe port 1 on QNAP TS-11x/TS-21x
` [ 16/33] mm compaction: fix of improper cache flush in migration code
` [ 17/33] klist: del waiter from klist_remove_waiters before wakeup waitting process
` [ 18/33] wait: fix false timeouts when using wait_event_timeout()
` [ 19/33] nilfs2: fix issue of nilfs_set_page_dirty() for page at EOF boundary
` [ 20/33] mm: mmu_notifier: re-fix freed page still mapped in secondary MMU
` [ 21/33] drivers/block/brd.c: fix brd_lookup_page() race
` [ 22/33] mm/THP: use pmd_populate() to update the pmd with pgtable_t pointer
` [ 23/33] um: Serve io_remap_pfn_range()
` [ 24/33] drm/radeon: fix card_posted check for newer asics
` [ 25/33] cifs: fix potential buffer overrun when composing a new options string
` [ 26/33] USB: io_ti: Fix NULL dereference in chase_port()
` [ 27/33] libata: make ata_exec_internal_sg honor DMADIR
` [ 28/33] xen/events: Handle VIRQ_TIMER before any other hardirq in event loop
` [ 29/33] jfs: fix a couple races
` [ 30/33] ALSA: usb-audio: fix possible hang and overflow in parse_uac2_sample_rate_range()
` [ 31/33] ALSA: usb-audio: avoid integer overflow in create_fixed_stream_quirk()
` [ 32/33] mac80211: close AP_VLAN interfaces before unregistering all
` [ 33/33] thinkpad-acpi: recognize latest V-Series using DMI_BIOS_VENDOR

getting allwinner SoC support upstream (was Re: Uploading linux (3.9.4-1))
 2013-06-05 21:00 UTC  (3+ messages)

[PATCH v2 00/10] cpuset: implement sane hierarchy behaviors
 2013-06-05 20:57 UTC  (7+ messages)
` [PATCH v2 05/10] cpuset: re-structure update_cpumask() a bit
` [PATCH v2 06/10] cpuset: record old_mems_allowed in struct cpuset
` [PATCH v2 08/10] cpuset: allow to keep tasks in empty cpusets

[PATCH] edac: Add code to handle new MCE signatures for new models of Fam15h
 2013-06-05 20:50 UTC 

[PATCH] Staging: anrdroid: sync.c: fixed all checkpatch warnings
 2013-06-05 20:45 UTC 

[PATCH] Staging: anrdroid: sync.c: fixed all checkpatch errors and warnings
 2013-06-05 20:34 UTC  (2+ messages)

[PATCH] ACPI: update user_policy.max when _PPC updated
 2013-06-05 20:40 UTC  (2+ messages)

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

[PATCH] ncpfs: fix rmdir returns Device or resource busy
 2013-06-05 20:20 UTC  (3+ messages)

[PATCH 2/2] sata highbank: add bit-banged SGPIO driver support
 2013-06-05 20:19 UTC  (6+ messages)
` [PATCH 2/2 v2] "

[PATCH] Modify UEFI anti-bricking code
 2013-06-05 20:19 UTC  (10+ messages)

[PATCH 3.9-stable] NFSv4.1 Fix a pNFS session draining deadlock
 2013-06-05 20:17 UTC  (3+ messages)

[PATCH] ACPI / PM: Do not execute _PS0 for devices without _PSC during initialization
 2013-06-05 20:24 UTC 

[PATCH v3, part1 00/10] Prepare for introducing PCI bus lock interfaces
 2013-06-05 20:14 UTC  (7+ messages)
` [PATCH v3, part1 03/10] PCI: Convert alloc_pci_dev(void) to pci_alloc_dev(bus) instead
` [PATCH v3, part1 04/10] PCI: mark pci_scan_bus_parented() as __deprecated
` [PATCH v3, part1 06/10] PCI: make PCI host bridge/bus creating and destroying logic symmetric

[PATCH 3.9-stable] jfs: Several bugs in jfs_freeze() and jfs_unfreeze()
 2013-06-05 20:14 UTC  (3+ messages)

[PATCH 0/2] x86/microcode/amd: early loading fixes
 2013-06-05 20:13 UTC  (3+ messages)
` [PATCH 1/2] x86/microcode/amd: make find_ucode_in_initrd() __init
` [PATCH 2/2] x86/microcode/amd: allow multiple families' bin files appended together

[PATCH 0/2] jfs: neatening
 2013-06-05 20:11 UTC  (2+ messages)

[PATCH] CVE fix for xen-blkback allowing DISCARD operations on read-only disks
 2013-06-05 19:54 UTC  (2+ messages)
` [PATCH] xen/blkback: Check device permissions before allowing OP_DISCARD

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

3.10.0-rc4 oops in scsi_lib.c:1196
 2013-06-05 19:36 UTC  (3+ messages)

[PATCH V1]PVH: vcpu info placement, load CS selector, and remove debug printk
 2013-06-05 19:34 UTC 

HELPDESK
 2013-06-05 19:07 UTC 

[PATCH linux-next] ext4: inode: Fix compiler warning
 2013-06-05 19:24 UTC 

[PATCH v2 0/7] pcmcia: at91_cf: clean up and add DT support
 2013-06-05 19:22 UTC  (6+ messages)

[PATCH] PVH: vcpu info placement, load selectors, and remove debug printk
 2013-06-05 19:17 UTC  (5+ messages)
` [Xen-devel] "

[PATCH] wait: fix false timeouts when using wait_event_timeout()
 2013-06-05 19:07 UTC  (5+ messages)

[RFC PATCH 0/3] Nvram-to-pstore: compression support for oops data
 2013-06-05 19:00 UTC  (2+ messages)

[PATCH 1/3] drivers: pinctrl sleep and idle states in the core
 2013-06-05 18:54 UTC  (5+ messages)
` [PATCH 2/3] tty: serial: modify PL011 driver to use pinctrl PM helpers

[PATCH v4 0/8] Nvram-to-pstore
 2013-06-05 18:52 UTC  (9+ messages)
` [PATCH v4 1/8] powerpc/pseries: Remove syslog prefix in uncompressed oops text
` [PATCH v4 2/8] powerpc/pseries: Add version and timestamp to oops header
` [PATCH v4 3/8] powerpc/pseries: Introduce generic read function to read nvram-partitions
` [PATCH v4 4/8] powerpc/pseries: Read/Write oops nvram partition via pstore
` [PATCH v4 5/8] powerpc/pseries: Read rtas "
` [PATCH v4 6/8] powerpc/pseries: Distinguish between a os-partition and non-os partition
` [PATCH v4 7/8] powerpc/pseries: Read of-config partition via pstore
` [PATCH v4 8/8] powerpc/pseries: Read common "

[PATCH] x86: fix typo in kexec register clearing
 2013-06-05 18:47 UTC 

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

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

[PATCH] of: irq: Pass trigger type in IRQ resource flags
 2013-06-05 18:20 UTC  (2+ messages)

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

[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] ARM: dts: add vmmc regulator support for ODROID-X
 2013-06-05 17:45 UTC 

[PATCH v5 0/4] xen/arm: CONFIG_PARAVIRT and stolen ticks accounting
 2013-06-05 17:30 UTC  (5+ 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

[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  (3+ messages)

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

[PATCH] OMAPDSS: Remove kfree for memory allocated with devm_kzalloc
 2013-06-05 17:29 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

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

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

[PATCH] sg: atomize check and set sdp->exclude in sg_open
 2013-06-05 16:16 UTC  (4+ messages)

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

[PATCH v4 0/6] Introduce Xen support to ARM64
 2013-06-05 17:02 UTC  (7+ messages)
` [PATCH v4 1/6] arm/xen: define xen_remap as ioremap_cached
` [PATCH v4 2/6] arm64/xen: introduce asm/xen header files on arm64
` [PATCH v4 3/6] arm64/xen: implement ioremap_cached "
` [PATCH v4 4/6] arm64/xen: use XEN_IO_PROTO_ABI_ARM on ARM64
` [PATCH v4 5/6] arm64/xen: introduce CONFIG_XEN "
` [PATCH v4 6/6] MAINTAINERS: add myself as arm64/xen maintainer


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