summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-10-084-28/+51
|\
| * x86, pci: Correct spelling in a commentMarin Mitov2009-10-031-1/+1
| * x86: Simplify bound checks in the MTRR codeArjan van de Ven2009-10-021-5/+12
| * x86: EDAC: MCE: Fix MCE decoding callback logicIngo Molnar2009-10-022-22/+38
* | Merge branch 'sparc-perf-events-fixes-for-linus' of git://git.kernel.org/pub/...Linus Torvalds2009-10-081-0/+2
|\ \
| * | perf_event: Provide vmalloc() based mmap() backingPeter Zijlstra2009-10-061-0/+2
* | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-10-082-0/+3
|\ \ \
| * | | x86, timers: Check for pending timers after (device) interruptsArjan van de Ven2009-10-082-0/+3
* | | | Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-10-088-123/+193
|\ \ \ \
| * \ \ \ Merge branch 'pm-fixes-32' of git://git.kernel.org/pub/scm/linux/kernel/git/k...Tony Lindgren2009-10-064-95/+137
| |\ \ \ \
| | * | | | OMAP3: PM: introduce a new powerdomain walk helperArtem Bityutskiy2009-10-053-14/+31
| | * | | | OMAP3: PM: Enable GPIO module-level wakeupsKevin Hilman2009-10-051-0/+10
| | * | | | OMAP3: PM: USBHOST: clear wakeup events on both hostsVikram Pandita2009-10-051-3/+10
| | * | | | OMAP3: PM: PRCM interrupt: only handle selected PRCM interruptsPaul Walmsley2009-10-051-9/+37
| | * | | | OMAP3: PM: PRCM interrupt: check MPUGRPSEL registerPaul Walmsley2009-10-051-0/+3
| | * | | | OMAP3: PM: Prevent hang in prcm_interrupt_handlerJon Hunter2009-10-051-83/+60
| | | |/ / | | |/| |
| * | | | omap: iovmm: Add missing mutex_unlockDaniel Walker2009-10-061-1/+2
| * | | | omap: iovmm: Fix incorrect spellingHiroshi DOYU2009-10-061-3/+3
| * | | | omap: SRAM: flush the right address after memcpy in omap_sram_pushye janboe2009-10-061-1/+2
| * | | | omap: Lock DPLL5 at bootRajendra Nayak2009-10-051-0/+35
| * | | | omap: Fix incorrect 730 vs 850 detectionTony Lindgren2009-10-051-23/+14
* | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/pa...Linus Torvalds2009-10-0815-80/+126
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | parisc: Fix linker script breakage.Helge Deller2009-09-281-0/+10
| * | | | parisc: convert to asm-generic/hardirq.hChristoph Hellwig2009-09-282-24/+1
| * | | | parisc: Make THREAD_SIZE available to assembly files and linker scripts.Tim Abbott2009-09-271-5/+5
| * | | | parisc: correct use of SHF_ALLOCJulia Lawall2009-09-271-1/+1
| * | | | parisc: rename parisc's vmalloc_start to parisc_vmalloc_startHelge Deller2009-09-272-7/+8
| * | | | parisc: includecheck fix: signal.cJaswinder Singh Rajput2009-09-271-1/+0
| * | | | parisc: HAVE_ARCH_TRACEHOOKKyle McMartin2009-09-271-0/+1
| * | | | parisc: add skeleton syscall.hKyle McMartin2009-09-272-1/+44
| * | | | parisc: stop using task->ptrace for {single,block}step flagsKyle McMartin2009-09-274-18/+25
| * | | | parisc: split syscall_trace into two halvesKyle McMartin2009-09-272-22/+25
| * | | | parisc: add missing TI_TASK macro in syscall.SKyle McMartin2009-09-271-1/+1
| * | | | parisc: tracehook_signal_handlerKyle McMartin2009-09-271-0/+4
| * | | | parisc: tracehook_report_syscallKyle McMartin2009-09-272-13/+14
| | |/ / | |/| |
* | | | Merge branch 'kvm-updates/2.6.32' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2009-10-058-30/+106
|\ \ \ \
| * | | | KVM: add support for change_pte mmu notifiersIzik Eidus2009-10-042-9/+54
| * | | | KVM: MMU: add SPTE_HOST_WRITEABLE flag to the shadow ptesIzik Eidus2009-10-042-7/+26
| * | | | KVM: MMU: dont hold pagecount reference for mapped sptes pagesIzik Eidus2009-10-041-5/+2
| * | | | KVM: Prevent overflow in KVM_GET_SUPPORTED_CPUIDAvi Kivity2009-10-041-0/+2
| * | | | KVM: VMX: flush TLB with INVEPT on cpu migrationMarcelo Tosatti2009-10-041-1/+1
| * | | | KVM: fix LAPIC timer period overflowAurelien Jarno2009-10-041-1/+1
| * | | | KVM: s390: fix memsize >= 4GChristian Borntraeger2009-10-041-1/+1
| * | | | KVM: SVM: Handle tsc in svm_get_msr/svm_set_msr correctlyJoerg Roedel2009-10-041-6/+17
| * | | | KVM: SVM: Fix tsc offset adjustment when running nestedJoerg Roedel2009-10-041-0/+2
| | |/ / | |/| |
* | | | Merge branch 'fixes-for-linus' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2009-10-053-1/+5
|\ \ \ \
| * | | | microblaze: Clear sticky FSR register after saving it to func parametrMichal Simek2009-10-052-1/+3
| * | | | microblaze: UMS is used only for MMU kernelMichal Simek2009-10-051-0/+2
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2009-10-056-59/+547
|\ \ \ \
| * | | | sparc: using HZ needs an include of linux/param.hStephen Rothwell2009-10-051-0/+1
OpenPOWER on IntegriCloud