summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* x86, perf: P4 PMU -- use hash for p4_get_escr_idx()Cyrill Gorcunov2010-05-131-55/+71
* perf, powerpc: Implement group scheduling transactional APIsLin Ming2010-05-111-61/+68
* x86, perf: P4 PMU -- check for proper event index in RAW eventsCyrill Gorcunov2010-05-081-1/+10
* x86, perf: P4 PMU -- Get rid of redundant check for array indexCyrill Gorcunov2010-05-081-5/+0
* x86, perf: P4 PMU -- protect sensible procedures from preemptionCyrill Gorcunov2010-05-081-2/+6
* x86, perf: P4 PMU -- configure predefined eventsCyrill Gorcunov2010-05-081-15/+14
* perf, x86: implement group scheduling transactional APIsLin Ming2010-05-071-113/+67
* perf, x86: Improve the PEBS ABIPeter Zijlstra2010-05-073-9/+24
* perf, x86: Consolidate some code repetitionPeter Zijlstra2010-05-071-53/+44
* perf, x86: Remove PEBS SAMPLE_RAW supportPeter Zijlstra2010-05-071-14/+0
* perf, x86: Use weight instead of cmask in for_each_event_constraint()Robert Richter2010-05-071-1/+1
* perf, x86: Pass enable bit mask to __x86_pmu_enable_event()Robert Richter2010-05-072-6/+8
* perf, x86: Call x86_setup_perfctr() from .hw_config()Robert Richter2010-05-072-8/+3
* perf, x86: Move x86_setup_perfctr()Robert Richter2010-05-071-61/+59
* perf, x86: Move perfctr init code to x86_setup_perfctr()Robert Richter2010-05-071-6/+14
* Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-05-0730-179/+594
|\
| * Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-05-045-1/+22
| |\
| | * powernow-k8: Fix frequency reportingMark Langsdorf2010-05-031-1/+2
| | * x86: Fix parse_reservetop() build failure on certain configsIngo Molnar2010-05-031-0/+1
| | * x86: Fix NULL pointer access in irq_force_complete_move() for Xen guestsPrarit Bhargava2010-04-301-0/+3
| | * x86: Fix 'reservetop=' functionalityLiang Li2010-04-303-0/+16
| * | Fix the x86_64 implementation of call_rwsem_wait()David Howells2010-05-041-1/+1
| * | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2010-04-3023-176/+570
| |\ \
| | * | MIPS: Loongson 2F: Fix of problems introduced by -mfix-loongson2f-jumpWu Zhangjin2010-04-301-1/+19
| | * | MIPS: Loongson-2F: Use CONFIG_CPU_JUMP_WORKAROUNDS to control workarounds.Wu Zhangjin2010-04-301-1/+1
| | * | MIPS: Loongson 2F: Enable fixups of the latest binutilsWu Zhangjin2010-04-301-0/+13
| | * | MIPS: Loongson: Add CPU_LOONGSON2F_WORKAROUNDSWu Zhangjin2010-04-301-0/+27
| | * | MIPS: Kconfig: Make Broadcom SoC support naming consistentFlorian Fainelli2010-04-301-1/+1
| | * | MIPS: BCM63xx: Update defconfigFlorian Fainelli2010-04-301-83/+335
| | * | MIPS: oprofile: Fix breakage when CONFIG_OPROFILE=mWu Zhangjin2010-04-301-1/+1
| | * | MIPS: Loongson: Fix LOONGSON_ADDRWIN_CFG macro.Arnaud Patard2010-04-301-1/+1
| | * | MIPS: Loongson: Fix phys_mem_access_prot() checkArnaud Patard2010-04-301-1/+1
| | * | MIPS: Loongson: Fix find_vga_mem_init()Richard LIU2010-04-301-1/+1
| | * | MIPS: Loongson: Fix typo in gdium mach type string.Arnaud Patard2010-04-301-1/+1
| | * | MIPS: Use CKSEG1ADDR for uncached handlerSebastian Andrzej Siewior2010-04-301-6/+1
| | * | MIPS: Check for accesses beyond the end of the PGD.David Daney2010-04-301-23/+87
| | * | MIPS: Use uasm_i_ds{r,l}l_safe() instead of uasm_i_ds{r,l}l() in tlbex.cDavid Daney2010-04-301-16/+14
| | * | MIPS: Add uasm_i_dsrl_safe() and uasm_i_dsll_safe() to uasm.David Daney2010-04-301-0/+18
| | * | MIPS: die() does not call die notifier chainYury Polyanskiy2010-04-304-6/+11
| | * | MIPS: Swarm, Littlesur: Enable PATA platform driver.Sebastian Andrzej Siewior2010-04-301-0/+2
| | * | MIPS: DB1200: PCMCIA card detection must not be auto-enabled.Manuel Lauss2010-04-301-3/+7
| | * | MIPS: SB1250: Include correct header and fix a warningSebastian Andrzej Siewior2010-04-301-1/+2
| | * | MIPS: Fixup screen_info struct initializationsSebastian Andrzej Siewior2010-04-303-27/+17
| | * | MIPS: cmpxchg.h: Fix excessive indentation.Ralf Baechle2010-04-301-1/+1
| | * | MIPS: Don't vmap things at address zero.David Daney2010-04-301-2/+7
| | * | MIPS: PNX8550: Fix build error, broken by:Ralf Baechle2010-04-301-0/+2
| | |/
| * | musb: fix power field to hold all possible valuesAjay Kumar Gupta2010-04-301-1/+1
| |/
* | hw-breakpoints: Get the number of available registers on boot dynamicallyFrederic Weisbecker2010-05-012-0/+10
* | hw-breakpoints: Separate constraint space for data and instruction breakpointsFrederic Weisbecker2010-05-013-0/+13
* | hw-breakpoints: Change/Enforce some breakpoints policiesFrederic Weisbecker2010-05-014-68/+17
OpenPOWER on IntegriCloud