summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | sh: activate runtime PM for dmaengine on sh7722 and sh7724Guennadi Liakhovetski2010-03-022-0/+9
| * | | | dmaengine: shdma: separate DMA headers.Guennadi Liakhovetski2010-03-0213-225/+361
| * | | | dmaengine: shdma: convert to platform device resourcesGuennadi Liakhovetski2010-03-025-26/+442
| * | | | sh: audio support for the sh7722 Migo-R boardGuennadi Liakhovetski2010-03-022-0/+17
| * | | | sh: add DMA slave definitions and SIU platform data to sh7722 setupGuennadi Liakhovetski2010-03-021-6/+97
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/kyl...Linus Torvalds2010-03-0710-55/+67
|\ \ \ \ \
| * | | | | parisc: use __ratelimit in unaligned.cAkinobu Mita2010-03-061-10/+4
| * | | | | parisc: Convert to read/update_persistent_clockjohn stultz2010-03-061-16/+13
| * | | | | parisc: Simplify param.h by including <asm-generic/param.h>Robert P. J. Day2010-03-061-22/+1
| * | | | | parisc: drop unnecessary cast in __ldcw_align() macroHelge Deller2010-03-061-1/+1
| * | | | | parisc: add strict copy size checks (v2)Helge Deller2010-03-063-3/+41
| * | | | | parisc: remove trailing space in messagesFrans Pop2010-03-061-2/+2
| * | | | | parisc: ditto sys_accept4Kyle McMartin2010-03-062-1/+3
| * | | | | parisc: wire up sys_recvmmsgHelge Deller2010-03-062-1/+3
* | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds2010-03-073-0/+635
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | [CPUFREQ] Fix cast warning in pcc driver.Dave Jones2010-01-131-2/+1
| * | | | | [CPUFREQ] Processor Clocking Control interface driverNaga Chumbalkar2010-01-133-0/+636
* | | | | | elf coredump: add extended numbering supportDaisuke HATAYAMA2010-03-062-0/+32
* | | | | | elf coredump: replace ELF_CORE_EXTRA_* macros by functionsDaisuke HATAYAMA2010-03-066-91/+135
* | | | | | nodemask.h: remove macro any_online_nodeH Hartley Sweeten2010-03-061-3/+3
* | | | | | um: tell git to ignore generated filesWANG Cong2010-03-061-0/+3
* | | | | | uml: line.c: avoid NULL pointer dereferenceAlexander Beregalov2010-03-061-2/+2
* | | | | | cris v32: typo in crisv32_arbiter_unwatch()?Roel Kluin2010-03-061-1/+1
* | | | | | cryptocop: fix assertion in create_output_descriptors()Roel Kluin2010-03-061-1/+1
* | | | | | cris: convert to use arch_gettimeoffset()john stultz2010-03-062-66/+8
* | | | | | alpha: PTR_ERR overwrites -EINVAL in syscall osf_mountRoel Kluin2010-03-061-1/+2
* | | | | | frv: remove pci_dma_sync_single() and pci_dma_sync_sg()FUJITA Tomonori2010-03-061-37/+0
* | | | | | mm: change anon_vma linking to fix multi-process server scalability issueRik van Riel2010-03-062-0/+3
* | | | | | bitops: rename for_each_bit() to for_each_set_bit()Akinobu Mita2010-03-062-2/+2
* | | | | | Merge branch 'kvm-updates/2.6.34' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2010-03-0559-1447/+3254
|\ \ \ \ \ \
| * | | | | | KVM: x86: Add KVM_CAP_X86_ROBUST_SINGLESTEPJan Kiszka2010-03-011-0/+1
| * | | | | | KVM: VMX: Update instruction length on intercepted BPJan Kiszka2010-03-011-0/+13
| * | | | | | KVM: Fix emulate_sys[call, enter, exit]()'s fault handlingTakuya Yoshikawa2010-03-011-17/+20
| * | | | | | KVM: Fix segment descriptor loadingGleb Natapov2010-03-013-59/+151
| * | | | | | KVM: Fix load_guest_segment_descriptor() to inject page faultTakuya Yoshikawa2010-03-011-3/+10
| * | | | | | KVM: x86 emulator: Forbid modifying CS segment register by mov instructionGleb Natapov2010-03-011-0/+6
| * | | | | | KVM: Convert i8254/i8259 locks to raw_spinlocksThomas Gleixner2010-03-015-26/+27
| * | | | | | KVM: x86 emulator: disallow opcode 82 in 64-bit modeGleb Natapov2010-03-011-8/+8
| * | | | | | KVM: x86 emulator: code style cleanupWei Yongjun2010-03-011-1/+1
| * | | | | | KVM: x86 emulator: Add LOCK prefix validity checkingGleb Natapov2010-03-011-41/+56
| * | | | | | KVM: x86 emulator: Check CPL level during privilege instruction emulationGleb Natapov2010-03-011-15/+20
| * | | | | | KVM: x86 emulator: Fix popf emulationGleb Natapov2010-03-011-1/+54
| * | | | | | KVM: x86 emulator: Check IOPL level during io instruction emulationGleb Natapov2010-03-013-13/+87
| * | | | | | KVM: x86 emulator: fix memory access during x86 emulationGleb Natapov2010-03-017-50/+142
| * | | | | | KVM: x86 emulator: Add Virtual-8086 mode of emulationGleb Natapov2010-03-013-6/+10
| * | | | | | KVM: x86 emulator: Add group9 instruction decodingGleb Natapov2010-03-011-2/+7
| * | | | | | KVM: x86 emulator: Add group8 instruction decodingGleb Natapov2010-03-011-1/+6
| * | | | | | KVM: ppc/booke: Set ESR and DEAR when inject interrupt to guestLiu Yu2010-03-013-17/+48
| * | | | | | KVM: ia64: destroy ioapic device if fail to setup default irq routingWei Yongjun2010-03-011-1/+1
| * | | | | | KVM: cleanup the failure path of KVM_CREATE_IRQCHIP ioctrlWei Yongjun2010-03-013-4/+16
OpenPOWER on IntegriCloud