summaryrefslogtreecommitdiffstats
path: root/arch/sh
Commit message (Expand)AuthorAgeFilesLines
...
| * | | sh: Replace an explicit computation by the use of the container_of macroNicolas Palix2009-12-091-3/+4
| * | | sh: Can't compare physical and virtual addresses for aliasesMatt Fleming2009-12-091-2/+1Star
* | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2009-12-163-34/+52
|\ \ \ \
| * | | | V4L/DVB (13661): rj54n1cb0c: Add cropping, auto white balance, restrict sizes...Guennadi Liakhovetski2009-12-161-2/+11
| * | | | V4L/DVB (13659): soc-camera: convert to the new mediabus APIGuennadi Liakhovetski2009-12-161-1/+2
| * | | | V4L/DVB (13650): soc-camera: switch drivers and platforms to use .priv in str...Guennadi Liakhovetski2009-12-162-31/+39
* | | | | elf: kill USE_ELF_CORE_DUMPChristoph Hellwig2009-12-161-1/+0Star
|/ / / /
* | | | genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner2009-12-141-2/+2
* | | | locking: Convert raw_rwlock functions to arch_rwlockThomas Gleixner2009-12-141-16/+16
* | | | locking: Convert raw_rwlock to arch_rwlockThomas Gleixner2009-12-142-8/+8
* | | | locking: Convert __raw_spin* functions to arch_spin*Thomas Gleixner2009-12-141-13/+13
* | | | locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKEDThomas Gleixner2009-12-141-1/+1
* | | | locking: Convert raw_spinlock to arch_spinlockThomas Gleixner2009-12-142-4/+4
| |_|/ |/| |
* | | fix broken aliasing checks for MAP_FIXED on sparc32, mips, arm and shAl Viro2009-12-111-1/+2
* | | Unify sys_mmap*Al Viro2009-12-111-26/+2Star
| |/ |/|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-101-1/+1
|\ \
| * \ Merge branch 'for-next' into for-linusJiri Kosina2009-12-071-1/+1
| |\ \
| | * | tree-wide: fix misspelling of "definition" in commentsAdam Buchbinder2009-12-041-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2009-12-10129-2882/+4298
|\ \ \ \ | | |_|/ | |/| |
| * | | sh: include empty zero page in romImageMagnus Damm2009-12-042-3/+47
| * | | sh: Make associative cache writes fatal on all SH-4A parts.Paul Mundt2009-12-041-9/+4Star
| * | | sh: Drop associative writes for SH-4 cache flushes.Matt Fleming2009-12-041-2/+2
| * | | sh: Partial revert of copy/clear_user_highpage() optimizations.Paul Mundt2009-12-041-53/+13Star
| * | | sh: Add default uImage rule for se7724, ap325rxa, and migor.Paul Mundt2009-12-041-0/+3
| * | | sh: allow runtime pm without suspend/resume callbacksMagnus Damm2009-12-041-6/+11
| * | | sh: mach-ecovec24: Remove un-defined settings for VPUKuninori Morimoto2009-12-041-1/+0Star
| * | | sh: mach-ecovec24: LCDC drive ability become highKuninori Morimoto2009-12-041-2/+2
| * | | sh: fix sh7724 VEU3F resource sizeMagnus Damm2009-12-041-2/+2
| * | | sh: Improve kfr2r09 serial port setup codeMagnus Damm2009-11-301-0/+51
| * | | sh: Break out SuperH PFC codeMagnus Damm2009-11-303-666/+1Star
| * | | sh: Move KEYSC header fileMagnus Damm2009-11-306-19/+5Star
| * | | sh: convert /proc/cpu/aligmnent, /proc/cpu/kernel_alignment to seq_fileAlexey Dobriyan2009-11-301-46/+31Star
| * | | sh: Add CPG save/restore code for sh7724 R-standbyMagnus Damm2009-11-301-0/+11
| * | | sh: Add SDHI power control support to EcovecMagnus Damm2009-11-301-6/+30
| * | | sh: mach-ecovec24: modify address mapKuninori Morimoto2009-11-301-1/+1
| * | | sh: Fix up the FPU emulation build.Paul Mundt2009-11-252-7/+4Star
| * | | sh: Apply the sleazy FPU changes for SH-2A FPU as well.Paul Mundt2009-11-241-4/+12
| * | | sh: Minor optimisations to FPU handlingStuart Menefy2009-11-248-42/+48
| * | | sh: Improve performance of SH4 versions of copy/clear_user_highpageStuart Menefy2009-11-242-14/+60
| * | | Merge branch 'master' into sh/st-integrationPaul Mundt2009-11-24115-2076/+3900
| |\ \ \
| | * | | Merge branch 'sh/stable-updates'Paul Mundt2009-11-182-2/+2
| | |\| |
| | * | | sh: dma: Kill off bogus dma_sysclass symbol export.Paul Mundt2009-11-131-2/+0Star
| | * | | sh64: Fix up reworked cache op build.Paul Mundt2009-11-122-2/+6
| | * | | sh64: Fix up the CONFIG_GENERIC_BUG=n build.Paul Mundt2009-11-122-7/+3Star
| | * | | sh: Use the generic I/O port base for slowdown.Paul Mundt2009-11-123-10/+10
| | * | | sh: Fix up the CONFIG_PERF_EVENTS=n build for SH-4.Paul Mundt2009-11-121-4/+5
| | * | | sh: Enable PMB support for all SH-4A CPUs.Paul Mundt2009-11-111-5/+3Star
| | * | | sh: perf events: Document SH-4A raw event codes.Paul Mundt2009-11-091-0/+38
| | * | | Merge branch 'sh/stable-updates'Paul Mundt2009-11-093-3/+6
| | |\ \ \
| | * | | | sh: oprofile: Fix up count size mismatch for common impl.Paul Mundt2009-11-051-1/+1