aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2008-05-12Make 'cond_resched()' nullification depend on PREEMPT_BKLGravatar Linus Torvalds 1-1/+1
2008-05-12Fix up 'need_resched()' definitionGravatar Linus Torvalds 1-1/+1
2008-05-11Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Gravatar Linus Torvalds 1-1/+1
2008-05-11Add new 'cond_resched_bkl()' helper functionGravatar Linus Torvalds 1-1/+5
2008-05-11i2c: Match dummy devices by typeGravatar Jean Delvare 1-1/+1
2008-05-11Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-6/+3
2008-05-10BKL: revert back to the old spinlock implementationGravatar Linus Torvalds 1-8/+10
2008-05-10Move ACCESS_ONCE() to <linux/compiler.h>Gravatar Linus Torvalds 2-12/+12
2008-05-09[libata] revert new check-ready Status register logicGravatar Jeff Garzik 1-6/+3
2008-05-09Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Gravatar Linus Torvalds 1-4/+0
2008-05-09module: put modversions in vermagicGravatar Rusty Russell 1-1/+7
2008-05-09[POWERPC] Fix of_i2c include for module compilationGravatar Jochen Friedrich 1-4/+0
2008-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Gravatar Linus Torvalds 3-2/+20
2008-05-08Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 3-18/+32
2008-05-08Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 1-0/+21
2008-05-08Merge branch 'upstream-davem' of master.kernel.org:/pub/scm/linux/kernel/git/...Gravatar David S. Miller 2-2/+19
2008-05-08netfilter: nf_conntrack_sip: restrict RTP expect flushing on error to last re...Gravatar Patrick McHardy 1-0/+1
2008-05-07block: avoid duplicate calls to get_part() in disk stat codeGravatar Jens Axboe 1-17/+18
2008-05-07cfq-iosched: make io priorities inherit CPU scheduling class as well as niceGravatar Jens Axboe 1-0/+14
2008-05-07udf: Make udf exportableGravatar Rasmus Rohde 1-0/+21
2008-05-07vfs: splice remove_suid() cleanupGravatar Miklos Szeredi 1-1/+0
2008-05-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-5/+0
2008-05-06[PATCH] kill ->put_inodeGravatar Christoph Hellwig 1-5/+0
2008-05-06Merge branch 'for-2.6.26' of git://git.farnsworth.org/dale/linux-2.6-mv643xx_...Gravatar Jeff Garzik 1-2/+14
2008-05-06phylib: Fix some sparse warningsGravatar Andy Fleming 1-0/+5
2008-05-06libata: export ata_eh_analyze_ncq_errorGravatar Mark Lord 1-0/+1
2008-05-06libata: improve post-reset device ready testGravatar Tejun Heo 1-0/+15
2008-05-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/min...Gravatar Linus Torvalds 1-1/+37
2008-05-05Merge branch 'powerpc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+1
2008-05-05sched: add optional support for CONFIG_HAVE_UNSTABLE_SCHED_CLOCKGravatar Peter Zijlstra 1-0/+29
2008-05-05sched: make clock sync tunable by architecture codeGravatar Ingo Molnar 1-0/+2
2008-05-05sched: fix RT task-wakeup logicGravatar Gregory Haskins 1-1/+6
2008-05-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Gravatar Linus Torvalds 1-2/+3
2008-05-05kgdb: fix signedness mixmatches, add statics, add declaration to headerGravatar Harvey Harrison 1-1/+3
2008-05-05[POWERPC] devres: Add devm_ioremap_prot()Gravatar Emil Medve 1-0/+1
2008-05-04sysfs: build fixGravatar Ingo Molnar 1-6/+0
2008-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrtGravatar Linus Torvalds 1-0/+9
2008-05-03Merge git://git.infradead.org/battery-2.6Gravatar Linus Torvalds 1-0/+4
2008-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Gravatar Linus Torvalds 3-8/+5
2008-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcGravatar Linus Torvalds 1-0/+2
2008-05-03hrtimer: remove duplicate helper functionGravatar Oliver Hartkopp 1-0/+9
2008-05-02bridge: forwarding table information for >256 devicesGravatar Stephen Hemminger 1-1/+3
2008-05-03pda_power: add init and exit function callbacksGravatar Philipp Zabel 1-0/+4
2008-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 5-87/+105
2008-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Gravatar Linus Torvalds 3-1/+80
2008-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Gravatar Linus Torvalds 1-1/+7
2008-05-02USB GADGET/PERIPHERAL: g_file_storage Bulk-Only Transport complianceGravatar David Lopo 1-0/+21
2008-05-02USB: add Cypress c67x00 OTG controller core driverGravatar Peter Korsgaard 1-0/+48
2008-05-02USB: Add the USB 2.0 extension descriptor.Gravatar Sarah Sharp 1-1/+11
2008-05-02driver-core: add dev_name() to help transition away from using bus_idGravatar Kay Sievers 1-1/+7