summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* sh: use set_current_blocked() and block_sigmask()Matt Fleming2012-03-292-49/+20
* sh: no need to reset handler if SA_ONESHOTMatt Fleming2012-03-292-6/+0
* sh: select ARCH_DISCARD_MEMBLOCK.Paul Mundt2012-03-281-0/+1
* sh: Consolidate duplicate _32/_64 unistd definitions.Paul Mundt2012-03-283-80/+40
* sh: ecovec: switch SDHI controllers to card pollingGuennadi Liakhovetski2012-03-281-41/+63
* sh: Avoid exporting unimplemented syscalls.Paul Mundt2012-03-284-70/+71
* sh: add platform_device for RSPI in setup-sh7757Shimoda, Yoshihiro2012-03-281-0/+20
* SH: pci-sh7780: enable big-endian operation.Thomas Schwinge2012-03-281-3/+12
* sh: dma: Collect up CHCR of SH7763, SH7764, SH7780 and SH7785Nobuhiro Iwamatsu2012-03-281-17/+5
* sh: dma: Collect up CHCR of SH7723 and SH7730Nobuhiro Iwamatsu2012-03-281-7/+3
* Merge branch 'sh/cpufreq' into sh-latestPaul Mundt2012-03-281-39/+82
|\
| * sh: cpufreq: Wire up scaling_available_freqs support.Paul Mundt2012-01-271-0/+6
| * sh: cpufreq: notify about rate rounding fallback.Paul Mundt2012-01-271-3/+9
| * sh: cpufreq: Support CPU clock frequency table.Paul Mundt2012-01-271-28/+46
| * sh: cpufreq: struct device lookup from CPU topology.Paul Mundt2012-01-271-10/+17
| * sh: cpufreq: percpu struct clk accounting.Paul Mundt2012-01-271-9/+15
* | sh/next: Fix build fail by asm/system.h in asm/bitops.hNobuhiro Iwamatsu2012-03-281-1/+0
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2012-03-282011-46837/+47579
|\ \
| * \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2012-03-2710-34/+969
| |\ \
| | * | [S390] register cpu devices for SMP=nMartin Schwidefsky2012-03-231-0/+1
| | * | [S390] perf: add support for s390x CPU countersHendrik Brueckner2012-03-235-5/+912
| | * | [S390] oprofile: Allow multiple users of the measurement alert interruptJan Glauber2012-03-234-30/+59
| | * | [S390] Remove unncessary export of arch_pick_mmap_layoutBen Hutchings2012-03-231-2/+0
| * | | Merge branch 'for-linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-2745-728/+794
| |\ \ \
| | * | | um: Update defconfigRichard Weinberger2012-03-251-184/+471
| | * | | um: Switch to large mcmodel on x86_64Richard Weinberger2012-03-251-0/+1
| | * | | um: Wire CONFIG_GENERIC_IO upRichard Weinberger2012-03-251-0/+1
| | * | | um: Serve io_remap_pfn_range()Richard Weinberger2012-03-251-0/+2
| | * | | um: allow SUBARCH=x86Al Viro2012-03-251-2/+2
| | * | | um: most of the SUBARCH uses can be killedAl Viro2012-03-253-7/+3
| | * | | um: deadlock in line_write_interrupt()Al Viro2012-03-251-0/+1
| | * | | um: don't bother trying to rebuild CHECKFLAGS for USER_OBJSAl Viro2012-03-251-4/+3
| | * | | um: use the right ifdef around exports in user_syms.cAl Viro2012-03-252-3/+1
| | * | | um: a bunch of headers can be killed by using generic-yAl Viro2012-03-257-124/+1
| | * | | um: ptrace-generic.h doesn't need user.hAl Viro2012-03-251-1/+0
| | * | | um: kill HOST_TASK_PIDAl Viro2012-03-254-8/+4
| | * | | um: remove pointless include of asm/fixmap.h from asm/pgtable.hAl Viro2012-03-251-2/+1
| | * | | um: asm-offsets.h might as well come from underlying arch...Al Viro2012-03-251-1/+0
| | * | | um: merge processor_{32,64}.h a bit...Al Viro2012-03-253-20/+10
| | * | | um: switch close_chan() to struct lineAl Viro2012-03-253-9/+11
| | * | | um: race fix: initialize delayed_work *before* registering IRQAl Viro2012-03-253-18/+15
| | * | | um: line->have_irq is never checked...Al Viro2012-03-252-2/+0
| | * | | um: chan_init_pri is dead nowAl Viro2012-03-251-2/+0
| | * | | um: switch users of ->chan_list to ->chan_{in,out} (easy cases)Al Viro2012-03-255-128/+88
| | * | | um: sorting out the chan mess, part 1Al Viro2012-03-252-0/+5
| | * | | um: finally kill ->init_str leaksAl Viro2012-03-251-1/+3
| | * | | um: get rid of lines_init()Al Viro2012-03-254-46/+33
| | * | | um: switch line.c tty drivers to dynamic device creationAl Viro2012-03-254-42/+40
| | * | | um: fix races between line_open() and line_config()Al Viro2012-03-252-28/+29
| | * | | um: convert count_lock to mutex, fix a race in line_open()Al Viro2012-03-254-20/+12