aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2010-07-0561-187/+605
|\
| * 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
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | sched: Fix PROVE_RCU vs cpu_cgroupPeter Zijlstra2010-06-081-6/+14
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-06-271-1/+1
| |\ \ \ \ \
| | * | | | | snmp: fix SNMP_ADD_STATS()Eric Dumazet2010-06-231-1/+1
| * | | | | | 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
| * | | | | | | Merge branch 'acpica-cherry-pick' into releaseLen Brown2010-06-122-1/+2
| |\ \ \ \ \ \ \
| | * | | | | | | ACPICA: Truncate I/O addresses to 16 bits for Windows compatibilityMatthew Garrett2010-06-121-0/+1
| | * | | | | | | ACPICA: Fix namestring associated with AE_NO_HANDLER exceptionBob Moore2010-06-121-1/+1
| | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | Merge branch 'gpe-regression-fixes' into releaseLen Brown2010-06-121-1/+2
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | ACPI / ACPICA: Avoid writing full enable masks to GPE registersRafael J. Wysocki2010-06-121-0/+1
| | * | | | | | ACPI / ACPICA: Fix low-level GPE manipulation codeRafael J. Wysocki2010-06-121-1/+1
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-06-111-1/+4
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | / | | |_|_|_|_|/ | |/| | | | |
| | * | | | | net: deliver skbs on inactive slaves to exact matchesJohn Fastabend2010-06-101-1/+4
| * | | | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-06-101-1/+2
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | tracing: Fix null pointer deref with SEND_SIG_FORCEDOleg Nesterov2010-06-081-1/+2
| * | | | | | misc: Fix allocation 'borrowed' by vhost_netAlan Cox2010-06-091-1/+6
| * | | | | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-06-081-0/+1
| |\ \ \ \ \ \
| | * | | | | | drm/radeon/kms/evergreen: set accel_enabledAlex Deucher2010-06-081-0/+1
| * | | | | | | writeback: pay attention to wbc->nr_to_write in write_cache_pagesDave Chinner2010-06-082-13/+1
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | ahci: add pci quirk for JMB362Tejun Heo2010-06-071-0/+1
| |/ / / / /
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-06-051-3/+3
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | net: check for refcount if pop a stacked dst_entrySteffen Klassert2010-06-041-3/+3
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-06-041-1/+1
| |\ \ \ \ \
| | * | | | | wrong type for 'magic' argument in simple_fill_super()Roberto Sassu2010-06-041-1/+1
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2010-06-041-34/+10
| |\ \ \ \ \ \
| | * | | | | | module: Make module sysfs functions private.Rusty Russell2010-06-051-33/+0
| | * | | | | | module: fix kdb's illicit use of struct module_use.Rusty Russell2010-06-051-0/+7
| | * | | | | | module: Make the 'usage' lists be two-wayLinus Torvalds2010-06-051-1/+3
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2010-06-042-3/+162
| |\ \ \ \ \ \ \
| | * | | | | | | sh: add boot code to MMCIF driver headerMagnus Damm2010-05-311-0/+129
| | * | | | | | | sh: prepare MMCIF driver header fileMagnus Damm2010-05-311-0/+32
| | * | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2010-05-31127-1088/+3005
| | |\ \ \ \ \ \ \ | | | | |_|_|_|_|/ | | | |/| | | | |