| Commit message (Expand) | Author | Age | Files | Lines |
* | x86, bts: add fork and exit handling | Markus Metzger | 2008-12-20 | 2 | -0/+16 |
* | Merge branches 'tracing/ftrace', 'tracing/ring-buffer' and 'tracing/urgent' i... | Ingo Molnar | 2008-12-19 | 4 | -18/+22 |
|\ |
|
| * | x86 Fix VMI crash on boot in 2.6.28-rc8 | Zachary Amsden | 2008-12-14 | 1 | -1/+7 |
| * | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2008-12-04 | 2 | -16/+14 |
| |\ |
|
| | * | Merge branch 'iommu-fixes-2.6.28' of git://git.kernel.org/pub/scm/linux/kerne... | Ingo Molnar | 2008-12-03 | 2 | -14/+12 |
| | |\ |
|
| | | * | AMD IOMMU: struct amd_iommu remove padding on 64 bit | Richard Kennedy | 2008-12-03 | 1 | -12/+12 |
| | * | | x86: fix dma_mapping_error for 32bit x86 | Thomas Bogendoerfer | 2008-11-29 | 1 | -4/+2 |
| * | | | sched: don't export sched_mc_power_savings in laptops | Mahesh Salgaonkar | 2008-12-01 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | x86: entry_64 - introduce FTRACE_ frame macro v2 | Cyrill Gorcunov | 2008-12-17 | 1 | -1/+28 |
* | | | x86, bts: provide in-kernel branch-trace interface | Markus Metzger | 2008-12-12 | 4 | -142/+153 |
* | | | Merge commit 'v2.6.28-rc7' into tracing/core | Ingo Molnar | 2008-12-04 | 2 | -16/+0 |
|\ \ \
| |/ / |
|
| * | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2008-11-30 | 2 | -16/+4 |
| |\ \
| | |/ |
|
| | * | x86: always define DECLARE_PCI_UNMAP* macros | Joerg Roedel | 2008-11-27 | 1 | -14/+0 |
| * | | remove __ARCH_WANT_COMPAT_SYS_PTRACE | Christoph Hellwig | 2008-11-30 | 1 | -2/+0 |
* | | | tracing/function-return-tracer: change the name into function-graph-tracer | Frederic Weisbecker | 2008-11-26 | 1 | -2/+2 |
* | | | x86, bts, ptrace: move BTS buffer allocation from ds.c into ptrace.c | Markus Metzger | 2008-11-25 | 1 | -8/+4 |
* | | | x86, bts: base in-kernel ds interface on handles | Markus Metzger | 2008-11-25 | 1 | -67/+57 |
| | | | |
| \ \ | |
*-. \ \ | Merge branches 'tracing/core', 'x86/urgent' and 'x86/ptrace' into tracing/hw-... | Ingo Molnar | 2008-11-25 | 1 | -2/+4 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | x86, bts: turn macro into static inline function | Markus Metzger | 2008-11-25 | 1 | -2/+4 |
| | |/
| |/| |
|
* | | | tracing/function-return-tracer: store return stack into task_struct and alloc... | Frederic Weisbecker | 2008-11-23 | 2 | -30/+0 |
| | | | |
| \ \ | |
| \ \ | |
| \ \ | |
*---. \ \ | Merge branches 'tracing/profiling', 'tracing/options' and 'tracing/urgent' in... | Ingo Molnar | 2008-11-23 | 5 | -3/+44 |
|\ \ \ \ \
| | | |/ / |
|
| | | * | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2008-11-20 | 1 | -1/+1 |
| | | |\ \ |
|
| | | | * | | x86: uaccess_64: fix return value in __copy_from_user() | Hiroshi Shimamoto | 2008-11-18 | 1 | -1/+1 |
| | | * | | | Merge branch 'x86/numa' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/... | Linus Torvalds | 2008-11-19 | 1 | -0/+4 |
| | | |\ \ \ |
|
| | | | * | | | x86, hibernate: fix breakage on x86_32 with CONFIG_NUMA set | Rafael J. Wysocki | 2008-11-12 | 1 | -0/+4 |
| | | * | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2008-11-19 | 1 | -0/+30 |
| | | |\ \ \ \
| | | | | |/ /
| | | | |/| | |
|
| | | | * | | | Merge branch 'iommu-fixes-2.6.28' of git://git.kernel.org/pub/scm/linux/kerne... | Ingo Molnar | 2008-11-18 | 2 | -2/+0 |
| | | | |\ \ \
| | |_|_|/ / /
| |/| | | | | |
|
| | | | * | | | x86: move iomap.h to the new include location | Arjan van de Ven | 2008-11-09 | 1 | -0/+30 |
| | | | | |/
| | | | |/| |
|
| | | * | | | reintroduce accept4 | Ulrich Drepper | 2008-11-19 | 1 | -2/+2 |
| | |/ / /
| |/| | | |
|
| | * | | | tracing/function-return-tracer: add the overrun field | Frederic Weisbecker | 2008-11-18 | 1 | -0/+7 |
* | | | | | Merge branches 'tracing/ftrace' and 'tracing/urgent' into tracing/core | Ingo Molnar | 2008-11-19 | 2 | -2/+0 |
|\ \ \ \ \
| |/ / / /
| | / / /
| |/ / /
|/| | | |
|
| * | | | Revert "x86: blacklist DMAR on Intel G31/G33 chipsets" | David Woodhouse | 2008-11-15 | 1 | -1/+0 |
| | |/
| |/| |
|
| * | | Merge branch 'misc' into release | Len Brown | 2008-11-11 | 1 | -1/+0 |
| |\ \
| | |/
| |/| |
|
| | * | ACPI: pci_link: remove acpi_irq_balance_set() interface | Bjorn Helgaas | 2008-11-11 | 1 | -1/+0 |
* | | | ftrace: pass module struct to arch dynamic ftrace functions | Steven Rostedt | 2008-11-16 | 1 | -0/+8 |
* | | | tracing, x86: add low level support for ftrace return tracing | Frederic Weisbecker | 2008-11-11 | 2 | -0/+50 |
* | | | Merge branch 'tracing/urgent' into tracing/ftrace | Ingo Molnar | 2008-11-11 | 5 | -20/+18 |
|\ \ \
| |/ / |
|
| * | | sched: improve sched_clock() performance | Ingo Molnar | 2008-11-08 | 2 | -3/+7 |
| * | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2008-11-06 | 2 | -14/+7 |
| |\ \ |
|
| | * | | x86: remove VISWS and PARAVIRT around NR_IRQS puzzle | Yinghai Lu | 2008-11-06 | 1 | -3/+3 |
| | * | | x86: size NR_IRQS on 32-bit systems the same way as 64-bit | Yinghai Lu | 2008-11-06 | 1 | -14/+6 |
| | * | | x86, voyager: fix smp_intr_init() compile breakage | James Bottomley | 2008-11-03 | 1 | -0/+1 |
| * | | | sched: re-tune balancing | Ingo Molnar | 2008-11-05 | 1 | -3/+4 |
| | | | | |
| \ \ \ | |
*-. \ \ \ | Merge branches 'tracing/ftrace', 'tracing/fastboot', 'tracing/nmisafe' and 't... | Ingo Molnar | 2008-11-08 | 4 | -24/+5 |
|\ \ \ \ \
| | |/ / / |
|
| | * | | | Merge branch 'io-mappings-for-linus-2' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2008-11-03 | 3 | -8/+5 |
| | |\ \ \
| | | |/ /
| | |/| | |
|
| | | * | | x86: add iomap_atomic*()/iounmap_atomic() on 32-bit using fixmaps | Keith Packard | 2008-10-31 | 3 | -8/+5 |
| * | | | | ftrace: fix hardirq header for non ftrace archs | Steven Rostedt | 2008-11-03 | 1 | -16/+0 |
|/ / / / |
|
| | | | | |
| \ \ \ | |
*-. \ \ \ | Merge branches 'tracing/ftrace', 'tracing/markers', 'tracing/mmiotrace', 'tra... | Ingo Molnar | 2008-11-03 | 1 | -0/+15 |
|\ \ \ \ \
| |_|/ / /
|/| | | /
| | |_|/
| |/| | |
|
| | * | | ftrace: nmi safe code clean ups | Steven Rostedt | 2008-10-31 | 1 | -5/+5 |
| | * | | ftrace: nmi safe code modification | Steven Rostedt | 2008-10-30 | 1 | -0/+15 |