summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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. Miller5-4/+18
2010-07-03linux/net.h: fix kernel-doc warningsRandy Dunlap1-2/+1
2010-07-03net: decreasing real_num_tx_queues needs to flush qdiscJohn Fastabend2-4/+11
2010-07-03sched: qdisc_reset_all_tx is calling qdisc_reset without qdisc_lockJohn Fastabend1-2/+10
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-02drm: add per-event vblank event trace pointsJesse Barnes1-0/+2
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. Miller4-14/+63
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 Molnar12-26/+64
2010-07-01fb: fix colliding defines for fb flags.Dave Airlie1-2/+2
2010-07-01Merge commit 'v2.6.35-rc3' into nextDmitry Torokhov47-158/+538
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-01fragment: add fast path for in-order fragmentsChangli Gao1-0/+1
2010-07-01snmp: 64bit ipstats_mib for all archesEric Dumazet3-16/+91
2010-07-01mv643xx_eth: use sw csum for big packetsSaeed Bishara1-0/+5
2010-06-30net/neighbour.h: fix typoKulikov Vasiliy1-1/+1
2010-06-30eeprom_93cx6: Add support for 93c86 EEPROMs.Gertjan van Wingerde1-0/+1
2010-06-30xfrm: fix XFRMA_MARK extraction in xfrm_mark_getAndreas Steffen1-1/+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
2010-06-29sched: Fix spelling of siblingMichael Neuling1-1/+1
2010-06-29workqueue: implement cpu intensive workqueueTejun Heo1-0/+1
2010-06-29workqueue: implement high priority workqueueTejun Heo1-0/+1
2010-06-29workqueue: implement several utility APIsTejun Heo1-1/+10
2010-06-29workqueue: s/__create_workqueue()/alloc_workqueue()/, and add system workqueuesTejun Heo1-11/+29
2010-06-29workqueue: increase max_active of keventd and kill current_is_keventd()Tejun Heo1-1/+3
2010-06-29workqueue: implement concurrency managed dynamic worker poolTejun Heo1-3/+5
2010-06-29workqueue: implement WQ_NON_REENTRANTTejun Heo1-0/+1
2010-06-29workqueue: carry cpu number in work data once execution startsTejun Heo1-2/+5
2010-06-29workqueue: make single thread workqueue shared worker pool friendlyTejun Heo1-3/+3
2010-06-29workqueue: reimplement CPU hotplugging support using trusteeTejun Heo1-0/+2
2010-06-29workqueue: reimplement workqueue freeze using max_activeTejun Heo1-0/+7
2010-06-29workqueue: implement per-cwq active work limitTejun Heo1-9/+9