summaryrefslogtreecommitdiffstats
path: root/arch/sh/include
Commit message (Expand)AuthorAgeFilesLines
* sh: define DMA slaves per CPU type, remove now redundant headerGuennadi Liakhovetski2010-05-224-36/+34
* Merge git://git.infradead.org/iommu-2.6Linus Torvalds2010-05-211-2/+2
|\
| * panic: Allow warnings to set different taint flagsBen Hutchings2010-05-191-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-05-201-1/+1
|\ \
| * | add descriptive comment for TIF_MEMDIE task flag declaration.Andreas Dilger2010-05-141-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2010-05-1921-254/+209
|\ \ \
| * \ \ Merge branch 'sh/lmb'Paul Mundt2010-05-136-2/+15
| |\ \ \
| | * | | sh: bootmem refactoring.Paul Mundt2010-05-112-0/+3
| | * | | sh: rework memory limits to work with LMB.Paul Mundt2010-05-101-1/+1
| | * | | sh: enable LMB region setup via machvec.Paul Mundt2010-05-103-1/+3
| | * | | sh: convert kexec crash kernel management to LMB.Paul Mundt2010-05-071-0/+8
| * | | | sh: move sh clock.c contents to drivers/sh/clk.Magnus Damm2010-05-131-0/+3
| * | | | sh: move sh asm/clock.h contents to linux/sh_clk.h V2Magnus Damm2010-05-131-146/+1
| * | | | sh: remove unused clock lookupMagnus Damm2010-05-131-1/+0
| * | | | sh: get rid of div4 clock nameMagnus Damm2010-05-131-8/+7
| * | | | sh: get rid of mstp32 clock name and idMagnus Damm2010-05-131-9/+6
| * | | | sh: get rid of div6 clock namesMagnus Damm2010-05-111-6/+5
| * | | | sh: get rid of hwblk clock namesMagnus Damm2010-05-111-7/+5
| * | | | sh: hwblk index reworkMagnus Damm2010-05-111-1/+1
| |/ / /
| * | | Merge branch 'sh/smp'Paul Mundt2010-04-264-8/+90
| |\ \ \
| | * | | sh: CPU hotplug support.Paul Mundt2010-04-263-3/+35
| | * | | sh: cache secondary CPUs idle loop.Paul Mundt2010-04-261-0/+4
| | * | | sh: provide percpu CPU states for hotplug notifiers.Paul Mundt2010-04-261-0/+3
| | * | | sh: Move platform smp ops in to their own structure.Paul Mundt2010-04-212-7/+50
| * | | | Merge branch 'sh/stable-updates'Paul Mundt2010-04-261-1/+1
| |\ \ \ \
| * | | | | sh: Assembly friendly __pa and __va definitionsMatt Fleming2010-04-251-4/+9
| | |/ / / | |/| | |
| * | | | sh: __cpuinit annotate the CPU init path.Paul Mundt2010-04-212-2/+1
| * | | | sh: Tidy CPU probing and fixup section annotations.Paul Mundt2010-04-212-4/+2
| * | | | sh: hw-breakpoints: Kill off stub unthrottle callback.Paul Mundt2010-04-211-1/+0
| * | | | sh: mach-sdk7786: pm_power_off support.Paul Mundt2010-04-191-0/+9
| * | | | sh: intc: IRQ auto-distribution support.Paul Mundt2010-04-151-0/+16
| * | | | sh: dmaengine support for SH7786 DMAC0.Paul Mundt2010-04-131-1/+2
| * | | | sh: Disable MMUCR_AT for SH-4 nommu.Paul Mundt2010-04-071-2/+9
| | | | |
| | \ \ \
| | \ \ \
| | \ \ \
| *---. \ \ \ Merge branches 'sh/intc-extension', 'sh/dmaengine', 'sh/serial-dma' and 'sh/c...Paul Mundt2010-03-304-72/+41
| |\ \ \ \ \ \
| | | | * | | | sh: Merge clkdev API updates.Paul Mundt2010-03-092-7/+35
| | | * | | | | dmaengine: shdma: Introduce include/linux/sh_dma.hMagnus Damm2010-03-231-59/+1
| | | * | | | | dmaengine: shdma: Common SH_DMA_SLAVE_NUMBERMagnus Damm2010-03-231-1/+0
| | | * | | | | dmaengine: shdma: Remove sh_dmae_slave_chan_id enumMagnus Damm2010-03-232-7/+7
| * | | | | | | sh: tlb debugfs support.Matt Fleming2010-03-291-0/+7
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-05-181-3/+7
|\ \ \ \ \ \ \
| * | | | | | | hw-breakpoints: Get the number of available registers on boot dynamicallyFrederic Weisbecker2010-05-011-0/+5
| * | | | | | | hw-breakpoints: Change/Enforce some breakpoints policiesFrederic Weisbecker2010-05-011-3/+2
| |/ / / / / /
* | | | | | | atomic_t: Cast to volatile when accessing atomic variablesAnton Blanchard2010-05-171-1/+1
| |_|_|_|/ / |/| | | | |
* | | | | | SH: fix TS field shift calculation for DMA driversGuennadi Liakhovetski2010-04-261-1/+1
|/ / / / /
* | | | | sh: Fix FDPIC binary loaderAndrew Stubbs2010-03-291-2/+4
* | | | | sh: update the TLB replacement counter for entry wiring.Matt Fleming2010-03-261-0/+2
| |_|_|/ |/| | |
* | | | sh: Flush ITLB too in PTEAEX's flush_tlb_page()Matt Fleming2010-03-231-0/+2
* | | | sh: Add watch-dog register address for SH7722/SH7723/SH7724Kuninori Morimoto2010-03-231-0/+6
| |/ / |/| |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2010-03-191-0/+7
|\ \ \ | |/ / |/| |
| * | sh: Fix up NUMA build for 29-bit.Paul Mundt2010-03-101-0/+7
| |/
OpenPOWER on IntegriCloud