summaryrefslogtreecommitdiffstats
path: root/drivers/misc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-04-061-7/+1Star
|\
| * simple_open: automatically convert to simple_open()Stephen Boyd2012-04-061-7/+1Star
* | Merge tag 'for_linus-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2012-04-051-45/+115
|\ \
| * | x86,kgdb: Fix DEBUG_RODATA limitation using text_poke()Jason Wessel2012-03-301-17/+0Star
| * | kgdbts: (2 of 2) fix single step awareness to work correctly with SMPJason Wessel2012-03-301-11/+62
| * | kgdbts: (1 of 2) fix single step awareness to work correctly with SMPJason Wessel2012-03-301-11/+43
| * | kgdbts: Fix kernel oops with CONFIG_DEBUG_RODATAJason Wessel2012-03-301-24/+28
* | | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-292-1/+1
|\ \ \ | |_|/ |/| |
| * | Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0Star
| * | Add #includes needed to permit the removal of asm/system.hDavid Howells2012-03-281-0/+1
* | | Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-03-281-10/+54
|\ \ \ | |/ / |/| |
| * | ARM: at91/tc/clocksource: Add 32 bit variant to Timer CounterNicolas Ferre2012-03-011-0/+20
| * | ARM: at91/tc: add device tree support to atmel_tclibNicolas Ferre2012-03-011-2/+25
| * | ARM: at91/tclib: take iomem size from resourceNicolas Ferre2012-03-011-8/+9
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-03-221-42/+72
|\ \ \
| * | | carma-fpga: fix race between data dumping and DMA callbackIra Snyder2012-02-271-40/+61
| * | | carma-fpga: fix lockdep warningIra Snyder2012-02-271-2/+11
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-03-212-16/+11Star
|\ \ \
| * | | ibmasmfs: make register_filesystem the last failure exitAl Viro2012-03-211-6/+5Star
| * | | tidy up after d_make_root() conversionAl Viro2012-03-211-8/+6Star
| * | | switch open-coded instances of d_make_root() to new helperAl Viro2012-03-211-4/+2Star
| | |/ | |/|
* | | Merge tag 'tty-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2012-03-201-10/+2Star
|\ \ \
| * | | TTY: remove re-assignments to tty_driver membersJiri Slaby2012-03-081-4/+1Star
| * | | TTY: remove minor_num from tty_driverJiri Slaby2012-03-081-1/+0Star
| * | | Merge tag 'tty-3.3-rc3' tty-nextGreg Kroah-Hartman2012-02-101-5/+1Star
| |\ \ \ | | |_|/ | |/| |
| | * | TTY: use tty_standard_installJiri Slaby2012-02-031-5/+1Star
* | | | Merge tag 'char-misc-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gr...Linus Torvalds2012-03-2026-306/+30Star
|\ \ \ \ | |_|_|/ |/| | |
| * | | misc: bmp085: Use unsigned long to store jiffiesBernhard Walle2012-03-031-1/+1
| * | | misc: bmp085: Handle jiffies overflow correctlyBernhard Walle2012-02-241-1/+2
| * | | misc: fsa9480: Remove obsolete cleanup for clientdataWolfram Sang2012-02-241-2/+0Star
| * | | cs5535-mfgpt: don't call __init function from __devinitDanny Kukawka2012-02-091-1/+1
| * | | MISC: convert drivers/misc/* to use module_spi_driver()Axel Lin2012-01-255-57/+5Star
| * | | MISC: convert drivers/misc/* to use module_i2c_driver()Axel Lin2012-01-2516-194/+17Star
| * | | MISC: convert drivers/misc/* to use module_platform_driver()Axel Lin2012-01-254-50/+4Star
| | |/ | |/|
* | | c2port: class_create() returns an ERR_PTRDan Carpenter2012-03-061-2/+2
| |/ |/|
* | Merge tag 'char-misc-3.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2012-02-095-22/+13Star
|\ \
| * | mmc: cb710 core: Add missing spin_lock_init for irq_lock of struct cb710_chipAxel Lin2012-02-031-0/+1
| * | cs5535-mfgpt: don't call __init function from __devinitDanny Kukawka2012-02-031-1/+1
| * | vmw_balloon: fix for a -Wuninitialized warningDanny Kukawka2012-02-031-7/+7
| * | drivers: misc: Remove MISC_DEVICES config optionFabio Estevam2012-01-251-14/+3Star
| * | c2port: fix build error for duramar2150 due to missing header.Paul Gortmaker2012-01-251-0/+1
| |/
* / lkdtm: avoid calling lkdtm_do_action() with spinlock heldCong Wang2012-02-041-1/+5
|/
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-01-181-1/+1
|\
| * Merge branch 'dma_slave_direction' into next_test_dirnVinod Koul2011-11-171-1/+1
| |\
| | * carma: move to dma_transfer_directionVinod Koul2011-10-311-1/+1
* | | Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds2012-01-142-6/+8
|\ \ \
| * | | module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-6/+6
| * | | module_param: check type correctness for module_param_arrayRusty Russell2012-01-131-0/+2
* | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same...Linus Torvalds2012-01-144-1/+515
|\ \ \ \ | |/ / / |/| | |
| * | | misc: Remove max8997-muic sysfs attributesDonggeun Kim2012-01-091-133/+4Star