summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Ingo Molnar2010-06-0912-122/+101
|\
| * x86: Unify save_stack_address() and save_stack_address_nosched()Oleg Nesterov2010-06-091-14/+10
| * x86: Make save_stack_address() !CONFIG_FRAME_POINTER friendlyOleg Nesterov2010-06-091-1/+5
| * perf: Drop the skip argument from perf_arch_fetch_regs_callerFrederic Weisbecker2010-06-087-50/+38
| * x86: Unify dumpstack.h and stacktrace.hFrederic Weisbecker2010-06-087-65/+56
* | perf: Convert perf_event to local_tPeter Zijlstra2010-06-095-47/+47
* | arch: Implement local64_tPeter Zijlstra2010-06-0922-0/+22
* | perf, x86: Make a second write to performance counter if neededCyrill Gorcunov2010-06-092-1/+20
* | perf: Cleanup {start,commit,cancel}_txn detailsPeter Zijlstra2010-06-093-15/+13
* | perf, x86: Small fix to cpuid10_edxLivio Soares2010-06-081-2/+3
* | powerpc/oprofile: fix potential buffer overrun in op_model_cell.cDenis Kirjanov2010-06-071-1/+1
* | perf_events: Fix event scheduling issues introduced by transactional APIStephane Eranian2010-05-311-0/+22
* | ia64: revert __node_random additionLinus Torvalds2010-05-301-17/+0
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same...Linus Torvalds2010-05-305-15/+82
|\ \
| * | mfd: New AB8500 driverRabin Vincent2010-05-281-1/+1
| * | ARM: AB3550 board configuration and irq for U300Mattias Wallin2010-05-282-0/+62
| * | mfd: Renamed ab3100.h to abx500.hLinus Walleij2010-05-281-1/+1
| * | davinci: da850 TPS6507x touch screen driver board dataTodd Fischer2010-05-281-0/+12
| * | mfd: Add tps6507x board data structureTodd Fischer2010-05-281-1/+6
| * | x86: remove rdc321x_defs.hFlorian Fainelli2010-05-281-12/+0
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2010-05-306-1/+283
|\ \ \
| * | | DMAENGINE: DMA40 U8500 platform configurationLinus Walleij2010-05-276-1/+283
* | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-05-3010-26/+92
|\ \ \ \
| * | | | x86, cpufeature: Unbreak compile with gcc 3.xH. Peter Anvin2010-05-271-0/+7
| * | | | x86, pat: Fix memory leak in free_memtypeXiaotian Feng2010-05-263-9/+14
| * | | | x86, k8: Fix section mismatch for powernowk8_exit()Borislav Petkov2010-05-251-3/+3
| * | | | x86: remove last traces of quicklist usagePeter Zijlstra2010-05-241-1/+0
| * | | | x86, setup: Phoenix BIOS fixup is needed on Dell Inspiron Mini 1012Gabor Gombas2010-05-241-0/+11
| * | | | x86: "nosmp" command line option should force the system into UP modeJan Beulich2010-05-241-3/+23
| * | | | arch/x86/pci: use kasprintfJulia Lawall2010-05-241-2/+1
| * | | | x86, apic: ack all pending irqs when crashed/on kexecKerstin Jonsson2010-05-241-8/+33
* | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/pa...Linus Torvalds2010-05-306-76/+47
|\ \ \ \ \
| * | | | | parisc: Call pagefault_disable/pagefault_enable in kmap_atomic/kunmap_atomicJohn David Anglin2010-05-301-3/+13
| * | | | | parisc: Remove unnecessary macros from entry.SJohn David Anglin2010-05-301-33/+7
| * | | | | parisc: LWS fixes for syscall.SJohn David Anglin2010-05-301-23/+9
| * | | | | parisc: Delete unnecessary nop's in entry.SJohn David Anglin2010-05-301-7/+0
| * | | | | parisc: Avoid interruption in critical region in entry.SJohn David Anglin2010-05-301-2/+3
| * | | | | parisc: invoke oom-killer from page faultNick Piggin2010-05-301-4/+3
| * | | | | parisc: clear floating point exception flag on SIGFPE signalHelge Deller2010-05-301-0/+1
| * | | | | parisc: Use of align_frame provides stack frame.Carlos O'Donell2010-05-301-4/+11
* | | | | | Revert "cpusets: randomize node rotor used in cpuset_mem_spread_node()"Linus Torvalds2010-05-301-17/+0
* | | | | | Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2010-05-281-2/+2
|\ \ \ \ \ \
| * | | | | | sched: clarify commment for TS_POLLINGLen Brown2010-05-271-2/+2
| |/ / / / /
* | | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2010-05-2812-35/+250
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'ht-delete-2.6.35' into releaseLen Brown2010-05-284-20/+3
| |\ \ \ \ \ \
| | * | | | | | ACPI: delete the "acpi=ht" boot optionLen Brown2010-03-144-20/+3
| * | | | | | | Merge branch 'acpi_enable' into releaseLen Brown2010-05-281-2/+0
| |\ \ \ \ \ \ \
| | * | | | | | | ACPI: Unconditionally set SCI_EN on resumeMatthew Garrett2010-05-121-2/+0
| * | | | | | | | Merge branch 'bjorn-pci-root-v4-2.6.35' into releaseLen Brown2010-05-282-2/+8
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ACPI: pci_root: pass acpi_pci_root to arch-specific scanBjorn Helgaas2010-04-042-2/+8
OpenPOWER on IntegriCloud