aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-05-08IB/uverbs: Export ib_umem_get()/ib_umem_release() to modulesRoland Dreier2-24/+82
2007-05-08Merge branch 'hwmon-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds2-1/+22
2007-05-08Merge branch 'reset-seq' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-devLinus Torvalds1-25/+15
2007-05-08Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6Linus Torvalds1-0/+1
2007-05-08Merge master.kernel.org:/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-0/+2
2007-05-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds28-702/+1783
2007-05-08s3fb: updatesOndrej Zajicek1-0/+1
2007-05-08use mutex instead of semaphore in virtual console driverMatthias Kaehlcke1-1/+2
2007-05-08atyfb: halve XCLK with Mobility and 32bit memoryVille Syrjala1-0/+1
2007-05-08fbdev: fbcon: check if mode can handle new screenAntonino A. Daplas1-0/+12
2007-05-08pm2fb: Permedia 2V memory clock settingKrzysztof Helt1-0/+4
2007-05-08fbdev: add tile operation to get the maximum length of the mapAntonino A. Daplas1-1/+2
2007-05-08fbcon: font setting should check limitation of driverAntonino A. Daplas1-1/+2
2007-05-08fbdev: advertise limitation of drawing engineAntonino A. Daplas1-0/+4
2007-05-08fbdev: add fb_read/fb_write functions for framebuffers in system RAMAntonino A. Daplas1-0/+4
2007-05-08fbdev: pass struct fb_info to fb_read and fb_writeAntonino A. Daplas1-2/+4
2007-05-08fbdev: add drawing functions for framebuffers in system RAMAntonino A. Daplas1-0/+6
2007-05-08vt: add color support to the "underline" and "italic" attributesJan Engelhardt2-1/+4
2007-05-08tgafb: TURBOchannel supportMaciej W. Rozycki1-3/+44
2007-05-08fb: fsync() method for deferred I/O flush.Paul Mundt1-2/+4
2007-05-08fbdev: mm: Deferred IO supportJaya Kumar1-0/+20
2007-05-08fbdev: display classJames Simmons1-0/+61
2007-05-08Char: cyclades, dynamic portsJiri Slaby1-0/+1
2007-05-08Char: cyclades, remove unused timestampsJiri Slaby1-2/+0
2007-05-08Char: cyclades, remove sleep_onJiri Slaby1-1/+1
2007-05-08Char: cyclades, make info->card a pointerJiri Slaby1-1/+1
2007-05-08Char: cyclades, remove useless fileds from cyclades_cardJiri Slaby1-3/+0
2007-05-08Char: cyclades, unexport struct cyclades_cardJiri Slaby1-13/+2
2007-05-08x86, serial: convert legacy COM ports to platform devicesBjorn Helgaas2-32/+0
2007-05-08PNP: notice whether we have PNP devices (PNPBIOS or PNPACPI)Bjorn Helgaas1-0/+2
2007-05-08Char: cyclades, cy_readX/writeX cleanupJiri Slaby1-7/+3
2007-05-08Add IRQF_IRQPOLL flag (common code)Bernhard Walle1-0/+4
2007-05-08nfs: fix congestion control: use atomic_longsPeter Zijlstra1-1/+1
2007-05-08Some grammatical fixups and additions to atomic.h kernel-doc contentRobert P. J. Day1-2/+9
2007-05-08x86: create asm/cmpxchg.hJeff Dike7-418/+437
2007-05-08Remove tas()Jeff Dike19-38/+0
2007-05-08local_t: x86_64 extensionMathieu Desnoyers2-31/+201
2007-05-08local_t: sparc64 cleanupMathieu Desnoyers1-40/+1
2007-05-08local_t: powerpc extensionMathieu Desnoyers1-1/+200
2007-05-08local_t: parisc cleanupMathieu Desnoyers1-40/+1
2007-05-08local_t: mips extensionMathieu Desnoyers2-39/+390
2007-05-08local_t: ia64 extensionMathieu Desnoyers1-50/+1
2007-05-08local_t: i386 extensionMathieu Desnoyers2-28/+236
2007-05-08local_t: alpha extensionMathieu Desnoyers2-24/+329
2007-05-08local_t: architecture independent extensionMathieu Desnoyers1-10/+23
2007-05-08atomic.h: atomic_add_unless as inline. Remove system.h atomic.h circular dependencyMathieu Desnoyers18-282/+360
2007-05-08atomic.h: add atomic64 cmpxchg, xchg and add_unless to x86_64Mathieu Desnoyers1-4/+32
2007-05-08atomic.h: add atomic64 cmpxchg, xchg and add_unless to sparc64Mathieu Desnoyers1-2/+22
2007-05-08atomic.h: add atomic64 cmpxchg, xchg and add_unless to powerpcMathieu Desnoyers3-6/+131
2007-05-08atomic.h: add atomic64 cmpxchg, xchg and add_unless to pariscMathieu Desnoyers1-3/+26