summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-12-123-6/+32
|\
| * lockdep: Avoid out of bounds array reference in save_trace()Luck, Tony2009-12-101-1/+2
| * futex: Take mmap_sem for get_user_pages in fault_in_user_writeableAndi Kleen2009-12-081-2/+8
| * lockstat: Add usage info to Documentation/lockstat.txtFrank Rowand2009-12-061-0/+12
| * lockstat: Fix min, max times in /proc/lock_statsFrank Rowand2009-12-061-3/+10
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-1218-168/+221
|\ \
| * \ Merge branch 'amd-iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2009-12-103-5/+54
| |\ \
| | * | x86/amd-iommu: Fix PCI hotplug with passthrough modeJoerg Roedel2009-12-103-2/+8
| | * | x86/amd-iommu: Fix passthrough modeJoerg Roedel2009-12-103-3/+46
| * | | x86: mmio-mod.c: Use pr_fmtJoe Perches2009-12-101-36/+35
| * | | x86: kmmio.c: Add and use pr_fmt(fmt)Joe Perches2009-12-101-20/+20
| * | | x86: i8254.c: Add pr_fmt(fmt)Joe Perches2009-12-101-5/+7
| * | | x86: setup_percpu.c: Use pr_<level> and add pr_fmt(fmt)Joe Perches2009-12-101-6/+7
| * | | x86: es7000_32.c: Use pr_<level> and add pr_fmt(fmt)Joe Perches2009-12-101-5/+7
| * | | x86: Print DMI_BOARD_NAME as well as DMI_PRODUCT_NAME from __show_regs()Andy Isaacson2009-12-091-4/+7
| * | | x86: Factor duplicated code out of __show_regs() into show_regs_common()Andy Isaacson2009-12-094-27/+22
| * | | arch/x86/kernel/microcode*: Use pr_fmt() and remove duplicated KERN_ERR prefixJoe Perches2009-12-093-60/+53
| * | | Merge branch 'linus' into x86/urgentIngo Molnar2009-12-092942-98008/+214179
| |\ \ \
| * | | | x86, mce: fix confusion between bank attributes and mce attributesHidetoshi Seto2009-12-081-1/+1
| * | | | x86/mce: Set up timer unconditionallyJan Beulich2009-12-081-1/+2
| * | | | x86: Fix bogus warning in apic_noop.apic_write()Thomas Gleixner2009-12-071-1/+1
| * | | | Merge branch 'linus' into x86/urgentIngo Molnar2009-12-071825-29554/+53958
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | x86: Fix typo in arch/x86/mm/kmmio.cShaun Patterson2009-12-061-1/+1
| * | | | x86: ASUS P4S800 reboot=bios quirkLeann Ogasawara2009-12-051-0/+8
* | | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-12-126-59/+248
|\ \ \ \ \
| * \ \ \ \ Merge branch 'tip/tracing/core3' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2009-12-106-59/+248
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | tracing: Remove comparing of NULL to va_list in trace_array_vprintk()Carsten Emde2009-12-091-6/+12
| | * | | | tracing: Fix function graph trace_pipe to properly display failed entriesJiri Olsa2009-12-091-34/+131
| | * | | | tracing: Add full state to trace_seqJohannes Berg2009-12-092-11/+52
| | * | | | tracing: Buffer the output of seq_file in case of filled bufferSteven Rostedt2009-12-094-8/+47
| | * | | | tracing: Only call pipe_close if pipe_close is definedSteven Rostedt2009-12-091-1/+1
| | * | | | tracing: Add pipe_close interfaceSteven Rostedt2009-12-072-0/+6
| | | |/ / | | |/| |
* | | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-12-1240-564/+877
|\ \ \ \ \
| * | | | | x86, perf events: Check if we have APIC enabledCyrill Gorcunov2009-12-101-6/+12
| * | | | | perf_event: Fix variable initialization in other codepathsXiao Guangrong2009-12-102-0/+5
| * | | | | perf kmem: Fix unused argument build warningIngo Molnar2009-12-101-2/+2
| * | | | | perf symbols: perf_header__read_build_ids() offset'n'size should be u64Arnaldo Carvalho de Melo2009-12-102-3/+3
| * | | | | perf symbols: dsos__read_build_ids() should read both user and kernel buildidsArnaldo Carvalho de Melo2009-12-101-2/+3
| * | | | | perf tools: Align long options which have no short formsLi Zefan2009-12-101-0/+3
| * | | | | perf kmem: Show usage if no option is specifiedLi Zefan2009-12-102-28/+37
| * | | | | sched: Mark sched_clock() as notraceMike Frysinger2009-12-101-1/+2
| * | | | | perf sched: Add max delay time snapshotFrederic Weisbecker2009-12-101-6/+10
| * | | | | perf tools: Correct size given to memsetJulia Lawall2009-12-102-2/+2
| * | | | | perf_event: Fix perf_swevent_hrtimer() variable initializationXiao Guangrong2009-12-101-0/+1
| * | | | | perf sched: Fix for getting task's execution timeXiao Guangrong2009-12-091-28/+27
| * | | | | tracing/kprobes: Fix field creation's bad error handlingFrederic Weisbecker2009-12-091-2/+2
| * | | | | perf_event: Cleanup for cpu_clock_perf_event_update()Xiao Guangrong2009-12-091-2/+1
| * | | | | perf_event: Allocate children's perf_event_ctxp at the right timeXiao Guangrong2009-12-091-15/+22
| * | | | | perf_event: Clean up __perf_event_init_context()Xiao Guangrong2009-12-091-4/+3
| * | | | | hw-breakpoints: Modify breakpoints without unregistering themFrederic Weisbecker2009-12-095-46/+66