aboutsummaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | sh: check for existing mappings for bolted PMB entries.Paul Mundt2010-03-031-44/+96
| * | | | sh: fixed virt/phys mapping helpers for PMB.Paul Mundt2010-03-021-46/+51
| * | | | sh: make pmb iomapping configurable.Paul Mundt2010-03-021-0/+17
| * | | | sh: reworked dynamic PMB mapping.Paul Mundt2010-03-025-168/+223
| * | | | sh: Fix up cpumask_of_pcibus() for the NUMA build.Paul Mundt2010-03-021-1/+1
| * | | | sh: Fix up ctrl_read/write stragglers in migor setup.Paul Mundt2010-03-021-1/+1
| | | | |
| | \ \ \
| *-. \ \ \ Merge branches 'sh/dmaengine', 'sh/hw-breakpoints' and 'sh/trivial'Paul Mundt2010-03-024-28/+8
| |\ \ \ \ \
| | | * | | | sh: No need to explicitly include <linux/rwlock.h>.Robert P. J. Day2010-03-011-1/+0
| | | * | | | arch/sh/boot/compressed/cache.c: Checkpatch cleanupAndrea Gelmini2010-03-011-1/+1
| | | * | | | arch/sh/lib/libgcc.h: Checkpatch cleanupAndrea Gelmini2010-03-011-2/+1
| | * | | | | sh: hw-breakpoints: Accept breakpoints on NULL addresses.Paul Mundt2010-03-011-24/+6
| | |/ / / /
| * | | | | dmaengine: shdma: extend .device_terminate_all() to record partial transferGuennadi Liakhovetski2010-03-021-0/+20
| * | | | | sh: merge sh7722 and sh7724 DMA register definitionsGuennadi Liakhovetski2010-03-021-6/+2
| * | | | | 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