Age | Commit message (Expand) | Author | Files | Lines |
2009-08-26 | tracing: Remove FTRACE_SYSCALL_MAX definitions | Jason Baron | 1 | -7/+0 |
2009-08-26 | tracing: Convert event tracing code to use NR_syscalls | Jason Baron | 1 | -4/+4 |
2009-08-26 | tracing: Define NR_syscalls for x86_64 | Jason Baron | 2 | -0/+7 |
2009-08-26 | tracing: Define NR_syscalls for x86 (32) | Jason Baron | 1 | -0/+2 |
2009-08-26 | tracing: Add syscall tracepoints - s390 arch update | Hendrik Brueckner | 1 | -9/+27 |
2009-08-26 | tracing: Create generic syscall TRACE_EVENTs | Josh Stone | 2 | -11/+9 |
2009-08-26 | tracing: Move tracepoint callbacks from declaration to definition | Josh Stone | 2 | -4/+4 |
2009-08-26 | tracing: Rename FTRACE_SYSCALLS for tracepoints | Josh Stone | 11 | -19/+20 |
2009-08-19 | [S390] ftrace: update system call tracer support | Ingo Molnar | 1 | -2/+5 |
2009-08-11 | tracing: Convert x86_64 mmap and uname to use DEFINE_SYSCALL | Jason Baron | 1 | -4/+4 |
2009-08-11 | tracing: Add individual syscalls tracepoint id support | Jason Baron | 1 | -0/+10 |
2009-08-11 | tracing: Update FTRACE_SYSCALL_MAX | Jason Baron | 1 | -2/+2 |
2009-08-11 | tracing: Add syscall tracepoints | Jason Baron | 1 | -2/+5 |
2009-08-11 | tracing: Call arch_init_ftrace_syscalls at boot | Jason Baron | 1 | -11/+4 |
2009-08-11 | tracing: Map syscall name to number | Jason Baron | 1 | -0/+16 |
2009-08-11 | Merge branch 'linus' into tracing/core | Ingo Molnar | 316 | -4052/+6502 |
2009-08-10 | Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 1 | -0/+8 |
2009-08-10 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -7/+22 |
2009-08-10 | x86: Fix serialization in pit_expect_msb() | Linus Torvalds | 1 | -7/+22 |
2009-08-10 | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po... | Linus Torvalds | 1 | -3/+3 |
2009-08-10 | MN10300: includecheck fix: mn10300, pci.h | Jaswinder Singh Rajput | 1 | -1/+0 |
2009-08-10 | powerpc/dma: pci_set_dma_mask() shouldn't fail if mask fits in RAM | Benjamin Herrenschmidt | 1 | -3/+3 |
2009-08-10 | Merge branch 'kvm-updates/2.6.31' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 10 | -35/+101 |
2009-08-10 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 5 | -9/+21 |
2009-08-09 | perf_counter/powerpc: Fix oops on cpus without perf_counter hardware support | Paul Mackerras | 1 | -0/+8 |
2009-08-09 | x86: fix buffer overflow in efi_init() | Roel Kluin | 1 | -1/+1 |
2009-08-08 | x86: Add quirk to make Apple MacBookPro5,1 use reboot=pci | Ozan Çağlayan | 1 | -1/+9 |
2009-08-08 | x86: Fix MSI-X initialization by using online_mask for x2apic target_cpus | Yinghai Lu | 2 | -6/+10 |
2009-08-08 | USB: musb: fix the nop registration for OMAP3EVM | Gupta, Ajay Kumar | 3 | -22/+6 |
2009-08-07 | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 31 | -164/+343 |
2009-08-07 | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 2 | -3/+7 |
2009-08-07 | [S390] KVM: Read buffer overflow | Roel Kluin | 1 | -3/+4 |
2009-08-07 | [S390] kernel: Storing machine flags early in lowcore | Hendrik Brueckner | 1 | -0/+3 |
2009-08-06 | perf_counter/powerpc: Check oprofile_cpu_type for NULL before using it | Benjamin Herrenschmidt | 7 | -9/+16 |
2009-08-06 | KVM: MMU: limit rmap chain length | Marcelo Tosatti | 1 | -5/+28 |
2009-08-06 | tracing/function-graph-tracer: Drop the useless nmi protection | Frederic Weisbecker | 1 | -4/+0 |
2009-08-06 | ARM: 5639/1: arm: clkdev.c should include <linux/clk.h> | Hartley Sweeten | 1 | -0/+1 |
2009-08-06 | ARM: 5638/1: arch/arm/kernel/signal.c: use correct address space for CRUNCH | Hartley Sweeten | 1 | -2/+2 |
2009-08-06 | ARM: 5637/1: [KS8695] Don't reference CLOCK_TICK_RATE in drivers | Andrew Victor | 2 | -2/+8 |
2009-08-05 | KVM: ia64: fix build failures due to ia64/unsigned long mismatches | Avi Kivity | 3 | -11/+14 |
2009-08-05 | KVM: Make KVM_HPAGES_PER_HPAGE unsigned long to avoid build error on powerpc | Stephen Rothwell | 1 | -1/+1 |
2009-08-05 | KVM: s390: fix wait_queue handling | Christian Borntraeger | 1 | -1/+1 |
2009-08-05 | KVM: VMX: Fix locking imbalance on emulation failure | Jan Kiszka | 1 | -1/+1 |
2009-08-05 | KVM: VMX: Fix locking order in handle_invalid_guest_state | Jan Kiszka | 1 | -2/+2 |
2009-08-05 | KVM: MMU: handle n_free_mmu_pages > n_alloc_mmu_pages in kvm_mmu_change_mmu_p... | Marcelo Tosatti | 1 | -7/+8 |
2009-08-05 | KVM: SVM: force new asid on vcpu migration | Marcelo Tosatti | 1 | -3/+3 |
2009-08-05 | KVM: x86: verify MTRR/PAT validity | Marcelo Tosatti | 1 | -1/+38 |
2009-08-05 | KVM: PIT: fix kpit_elapsed division by zero | Marcelo Tosatti | 1 | -0/+3 |
2009-08-05 | KVM: Fix KVM_GET_MSR_INDEX_LIST | Jan Kiszka | 1 | -3/+2 |
2009-08-05 | x86: Fix VMI && stack protector | Alok Kataria | 1 | -1/+1 |