summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2011-05-13drivers/base/memory.c: fix warning due to "memory hotplug: Speed up add/remov...Andrew Morton1-1/+1
2011-05-12memory hotplug: Speed up add/remove when blocks are larger than PAGES_PER_SEC...Anton Blanchard1-16/+8
2011-05-07RAW driver: Remove call to kobject_put().Robert P. J. Day1-1/+0
2011-05-07efivars: prevent oops on unload when efi is not enabledRandy Dunlap1-2/+4
2011-05-07Allow setting of number of raw devices as a module parameterJan Kara2-7/+28
2011-04-30Introduce CONFIG_GOOGLE_FIRMWAREMike Waychison2-1/+15
2011-04-30driver: Google Memory ConsoleMike Waychison3-0/+175
2011-04-30driver: Google EFI SMIMike Waychison5-0/+955
2011-04-30misc: fix ti-st build issuesRandy Dunlap2-0/+2
2011-04-26drivers:base:fix the coding format of memory.cWanlong Gao1-1/+2
2011-04-23driver core: let dev_set_drvdata return int instead of void as it can failUwe Kleine-König1-4/+3
2011-04-23driver core/platform_device_add_resources: free resource before overwritingUwe Kleine-König1-0/+1
2011-04-23driver core/platform_device_add_resources: set resource to NULL if !resUwe Kleine-König1-10/+9
2011-04-23driver core/platform_device_add_data: free platform data before overwritingUwe Kleine-König1-0/+1
2011-04-23driver core/platform_device_add_data: set platform_data to NULL if !dataUwe Kleine-König1-9/+8
2011-04-23drivers/base/core.c: Fixed brace coding style issue.Karthigan Srinivasan1-2/+1
2011-04-23driver-core: fix race between device_register and driver_registerSebastian Ott1-0/+5
2011-04-23drivers:misc:ti-st: remove rfkill dependencyPavan Savoy1-1/+0
2011-04-23drivers:misc:ti-st: handle delayed tty receivePavan Savoy1-10/+13
2011-04-20kmsg: properly support writev to avoid interleaved printk lines fixAndrew Morton1-3/+4
2011-04-20printk: /dev/kmsg - properly support writev() to avoid interleaved printk() l...Kay Sievers1-15/+26
2011-04-20uio: clean uioinfo when uninstall uio driverJie Zhou1-0/+4
2011-04-20uio: fix allocating minor id for uio deviceHillf Danton1-1/+7
2011-04-20uio: fix finding mm index for vmaHillf Danton1-5/+3
2011-04-20uio_netx: Add support for netPLC cardsDaniel Trautmann1-0/+19
2011-04-20drivers: make device_type constStephen Hemminger1-2/+2
2011-04-20efivars: handle errors from register_efivars()Dan Carpenter1-2/+9
2011-04-20efivars: memory leak on error in create_efivars_bin_attributes()Dan Carpenter1-2/+2
2011-04-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds5-22/+87
2011-04-18Input: xen-kbdfront - fix mouse getting stuck after save/restoreIgor Mammedov1-1/+12
2011-04-18Input: estimate number of events per packetJeff Brown1-0/+40
2011-04-18block: add blk_run_queue_asyncChristoph Hellwig2-2/+2
2011-04-18md: fix up raid1/raid10 unplugging.NeilBrown2-28/+20
2011-04-18md: incorporate new plugging into raid5.NeilBrown1-7/+16
2011-04-18md: provide generic support for handling unplug callbacks.NeilBrown2-0/+60
2011-04-18md - remove old plugging code.NeilBrown4-104/+8
2011-04-18md/dm - remove remains of plug_fn callback.NeilBrown1-8/+0
2011-04-18md: use new plugging interface for RAID IO.NeilBrown3-1/+10
2011-04-17i2c-algo-bit: Call pre/post_xfer for bit_testAlex Deucher1-3/+19
2011-04-17i2c: Improve deprecation warningsJean Delvare1-2/+4
2011-04-16Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds32-218/+483
2011-04-16Merge branches 'core-fixes-for-linus', 'perf-fixes-for-linus', 'sched-fixes-f...Linus Torvalds4-3/+29
2011-04-16Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds3-7/+17
2011-04-15RapidIO/mpc85xx: fix possible mport registration problemsAlexandre Bounine1-2/+3
2011-04-15RapidIO: add IDT CPS-1432 switch definitionsAlexandre Bounine1-0/+1
2011-04-15drivers/misc/sgi-gru/grufile.c: fix the wrong members of gru_chipWanlong Gao1-4/+4
2011-04-15leds/leds-regulator.c: fix handling of already enabled regulatorsAntonio Ospite1-0/+4
2011-04-15drivers/rtc/rtc-mc13xxx.c: fix unterminated platform_device_id tableAxel Lin1-0/+1
2011-04-15Revert "USB: isp1760-hcd: move imask clear after pending work is done"Greg Kroah-Hartman1-3/+1
2011-04-14xHCI: Implement AMD PLL quirkAndiry Xu4-1/+32