aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-11-12misc/isl29020: signedness bug in als_sensing_range_store()Dan Carpenter1-1/+3
2010-11-12rapidio: use resource_size()Dan Carpenter1-2/+2
2010-11-12drivers/macintosh/adb-iop.c: flags should be unsigned longGeert Uytterhoeven1-2/+2
2010-11-11n_gsm: Fix length handlingKen Mills1-2/+2
2010-11-11n_gsm: Copy n2 over when configuring via ioctl interfaceKen Mills1-0/+1
2010-11-11serial: bfin_5xx: grab port lock before making port termios changesSonic Zhang1-2/+2
2010-11-11serial: bfin_5xx: disable CON_PRINTBUFFER for consolesSonic Zhang1-0/+8
2010-11-11serial: bfin_5xx: remove redundant SSYNC to improve TX speedSonic Zhang1-1/+0
2010-11-11serial: bfin_5xx: always include DMA headersSonic Zhang1-3/+9
2010-11-11vcs: make proper usage of the poll flagsNicolas Pitre1-3/+3
2010-11-11amiserial: Remove unused variable icountGeert Uytterhoeven1-1/+0
2010-11-118250: Fix tcsetattr to avoid ioctl(TIOCMIWAIT) hangLawrence Rust1-1/+4
2010-11-11hwmon: (gpio-fan) Fix fan_ctrl_init error pathAxel Lin1-4/+4
2010-11-11Revert "USB: xhci: Use GFP_ATOMIC under spin_lock"Greg Kroah-Hartman1-1/+1
2010-11-11hwmon: (ad7414) Return proper error code for ad7414_probe()Axel Lin1-2/+4
2010-11-11hwmon: (adt7470) Return proper error code for adt7470_probe()Axel Lin1-1/+3
2010-11-11USB: ohci-jz4740: Fix spelling in MODULE_ALIASStefan Weil1-1/+1
2010-11-11UWB: Return UWB_RSV_ALLOC_NOT_FOUND rather than crashing on NULL dereference if kzalloc failsJesper Juhl1-1/+2
2010-11-11usb: core: fix information leak to userlandVasiliy Kulikov1-3/+4
2010-11-11usb: misc: iowarrior: fix information leak to userlandVasiliy Kulikov1-0/+1
2010-11-11usb: misc: sisusbvga: fix information leak to userlandVasiliy Kulikov1-0/+1
2010-11-11usb: subtle increased memory usage in u_serialJim Sung1-14/+40
2010-11-11USB: option: fix when the driver is loaded incorrectly for some Huawei devices.ma rui1-1/+1
2010-11-11USB: xhci: Use GFP_ATOMIC under spin_lockDavid Sterba1-1/+1
2010-11-11usb: gadget: goku_udc: add registered flag bit, fixing buildAndy Whitcroft1-1/+2
2010-11-11USB: ehci/mxc: compile fixUwe Kleine-König1-5/+9
2010-11-11USB: Fix FSL USB driver on non Open Firmware systemsMarc Kleine-Budde2-2/+2
2010-11-11Staging: Merge 'tidspbridge-2.6.37-rc1' into staging-linusGreg Kroah-Hartman31-571/+3468
2010-11-11Input: do not pass injected events back to the originating handlerDmitry Torokhov1-11/+26
2010-11-11Input: pcf8574_keypad - fix error handling in pcf8574_kp_probeDan Carpenter1-13/+10
2010-11-10Input: acecad - fix a memory leak in usb_acecad_probe error pathAxel Lin1-1/+2
2010-11-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller16-36/+91
2010-11-10xen: events: do not unmask event channels on resumeIan Campbell1-7/+18
2010-11-10Revert "staging: tidspbridge: replace iommu custom for opensource implementation"Felipe Contreras6-135/+518
2010-11-10Revert "staging: tidspbridge - move shared memory iommu maps to tiomap3430.c"Felipe Contreras4-139/+146
2010-11-10Revert "staging: tidspbridge - rename bridge_brd_mem_map/unmap to a proper name"Felipe Contreras5-116/+141
2010-11-10Revert "staging: tidspbridge - remove custom mmu code from tiomap3430.c"Felipe Contreras2-0/+427
2010-11-10Revert "staging: tidspbridge - fix mmufault support"Felipe Contreras3-40/+57
2010-11-10Revert "staging: tidspbridge - remove hw directory"Felipe Contreras13-2/+1148
2010-11-10Revert "staging: tidspbridge - move all iommu related code to a new file"Felipe Contreras7-391/+289
2010-11-10Revert "staging: tidspbridge: remove dw_dmmu_base from cfg_hostres struct"Felipe Contreras4-1/+10
2010-11-10Revert "staging: tidspbridge - remove reserved memory clean up"Felipe Contreras4-0/+53
2010-11-10Revert "staging: tidspbridge - deprecate reserve/unreserve_memory funtions"Felipe Contreras4-17/+197
2010-11-10Revert "staging: tidspbridge - remove dmm custom module"Felipe Contreras9-6/+747
2010-11-10Revert "staging: tidspbridge - update Kconfig to select IOMMU module"Felipe Contreras1-1/+0
2010-11-10staging: tidspbridge: hardcode SCM macros while fix is upstreamedFelipe Contreras1-1/+13
2010-11-10Staging: keucr driver: fix uninitialized variable & proper memset lengthKonstantin Katuev6-31/+31
2010-11-10block: remove REQ_HARDBARRIERChristoph Hellwig5-28/+6
2010-11-10Merge branch 'for-2.6.37/drivers' into for-linusJens Axboe10-412/+264
2010-11-10block: read i_size with i_size_read()Mike Snitzer2-11/+11