summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched/urgent' into sched/coreIngo Molnar2010-08-051-6/+0
|\
| * sched: Revert nohz_ratelimit() for nowPeter Zijlstra2010-07-171-6/+0
* | Merge branch 'linus' into sched/coreIngo Molnar2010-07-2128-141/+199
|\ \
| * \ Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-07-202-0/+3
| |\ \
| | * | include/linux/vgaarb.h: add missing part of include guardDoug Goldstein2010-07-211-0/+1
| | * | fb: handle allocation failure in alloc_apertures()Dan Carpenter2010-07-201-0/+2
| * | | vfs: fix RCU-lockdep false positive due to /procPaul E. McKenney2010-07-201-1/+2
| * | | mm: add context argument to shrinker callbackDave Chinner2010-07-191-1/+1
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2010-07-181-0/+1
| |\ \ \
| | * | | PCI: fall back to original BIOS BAR addressesBjorn Helgaas2010-07-161-0/+1
| * | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-07-181-5/+6
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | jbd2/ocfs2: Fix block checksumming when a buffer is used in several transactionsJan Kara2010-07-151-5/+6
| * | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-07-161-2/+4
| |\ \ \ \
| | * | | | tracing: Add alignment to syscall metadata declarationsSteven Rostedt2010-07-091-2/+4
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-07-161-6/+6
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | Input: i8042 - mark stubs in i8042.h "static inline"Feng Tang2010-06-301-6/+6
| | | |/ / | | |/| |
| * | | | lmb: rename to memblockYinghai Lu2010-07-142-89/+89
| | |_|/ | |/| |
| * | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-07-082-7/+2
| |\ \ \
| | * | | writeback: simplify the write back thread queueChristoph Hellwig2010-07-061-2/+0
| | * | | writeback: split writeback_inodes_wbChristoph Hellwig2010-07-061-2/+0
| | * | | writeback: remove writeback_inodes_wbcChristoph Hellwig2010-07-061-3/+2
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-07-074-3/+12
| |\ \ \ \
| | * | | | net: Fix definition of netif_vdbg() when VERBOSE_DEBUG is definedBen Hutchings2010-07-051-1/+1
| | * | | | linux/net.h: fix kernel-doc warningsRandy Dunlap2010-07-021-2/+1
| | * | | | net: decreasing real_num_tx_queues needs to flush qdiscJohn Fastabend2010-07-021-0/+3
| | * | | | mv643xx_eth: use sw csum for big packetsSaeed Bishara2010-06-301-0/+5
| | * | | | ethtool: Fix potential user buffer overflow for ETHTOOL_{G, S}RXFHBen Hutchings2010-06-291-0/+2
| * | | | | VFS: introduce s_dirty accessorsArtem Bityutskiy2010-07-061-0/+13
| * | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-07-061-4/+9
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | rbtree: Undo augmented trees performance damage and regressionPeter Zijlstra2010-07-051-4/+9
| * | | | | module: initialize module dynamic debug laterYehuda Sadeh2010-07-041-2/+2
| * | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2010-07-021-1/+1
| |\ \ \ \ \
| | * | | | | sched: Cure nr_iowait_cpu() usersPeter Zijlstra2010-07-011-1/+1
| * | | | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-07-011-0/+1
| |\ \ \ \ \ \
| | * | | | | | ahci,ata_generic: let ata_generic handle new MBP w/ MCP89Tejun Heo2010-07-011-0/+1
| | | |_|_|/ / | | |/| | | |
| * | | | | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-07-012-3/+2
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | fb: fix colliding defines for fb flags.Dave Airlie2010-07-011-2/+2
| | * | | | | agp: drop vmalloc flag.Dave Airlie2010-06-151-1/+0
| | | |_|_|/ | | |/| | |
| * | | | | compiler-gcc.h: gcc-4.5 needs noclone and noinline on __naked functionsMikael Pettersson2010-06-292-1/+13
| | |/ / / | |/| | |
| * | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-06-292-3/+3
| |\ \ \ \
| | * \ \ \ Merge branch 'for-jens' of git://git.drbd.org/linux-2.6-drbd into for-linusJens Axboe2010-06-142-2/+5
| | |\ \ \ \
| | | * | | | drbd: Fixed a race between disk-attach and unexpected state changesPhilipp Reisner2010-06-141-1/+1
| | | |/ / /
| | * | | | writeback: simplify and split bdi_start_writebackChristoph Hellwig2010-06-111-2/+2
| * | | | | fs: fix superblock iteration racenpiggin@suse.de2010-06-291-0/+15
| * | | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-06-281-0/+1
| |\ \ \ \ \
| | * | | | | tracing: Fix undeclared ENOSYS in include/linux/tracepoint.hWu Zhangjin2010-06-211-0/+1
| * | | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2010-06-281-6/+14
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | Merge branch 'bugzilla-13931-sleep-nvs' into releaseLen Brown2010-06-121-13/+13
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | suspend: Move NVS save/restore code to generic suspend functionalityMatthew Garrett2010-06-101-13/+13
* | | | | | | sched: Fix spelling of siblingMichael Neuling2010-06-291-1/+1
OpenPOWER on IntegriCloud