summaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2010-08-163-5/+5
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | sh: Add sh7724 BEU resourcesPhil Edworthy2010-08-041-0/+66
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2010-08-042-13/+13
| |\ \ \ \
| * | | | | sh: modify clock framework of SH7757Yoshihiro Shimoda2010-07-061-88/+111
| * | | | | sh: modify pinmux for SH7757 2nd cutYoshihiro Shimoda2010-07-061-657/+925
| * | | | | sh: add some INTC_VECT for setup-sh7757Yoshihiro Shimoda2010-07-061-69/+147
| * | | | | sh: fix the id of scif in setup-sh7757Yoshihiro Shimoda2010-07-061-3/+3
| * | | | | sh: change PVR of SH7757 for 2nd cutYoshihiro Shimoda2010-07-061-1/+1
| * | | | | sh: Provide a global TLB flush for U/I-TLB clear.Paul Mundt2010-07-021-0/+4
| * | | | | sh: kprobes SMP support.Paul Mundt2010-06-141-50/+50
| * | | | | sh: Add kprobe-based event tracer.Paul Mundt2010-06-144-1/+140
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-irqflagsLinus Torvalds2010-10-211-6/+6
|\ \ \ \ \ \
| * | | | | | Fix IRQ flag handling namingDavid Howells2010-10-071-6/+6
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-10-211-1/+1
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'linus' into irq/coreIngo Molnar2010-10-201-2/+0
| |\ \ \ \ \ \ | | |/ / / / /
| * | | | | | genirq: Query arch for number of early descriptorsThomas Gleixner2010-10-121-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge remote branch 'tip/perf/core' into oprofile/coreRobert Richter2010-10-153-95/+98
|\ \ \ \ \ \
| * \ \ \ \ \ Merge commit 'v2.6.36-rc7' into perf/coreIngo Molnar2010-10-081-2/+0
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | modules: Fix module_bug_list list corruption raceLinus Torvalds2010-10-051-2/+0
| | |/ / / /
| * | | | | perf, sh: Fix patch merge foul-upMatt Fleming2010-09-151-1/+1
| * | | | | perf: Rework the PMU methodsPeter Zijlstra2010-09-091-24/+51
| * | | | | perf: Per PMU disablePeter Zijlstra2010-09-091-18/+20
| * | | | | perf: Reduce perf_disable() usagePeter Zijlstra2010-09-091-3/+8
| * | | | | perf: Register PMU implementationsPeter Zijlstra2010-09-091-11/+24
| * | | | | perf: Deconstify struct pmuPeter Zijlstra2010-09-091-2/+2
| * | | | | Merge branch 'linus' into perf/coreIngo Molnar2010-08-254-7/+12
| |\ \ \ \ \ | | |/ / / /
| * | | | | Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2010-08-192-2/+2
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | perf: Factorize callchain context handlingFrederic Weisbecker2010-08-191-1/+0
| * | | | | perf: Generalize some arch callchain codeFrederic Weisbecker2010-08-191-35/+2
| * | | | | perf: Generalize callchain_store()Frederic Weisbecker2010-08-191-8/+3
| * | | | | perf: Drop unappropriate tests on arch callchainsFrederic Weisbecker2010-08-191-3/+0
* | | | | | perf: New helper function for pmu nameMatt Fleming2010-10-111-0/+9
* | | | | | perf: Add helper function to return number of countersMatt Fleming2010-10-111-0/+9
| |_|/ / / |/| | | |
* | | | | Make do_execve() take a const filename pointerDavid Howells2010-08-174-7/+12
| |/ / / |/| | |
* | | | Mark arguments to certain syscalls as being constDavid Howells2010-08-131-1/+1
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-08-061-3/+3
|\ \ \ \ | |/ / /
| * | | Merge branch 'linus' into perf/coreIngo Molnar2010-07-212-13/+13
| |\ \ \ | | | |/ | | |/|
| * | | Merge commit 'v2.6.35-rc3' into perf/coreIngo Molnar2010-06-187-31/+56
| |\ \ \ | | | |/ | | |/|
| * | | perf: Convert perf_event to local_tPeter Zijlstra2010-06-091-3/+3
* | | | Merge branch 'master' into for-nextJiri Kosina2010-08-042-13/+13
|\ \ \ \ | | |_|/ | |/| |
| * | | lmb: rename to memblockYinghai Lu2010-07-142-13/+13
| | |/ | |/|
* | | fix typos concerning "precedence"Uwe Kleine-König2010-06-171-1/+1
|/ /
* | Merge branch 'sh/iomap'Paul Mundt2010-06-025-29/+37
|\ \
| * | sh: support for platforms without PIO.Paul Mundt2010-06-025-29/+37
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2010-05-311-23/+0
|\ \ \ | |/ / |/| / | |/
| * ptrace: unify FDPIC implementationsMike Frysinger2010-05-271-23/+0
* | sh: handle early calls to return_address() when using dwarf unwinder.Paul Mundt2010-05-252-2/+19
|/
* sh: fix up sh7786 dmaengine build.Paul Mundt2010-05-221-1/+1
* sh: add DMA slave definitions to sh7724Guennadi Liakhovetski2010-05-221-0/+86
* sh: add DMA slaves for two SDHI controllers to sh7722Guennadi Liakhovetski2010-05-221-0/+10
OpenPOWER on IntegriCloud