Age | Commit message (Expand) | Author |
2011-05-18 | Merge branch 'x86/mem' into perf/core | Ingo Molnar |
2011-05-18 | x86, 64-bit: Fix copy_[to/from]_user() checks for the userspace address limit | Jiri Olsa |
2011-05-17 | x86, mem: memset_64.S: Optimize memset by enhanced REP MOVSB/STOSB | Fenghua Yu |
2011-05-17 | x86, mem: memmove_64.S: Optimize memmove by enhanced REP MOVSB/STOSB | Fenghua Yu |
2011-05-17 | x86, mem: memcpy_64.S: Optimize memcpy by enhanced REP MOVSB/STOSB | Fenghua Yu |
2011-05-17 | x86, mem: copy_user_64.S: Support copy_to/from_user by enhanced REP MOVSB/STOSB | Fenghua Yu |
2011-05-17 | x86, mem: clear_page_64.S: Support clear_page() with enhanced REP MOVSB/STOSB | Fenghua Yu |
2011-05-17 | x86, alternative: Add altinstruction_entry macro | Fenghua Yu |
2011-05-17 | x86, alternative, doc: Add comment for applying alternatives order | Fenghua Yu |
2011-05-17 | x86, mem, intel: Initialize Enhanced REP MOVSB/STOSB | Fenghua Yu |
2011-05-17 | x86, cpufeature: Add CPU feature bit for enhanced REP MOVSB/STOSB | Fenghua Yu |
2011-05-17 | x86, cpufeature: Fix cpuid leaf 7 feature detection | Fenghua Yu |
2011-05-16 | ftrace/s390: mcount offset calculation | Martin Schwidefsky |
2011-05-16 | ftrace/x86: mcount offset calculation | Martin Schwidefsky |
2011-05-16 | ftrace/x86: Do not trace .discard.text section | Steven Rostedt |
2011-05-12 | x86: Remove warning and warning_symbol from struct stacktrace_ops | Richard Weinberger |
2011-05-10 | Merge commit 'v2.6.39-rc7' into perf/core | Ingo Molnar |
2011-05-06 | Merge branch 'perf/stat' into perf/core | Ingo Molnar |
2011-05-06 | perf events, x86: Fix Intel Nehalem and Westmere last level cache event defin... | Peter Zijlstra |
2011-05-06 | hw_breakpoints, powerpc: Fix CONFIG_HAVE_HW_BREAKPOINT off-case in ptrace_set... | Frederic Weisbecker |
2011-05-06 | perf events, x86: Add SandyBridge stalled-cycles-frontend/backend events | Lin Ming |
2011-05-06 | Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/tor... | Ingo Molnar |
2011-05-06 | Merge branch 'for-linus' of git://github.com/at91linux/linux-2.6-at91 | Linus Torvalds |
2011-05-04 | Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f... | Ingo Molnar |
2011-05-03 | Merge branch 'stable/bug-fixes-for-rc5' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds |
2011-05-03 | Merge branches 'x86-fixes-for-linus' and 'irq-fixes-for-linus' of git://git.k... | Linus Torvalds |
2011-05-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds |
2011-05-02 | x86, reboot: Fix relocations in reboot_32.S | H. Peter Anvin |
2011-05-02 | xen: mask_rw_pte mark RO all pagetable pages up to pgt_buf_top | Stefano Stabellini |
2011-05-02 | xen/mmu: Add workaround "x86-64, mm: Put early page table high" | Konrad Rzeszutek Wilk |
2011-05-02 | Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds |
2011-05-02 | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 | Linus Torvalds |
2011-05-01 | x86, NUMA: Fix empty memblk detection in numa_cleanup_meminfo() | Yinghai Lu |
2011-05-01 | Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g... | Ingo Molnar |
2011-05-01 | x86, AMD: Fix APIC timer erratum 400 affecting K8 Rev.A-E processors | Boris Ostrovsky |
2011-04-29 | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2011-04-29 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2011-04-29 | Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2011-04-29 | ARM: 6891/1: prevent heap corruption in OABI semtimedop | Dan Rosenberg |
2011-04-29 | perf events, x86: Add Westmere stalled-cycles-frontend/backend events | Ingo Molnar |
2011-04-29 | perf, x86: Add new stalled cycles events for Intel and AMD CPUs | Ingo Molnar |
2011-04-29 | perf events: Add generic front-end and back-end stalled cycle event definitions | Ingo Molnar |
2011-04-29 | Merge branch 'kprobes' of git://git.linaro.org/people/nico/linux into fixes | Russell King |
2011-04-29 | [S390] irqstats: fix counting of pfault, dasd diag and virtio irqs | Heiko Carstens |
2011-04-29 | ARM: kprobes: Tidy-up kprobes-decode.c | Jon Medhurst |
2011-04-29 | ARM: kprobes: Add emulation of hint instructions like NOP and WFI | Jon Medhurst |
2011-04-29 | ARM: kprobes: Add emulation of SBFX, UBFX, BFI and BFC instructions | Jon Medhurst |
2011-04-29 | ARM: kprobes: Add emulation of MOVW and MOVT instructions | Jon Medhurst |
2011-04-29 | ARM: kprobes: Reject probing of undefined data processing instructions | Jon Medhurst |
2011-04-29 | ARM: kprobes: Remove redundant code in space_1111 | Jon Medhurst |