aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2011-05-06perf events, x86: Fix Intel Nehalem and Westmere last level cache event defin...Gravatar Peter Zijlstra 1-35/+52
2011-05-06hw_breakpoints, powerpc: Fix CONFIG_HAVE_HW_BREAKPOINT off-case in ptrace_set...Gravatar Frederic Weisbecker 1-4/+11
2011-05-06Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/tor...Gravatar Ingo Molnar 8-10/+215
2011-05-05Merge branch 'for-linus' of git://github.com/at91linux/linux-2.6-at91Gravatar Linus Torvalds 4-1/+83
2011-05-04Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Gravatar Ingo Molnar 4-10/+41
2011-05-03Merge branch 'stable/bug-fixes-for-rc5' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-1/+124
2011-05-03Merge branches 'x86-fixes-for-linus' and 'irq-fixes-for-linus' of git://git.k...Gravatar Linus Torvalds 3-8/+8
2011-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Gravatar Linus Torvalds 1-2/+2
2011-05-02x86, reboot: Fix relocations in reboot_32.SGravatar H. Peter Anvin 1-6/+6
2011-05-02xen: mask_rw_pte mark RO all pagetable pages up to pgt_buf_topGravatar Stefano Stabellini 1-1/+1
2011-05-02xen/mmu: Add workaround "x86-64, mm: Put early page table high"Gravatar Konrad Rzeszutek Wilk 1-0/+123
2011-05-02Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-armGravatar Linus Torvalds 19-343/+519
2011-05-02Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Gravatar Linus Torvalds 2-2/+2
2011-05-01x86, NUMA: Fix empty memblk detection in numa_cleanup_meminfo()Gravatar Yinghai Lu 1-1/+1
2011-05-01x86, AMD: Fix APIC timer erratum 400 affecting K8 Rev.A-E processorsGravatar Boris Ostrovsky 1-1/+1
2011-04-29Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 3-10/+52
2011-04-29Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 5-11/+11
2011-04-29Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 12-18/+56
2011-04-29ARM: 6891/1: prevent heap corruption in OABI semtimedopGravatar Dan Rosenberg 1-1/+1
2011-04-29Merge branch 'kprobes' of git://git.linaro.org/people/nico/linux into fixesGravatar Russell King 3-321/+462
2011-04-29[S390] irqstats: fix counting of pfault, dasd diag and virtio irqsGravatar Heiko Carstens 1-1/+1
2011-04-28ARM: kprobes: Tidy-up kprobes-decode.cGravatar Jon Medhurst 1-108/+23
2011-04-28ARM: kprobes: Add emulation of hint instructions like NOP and WFIGravatar Jon Medhurst 1-0/+24
2011-04-28ARM: kprobes: Add emulation of SBFX, UBFX, BFI and BFC instructionsGravatar Jon Medhurst 1-0/+42
2011-04-28ARM: kprobes: Add emulation of MOVW and MOVT instructionsGravatar Jon Medhurst 1-2/+28
2011-04-28ARM: kprobes: Reject probing of undefined data processing instructionsGravatar Jon Medhurst 1-14/+17
2011-04-28ARM: kprobes: Remove redundant code in space_1111Gravatar Jon Medhurst 1-9/+5
2011-04-28ARM: kprobes: Fix emulation of PLD instructionsGravatar Jon Medhurst 1-13/+8
2011-04-28ARM: kprobes: Reject probing of SETEND instructionsGravatar Jon Medhurst 1-5/+0
2011-04-28ARM: kprobes: Consolidate stub decoding functionsGravatar Jon Medhurst 1-31/+9
2011-04-28ARM: kprobes: Reject probing of all coprocessor instructionsGravatar Jon Medhurst 1-102/+11
2011-04-28ARM: kprobes: Fix emulation of USAD8 instructionsGravatar Jon Medhurst 1-6/+4
2011-04-28ARM: kprobes: Fix emulation of SMUAD, SMUSD and SMMUL instructionsGravatar Jon Medhurst 1-7/+15
2011-04-28ARM: kprobes: Fix emulation of SXTB16, SXTB, SXTH, UXTB16, UXTB and UXTH inst...Gravatar Jon Medhurst 1-2/+12
2011-04-28ARM: kprobes: Reject probing of undefined media instructionsGravatar Jon Medhurst 1-1/+35
2011-04-28ARM: kprobes: Add emulation of RBIT instructionGravatar Jon Medhurst 1-1/+2
2011-04-28ARM: kprobes: Reject probing of LDRB instructions which load PCGravatar Jon Medhurst 1-0/+4
2011-04-28ARM: kprobes: Fix emulation of LDRD and STRD instructionsGravatar Jon Medhurst 1-6/+6
2011-04-28ARM: kprobes: Reject probing of LDR/STR instructions which update PC unpredic...Gravatar Jon Medhurst 1-0/+17
2011-04-28ARM: kprobes: Fix emulation of LDRH, STRH, LDRSB and LDRSH instructionsGravatar Jon Medhurst 1-2/+3
2011-04-28ARM: kprobes: Reject probing of STREX and LDREX instructionsGravatar Jon Medhurst 1-5/+22
2011-04-28ARM: kprobes: Reject probing of undefined multiply instructionsGravatar Jon Medhurst 1-3/+8
2011-04-28ARM: kprobes: Fix error in commentGravatar Jon Medhurst 1-1/+1
2011-04-28ARM: kprobes: Reject probing of instructions which write to PC unpredictably.Gravatar Jon Medhurst 1-0/+28
2011-04-28ARM: kprobes: Fix emulation of MRS instructionGravatar Jon Medhurst 1-11/+12
2011-04-28ARM: kprobes: Reject probing MRS instructions which read SPSRGravatar Jon Medhurst 1-5/+7
2011-04-28ARM: kprobes: Fix emulation of Data-processing (immediate) instructionsGravatar Jon Medhurst 1-1/+1
2011-04-28ARM: kprobes: Fix emulation of CMP, CMN, TST and TEQ instructions.Gravatar Jon Medhurst 1-2/+53
2011-04-28ARM: kprobes: Remove redundant condition checks from simulation routinesGravatar Jon Medhurst 1-27/+3
2011-04-28ARM: kprobes: Fix probing of conditionally executed instructionsGravatar Jon Medhurst 3-1/+96