| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-12-19 | 20 | -523/+175 |
|\ |
|
| * | perf session: Make events_stats u64 to avoid overflow on 32-bit arches | Arnaldo Carvalho de Melo | 2009-12-18 | 2 | -3/+3 |
| * | hw-breakpoints: Fix hardware breakpoints -> perf events dependency | Frederic Weisbecker | 2009-12-18 | 2 | -3/+3 |
| * | perf events: Dont report side-band events on each cpu for per-task-per-cpu ev... | Peter Zijlstra | 2009-12-17 | 1 | -14/+18 |
| * | perf events, x86/stacktrace: Fix performance/softlockup by providing a specia... | Frederic Weisbecker | 2009-12-17 | 3 | -3/+33 |
| * | perf events, x86/stacktrace: Make stack walking optional | Frederic Weisbecker | 2009-12-17 | 9 | -25/+43 |
| * | perf events: Remove unused perf_counter.h header file | Robert P. J. Day | 2009-12-17 | 1 | -444/+0 |
| * | perf probe: Check new event name | Masami Hiramatsu | 2009-12-17 | 1 | -0/+15 |
| * | kprobe-tracer: Check new event/group name | Masami Hiramatsu | 2009-12-17 | 1 | -6/+25 |
| * | perf probe: Check whether debugfs path is correct | Masami Hiramatsu | 2009-12-17 | 1 | -0/+4 |
| * | perf probe: Fix libdwarf include path for Debian | Masami Hiramatsu | 2009-12-17 | 2 | -28/+34 |
* | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-12-19 | 31 | -320/+307 |
|\ \ |
|
| * | | x86, irq: Allow 0xff for /proc/irq/[n]/smp_affinity on an 8-cpu system | Suresh Siddha | 2009-12-17 | 8 | -41/+22 |
| * | | Makefile: Unexport LC_ALL instead of clearing it | H. Peter Anvin | 2009-12-17 | 1 | -2/+2 |
| * | | x86: Fix objdump version check in arch/x86/tools/chkobjdump.awk | akpm@linux-foundation.org | 2009-12-17 | 1 | -1/+1 |
| * | | x86: Reenable TSC sync check at boot, even with NONSTOP_TSC | Pallipadi, Venkatesh | 2009-12-17 | 2 | -1/+1 |
| * | | x86: Don't use POSIX character classes in gen-insn-attr-x86.awk | Roland Dreier | 2009-12-17 | 1 | -6/+4 |
| * | | Makefile: set LC_CTYPE, LC_COLLATE, LC_NUMERIC to C | H. Peter Anvin | 2009-12-17 | 1 | -0/+7 |
| * | | x86: Increase MAX_EARLY_RES; insufficient on 32-bit NUMA | Yinghai Lu | 2009-12-16 | 1 | -1/+1 |
| * | | x86: Fix checking of SRAT when node 0 ram is not from 0 | Yinghai Lu | 2009-12-16 | 4 | -3/+10 |
| * | | x86, cpuid: Add "volatile" to asm in native_cpuid() | Suresh Siddha | 2009-12-16 | 1 | -1/+1 |
| * | | x86, msr: msrs_alloc/free for CONFIG_SMP=n | Borislav Petkov | 2009-12-16 | 4 | -215/+218 |
| * | | x86, amd: Get multi-node CPU info from NodeId MSR instead of PCI config space | Andreas Herrmann | 2009-12-16 | 3 | -38/+17 |
| * | | x86: Add IA32_TSC_AUX MSR and use it | Sheng Yang | 2009-12-16 | 2 | -2/+3 |
| * | | x86, msr/cpuid: Register enough minors for the MSR and CPUID drivers | H. Peter Anvin | 2009-12-15 | 2 | -4/+5 |
| * | | initramfs: add missing decompressor error check | Phillip Lougher | 2009-12-15 | 1 | -4/+6 |
| * | | bzip2: Add missing checks for malloc returning NULL | Phillip Lougher | 2009-12-15 | 1 | -1/+9 |
| * | | bzip2/lzma/gzip: pre-boot malloc doesn't return NULL on failure | Phillip Lougher | 2009-12-15 | 1 | -2/+2 |
* | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2009-12-19 | 12 | -249/+336 |
|\ \ \ |
|
| * | | | sched: Fix broken assertion | Peter Zijlstra | 2009-12-17 | 1 | -1/+2 |
| * | | | sched: Assert task state bits at build time | Peter Zijlstra | 2009-12-17 | 2 | -8/+14 |
| * | | | sched: Update task_state_arraypwith new states | Peter Zijlstra | 2009-12-17 | 1 | -2/+5 |
| * | | | sched: Add missing state chars to TASK_STATE_TO_CHAR_STR | Peter Zijlstra | 2009-12-17 | 1 | -1/+1 |
| * | | | sched: Move TASK_STATE_TO_CHAR_STR near the TASK_state bits | Peter Zijlstra | 2009-12-17 | 1 | -2/+2 |
| * | | | sched: Teach might_sleep() about preemptible RCU | Frederic Weisbecker | 2009-12-17 | 3 | -1/+17 |
| * | | | sched: Make warning less noisy | Ingo Molnar | 2009-12-17 | 1 | -1/+1 |
| * | | | sched: Simplify set_task_cpu() | Peter Zijlstra | 2009-12-16 | 1 | -8/+5 |
| * | | | sched: Remove the cfs_rq dependency from set_task_cpu() | Peter Zijlstra | 2009-12-16 | 3 | -12/+46 |
| * | | | sched: Add pre and post wakeup hooks | Peter Zijlstra | 2009-12-16 | 3 | -7/+12 |
| * | | | sched: Move kthread_bind() back to kthread.c | Peter Zijlstra | 2009-12-16 | 2 | -26/+23 |
| * | | | sched: Fix select_task_rq() vs hotplug issues | Peter Zijlstra | 2009-12-16 | 1 | -35/+40 |
| * | | | sched: Fix sched_exec() balancing | Peter Zijlstra | 2009-12-16 | 1 | -22/+23 |
| * | | | sched: Ensure set_task_cpu() is never called on blocked tasks | Peter Zijlstra | 2009-12-16 | 1 | -19/+66 |
| * | | | sched: Use TASK_WAKING for fork wakups | Peter Zijlstra | 2009-12-16 | 1 | -9/+9 |
| * | | | sched: Select_task_rq_fair() must honour SD_LOAD_BALANCE | Peter Zijlstra | 2009-12-16 | 1 | -0/+3 |
| * | | | sched: Fix task_hot() test order | Peter Zijlstra | 2009-12-16 | 1 | -3/+3 |
| * | | | sched: Fix set_cpu_active() in cpu_down() | Xiaotian Feng | 2009-12-16 | 1 | -21/+3 |
| * | | | sched: Mark boot-cpu active before smp_init() | Peter Zijlstra | 2009-12-16 | 1 | -6/+1 |
| * | | | Merge branch 'linus' into sched/urgent | Ingo Molnar | 2009-12-16 | 982 | -16785/+41230 |
| |\ \ \ |
|
| * | | | | sched: Fix cpu_clock() in NMIs, on !CONFIG_HAVE_UNSTABLE_SCHED_CLOCK | David Miller | 2009-12-15 | 1 | -8/+15 |