aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-05-19RCU, rculist.h: fix list iteratorsPaul E. McKenney1-33/+15
2008-05-19rculist.h: use the rcu APIFranck Bui-Huu1-14/+9
2008-05-19rcu: split list.h and move rcu-protected lists into rculist.hFranck Bui-Huu3-367/+397
2008-05-19rcu: add rcu_barrier_sched() and rcu_barrier_bh()Paul E. McKenney1-0/+2
2008-05-19rcu: add call_rcu_sched()Paul E. McKenney3-6/+61
2008-05-19rcupreempt: remove duplicate prototypesSteven Rostedt1-2/+0
2008-05-18Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds2-8/+2
2008-05-18m68k: Prefix ISA type with ISA_TYPE_Geert Uytterhoeven1-22/+22
2008-05-18m68k: export m68k_mmutypeGeert Uytterhoeven1-1/+1
2008-05-18m68k: Make gcc aware that BUG() does not returnGeert Uytterhoeven1-2/+2
2008-05-18m68k: Convert access_ok() to an inline functionGeert Uytterhoeven1-1/+5
2008-05-18i2c: Kill the old driver matching schemeJean Delvare2-8/+2
2008-05-17Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds5-19/+32
2008-05-17Merge branch 'omap-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6Russell King2-9/+19
2008-05-17Merge branch 'sa1100'Russell King2-9/+12
2008-05-17[ARM] fix parenthesis in include/asm-arm/arch-omap/control.hMariusz Kozlowski1-1/+1
2008-05-17[ARM] 5026/1: locomo: add .settype for gpio and several small fixesThomas Kunze2-9/+12
2008-05-15Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds3-7/+8
2008-05-15Clean up 'print_fn_descriptor_symbol()' typesLinus Torvalds1-10/+14
2008-05-15Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6Linus Torvalds4-0/+603
2008-05-15Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds1-2/+2
2008-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds5-57/+15
2008-05-15parisc: use conditional macro for 64-bit wide opsKyle McMartin1-4/+2
2008-05-15parisc: Remove ioctl.h content picked up from <asm-generic/ioctl.h>.Robert P. J. Day1-50/+1
2008-05-15[S390] s390dbf: Use const char * for dbf name.Cornelia Huck1-2/+2
2008-05-15parisc: new termios definitionsAlan Cox3-3/+12
2008-05-15[POWERPC] Fix uninitialized variable bug in copy_{to|from}_userNate Case1-2/+2
2008-05-15[POWERPC] vmemmap fixes to use smaller pagesBenjamin Herrenschmidt2-5/+6
2008-05-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds4-32/+289
2008-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds3-10/+28
2008-05-14mprotect: prevent alteration of the PAT bitsVenki Pallipadi1-3/+13
2008-05-14per_cpu: fix DEFINE_PER_CPU_SHARED_ALIGNED for modulesEric Dumazet1-1/+7
2008-05-14lib: create common ascii hex arrayHarvey Harrison1-1/+11
2008-05-14asm-{alpha,h8300,um,v850,xtensa}/param.h: unbreak HZ for userspaceMike Frysinger5-5/+13
2008-05-149p: fix error path during early mountEric Van Hensbergen2-1/+1
2008-05-149p: Documentation updatesEric Van Hensbergen3-30/+287
2008-05-14add match_strlcpy() us it to make v9fs make uname and remotename parsing more robustMarkus Armbruster1-1/+1
2008-05-14[IA64] machvec support for SGI UV platformJack Steiner2-0/+28
2008-05-14[IA64] Add header files for SGI UV platformJack Steiner2-0/+575
2008-05-14cs5520: disable VDMABartlomiej Zolnierkiewicz1-4/+4
2008-05-14make ide-iops.c:SELECT_MASK() staticAdrian Bunk1-1/+0
2008-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2-3/+2
2008-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-0/+150
2008-05-14Driver core: struct class remove children listDave Young1-1/+0
2008-05-14block: do_mounts - accept root=<non-existant partition>Kay Sievers1-2/+2
2008-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds3-13/+27
2008-05-14fix SMP data race in pagetable setup vs walkingNick Piggin1-2/+19
2008-05-14read_barrier_depends arch fixletsNick Piggin2-2/+2
2008-05-14USB: add association.hGreg Kroah-Hartman1-0/+150
2008-05-13irda: Fix a misalign access issue. (v2)Graf Yang1-3/+0