summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* memory: emif: add debugfs entries for emifAneesh V2012-05-021-0/+138
* memory: emif: add one-time settingsAneesh V2012-05-021-0/+148
* memory: emif: add interrupt and temperature handlingAneesh V2012-05-021-2/+209
* memory: emif: handle frequency and voltage change eventsAneesh V2012-05-022-4/+1020
* memory: emif: add basic infrastructure for EMIF driverAneesh V2012-05-028-0/+511
* memory: emif: add register definitions for EMIFAneesh V2012-05-021-0/+454
* ddr: add LPDDR2 data from JESD209-2Aneesh V2012-05-024-0/+320
* dynamic_debug: use printk(KERN_WARNING..) in stub functionJim Cromie2012-05-011-1/+2
* dynamic_debug: init with early_initcall, not arch_initcallJim Cromie2012-04-301-2/+2
* dynamic_debug: update Documentation/*, Kconfig.debugJim Cromie2012-04-303-70/+138
* dynamic_debug: add modname arg to exec_query callchainJim Cromie2012-04-301-8/+13
* dynamic_debug: print ram usage by ddebug tables if verboseJim Cromie2012-04-301-1/+11
* dynamic_debug: simplify dynamic_debug_init error exitJim Cromie2012-04-301-11/+8Star
* dynamic_debug: combine parse_args callbacks togetherJim Cromie2012-04-301-16/+20
* dynamic_debug: deprecate ddebug_query, suggest dyndbg insteadJim Cromie2012-04-302-1/+10
* dynamic_debug: make dynamic-debug work for module initializationJim Cromie2012-04-303-1/+67
* params: add 3rd arg to option handler callback signatureJim Cromie2012-04-303-28/+39
* dynamic_debug: fix leading spaces in dynamic_debug.hJim Cromie2012-04-301-2/+2
* dynamic_debug: replace if (verbose) pr_info with macro vpr_infoJim Cromie2012-04-301-46/+35Star
* Revert "w1: Add 1-wire slave device driver for DS28E04-100"Greg Kroah-Hartman2012-04-304-473/+0Star
* Extcon: Notify changed state for only one cable to notifeeChanwoo Choi2012-04-301-1/+8
* Extcon: check for allocation failureDan Carpenter2012-04-251-0/+2
* lib/kobject.c : Remove redundant check in create_diryan2012-04-231-7/+5Star
* drivers/base/core.c: Fix a typo in commentyan2012-04-231-1/+1
* Remove "switch" class in drivers/staging/android/switchMyungJoo Ham2012-04-238-424/+6Star
* Documentation/extcon: porting guide for Android kernel switch driver.MyungJoo Ham2012-04-201-0/+124
* Extcon: support mutually exclusive relation between cables.MyungJoo Ham2012-04-203-13/+160
* Extcon: support multiple states at a device.MyungJoo Ham2012-04-203-20/+667
* Extcon: support notification based on the state changes.Donggeun Kim2012-04-202-0/+104
* Extcon: support generic GPIO extcon driverMyungJoo Ham2012-04-204-0/+229
* Extcon (external connector): import Android's switch class and modify.MyungJoo Ham2012-04-207-0/+369
* Revert "driver core: check start node in klist_iter_init_node"Greg Kroah-Hartman2012-04-206-76/+46Star
* docs: update HOWTO for 2.6.x -> 3.x versioningKees Cook2012-04-201-16/+16
* driver core: check start node in klist_iter_init_nodeHannes Reinecke2012-04-196-46/+76
* drivers/base/bus.c: local variables should not be exposed globallyH Hartley Sweeten2012-04-191-2/+1Star
* driver core: fix dma-buf.c kernel-doc warningsRandy Dunlap2012-04-191-6/+6
* core.c: fix 'the the' typoPeter Korsgaard2012-04-191-2/+2
* devtmpfs: fix 'the the' typoPeter Korsgaard2012-04-191-3/+3
* w1: w1_ds28e04: unlock on error path in w1_f1C_write_pio()Dan Carpenter2012-04-191-1/+3
* w1: Disable irqs during 1-wire bus operations, extend 1-wire reset pulseMarkus Franke2012-04-121-4/+18
* w1: Add 1-wire slave device driver for DS28E04-100Markus Franke2012-04-124-0/+471
* w1: fix slave driver registration error messageDmitry Artamonow2012-04-101-1/+1
* hv: fix return type of hv_post_message()Dan Carpenter2012-04-102-2/+2
* Linux 3.4-rc2Linus Torvalds2012-04-081-1/+1
* Merge tag 'regmap-3.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-04-072-1/+8
|\
| * regmap: prevent division by zero in rbtree_showStephen Warren2012-04-051-1/+7
| * regmap: Export regcache_sync_region()Mark Brown2012-04-031-0/+1
* | Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-04-078-12/+36
|\ \
| * | KVM: Resolve RCU vs. async page fault problemGleb Natapov2012-04-051-0/+4
| * | Merge tag 'powerpc-fixes' of git://github.com/paulusmack/linux into new/masterAvi Kivity2012-04-055-11/+29
| |\ \