Age | Commit message (Expand) | Author | Files | Lines |
2008-10-30 | Rationalise Randy's address a bit | Alan Cox | 4 | -4/+4 |
2008-10-30 | docbook: fix command spacing | Hans Ulrich Niedermann | 1 | -2/+2 |
2008-10-27 | docbooks: fix fatal filename errors | Randy Dunlap | 4 | -9/+9 |
2008-10-21 | misc: replace remaining __FUNCTION__ with __func__ | Harvey Harrison | 1 | -1/+1 |
2008-10-18 | usb gadget: cdc obex glue | Felipe Balbi | 1 | -0/+3 |
2008-10-16 | Merge branch 'docs' of git://git.lwn.net/linux-2.6 | Linus Torvalds | 2 | -1655/+1 |
2008-10-16 | docbook: update procfs credits | Randy Dunlap | 2 | -35/+14 |
2008-10-16 | Remove videobook.tmpl | Jonathan Corbet | 2 | -1655/+1 |
2008-10-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 1 | -8/+4 |
2008-10-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 1 | -0/+1 |
2008-10-09 | Add some block/ source files to the kernel-api docbook. Fix kernel-doc notati... | Randy Dunlap | 1 | -0/+4 |
2008-09-16 | mac80211: clean up kdoc | Johannes Berg | 1 | -8/+4 |
2008-08-28 | Merge branch 'master' into next | James Morris | 6 | -35/+131 |
2008-08-20 | security: add/fix security kernel-doc | Randy Dunlap | 1 | -0/+1 |
2008-08-13 | docsrc: fix procfs example | Randy Dunlap | 1 | -3/+1 |
2008-08-13 | docsrc: build Documentation/ sources | Randy Dunlap | 1 | -0/+7 |
2008-08-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 1 | -26/+12 |
2008-08-07 | Merge branch 'for-jeff' of git://git.kernel.org/pub/scm/linux/kernel/git/chri... | Jeff Garzik | 1 | -26/+12 |
2008-08-06 | docbook: fix v4l fatal filename error | Randy Dunlap | 1 | -1/+1 |
2008-08-06 | docbook: fix s390 fatal error after header files moved | Randy Dunlap | 1 | -4/+4 |
2008-08-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 | Linus Torvalds | 2 | -1/+106 |
2008-08-04 | sh: Add documentation and integrate into docbook build. | Paul Mundt | 2 | -1/+106 |
2008-08-01 | kgdb: fix kgdb_validate_break_address to perform a mem write | Jason Wessel | 1 | -0/+10 |
2008-08-01 | kgdb: remove the requirement for CONFIG_FRAME_POINTER | Jason Wessel | 1 | -0/+8 |
2008-07-25 | procfs-guide: drop pointless entities | Mike Frysinger | 1 | -2/+2 |
2008-07-24 | Remove mention of semaphores from kernel-locking | Matthew Wilcox | 1 | -33/+24 |
2008-07-24 | WAN: don't mention syncppp in z8530 DocBook. | Krzysztof HaĆasa | 1 | -26/+12 |
2008-07-22 | uio-howto.tmpl: use unique output names | Mike Frysinger | 1 | -1/+1 |
2008-07-22 | uio-howto.tmpl: use standard copyright/legal markings | Mike Frysinger | 1 | -11/+12 |
2008-07-22 | UIO: Add write function to allow irq masking | Hans J. Koch | 1 | -1/+39 |
2008-07-22 | usb gadget serial: split out generic serial function | David Brownell | 1 | -0/+1 |
2008-07-22 | usb gadget serial: split out CDC ACM function | David Brownell | 1 | -0/+2 |
2008-07-22 | usb gadget: composite gadget core | David Brownell | 1 | -0/+35 |
2008-06-24 | kgdb: documentation update - remove kgdboe | Jason Wessel | 1 | -14/+6 |
2008-05-23 | doc: add a chapter about trylock functions [Bug 9011] | Matti Linnanvuori | 1 | -0/+25 |
2008-05-05 | kgdb: minor documentation fixes | grzegorz.chwesewicz@chilan.com | 1 | -3/+5 |
2008-04-30 | debugobjects: add documentation | Thomas Gleixner | 2 | -1/+392 |
2008-04-30 | docbook: fix fatal rapidio yet again (and more to come) | Randy Dunlap | 1 | -1/+0 |
2008-04-28 | docbook: fix bitops fatal filename error | Randy Dunlap | 1 | -1/+1 |
2008-04-28 | kerneldoc for <linux/clk.h> | David Brownell | 1 | -0/+54 |
2008-04-25 | kbuild: silence documentation GEN xml messages according to $(quiet) | Mike Frysinger | 1 | -1/+4 |
2008-04-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/juh... | Linus Torvalds | 2 | -9/+9 |
2008-04-22 | DOC: A couple corrections and clarifications in USB doc. | Robert P. J. Day | 1 | -7/+7 |
2008-04-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 1 | -5/+0 |
2008-04-22 | DOCUMENTATION: Use newer DEFINE_SPINLOCK macro in docs. | Robert P. J. Day | 1 | -2/+2 |
2008-04-20 | PM: Remove legacy PM (fix) | Randy Dunlap | 1 | -5/+0 |
2008-04-19 | Convert asm/semaphore.h users to linux/semaphore.h | Matthew Wilcox | 1 | -3/+3 |
2008-04-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.26 | Linus Torvalds | 2 | -1/+337 |
2008-04-17 | kgdb: documentation fixes | Jason Wessel | 1 | -46/+58 |
2008-04-17 | kgdb: add documentation | Jason Wessel | 2 | -1/+436 |