summaryrefslogtreecommitdiffstats
path: root/arch/sh
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge branch 'sh-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-04-073-4/+4
|\ \ \
| * | | sh: select ARCH_NO_SYSDEV_OPS.Paul Mundt2011-04-061-0/+1
| * | | sh: fix build error in board-sh7757lcr.cYoshihiro Shimoda2011-03-311-1/+1
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2011-03-3119-71/+69
| |\ \ \
| * | | | sh: landisk: Remove whitespaceNobuhiro Iwamatsu2011-03-311-2/+2
| * | | | sh: landisk: Remove mv_nr_irqsNobuhiro Iwamatsu2011-03-311-1/+0
| | |/ / | |/| |
* | | | Fix common misspellingsLucas De Marchi2011-03-3116-19/+19
| |/ / |/| |
* | | genirq: Remove the now obsolete config options and select statementsThomas Gleixner2011-03-301-1/+0
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds2011-03-295-16/+16
|\ \ \
| * | | sh: fix SDHI IO address-rangeGuennadi Liakhovetski2011-03-255-8/+8
| * | | sh: convert boards to use linux/mmc/sh_mobile_sdhi.hGuennadi Liakhovetski2011-03-255-5/+5
| * | | sh: ecovec: use the CONFIG_MMC_TMIO symbols instead of MFDGuennadi Liakhovetski2011-03-251-3/+3
| |/ /
* | | sh: Convert to new function namesThomas Gleixner2011-03-2914-52/+52
* | | sh: Use the proper accessor functionsThomas Gleixner2011-03-291-2/+1
|/ /
* | Merge branch 'rmobile-latest' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2011-03-241-4/+5
|\ \
| * | mmc: Add MMC_PROGRESS_*Simon Horman2011-03-251-4/+5
* | | Merge branch 'sh-latest' of git://git.kernel.org/pub/scm/linux/kernel/git/let...Linus Torvalds2011-03-2411-98/+39
|\ \ \
| * | | sh: Fix build alloc_thread_info_node functionNobuhiro Iwamatsu2011-03-241-2/+2
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2011-03-242-8/+10
| |\ \ \ | | |/ /
| * | | sh: Fix ptrace hw_breakpoint handlingDavid Engraf2011-03-231-0/+2
| * | | sh: Fix ptrace fpu state initialisationPhil Edworthy2011-03-232-0/+12
| * | | sh: Re-enable GENERIC_HARDIRQS_NO_DEPRECATED.Paul Mundt2011-03-231-2/+1
| * | | sh: pmb: Use struct syscore_ops instead of sysdevsPaul Mundt2011-03-231-29/+14
| * | | sh: Conver to asm-generic/sizes.h.Paul Mundt2011-03-222-63/+2
| * | | sh: wire up sys_syncfs.Paul Mundt2011-03-224-2/+6
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-03-231-3/+3
|\ \ \ \
| * | | | mm: arch: rename in_gate_area_no_task to in_gate_area_no_mmStephen Wilson2011-03-231-1/+1
| * | | | mm: arch: make in_gate_area take an mm_struct instead of a task_structStephen Wilson2011-03-231-1/+1
| * | | | mm: arch: make get_gate_vma take an mm_struct instead of a task_structStephen Wilson2011-03-231-1/+1
| |/ / /
* | | | crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, s...Olaf Hering2011-03-231-22/+0
* | | | bitops: remove minix bitops from asm/bitops.hAkinobu Mita2011-03-231-1/+0
* | | | bitops: remove ext2 non-atomic bitops from asm/bitops.hAkinobu Mita2011-03-231-1/+0
* | | | bitops: introduce little-endian bitops for most architecturesAkinobu Mita2011-03-231-0/+1
* | | | bitops: introduce CONFIG_GENERIC_FIND_BIT_LEAkinobu Mita2011-03-231-0/+3
| |/ / |/| |
* | | mm: NUMA aware alloc_thread_info_node()Eric Dumazet2011-03-222-8/+10
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2011-03-182-10/+2
|\ \
| * \ Merge branch 'topic/asoc' into for-linusTakashi Iwai2011-03-162-10/+2
| |\ \ | | |/ | |/|
| | * ASoC: sh: fsi: modify selection method of I2S/PCM/SPDIF formatKuninori Morimoto2011-01-262-6/+2
| | * ASoC: sh: fsi: Add snd_soc_dai_set_fmt supportKuninori Morimoto2011-01-212-4/+0
* | | sh: Convert to generic show_interrupts.Paul Mundt2011-03-172-59/+3
* | | sh: Wire up new fhandle and clock_adjtime syscalls.Paul Mundt2011-03-174-2/+14
* | | sh: modify platform_device for sh_eth driverYoshihiro Shimoda2011-03-173-0/+15
* | | sh: add GETHER's platform_device in board-sh7757lcrYoshihiro Shimoda2011-03-171-0/+93
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2011-03-176-74/+30
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-03-161-0/+10
| |\ \ \
| | * | | net: sh_eth: add set_mdio_gate in bb_infoYoshihiro Shimoda2011-03-141-0/+1
| | * | | net: sh_eth: modify the PHY_INTERFACE_MODEYoshihiro Shimoda2011-03-141-0/+3
| | * | | net: sh_eth: modify the definitions of registerYoshihiro Shimoda2011-03-141-0/+6
| | |/ /
| * | | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-03-161-0/+1
| |\ \ \
| | * | | tty: add TIOCVHANGUP to allow clean tty shutdown of all ttysKay Sievers2011-02-171-0/+1
OpenPOWER on IntegriCloud