summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2010-05-21interrupt.h: fix fatal kernel-doc errorRandy Dunlap1-1/+1
2010-05-21IB/core: Allow device-specific per-port sysfs filesRalph Campbell1-1/+3
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 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Steven Rostedt32-182/+303
2010-05-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...Linus 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-21perf: Remove more code from the fastpathPeter Zijlstra1-2/+0
2010-05-21perf: Optimize the !vmalloc backed bufferPeter Zijlstra1-1/+1
2010-05-21perf: Optimize perf_output_copy()Peter Zijlstra1-0/+3
2010-05-21perf: Fix wakeup storm for RO mmap()sPeter Zijlstra1-1/+1
2010-05-21perf, trace: Optimize tracepoints by using per-tracepoint-per-cpu hlist to tr...Peter Zijlstra3-11/+15
2010-05-21perf, trace: Optimize tracepoints by removing IRQ-disable from perf/tracepoin...Peter Zijlstra2-16/+10
2010-05-21net: fix problem in dequeuing from input_pkt_queueTom Herbert1-3/+11
2010-05-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2-2/+2
2010-05-21Input: use ABS_CNT rather than (ABS_MAX + 1)Daniel Mack3-13/+13
2010-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds25-152/+1741
2010-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds116-739/+3252
2010-05-21x86, kgdb, init: Add early and late debug statesJason Wessel1-0/+14
2010-05-21printk,kdb: capture printk() when in kdb shellJason Wessel1-0/+3
2010-05-21kgdboc,kdb: Allow kdb to work on a non open console portJason Wessel1-0/+3
2010-05-21kgdb: Add the ability to schedule a breakpoint via a taskletJason Wessel1-0/+1
2010-05-21x86,kgdb: Add low level debug hookJason Wessel1-0/+1
2010-05-21kgdb: remove post_primary_code referencesJason Wessel1-14/+0
2010-05-21kgdb,docs: Update the kgdb docs to include kdbJason Wessel1-1/+11
2010-05-21kgdb,8250,pl011: Return immediately from console pollJason Wessel2-0/+2
2010-05-21kgdb: core changes to support kdbJason Wessel1-2/+9