| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-10-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending | Linus Torvalds | 7 | -16/+111 |
| 2012-10-31 | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 11 | -68/+83 |
| 2012-10-31 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 6 | -8/+51 |
| 2012-10-31 | HID: Add support for the MacBook Pro 10,2 keyboard / touchpad | Dirk Hohndel | 4 | -0/+36 |
| 2012-10-31 | HID: multitouch: fix maxcontacts problem on GeneralTouch | Xianhan Yu | 1 | -2/+1 |
| 2012-10-31 | HID: multitouch: put the case in the right switch statement | Alan Cox | 1 | -1/+1 |
| 2012-10-31 | HID: microsoft: fix invalid rdesc for 3k kbd | Jiri Slaby | 1 | -5/+13 |
| 2012-10-31 | drm/nouveau: headless mode by default if pci class != vga display | Ben Skeggs | 2 | -3/+3 |
| 2012-10-30 | Merge tag 'md-3.7-fixes' of git://neil.brown.name/md | Linus Torvalds | 3 | -8/+14 |
| 2012-10-31 | drm/nouveau: resurrect headless mode since rework | Ben Skeggs | 4 | -35/+51 |
| 2012-10-31 | drm/nv50/fb: prevent oops on chipsets without compression tags | Ben Skeggs | 1 | -6/+4 |
| 2012-10-31 | drm/nouveau: allow creation of zero-sized mm | Ben Skeggs | 2 | -4/+6 |
| 2012-10-31 | drm/nouveau/i2c: fix typo when checking nvio i2c port validity | Ben Skeggs | 1 | -1/+1 |
| 2012-10-31 | drm/nouveau: silence modesetting spam on pre-gf8 chipsets | Ben Skeggs | 3 | -20/+19 |
| 2012-10-31 | MD RAID10: Fix oops when creating RAID10 arrays via dm-raid.c | Jonathan Brassow | 1 | -6/+9 |
| 2012-10-31 | md/raid1: Fix assembling of arrays containing Replacements. | NeilBrown | 1 | -1/+1 |
| 2012-10-30 | Merge tag 'gpio-fixes-v3.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 5 | -7/+48 |
| 2012-10-30 | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 8 | -63/+95 |
| 2012-10-30 | GPIO: mvebu-gpio: Don't initialize the mask_cache | Andrew Lunn | 1 | -1/+1 |
| 2012-10-30 | loop: Make explicit loop device destruction lazy | Dave Chinner | 1 | -2/+15 |
| 2012-10-30 | mtip32xx:Added appropriate timeout value for secure erase | Selvan Mani | 2 | -4/+18 |
| 2012-10-30 | xen/blkback: Change xen_vbd's flush_support and discard_secure to have type u... | Oliver Chick | 1 | -2/+2 |
| 2012-10-30 | cciss: select CONFIG_CHECK_SIGNATURE | Akinobu Mita | 1 | -0/+1 |
| 2012-10-30 | cciss: remove unneeded memset() | Wei Yongjun | 1 | -1/+0 |
| 2012-10-30 | xen/blkback: use kmem_cache_zalloc instead of kmem_cache_alloc/memset | Wei Yongjun | 1 | -2/+1 |
| 2012-10-30 | floppy: remove dr, reuse drive on do_floppy_init | Herton Ronaldo Krzesinski | 1 | -26/+22 |
| 2012-10-30 | floppy: use common function to check if floppies can be registered | Herton Ronaldo Krzesinski | 1 | -10/+13 |
| 2012-10-30 | floppy: properly handle failure on add_disk loop | Herton Ronaldo Krzesinski | 1 | -1/+10 |
| 2012-10-30 | floppy: do put_disk on current dr if blk_init_queue fails | Herton Ronaldo Krzesinski | 1 | -0/+1 |
| 2012-10-30 | floppy: don't call alloc_ordered_workqueue inside the alloc_disk loop | Herton Ronaldo Krzesinski | 1 | -9/+6 |
| 2012-10-30 | xen/blkback: Fix compile warning | Konrad Rzeszutek Wilk | 1 | -3/+3 |
| 2012-10-28 | Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 5 | -40/+40 |
| 2012-10-28 | i2c-i801: Fix comment | Jean Delvare | 1 | -1/+1 |
| 2012-10-28 | i2c-i801: Simplify dependency towards GPIOLIB | Jean Delvare | 2 | -4/+6 |
| 2012-10-28 | i2c-stub: Move to drivers/i2c | Jean Delvare | 3 | -35/+33 |
| 2012-10-28 | Merge tag 'spi-mxs' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/... | Linus Torvalds | 1 | -1/+2 |
| 2012-10-27 | gpio/omap: fix off-mode bug: clear debounce settings on free/reset | Jon Hunter | 1 | -0/+35 |
| 2012-10-26 | target: reintroduce some obsolete SCSI-2 commands | Bernhard Kohl | 1 | -0/+18 |
| 2012-10-26 | target: Fix double-free of se_cmd in target_complete_tmr_failure | Nicholas Bellinger | 1 | -1/+0 |
| 2012-10-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 35 | -310/+578 |
| 2012-10-26 | Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 2 | -3/+5 |
| 2012-10-26 | Merge tag 'pm+acpi-for-3.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 5 | -9/+8 |
| 2012-10-26 | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 7 | -68/+56 |
| 2012-10-26 | qla2xxx: Update target lookup session tables when a target session changes | Roland Dreier | 3 | -14/+85 |
| 2012-10-26 | tcm_qla2xxx: Format VPD page 83h SCSI name string according to SPC | Roland Dreier | 2 | -1/+5 |
| 2012-10-26 | qla2xxx: Add missing ->vport_slock while calling qlt_update_vp_map | Nicholas Bellinger | 1 | -0/+3 |
| 2012-10-26 | Merge tag 'usb-3.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 30 | -847/+798 |
| 2012-10-26 | Merge tag 'tty-3.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -6/+6 |
| 2012-10-26 | Merge tag 'staging-3.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 30 | -243/+271 |
| 2012-10-26 | Merge tag 'driver-core-3.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -115/+151 |
| 2012-10-26 | Merge tag 'char-misc-3.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 7 | -93/+138 |
| 2012-10-26 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 10 | -94/+102 |
| 2012-10-26 | tilegx: fix some issues in the SW TSO support | Chris Metcalf | 1 | -16/+19 |
| 2012-10-26 | qmi_wwan/cdc_ether: move Novatel 551 and E362 to qmi_wwan | Dan Williams | 2 | -15/+40 |
| 2012-10-26 | net: usb: Fix memory leak on Tx data path | Hemant Kumar | 1 | -0/+3 |
| 2012-10-26 | net/mlx4_core: Unmap UAR also in the case of error flow | Dotan Barak | 1 | -4/+14 |
| 2012-10-26 | net/mlx4_en: Don't use vlan tag value as an indication for vlan presence | Moni Shoua | 1 | -1/+1 |
| 2012-10-26 | net/mlx4_en: Fix double-release-range in tx-rings | Jack Morgenstein | 1 | -1/+0 |
| 2012-10-26 | gpiolib: Don't return -EPROBE_DEFER to sysfs, or for invalid gpios | Mathias Nyman | 1 | -3/+7 |
| 2012-10-26 | bas_gigaset: fix pre_reset handling | Tilman Schmidt | 1 | -3/+16 |
| 2012-10-25 | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 11 | -110/+119 |
| 2012-10-25 | Merge branch 'akpm' (Andrew's fixes) | Linus Torvalds | 4 | -6/+28 |
| 2012-10-26 | ACPI: missing break | Alan Cox | 1 | -0/+1 |
| 2012-10-25 | Input: wacom - add touch sensor support for Cintiq 24HD touch | Jason Gerecke | 3 | -3/+104 |
| 2012-10-25 | Input: wacom - handle split-sensor devices with internal hubs | Jason Gerecke | 3 | -2/+35 |
| 2012-10-25 | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 1 | -0/+2 |
| 2012-10-25 | Merge branch 'fixes_for_linus' of git://git.linaro.org/people/mszyprowski/lin... | Linus Torvalds | 3 | -8/+4 |
| 2012-10-25 | drivers/rtc/rtc-imxdi.c: add missing spin lock initialization | Jan Luebbe | 1 | -0/+2 |
| 2012-10-25 | drivers/dma/dw_dmac: make driver's endianness configurable | Hein Tibosch | 2 | -5/+24 |
| 2012-10-25 | backlight: ili9320: add missing SPI dependency | Jingoo Han | 1 | -1/+2 |
| 2012-10-25 | xhci: trivial: Remove assigned but unused ep_ctx. | Sarah Sharp | 1 | -2/+0 |
| 2012-10-25 | xhci: trivial: Remove assigned but unused slot_ctx. | Sarah Sharp | 1 | -2/+0 |
| 2012-10-25 | xhci: Fix missing break in xhci_evaluate_context_result. | Sarah Sharp | 1 | -0/+2 |
| 2012-10-25 | xhci: Fix potential NULL ptr deref in command cancellation. | Sarah Sharp | 1 | -0/+11 |
| 2012-10-25 | sonypi: suspend/resume callbacks should be conditionally compiled on CONFIG_P... | Yuanhan Liu | 1 | -1/+1 |
| 2012-10-25 | ehci: Add yet-another Lucid nohandoff pci quirk | Anisse Astier | 1 | -0/+7 |
| 2012-10-25 | ehci: fix Lucid nohandoff pci quirk to be more generic with BIOS versions | Anisse Astier | 1 | -1/+1 |
| 2012-10-25 | USB: mos7840: fix port_probe flow | Johan Hovold | 1 | -183/+166 |
| 2012-10-25 | USB: mos7840: fix port-data memory leak | Johan Hovold | 1 | -130/+89 |
| 2012-10-25 | USB: mos7840: remove invalid disconnect handling | Johan Hovold | 1 | -12/+1 |
| 2012-10-25 | USB: mos7840: remove NULL-urb submission | Johan Hovold | 1 | -13/+1 |
| 2012-10-25 | USB: qcserial: fix interface-data memory leak in error path | Johan Hovold | 1 | -15/+16 |
| 2012-10-25 | USB: option: fix interface-data memory leak in error path | Johan Hovold | 1 | -2/+19 |
| 2012-10-25 | USB: ipw: fix interface-data memory leak in error path | Johan Hovold | 1 | -3/+2 |
| 2012-10-25 | USB: mos7840: fix port-device leak in error path | Johan Hovold | 1 | -1/+0 |
| 2012-10-25 | USB: mos7840: fix urb leak at release | Johan Hovold | 1 | -0/+1 |
| 2012-10-25 | USB: sierra: fix port-data memory leak | Johan Hovold | 1 | -67/+58 |
| 2012-10-25 | USB: sierra: fix memory leak in probe error path | Johan Hovold | 1 | -6/+10 |
| 2012-10-25 | USB: sierra: fix memory leak in attach error path | Johan Hovold | 1 | -1/+8 |
| 2012-10-25 | USB: usb-wwan: fix multiple memory leaks in error paths | Johan Hovold | 5 | -78/+54 |
| 2012-10-25 | USB: keyspan: fix NULL-pointer dereferences and memory leaks | Johan Hovold | 2 | -93/+96 |
| 2012-10-25 | USB: mct_u232: fix broken close | Johan Hovold | 1 | -6/+8 |
| 2012-10-25 | USB: mct_u232: fix port-data memory leak | Johan Hovold | 1 | -20/+25 |
| 2012-10-25 | USB: opticon: fix memory leak in error path | Johan Hovold | 1 | -1/+3 |
| 2012-10-25 | USB: opticon: fix DMA from stack | Johan Hovold | 1 | -1/+6 |
| 2012-10-25 | USB: quatech2: fix io after disconnect | Johan Hovold | 1 | -0/+7 |
| 2012-10-25 | USB: quatech2: fix close and disconnect urb handling | Johan Hovold | 1 | -4/+2 |
| 2012-10-25 | USB: quatech2: fix port-data memory leaks | Johan Hovold | 1 | -70/+51 |
| 2012-10-25 | USB: quatech2: fix memory leak in error path | Johan Hovold | 1 | -0/+1 |
| 2012-10-25 | USB: omninet: fix port-data memory leak | Johan Hovold | 1 | -18/+18 |
| 2012-10-25 | USB: mos7720: fix port-data memory leak | Johan Hovold | 1 | -30/+32 |
| 2012-10-25 | USB: digi_acceleport: fix port-data memory leak | Johan Hovold | 1 | -50/+67 |
| 2012-10-25 | USB: ch341: fix port-data memory leak | Johan Hovold | 1 | -7/+16 |
| 2012-10-25 | USB: whiteheat: fix port-data memory leak | Johan Hovold | 1 | -33/+26 |
| 2012-10-25 | USB: whiteheat: fix memory leak in error path | Johan Hovold | 1 | -0/+1 |
| 2012-10-25 | USB: metro-usb: fix io after disconnect | Johan Hovold | 1 | -9/+6 |
| 2012-10-25 | USB: metro-usb: fix port-data memory leak | Johan Hovold | 1 | -37/+13 |
| 2012-10-24 | vhost: fix mergeable bufs on BE hosts | Michael S. Tsirkin | 1 | -1/+2 |
| 2012-10-24 | gianfar_ptp: use iomem, not ioports resource tree in probe | Wei Yang | 1 | -1/+1 |
| 2012-10-24 | Merge branch 'fixes-for-3.7' of git://gitorious.org/linux-can/linux-can | David S. Miller | 2 | -5/+27 |
| 2012-10-24 | NET_VENDOR_TI: make available for am33xx as well | Peter Korsgaard | 1 | -1/+1 |
| 2012-10-24 | pch_gbe: fix error handling in pch_gbe_up() | Veaceslav Falico | 1 | -6/+11 |
| 2012-10-24 | Merge tag 'spi-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni... | Linus Torvalds | 2 | -25/+34 |
| 2012-10-24 | Merge tag 'iommu-fixes-v3.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -8/+33 |
| 2012-10-24 | Merge tag 'pinctrl-v3.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 5 | -21/+19 |
| 2012-10-24 | Merge tag 'edac_scrubrates_fix' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -7/+4 |
| 2012-10-24 | staging: tidspbridge: delete unused mmu functions | Omar Ramirez Luna | 2 | -78/+0 |
| 2012-10-24 | staging: tidspbridge: ioremap physical address of the stack segment in shm | Omar Ramirez Luna | 1 | -6/+15 |
| 2012-10-24 | staging: tidspbridge: ioremap dsp sync addr | Omar Ramirez Luna | 1 | -11/+26 |
| 2012-10-24 | staging: tidspbridge: change type to __iomem for per and core addresses | Omar Ramirez Luna | 2 | -6/+6 |
| 2012-10-24 | staging: tidspbridge: drop const from custom mmu implementation | Omar Ramirez Luna | 2 | -34/+34 |
| 2012-10-24 | staging: tidspbridge: request the right irq for mmu | Omar Ramirez Luna | 1 | -2/+2 |
| 2012-10-24 | Drivers: hv: Cleanup error handling in vmbus_open() | K. Y. Srinivasan | 1 | -11/+13 |
| 2012-10-24 | staging: ipack: add missing include (implicit declaration of function 'kfree') | Sergei Trofimovich | 1 | -0/+1 |
| 2012-10-24 | usb-storage: add unusual_devs entry for Casio EX-N1 digital camera | Michael Shigorin | 1 | -0/+6 |
| 2012-10-24 | Revert "serial: omap: fix software flow control" | Felipe Balbi | 1 | -6/+6 |
| 2012-10-24 | USB: serial: Fix memory leak in sierra_release() | Lennart Sorensen | 1 | -0/+1 |
| 2012-10-24 | b43: Fix oops on unload when firmware not found | Larry Finger | 1 | -0/+4 |
| 2012-10-24 | mwifiex: clean up scan state on error | Bing Zhao | 1 | -2/+5 |
| 2012-10-24 | mwifiex: return -EBUSY if specific scan request cannot be honored | Bing Zhao | 1 | -8/+5 |
| 2012-10-24 | brcmfmac: fix potential NULL dereference | Yuanhan Liu | 1 | -1/+1 |
| 2012-10-24 | Revert "ath9k_hw: Updated AR9003 tx gain table for 5GHz" | Felix Fietkau | 1 | -82/+82 |
| 2012-10-24 | ath9k_htc: Add PID/VID for a Ubiquiti WiFiStation | Mohammed Shafi Shajakhan | 1 | -0/+1 |
| 2012-10-24 | rt2x00: usb: fix reset resume | Stanislaw Gruszka | 3 | -0/+3 |
| 2012-10-24 | rtlwifi: pass rx setup error code to caller | Christian Lamparter | 1 | -1/+1 |
| 2012-10-24 | drm/radeon: fix ATPX regression in acpi rework | Alex Deucher | 1 | -1/+1 |
| 2012-10-24 | drm/radeon: fix ATPX function documentation | Alex Deucher | 1 | -2/+2 |
| 2012-10-24 | drm/radeon: move the retry to gem_object_create | Christian König | 2 | -11/+7 |
| 2012-10-24 | drm/radeon: move size limits to gem_object_create. | Christian König | 2 | -9/+10 |
| 2012-10-24 | drm/radeon: use vzalloc for gart pages | Christian König | 1 | -6/+5 |
| 2012-10-24 | drm/radeon: fix and simplify pot argument checks v3 | Christian König | 1 | -36/+24 |
| 2012-10-24 | iommu/tegra: smmu: Fix deadly typo | Hiro Sugawara | 1 | -1/+1 |
| 2012-10-24 | amd64_edac:__amd64_set_scrub_rate(): avoid overindexing scrubrates[] | Andrew Morton | 1 | -7/+4 |
| 2012-10-24 | dmaengine: sirf: fix a typo in moving running dma_desc to active queue | Barry Song | 1 | -1/+1 |
| 2012-10-24 | dmaengine: sirf: fix a typo in dma_prep_interleaved | Barry Song | 1 | -1/+1 |
| 2012-10-24 | can: sja1000: fix/add miniPCIe/cPCI PC/104Plus PCI/104e PEAK-System boards | Stephane Grosjean | 1 | -2/+11 |
| 2012-10-24 | gpio: mvebu: correctly set the value in direction_output() | Thomas Petazzoni | 1 | -0/+2 |
| 2012-10-24 | dmaengine: imx-dma: fix missing unlock on error in imxdma_xfer_desc() | Wei Yongjun | 1 | -1/+3 |
| 2012-10-23 | usb hub: use flush_work instead of flush_work_sync | Octavian Purdila | 1 | -1/+1 |
| 2012-10-23 | USB: Add missing license tag to ezusb driver. | Dave Jones | 1 | -0/+1 |
| 2012-10-23 | Merge tag 'for-usb-linus-2012-10-23' of git://git.kernel.org/pub/scm/linux/ke... | Greg Kroah-Hartman | 2 | -5/+8 |
| 2012-10-23 | Merge tag 'fixes-for-v3.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g... | Greg Kroah-Hartman | 4 | -5/+13 |
| 2012-10-24 | Merge tag 'stable/for-linus-3.7-rc2-tag' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 7 | -11/+26 |
| 2012-10-24 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 3 | -14/+22 |
| 2012-10-23 | xhci: fix integer overflow | Oliver Neukum | 1 | -1/+1 |
| 2012-10-23 | xhci: endianness xhci_calculate_intel_u2_timeout | Oliver Neukum | 1 | -1/+1 |
| 2012-10-23 | drivers/block: remove CONFIG_EXPERIMENTAL | Kees Cook | 1 | -7/+7 |
| 2012-10-23 | can: flexcan: disable bus error interrupts for the i.MX6q | Wolfgang Grandegger | 1 | -3/+16 |
| 2012-10-23 | Merge branches 'cxgb4' and 'mlx4' into for-next | Roland Dreier | 6 | -67/+55 |
| 2012-10-23 | mlx4_core: Perform correct resource cleanup if mlx4_QUERY_ADAPTER() fails | Dotan Barak | 1 | -1/+4 |
| 2012-10-23 | mlx4_core: Remove annoying debug messages from SR-IOV flow | Or Gerlitz | 2 | -12/+0 |
| 2012-10-23 | drm/radeon: fix header size estimation in VM code | Christian König | 1 | -3/+3 |
| 2012-10-23 | drm/radeon: remove set_page check from VM code | Christian König | 1 | -2/+1 |
| 2012-10-23 | drm/radeon: fix si_set_page v2 | Christian König | 1 | -19/+24 |
| 2012-10-23 | drm/radeon: fix cayman_vm_set_page v2 | Christian König | 1 | -18/+23 |
| 2012-10-23 | drm/radeon: fix PFP sync in vm_flush | Christian König | 3 | -0/+9 |
| 2012-10-23 | drm/radeon: add error output if VM CS fails on cayman | Alex Deucher | 1 | -0/+1 |
| 2012-10-23 | drm/radeon: give each backlight a unique id | Alex Deucher | 2 | -2/+8 |
| 2012-10-23 | drm/radeon: fix sparse warning | Alex Deucher | 1 | -1/+1 |
| 2012-10-23 | spi/pl022: Revert recent runtime PM changes | Ulf Hansson | 1 | -3/+0 |
| 2012-10-23 | drivers: cma: Fix wrong CMA selected region size default value | Laurent Pinchart | 1 | -1/+1 |
| 2012-10-23 | drivers: dma-coherent: Fix typo in dma_mmap_from_coherent documentation | Laurent Pinchart | 1 | -3/+2 |
| 2012-10-23 | drivers: dma-contiguous: Don't redefine SZ_1M | Laurent Pinchart | 1 | -4/+1 |
| 2012-10-23 | pinctrl/nomadik: pass DT node to the irqdomain | Linus Walleij | 1 | -1/+1 |
| 2012-10-23 | pinctrl/nomadik: use zero as default irq_start | Linus Walleij | 1 | -1/+1 |
| 2012-10-23 | pinctrl: fix missing unlock on error in pinctrl_groups_show() | Wei Yongjun | 1 | -1/+3 |
| 2012-10-23 | pinctrl/nomadik: use irq_create_mapping() | Linus Walleij | 1 | -1/+1 |
| 2012-10-23 | extcon : register for cable interest by cable name | Jenny TC | 1 | -10/+34 |
| 2012-10-23 | extcon: trivial: kfree missed from remove path | anish kumar | 1 | -0/+1 |
| 2012-10-23 | extcon: driver model release call not needed | anish kumar | 1 | -40/+35 |
| 2012-10-23 | extcon: MAX77693: Add platform data for MUIC device to initialize registers | Chanwoo Choi | 1 | -0/+27 |
| 2012-10-23 | extcon: max77693: Use max77693_update_reg for rmw operations | Axel Lin | 1 | -12/+6 |
| 2012-10-23 | extcon: Fix kerneldoc for extcon_set_cable_state and extcon_set_cable_state_ | Axel Lin | 1 | -2/+2 |
| 2012-10-23 | extcon: adc-jack: Add missing MODULE_LICENSE | Axel Lin | 1 | -0/+5 |
| 2012-10-23 | extcon: adc-jack: Fix checking return value of request_any_context_irq | Axel Lin | 1 | -3/+2 |
| 2012-10-23 | extcon: Fix return value in extcon_register_interest() | Sachin Kamat | 1 | -1/+1 |
| 2012-10-23 | extcon: unregister compat link on cleanup | Peter Huewe | 1 | -0/+4 |
| 2012-10-23 | extcon: Unregister compat class at module unload to fix oops | Peter Huewe | 1 | -0/+3 |
| 2012-10-23 | usb: renesas_usbhs: fixup dma transfer stall | Kuninori Morimoto | 1 | -0/+1 |
| 2012-10-23 | usb: renesas_usbhs: fixup: avoid NULL access on error case pipe detach | Kuninori Morimoto | 1 | -0/+5 |
| 2012-10-23 | usb: gadget: net2272: fix missing unlock on error in net2272_irq() | Wei Yongjun | 1 | -1/+3 |
| 2012-10-23 | usb: musb: dsps: fix res_name length | Daniel Mack | 1 | -4/+4 |
| 2012-10-23 | pch_gbe: don't reset MAC_RX on FIFO overflow | Veaceslav Falico | 1 | -60/+6 |
| 2012-10-23 | pch_gbe: don't re-set RX_FIFO_ERR flag in napi_poll | Veaceslav Falico | 1 | -13/+6 |
| 2012-10-23 | pch_gbe: create functions for MAC_RX {en,dis}able | Veaceslav Falico | 1 | -6/+20 |
| 2012-10-23 | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 21 | -68/+148 |
| 2012-10-23 | Merge tag 'regmap-fix-mmio' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+1 |
| 2012-10-23 | drm/ttm: Fix a theoretical race in ttm_bo_cleanup_refs() | Thomas Hellstrom | 1 | -8/+12 |
| 2012-10-23 | drm/ttm: Fix a theoretical race | Thomas Hellstrom | 1 | -2/+2 |
| 2012-10-23 | drm: platform: Don't initialize driver-private data | Thierry Reding | 2 | -8/+5 |