summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-03-1621-137/+835
|\
| * ftrace/graph: Trace function entry before updating indexSteven Rostedt2011-03-101-7/+8
| * tracing: Fix event alignment: kvm:kvm_hv_hypercallDavid Sharp2011-03-101-4/+4
| * kprobes: Disabling optimized kprobes for entry text sectionJiri Olsa2011-03-081-0/+8
| * x86: Separate out entry text sectionJiri Olsa2011-03-084-4/+11
| * Merge commit 'v2.6.38-rc8' into perf/coreIngo Molnar2011-03-0881-358/+504
| |\
| * | perf: Avoid the percore allocations if the CPU is not HT capableLin Ming2011-03-053-6/+23
| * | perf: Fix LLC-* events on Intel Nehalem/WestmereAndi Kleen2011-03-042-17/+79
| * | perf: Add support for supplementary event registersAndi Kleen2011-03-043-0/+265
| * | perf_events: Update PEBS event constraintsStephane Eranian2011-03-042-21/+42
| * | Merge branch 'perf/urgent' into perf/coreIngo Molnar2011-03-0439-421/+715
| |\ \
| | * | perf, x86: Add Intel SandyBridge CPU supportLin Ming2011-03-023-1/+165
| * | | x86: Remove die_nmi()Jan Beulich2011-02-184-36/+0
| * | | perf, x86: Add support for AMD family 15h core countersRobert Richter2011-02-163-3/+186
| * | | perf, x86: Store perfctr msr addresses in config_base/event_baseRobert Richter2011-02-163-19/+14
| * | | perf, x86: Add new AMD family 15h msrs to perfctr reservation codeRobert Richter2011-02-161-0/+4
| * | | perf, x86: Calculate perfctr msr addresses in helper functionsRobert Richter2011-02-162-15/+25
| * | | perf, x86: Use helper function in x86_pmu_enable_all()Robert Richter2011-02-161-11/+8
| * | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2011-02-1653-211/+304
| |\ \ \
| * \ \ \ Merge commit 'v2.6.38-rc4' into perf/coreIngo Molnar2011-02-1225-109/+255
| |\ \ \ \
| * \ \ \ \ Merge branch 'linus' into perf/coreIngo Molnar2011-02-0720-82/+75
| |\ \ \ \ \
| * \ \ \ \ \ Merge commit 'v2.6.38-rc3' into perf/coreIngo Molnar2011-02-02412-1874/+1753
| |\ \ \ \ \ \
| * | | | | | | x86, perf: Change two init functions to staticYinghai Lu2011-01-271-2/+2
* | | | | | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-03-1611-400/+14
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge commit 'v2.6.38-rc5' into core/lockingIngo Molnar2011-02-16111-522/+707
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'tip/rtmutex' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Thomas Gleixner2011-01-3161-196/+591
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | rwsem: Move duplicate function prototypes to linux/rwsem.hThomas Gleixner2011-01-278-45/+0
| * | | | | | | | | | rwsem: Unify the duplicate rwsem_is_locked() inlinesThomas Gleixner2011-01-278-40/+0
| * | | | | | | | | | rwsem: Move duplicate init macros and functions to linux/rwsem.hThomas Gleixner2011-01-278-184/+0
| * | | | | | | | | | rwsem: Move duplicate struct rwsem declaration to linux/rwsem.hThomas Gleixner2011-01-278-77/+3
| * | | | | | | | | | x86: Cleanup rwsem_count_t typedefThomas Gleixner2011-01-271-15/+10
| * | | | | | | | | | rwsem: Cleanup includesThomas Gleixner2011-01-278-40/+0
| * | | | | | | | | | xtensa: Replace deprecated spinlock initializationThomas Gleixner2011-01-271-1/+1
| * | | | | | | | | | um: Replace deprecated spinlock initializationThomas Gleixner2011-01-271-1/+1
| * | | | | | | | | | sparc: Replace deprecated spinlock initializationThomas Gleixner2011-01-271-1/+1
| * | | | | | | | | | mips: Replace deprecated spinlock initializationThomas Gleixner2011-01-271-2/+2
| * | | | | | | | | | cris: Replace deprecated spinlock initializationThomas Gleixner2011-01-271-1/+3
| * | | | | | | | | | alpha: Replace deprecated spinlock initializationThomas Gleixner2011-01-271-1/+1
* | | | | | | | | | | Merge branch 'core-futexes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-03-1619-169/+197
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | arm: Remove bogus comment in futex_atomic_cmpxchg_inatomic()Thomas Gleixner2011-03-141-3/+0
| * | | | | | | | | | | futex: Sanitize futex ops argument typesMichel Lespinasse2011-03-1119-106/+112
| * | | | | | | | | | | futex: Sanitize cmpxchg_futex_value_locked APIMichel Lespinasse2011-03-1118-101/+127
| * | | | | | | | | | | futex: Remove redundant pagefault_disable in futex_atomic_cmpxchg_inatomic()Michel Lespinasse2011-03-111-3/+2
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-03-158-92/+44
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | x86: Add new syscalls for x86_64Aneesh Kumar K.V2011-03-152-0/+6
| * | | | | | | | | | | x86: Add new syscalls for x86_32Aneesh Kumar K.V2011-03-152-1/+5
| * | | | | | | | | | | clean statfs-like syscalls upAl Viro2011-03-142-71/+30
| * | | | | | | | | | | open-style analog of vfs_path_lookup()Al Viro2011-03-141-19/+2
| * | | | | | | | | | | kill path_lookup()Al Viro2011-03-141-1/+1
* | | | | | | | | | | | Merge branch 'for-linus' of git://xenbits.xen.org/people/sstabellini/linux-pvhvmLinus Torvalds2011-03-156-16/+62
|\ \ \ \ \ \ \ \ \ \ \ \