aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-05Merge branch 'perf/nmi' into perf/coreIngo Molnar2-8/+17
2010-08-02Merge commit 'v2.6.35' into perf/coreIngo Molnar7-26/+55
2010-08-01NFS: Fix a typo in include/linux/nfs_fs.hTrond Myklebust1-0/+6
2010-07-30NFS: kswapd must not block in nfs_release_pageTrond Myklebust1-0/+1
2010-07-29CRED: Fix __task_cred()'s lockdep check and banner commentDavid Howells2-5/+11
2010-07-29CRED: Fix get_task_cred() and task_state() to not resurrect dead credentialsDavid Howells1-20/+1
2010-07-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6Linus Torvalds1-0/+32
2010-07-28regulator: tps6507x: allow driver to use DEFDCDC{2,3}_HIGH registerAnuj Aggarwal1-0/+32
2010-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+2
2010-07-24ACPI / Sleep: Allow the NVS saving to be skipped during suspend to RAMRafael J. Wysocki1-1/+1
2010-07-23Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/coreIngo Molnar2-4/+13
2010-07-22macvtap: Limit packet queue lengthHerbert Xu1-0/+2
2010-07-22Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdbLinus Torvalds1-0/+1
2010-07-21sysrq,kdb: Use __handle_sysrq() for kdb's sysrq functionJason Wessel1-0/+1
2010-07-21Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/coreIngo Molnar2-17/+0
2010-07-21Merge branch 'linus' into perf/coreIngo Molnar18-118/+148
2010-07-21tracing/documentation: Document dynamic ftracer internalsMike Frysinger1-0/+5
2010-07-20tracing: Reduce latency and remove percpu trace_seqLai Jiangshan1-2/+3
2010-07-20tracing: Allow to disable cmdline recordingLi Zefan1-2/+5
2010-07-20Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds2-0/+3
2010-07-21include/linux/vgaarb.h: add missing part of include guardDoug Goldstein1-0/+1
2010-07-20vfs: fix RCU-lockdep false positive due to /procPaul E. McKenney1-1/+2
2010-07-20tracing: Remove special tracesFrederic Weisbecker2-17/+0
2010-07-20fb: handle allocation failure in alloc_apertures()Dan Carpenter1-0/+2
2010-07-19mm: add context argument to shrinker callbackDave Chinner1-1/+1
2010-07-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-0/+1
2010-07-18Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2Linus Torvalds1-5/+6
2010-07-16PCI: fall back to original BIOS BAR addressesBjorn Helgaas1-0/+1
2010-07-16Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+4
2010-07-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-6/+6
2010-07-15jbd2/ocfs2: Fix block checksumming when a buffer is used in several transactionsJan Kara1-5/+6
2010-07-14lmb: rename to memblockYinghai Lu2-89/+89
2010-07-09tracing: Add alignment to syscall metadata declarationsSteven Rostedt1-2/+4
2010-07-08Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2-7/+2
2010-07-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds4-3/+12
2010-07-06VFS: introduce s_dirty accessorsArtem Bityutskiy1-0/+13
2010-07-06Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-4/+9
2010-07-06writeback: simplify the write back thread queueChristoph Hellwig1-2/+0
2010-07-06writeback: split writeback_inodes_wbChristoph Hellwig1-2/+0
2010-07-06writeback: remove writeback_inodes_wbcChristoph Hellwig1-3/+2
2010-07-05net: Fix definition of netif_vdbg() when VERBOSE_DEBUG is definedBen Hutchings1-1/+1
2010-07-05rbtree: Undo augmented trees performance damage and regressionPeter Zijlstra1-4/+9
2010-07-05Merge commit 'v2.6.35-rc4' into perf/coreIngo Molnar10-10/+37
2010-07-04module: initialize module dynamic debug laterYehuda Sadeh1-2/+2
2010-07-02linux/net.h: fix kernel-doc warningsRandy Dunlap1-2/+1
2010-07-02net: decreasing real_num_tx_queues needs to flush qdiscJohn Fastabend1-0/+3
2010-07-02Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2010-07-01Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-devLinus Torvalds1-0/+1
2010-07-01ahci,ata_generic: let ata_generic handle new MBP w/ MCP89Tejun Heo1-0/+1
2010-07-01Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds2-3/+2