summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* tracing: Remove special tracesFrederic Weisbecker2010-07-202-17/+0Star
* tracing: Remove letfover markers sectionFrederic Weisbecker2010-07-151-4/+0Star
* Merge commit 'v2.6.35-rc4' into perf/coreIngo Molnar2010-07-0510-10/+37
|\
| * module: initialize module dynamic debug laterYehuda Sadeh2010-07-051-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-021-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/+2Star
| |\ \ \
| | * | | fb: fix colliding defines for fb flags.Dave Airlie2010-07-011-2/+2
| | * | | agp: drop vmalloc flag.Dave Airlie2010-06-151-1/+0Star
| * | | | compiler-gcc.h: gcc-4.5 needs noclone and noinline on __naked functionsMikael Pettersson2010-06-302-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
* | | | | tracing: Use class->reg() for all registering of eventsSteven Rostedt2010-06-292-0/+5
* | | | | tracing: Convert more sched events to DEFINE_EVENTLi Zefan2010-06-281-25/+7Star
* | | | | tracing: Convert some timer events to DEFINE_EVENTLi Zefan2010-06-281-48/+32Star
* | | | | tracing: Use a global field list for all syscall exit eventsLi Zefan2010-06-282-3/+0Star
* | | | | Merge branch 'linus' into perf/coreThomas Gleixner2010-06-287-22/+33
|\| | | |
| * | | | 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
* | | | | | | | perf: Fix argument of perf_arch_fetch_caller_regsNobuhiro Iwamatsu2010-06-241-1/+1
* | | | | | | | hw_breakpoints: Fix per task breakpoint trackingFrederic Weisbecker2010-06-241-2/+4
* | | | | | | | Merge commit 'v2.6.35-rc3' into perf/coreIngo Molnar2010-06-1845-155/+530
|\| | | | | | |
| * | | | | | | 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-111-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-091-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-092-13/+1Star
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | 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-051-3/+3