summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2010-07-06of/device: Move struct of_device define outside of CONFIG_OF_DEVICE testGrant Likely1-7/+5
2010-07-06of/device: Add OF style matching helper functionGrant Likely1-0/+19
2010-07-06of/gpio: add default of_xlate function if device has a node pointerAnton Vorontsov1-2/+5
2010-07-06of/gpio: stop using device_node data pointer to find gpio_chipGrant Likely1-0/+3
2010-07-06of/gpio: Kill of_gpio_chip and add members directly to gpio_chipAnton Vorontsov1-24/+5
2010-07-06of: Merge of_device_alloc() and of_device_make_bus_id()Grant Likely1-0/+3
2010-07-06of/device: Merge of_platform_bus_probe()Grant Likely1-0/+17
2010-07-06of: Modify of_device_get_modalias to be passed struct deviceGrant Likely1-1/+1
2010-07-06of/device: merge of_device_ueventGrant Likely1-0/+4
2010-07-06of/address: Merge all of the bus translation codeGrant Likely1-3/+1
2010-07-06of/address: merge of_address_to_resource()Grant Likely1-0/+5
2010-07-06of/address: merge of_iomap()Grant Likely1-0/+9
2010-07-06of/irq: merge irq mapping codeGrant Likely1-0/+29
2010-07-05rbtree: Undo augmented trees performance damage and regressionPeter Zijlstra1-4/+9
2010-07-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt39-132/+482
2010-07-05Merge commit 'v2.6.35-rc4' into perf/coreIngo Molnar10-10/+37
2010-07-05module: initialize module dynamic debug laterYehuda Sadeh1-2/+2
2010-07-04netdevice.h: Change netif_<level> macros to call netdev_<level> functionsJoe Perches1-7/+13
2010-07-04netdevice.h net/core/dev.c: Convert netdev_<level> logging macros to functionsJoe Perches1-19/+17
2010-07-04device.h drivers/base/core.c Convert dev_<level> logging macros to functionsJoe Perches1-26/+86
2010-07-04vsprintf: Recursive vsnprintf: Add "%pV", struct va_formatJoe Perches1-0/+5
2010-07-04slab: fix caller tracking on !CONFIG_DEBUG_SLAB && CONFIG_TRACINGXiaotian Feng1-2/+4
2010-07-04Input: mcs - Add MCS touchkey driverJoonyoung Shim2-24/+34
2010-07-04spi/spi-gpio: add support for controllers without MISO or MOSI pinMarek Szyprowski1-0/+5
2010-07-04Input: ads7846 - do not allow altering platform dataDmitry Torokhov1-1/+1
2010-07-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller3-2/+6
2010-07-03linux/net.h: fix kernel-doc warningsRandy Dunlap1-2/+1
2010-07-03net: decreasing real_num_tx_queues needs to flush qdiscJohn Fastabend1-0/+3
2010-07-02Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2010-07-02workqueue: remove WQ_SINGLE_CPU and use WQ_UNBOUND insteadTejun Heo1-4/+3
2010-07-02workqueue: implement unbound workqueueTejun Heo1-1/+14
2010-07-02workqueue: prepare for WQ_UNBOUND implementationTejun Heo1-3/+7
2010-07-02libata: take advantage of cmwq and remove concurrency limitationsTejun Heo1-0/+1
2010-07-02Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2010-07-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2-0/+23
2010-07-01Revert "net: Make accesses to ->br_port safe for sparse RCU"Paul E. McKenney1-3/+0
2010-07-01ahci,ata_generic: let ata_generic handle new MBP w/ MCP89Tejun Heo1-0/+1
2010-07-01Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2-3/+2
2010-07-01sched: Cure nr_iowait_cpu() usersPeter Zijlstra1-1/+1
2010-07-01Merge branch 'linus' into core/rcuIngo Molnar8-23/+59
2010-07-01fb: fix colliding defines for fb flags.Dave Airlie1-2/+2
2010-07-01Merge commit 'v2.6.35-rc3' into nextDmitry Torokhov29-106/+420
2010-07-01ethtool: Add support for control of RX flow hash indirectionBen Hutchings1-0/+15
2010-07-01ethtool: Change ethtool_op_set_flags to validate flagsBen Hutchings1-1/+1
2010-07-01mv643xx_eth: use sw csum for big packetsSaeed Bishara1-0/+5
2010-06-30eeprom_93cx6: Add support for 93c86 EEPROMs.Gertjan van Wingerde1-0/+1
2010-06-30Input: i8042 - mark stubs in i8042.h "static inline"Feng Tang1-6/+6
2010-06-30compiler-gcc.h: gcc-4.5 needs noclone and noinline on __naked functionsMikael Pettersson2-1/+13
2010-06-29Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2-3/+3
2010-06-29fs: fix superblock iteration racenpiggin@suse.de1-0/+15