summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* perf/x86: Allow for architecture specific RDPMC indexesJacob Shin2013-02-063-1/+13
* perf/x86: Move MSR address offset calculation to architecture specific filesJacob Shin2013-02-062-16/+47
* perf/x86/amd: Use proper naming scheme for AMD bit field definitionsJacob Shin2013-02-062-6/+6
* perf/x86/amd: Generalize northbridge constraints code for family 15hRobert Richter2013-02-061-18/+25
* perf/x86/amd: Rework northbridge event constraints handlerRobert Richter2013-02-061-42/+26
* perf/powerpc: Fix build errorSukadev Bhattiprolu2013-02-061-1/+1
* perf/POWER7: Make some POWER7 events available in sysfsSukadev Bhattiprolu2013-01-312-0/+21
* perf/POWER7: Make generic event translations available in sysfsSukadev Bhattiprolu2013-01-313-0/+69
* perf: Make EVENT_ATTR globalSukadev Bhattiprolu2013-01-311-10/+3
* perf/Power7: Use macros to identify perf eventsSukadev Bhattiprolu2013-01-311-8/+20
* Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2013-01-249-75/+132
|\
| * kprobes/x86: Move kprobes stuff under arch/x86/kernel/kprobes/Masami Hiramatsu2013-01-216-8/+13
| * kprobes/x86: Move ftrace-based kprobe code into kprobes-ftrace.cMasami Hiramatsu2013-01-216-68/+120
| * ftrace: Move ARCH_SUPPORTS_FTRACE_SAVE_REGS in KconfigMasami Hiramatsu2013-01-212-1/+1
* | Merge tag 'usb-3.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2013-01-237-22/+24
|\ \
| * | ARM: i.MX clock: Change the connection-id for fsl-usb2-udcPeter Chen2013-01-185-15/+15
| * | usb: gadget: fsl-mxc-udc: replace cpu_is_xxx() with platform_device_idPeter Chen2013-01-182-7/+9
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2013-01-234-1/+19
|\ \
| * | m68k: Wire up finit_moduleGeert Uytterhoeven2012-12-253-1/+3
| * | m68k: Provide dma_alloc_attrs()/dma_free_attrs()Geert Uytterhoeven2012-12-251-0/+16
* | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/cmar...Linus Torvalds2013-01-231-1/+4
|\ \ \
| * | | arm64: elf: fix core dumping to match what glibc expectsWill Deacon2013-01-221-1/+4
| | |/ | |/|
* | | Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-01-221-6/+0
|\ \ \
| * | | perf x86: revert 20b279 - require exclude_guest to use PEBS - kernel sideDavid Ahern2013-01-101-6/+0
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/del...Linus Torvalds2013-01-225-15/+26
|\ \ \ \
| * | | | parisc: sigaltstack doesn't round ss.ss_sp as requiredJohn David Anglin2013-01-071-1/+3
| * | | | parisc: improve ptrace support for gdb single-stepJohn David Anglin2013-01-072-6/+14
| * | | | parisc: don't claim cpu irqs more than onceJohn David Anglin2013-01-071-2/+4
| * | | | parisc: avoid undefined shift in cnv_float.hJohn David Anglin2013-01-071-6/+5
* | | | | ptrace: ensure arch_ptrace/ptrace_request can never race with SIGKILLOleg Nesterov2013-01-221-4/+5
* | | | | ia64: kill thread_matches(), unexport ptrace_check_attach()Oleg Nesterov2013-01-201-27/+0
* | | | | Merge tag 'stable/for-linus-3.8-rc3-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2013-01-182-8/+0
|\ \ \ \ \
| * | | | | xen: Fix stack corruption in xen_failsafe_callback for 32bit PVOPS guests.Andrew Cooper2013-01-161-1/+0
| * | | | | Revert "xen/smp: Fix CPU online/offline bug triggering a BUG: scheduling whil...Konrad Rzeszutek Wilk2013-01-151-7/+0
| * | | | | Merge tag 'v3.7' into stable/for-linus-3.8Konrad Rzeszutek Wilk2013-01-15212-1165/+1908
| |\ \ \ \ \
* | \ \ \ \ \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds2013-01-182-3/+7
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | m68k: fix conditional use of init_pointer_tableGreg Ungerer2013-01-071-3/+5
| * | | | | | m68knommu: add KMAP definitions for non-MMU definitionsGreg Ungerer2013-01-071-0/+2
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2013-01-175-8/+33
|\ \ \ \ \ \ \
| * | | | | | | s390/time: fix sched_clock() overflowHeiko Carstens2013-01-163-2/+30
| * | | | | | | s390: use -fPIC for module compileMartin Schwidefsky2013-01-121-2/+2
| * | | | | | | s390/mm: fix pmd_pfn() for thpGerald Schaefer2013-01-121-4/+1
* | | | | | | | Merge tag 'sound-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds2013-01-165-7/+141
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag 'asoc-atmel-pinctrl' of git://git.kernel.org/pub/scm/linux/kernel/g...Takashi Iwai2013-01-155-7/+141
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ARM: at91/dts: add pinctrl support for SSC peripheralBo Shen2013-01-125-7/+141
| | | |_|_|_|_|/ / | | |/| | | | | |
* | | | | | | | | Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-01-161-0/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | s390/kvm: Fix BUG in include/linux/kvm_host.h:745Christian Borntraeger2013-01-101-0/+2
* | | | | | | | | | Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds2013-01-169-6/+22
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | sh: ecovec: add sample amixer settingsKuninori Morimoto2013-01-161-0/+10
| * | | | | | | | | | sh: Fix up stack debugging build.Paul Mundt2013-01-141-0/+2