aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-26/+0
2010-05-21Merge branch 'drm-for-2.6.35' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds11-81/+310
2010-05-21Merge branch 'dbg-early-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdbLinus Torvalds1-0/+14
2010-05-21Merge branch 'kdb-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdbLinus Torvalds4-17/+145
2010-05-21writeback: fix problem with !CONFIG_BLOCK compilationJens Axboe1-0/+4
2010-05-21block,ide: simplify bdops->set_capacity() to ->unlock_native_capacity()Tejun Heo2-3/+2
2010-05-21writeback: fixups for !dirty_writeback_centisecsJens Axboe1-0/+1
2010-05-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds1-0/+10
2010-05-21Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds5-15/+69
2010-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds5-1/+61
2010-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds8-9/+83
2010-05-21interrupt.h: fix fatal kernel-doc errorRandy Dunlap1-1/+1
2010-05-21quota: Refactor dquot_transfer code so that OCFS2 can pass in its referencesJan Kara1-0/+1
2010-05-21quota: unify quota init condition in setattrDmitry Monakhov1-0/+8
2010-05-21quota: unify ->set_dqblkChristoph Hellwig3-3/+12
2010-05-21quota: unify ->get_dqblkChristoph Hellwig2-3/+3
2010-05-21quota: Make quota stat accounting lockless.Dmitry Monakhov1-8/+34
2010-05-21jbd: Provide function to check whether transaction will issue data barrierJan Kara1-1/+2
2010-05-21ext2: Add ext2_sb_info s_lock spinlockJan Blunck1-0/+9
2010-05-21netlink: Implment netlink_broadcast_filteredEric W. Biederman1-0/+4
2010-05-21netns: Teach network device kobjects which namespace they are in.Eric W. Biederman1-0/+1
2010-05-21sysfs: add struct file* to bin_attr callbacksChris Wright1-3/+4
2010-05-21sysfs: Don't use enums in inline function declaration.Eric W. Biederman1-1/+1
2010-05-21sysfs: Comment sysfs directory tagging logicSerge E. Hallyn2-0/+12
2010-05-21sysfs: Implement sysfs_delete_linkEric W. Biederman1-0/+8
2010-05-21sysfs: Implement sysfs tagged directory support.Eric W. Biederman1-0/+10
2010-05-21kobj: Add basic infrastructure for dealing with namespaces.Eric W. Biederman2-0/+29
2010-05-21lockdep: Add novalidate class for dev->mutex conversionPeter Zijlstra1-0/+8
2010-05-21drivers/base: Convert dev->sem to mutexThomas Gleixner1-5/+4
2010-05-21devtmpfs: support !CONFIG_TMPFSPeter Korsgaard1-0/+2
2010-05-21kref: remove kref_setNeilBrown1-1/+0
2010-05-21firmware_class: fix memory leak - free allocated pagesDavid Woodhouse1-0/+1
2010-05-21serial: Add driver for the Altera UARTTobias Klauser2-0/+15
2010-05-21serial: Add driver for the Altera JTAG UARTTobias Klauser2-0/+19
2010-05-21tty: n_gsm line disciplineAlan Cox2-0/+26
2010-05-21serial: TTY: new ldiscs for stagingPavan Savoy1-1/+1
2010-05-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2Linus Torvalds1-8/+9
2010-05-21Merge git://git.infradead.org/mtd-2.6Linus Torvalds10-28/+79
2010-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds10-35/+380
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds25-152/+1741
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds116-739/+3252
2010-05-20x86, kgdb, init: Add early and late debug statesJason Wessel1-0/+14
2010-05-20printk,kdb: capture printk() when in kdb shellJason Wessel1-0/+3
2010-05-20kgdboc,kdb: Allow kdb to work on a non open console portJason Wessel1-0/+3
2010-05-20kgdb: Add the ability to schedule a breakpoint via a taskletJason Wessel1-0/+1
2010-05-20x86,kgdb: Add low level debug hookJason Wessel1-0/+1
2010-05-20kgdb: remove post_primary_code referencesJason Wessel1-14/+0
2010-05-20kgdb,docs: Update the kgdb docs to include kdbJason Wessel1-1/+11
2010-05-20kgdb,8250,pl011: Return immediately from console pollJason Wessel2-0/+2
2010-05-20kgdb: core changes to support kdbJason Wessel1-2/+9