aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-09-13mISDN: Fix wrong usage of flush_work_sync while holding locksKarsten Keil7-11/+15
2012-09-13Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller4-44/+38
2012-09-13ALSA: hda - Yet another position_fix quirk for ASUS machinesTakashi Iwai1-0/+1
2012-09-13Merge tag 'sound-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds6-8/+14
2012-09-13Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds13-32/+98
2012-09-13Merge tag 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds1-1/+9
2012-09-13GFS2: Take account of blockages when using reserved blocksSteven Whitehouse1-38/+28
2012-09-13GFS2: Fix missing allocation data for set/remove xattrSteven Whitehouse1-2/+6
2012-09-13GFS2: Make write size hinting code commonSteven Whitehouse1-4/+27
2012-09-12Merge tag 'imx-fixes' of git://git.pengutronix.de/git/imx/linux-2.6 into fixesOlof Johansson24-46/+253
2012-09-13ahci: Add identifiers for ASM106x devicesAlan Cox1-1/+4
2012-09-13ahci: Add alternate identifier for the 88SE9172Alan Cox1-0/+2
2012-09-13ahci: Add JMicron 362 device IDsBen Hutchings1-0/+3
2012-09-13Merge branch 'exynos-drm-fixes' of git://git.infradead.org/users/kmpark/linux...Dave Airlie12-73/+30
2012-09-13drm: Drop the NV12M and YUV420M formatsVille Syrjälä1-5/+1
2012-09-13drm/exynos: remove DRM_FORMAT_NV12M from plane moduleInki Dae1-1/+0
2012-09-13drm/exynos: fix double call of drm_prime_(init/destroy)_file_privateMandeep Singh Baines1-2/+0
2012-09-13drm/exynos: add dummy support for dmabuf-mmapTomasz Stanislawski1-0/+7
2012-09-13drm/exynos: Add missing braces around sizeof in exynos_mixer.cSachin Kamat1-3/+3
2012-09-13drm/exynos: Add missing braces around sizeof in exynos_hdmi.cSachin Kamat1-3/+3
2012-09-13drm/exynos: Make g2d_pm_ops staticSachin Kamat1-1/+1
2012-09-13drm/exynos: Add dependency for G2D in KconfigSachin Kamat1-1/+1
2012-09-13drm/exynos: fixed page align bug.Inki Dae1-1/+1
2012-09-13drm/exynos: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(.. [1]Thomas Meyer1-1/+1
2012-09-13drm/exynos: Use devm_* functions in exynos_drm_g2d.c fileSachin Kamat1-40/+10
2012-09-13drm/exynos: Use devm_kzalloc in exynos_drm_hdmi.c fileSachin Kamat1-2/+1
2012-09-13drm/exynos: Use devm_kzalloc in exynos_drm_vidi.c fileSachin Kamat1-3/+1
2012-09-13drm/exynos: Remove redundant check in exynos_drm_fimd.c fileSachin Kamat1-5/+0
2012-09-13drm/exynos: Remove redundant check in exynos_hdmi.c fileSachin Kamat1-5/+0
2012-09-13vmwgfx: add dumb ioctl supportDave Airlie3-0/+88
2012-09-13gma500: Fix regression on Oaktrail devicesAlan Cox1-0/+2
2012-09-13digsig: add hash size comparision on signature verificationDmitry Kasatkin1-2/+4
2012-09-13Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie7-27/+43
2012-09-13Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds15-57/+151
2012-09-13Merge tag 'nfs-for-3.6-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds13-64/+70
2012-09-12Merge branch 'chipidea-stable' into usb-linusGreg Kroah-Hartman1-18/+41
2012-09-12usb: chipidea: udc: don't stall endpoint if request list is empty in isr_tr_c...Michael Grzeschik1-4/+1
2012-09-12usb: chipidea: cleanup dma_pool if udc_start() failsMarc Kleine-Budde1-8/+15
2012-09-12usb: chipidea: udc: fix error path in udc_start()Marc Kleine-Budde1-1/+1
2012-09-12usb: chipidea: udc: add pullup fuction, needed by the uvc gadgetMichael Grzeschik1-4/+17
2012-09-12usb: chipidea: udc: fix setup of endpoint maxpacket sizeMichael Grzeschik1-1/+7
2012-09-12i2c: mxs: correctly setup speed for non devicetreeWolfram Sang1-7/+6
2012-09-12i2c: pnx: Fix read transactions of >= 2 bytesRoland Stigge2-20/+29
2012-09-12i2c: pnx: Fix bit definitionsRoland Stigge1-2/+3
2012-09-12netfilter: log: Fix log-level processingJoe Perches2-3/+3
2012-09-12ALSA: ice1724: Use linear scale for AK4396 volume control.Matteo Frigo1-1/+2
2012-09-12hwmon: (ina2xx) Fix word size register read and write operationsGuenter Roeck1-21/+9
2012-09-11hwmon: (twl4030-madc-hwmon) Initialize uninitialized structure elementsGuenter Roeck1-4/+5
2012-09-11net-sched: sch_cbq: avoid infinite loopEric Dumazet1-2/+3
2012-09-12Merge branch 'for-3.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-21/+89
2012-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-2/+3
2012-09-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lli...Linus Torvalds5-159/+75
2012-09-11NFS: fsync() must exit with an error if page writeback failedTrond Myklebust2-2/+6
2012-09-11USB: option: replace ZTE K5006-Z entry with vendor class ruleBjørn Mork1-2/+4
2012-09-11drm/i915: fix up the IBX transcoder B checkDaniel Vetter1-2/+4
2012-09-11ALSA: hda_intel: add position_fix quirk for Asus K53ECatalin Iacob1-0/+1
2012-09-11ALSA: compress_core: fix open flags test in snd_compr_open()Dan Carpenter1-5/+3
2012-09-11ARM: clk-imx35: Fix SSI clock registrationFabio Estevam1-4/+2
2012-09-11ARM: clk-imx25: Fix SSI clock registrationFabio Estevam1-4/+2
2012-09-11net: qmi_wwan: fix Gobi device probing for un2430Pierre Sauter1-1/+1
2012-09-11crypto: authenc - Fix crash with zero-length assoc dataHerbert Xu1-2/+2
2012-09-11kbuild: add symbol prefix arg to kallsymsJames Hogan2-2/+6
2012-09-11Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds5-7/+34
2012-09-11Merge tag 'kvm-3.6-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-9/+29
2012-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds4-10/+11
2012-09-10drm/omap: add more new timings fieldsRob Clark1-0/+24
2012-09-10drm/omap: update for interlacedRob Clark1-9/+8
2012-09-10EHCI: Update qTD next pointer in QH overlay region during unlinkPavankumar Kondeti1-2/+10
2012-09-10staging: r8712u: fix bug in r8712_recv_indicatepkt()Eric Dumazet1-6/+1
2012-09-10USB: cdc-wdm: fix wdm_find_device* return valueBjørn Mork1-4/+8
2012-09-11Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2-3/+3
2012-09-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2-9/+43
2012-09-10net: fix net/core/sock.c build errorRandy Dunlap1-0/+2
2012-09-10ixp4xx_hss: fix build failure due to missing linux/module.h inclusionFlorian Fainelli1-0/+1
2012-09-10caif: move the dereference below the NULL testWei Yongjun1-2/+3
2012-09-10drm/i915: set the right gen3 flip_done mode also at resumeDaniel Vetter2-3/+3
2012-09-10sierra_net: Endianess bug fix.Lennart Sorensen1-1/+1
2012-09-10USB: ftdi_sio: do not claim CDC ACM functionBjørn Mork2-2/+7
2012-09-11Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-4/+44
2012-09-10workqueue: fix possible idle worker depletion across CPU hotplugLai Jiangshan1-1/+36
2012-09-11Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds16-4/+49
2012-09-10workqueue: restore POOL_MANAGING_WORKERSLai Jiangshan1-1/+4
2012-09-10pwm: pwm-tiehrpwm: Fix conflicting channel period settingPhilip, Avinash1-0/+29
2012-09-10pwm: pwm-tiecap: Disable APWM mode after configurePhilip, Avinash1-0/+7
2012-09-10arm: mm: fix DMA pool affiliation checkThomas Petazzoni1-1/+1
2012-09-10KVM: fix error paths for failed gfn_to_page() callsXiao Guangrong2-6/+26
2012-09-10ALSA: hda - Fix Oops at codec reset/reconfigTakashi Iwai1-1/+1
2012-09-10i2c-core: Fix for lockdep validatorJean Delvare1-2/+20
2012-09-10i2c-designware: Fix build error if CONFIG_I2C_DESIGNWARE_PLATFORM=y && CONFIG...Axel Lin3-2/+19
2012-09-10i2c-i801: Add Device IDs for Intel Lynx Point-LP PCHJames Ralston3-0/+5
2012-09-09netfilter: Validate the sequence number of dataless ACK packets as wellJozsef Kadlecsik1-8/+2
2012-09-09netfilter: Mark SYN/ACK packets as invalid from original directionJozsef Kadlecsik1-11/+8
2012-09-09ARM: 7529/1: delay: set loops_per_jiffy when moving to timer-based loopWill Deacon1-0/+1
2012-09-09ARM: 7528/1: uaccess: annotate [__]{get,put}_user functions with might_fault()Will Deacon1-2/+16
2012-09-09ARM: 7527/1: uaccess: explicitly check __user pointer when !CPU_USE_DOMAINSRussell King4-21/+56
2012-09-09KVM: x86: Check INVPCID feature bit in EBX of leaf 7Ren, Yongjie1-2/+2
2012-09-08Linux 3.6-rc5Linus Torvalds1-1/+1
2012-09-08Merge branch 'fixes-for-3.6' of git://git.linaro.org/people/mszyprowski/linux...Linus Torvalds5-12/+120
2012-09-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds4-2/+23
2012-09-08net: small bug on rxhash calculationChema Gonzalez1-5/+6
2012-09-08drm/i915: initialize dpio_lock spin lockAlexander Shishkin1-0/+1
2012-09-07Merge tag 'omap-fixes-for-v3.6-rc4' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson11-24/+94
2012-09-07ARM: 7526/1: traps: send SIGILL if get_user fails on undef handling pathWill Deacon1-4/+7
2012-09-07ARM: 7521/1: Fix semihosting Kconfig textStephen Boyd1-3/+3
2012-09-07ARM: 7513/1: Make sure dtc is built before running itDavid Brown1-2/+2
2012-09-07ARM: 7512/1: Fix XIP build due to PHYS_OFFSET definition movingStephen Boyd1-0/+3
2012-09-07Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-2/+6
2012-09-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville34-76/+297
2012-09-07target: go through normal processing for zero-length REQUEST_SENSEPaolo Bonzini1-9/+2
2012-09-07target: support zero allocation length in REQUEST SENSEPaolo Bonzini2-17/+19
2012-09-07target: support zero-size allocation lengths in transport_kmap_data_sgPaolo Bonzini1-4/+9
2012-09-07target: fail REPORT LUNS with less than 16 bytes of payloadPaolo Bonzini1-0/+7
2012-09-07target: report too-small parameter lists everywherePaolo Bonzini3-2/+30
2012-09-07target: go through normal processing for zero-length PSCSI commandsPaolo Bonzini2-5/+7
2012-09-07|PATCH] seeq: Add missing spinlock initJean Delvare1-0/+1
2012-09-07udp: increment UDP_MIB_INERRORS if copy failedEric Dumazet2-0/+16
2012-09-07net/mlx4_core: Return the error value in case of command initialization failureEugenia Emantayev1-1/+2
2012-09-07net/mlx4_core: Fixing error flow in case of QUERY_FW failureAviad Yehezkel1-6/+7
2012-09-07net/mlx4_core: Looking for promiscuous entries on the correct portAviad Yehezkel1-8/+8
2012-09-07net/mlx4_core: Add security check / enforcement for flow steering rules set f...Hadar Hen Zion2-0/+127
2012-09-07net/mlx4_core: Put Firmware flow steering structures in common header filesHadar Hen Zion3-83/+85
2012-09-07SUNRPC: Fix a UDP transport regressionTrond Myklebust4-14/+27
2012-09-07Merge tag 'fixes-for-v3.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman234-1370/+2008
2012-09-07HID: tpkbd: work even if the new Lenovo Keyboard driver is not configuredAndres Freund1-1/+3
2012-09-07blackfin: smp: adapt to generic smp helpersSteven Miao3-157/+69
2012-09-07drm/vmwgfx: add MODULE_DEVICE_TABLE so vmwgfx loads at bootDave Airlie1-0/+1
2012-09-07drm/vmwgfx: allow a kconfig option to choose if fbcon is enabledDave Airlie2-1/+9
2012-09-07ASoC: tegra: fix maxburst settings in dmaengine codeStephen Warren1-2/+2
2012-09-06Merge tag 'stable/for-linus-3.6-rc4-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds4-7/+7
2012-09-06Merge tag '3.6-pci-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/he...Linus Torvalds6-14/+92
2012-09-07crypto/caam: Export gen_split_key symbol for other modulesBen Collins1-0/+1
2012-09-06NFS: return error from decode_getfh in decode openWeston Andros Adamson1-1/+2
2012-09-06CIFS: Fix endianness conversionPavel Shilovsky1-2/+2
2012-09-06CIFS: Fix error handling in cifs_push_mandatory_locksPavel Shilovsky1-1/+1
2012-09-06Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds17-27/+73
2012-09-06kobject: fix oops with "input0: bad kobj_uevent_env content in show_uevent()"Bjørn Mork1-1/+1
2012-09-06usb: dwc3: gadget: fix pending isoc handlingPratyush Anand1-0/+12
2012-09-06usb: renesas_usbhs: fixup DMA transport data alignmentKuninori Morimoto1-2/+2
2012-09-06usb: gadget: at91udc: Don't check for ep->ep.descSebastian Andrzej Siewior1-3/+1
2012-09-06usb: gadget: at91udc: don't overwrite driver dataSebastian Andrzej Siewior1-2/+0
2012-09-06usb: dwc3: core: fix incorrect usage of resource pointerKishon Vijay Abraham I1-2/+7
2012-09-06usb: musb: musbhsdma: fix IRQ checkSergei Shtylyov1-1/+1
2012-09-06usb: musb: tusb6010: fix error path in tusb_probe()Sergei Shtylyov1-1/+1
2012-09-06usb: musb: host: fix for musb_start_urb Oopsyuzheng ma1-1/+1
2012-09-06usb: gadget: dummy_hcd: add support for USB_DT_BOS on rhSebastian Andrzej Siewior1-0/+33
2012-09-06usb: gadget: dummy_hcd: fixup error probe pathSebastian Andrzej Siewior1-4/+4
2012-09-06usb: gadget: s3c-hsotg.c: fix error return codeJulia Lawall1-0/+3
2012-09-06usb: dwc3: ep0: correct cache sync issue in case of ep0_bouncedPratyush Anand2-3/+5
2012-09-06usb: gadget: add multiple definition guardsAndrzej Pietrasiewicz2-0/+8
2012-09-06Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+10
2012-09-06Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Linus Torvalds2-2/+2
2012-09-06Remove user-triggerable BUG from mpol_to_strDave Jones1-1/+1
2012-09-06NFSv4: Fix buffer overflow checking in __nfs4_get_acl_uncachedTrond Myklebust3-29/+18
2012-09-06xen/pciback: Fix proper FLR steps.Konrad Rzeszutek Wilk1-4/+4
2012-09-06ALSA: usb-audio: Fix bogus error messages for delay accountingTakashi Iwai1-0/+6
2012-09-06netfilter: take care of timewait socketsEric Dumazet2-22/+25
2012-09-06ASoC: samsung dma - Don't indicate support for pause/resume.Dylan Reid1-7/+1
2012-09-06ALSA: hda - Fix missing Master volume for STAC9200/925xTakashi Iwai1-1/+1
2012-09-05Merge tag 'mmc-fixes-for-3.6-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds8-61/+98
2012-09-05uml: fix compile error in deliver_alarm()Miklos Szeredi1-1/+1
2012-09-05dj: memory scribble in logi_djAlan Cox1-2/+2
2012-09-05Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds15-34/+68
2012-09-05Merge tag 'gpio-fixes-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-4/+5
2012-09-05Merge tag 'sound-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds7-31/+79
2012-09-05Merge tag 'fbdev-fixes-for-3.6-1' of git://github.com/schandinat/linux-2.6Linus Torvalds6-5/+19
2012-09-05Merge tag 'upstream-3.6-rc5' of git://git.infradead.org/linux-ubiLinus Torvalds1-2/+2
2012-09-05Fix order of arguments to compat_put_time[spec|val]Mikulas Patocka1-2/+2
2012-09-05Merge tag 'for-usb-linus-2012-09-05' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman6-9/+207
2012-09-05target: fix use-after-free with PSCSI sense dataPaolo Bonzini3-37/+24
2012-09-05target: simplify code around transport_get_sense_dataPaolo Bonzini1-36/+13
2012-09-05target: move transport_get_sense_dataPaolo Bonzini1-55/+55
2012-09-06ASoC: mc13783: Remove mono supportFabio Estevam1-4/+4
2012-09-05USB: add device quirk for Joss Optical touchboardAlan Stern1-0/+4
2012-09-05USB: ohci-at91: fix PIO handling in relation with number of portsNicolas Ferre1-0/+10
2012-09-05USB: ftdi_sio: PID for NZR SEM 16+ USBHorst Schirmeier2-0/+4
2012-09-05USB: ftdi-sio: add support for more Physik Instrumente devicesÉric Piel2-1/+37
2012-09-05workqueue: fix possible deadlock in idle worker rebindingTejun Heo1-2/+27
2012-09-05workqueue: move WORKER_REBIND clearing in rebind_workers() to the end of the ...Tejun Heo1-13/+13
2012-09-06ASoC: arizona: Fix typo in 44.1kHz ratesHeather Lomond1-1/+1
2012-09-05ibmveth: Fix alignment of rx queue bugSantiago Leon1-17/+9
2012-09-05tcp: fix possible socket refcount problem for ipv6Julian Anastasov1-2/+3
2012-09-06drm: use drm_compat_ioctl for 32-bit appsKeith Packard11-0/+33
2012-09-05tty: serial: imx: don't reinit clock in imx_setup_ufcr()Dirk Behme1-14/+4
2012-09-05tty: serial: imx: console write routing is unsafe on SMPXinyu Chen1-1/+11
2012-09-05usb: host: xhci: fix compilation error for non-PCI based stacksMoiz Sonasath1-0/+1
2012-09-05Merge branch 'fixes-for-3.6' of git://gitorious.org/linux-can/linux-canDavid S. Miller1-1/+10
2012-09-05usb: host: xhci-plat: use ioremap_nocacheRuchika Kharwar1-1/+1
2012-09-05usb: host: xhci: Fix Compliance Mode on SN65LVPE502CP HardwareAlexis R. Cortes3-0/+169
2012-09-05xhci: Make handover code more robustMatthew Garrett1-2/+10
2012-09-05xhci: Fix a logical vs bitwise AND bugDan Carpenter1-1/+1
2012-09-05staging: zcache: fix cleancache race condition with shrinkerSeth Jennings1-4/+3
2012-09-05libertas sdio: fix suspend when interface is downDaniel Drake1-0/+5
2012-09-05rt2800usb: Added rx packet length validity checkSergei Poselenov2-2/+10
2012-09-05rt2x00: Fix rfkill polling prior to interface start.Gertjan van Wingerde11-0/+69
2012-09-05rt2x00: Fix word size of rt2500usb MAC_CSR19 register.Gertjan van Wingerde2-9/+9
2012-09-05rt2x00: Identify ASUS USB-N53 device.Gertjan van Wingerde1-1/+2
2012-09-05brcmfmac: fix get rssi by clearing getvar struct.Hante Meuleman1-7/+8
2012-09-05brcmfmac: fix race condition for rx and tx data.Hante Meuleman1-10/+11
2012-09-05brcmfmac: dont use ZERO flag for usb INHante Meuleman1-1/+0
2012-09-05brcmfmac: fix use of dev_kfree_skb() in irq contextArend van Spriel1-4/+4