Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | sh: Keep track of allowed sleep modes | Magnus Damm | 2009-10-30 | 2 | -18/+31 | |
| | * | | | sh: Rework SuperH Mobile sleep mode code | Magnus Damm | 2009-10-30 | 3 | -164/+144 | |
| | * | | | sh: Allow boards to register memory pre/post sleep code | Magnus Damm | 2009-10-30 | 1 | -0/+6 | |
| | * | | | sh: Add sh7724 notifier for R-standby save/restore | Magnus Damm | 2009-10-30 | 1 | -0/+167 | |
| | * | | | sh: Add notifiers chains for cpu/board code | Magnus Damm | 2009-10-30 | 1 | -0/+12 | |
| | * | | | sh: perf events: Kill off left over debugging cruft. | Paul Mundt | 2009-10-28 | 1 | -1/+1 | |
| | * | | | sh: perf events: Add preliminary support for SH-4A counters. | Paul Mundt | 2009-10-28 | 4 | -0/+547 | |
| | * | | | sh: Clean up more superfluous symbol exports. | Paul Mundt | 2009-10-27 | 4 | -51/+16 | |
| | * | | | sh64: cache flush symbol exports. | Paul Mundt | 2009-10-27 | 1 | -11/+0 | |
| | * | | | sh: Revamp PCI DMA coherence Kconfig bits. | Paul Mundt | 2009-10-27 | 1 | -0/+4 | |
| | * | | | sh: Annotate irq functions with "notrace" | Matt Fleming | 2009-10-27 | 2 | -4/+4 | |
| | * | | | sh: fix kexec by removing check for old kexec-tools | Magnus Damm | 2009-10-26 | 1 | -6/+0 | |
| | * | | | Merge branch 'sh/stable-updates' | Paul Mundt | 2009-10-26 | 3 | -1/+38 | |
| | |\ \ \ | ||||||
| | * | | | | sh: Add dma-mapping support for dma_alloc/free_coherent() overrides. | Paul Mundt | 2009-10-26 | 1 | -0/+2 | |
| | * | | | | sh: Convert to asm-generic/dma-mapping-common.h | Paul Mundt | 2009-10-20 | 2 | -1/+78 | |
| | * | | | | sh: Fix up cacheflush routine symbol exports. | Paul Mundt | 2009-10-19 | 1 | -3/+0 | |
| | * | | | | sh: Fix up uninitialized variable warning in dwarf unwinder. | Paul Mundt | 2009-10-19 | 1 | -1/+1 | |
| | * | | | | sh: Disable SCIF2 on the SH-X3 proto CPU. | Paul Mundt | 2009-10-18 | 3 | -46/+9 | |
| | * | | | | sh: Convert to asm-generic/irqflags.h. | Paul Mundt | 2009-10-17 | 3 | -2/+110 | |
| | * | | | | sh: Kill off legacy UBC wakeup cruft. | Paul Mundt | 2009-10-16 | 3 | -71/+0 | |
| | * | | | | sh: Support SCHED_MC for SH-X3 multi-cores. | Paul Mundt | 2009-10-16 | 1 | -0/+26 | |
| | * | | | | sh: Fix up IRQ re-enabling for the need_resched() case. | Paul Mundt | 2009-10-16 | 1 | -1/+2 | |
| | * | | | | sh: Make check_pgt_cache() more aggressive while idling. | Paul Mundt | 2009-10-16 | 1 | -1/+3 | |
| | * | | | | sh: Idle loop chainsawing for SMP-based light sleep. | Paul Mundt | 2009-10-16 | 1 | -16/+57 | |
| | * | | | | sh: Force boot CPU in to light sleep mode for SH-X3 SMP. | Paul Mundt | 2009-10-16 | 1 | -18/+19 | |
| | * | | | | sh: Count NMIs in irq_cpustat_t. | Paul Mundt | 2009-10-14 | 2 | -0/+10 | |
| | * | | | | sh: TS_RESTORE_SIGMASK conversion. | Paul Mundt | 2009-10-14 | 4 | -19/+22 | |
| | * | | | | Merge branch 'sh/stable-updates' | Paul Mundt | 2009-10-14 | 4 | -6/+9 | |
| | |\ \ \ \ | ||||||
| | * | | | | | sh: Only invalidate the I-cache range for secondary CPUs stack_start. | Paul Mundt | 2009-10-14 | 1 | -1/+3 | |
| | * | | | | | sh: ftrace: Make code modification NMI safe. | Paul Mundt | 2009-10-13 | 1 | -1/+145 | |
| | * | | | | | sh: Don't profile return_address(). | Paul Mundt | 2009-10-13 | 1 | -0/+2 | |
| | * | | | | | sh: Tidy up the dwarf module helpers. | Paul Mundt | 2009-10-13 | 2 | -34/+44 | |
| | * | | | | | sh: Generalize CALLER_ADDRx support. | Paul Mundt | 2009-10-13 | 2 | -0/+55 | |
| | * | | | | | Merge branch 'sh/stable-updates' | Paul Mundt | 2009-10-13 | 1 | -10/+27 | |
| | |\ \ \ \ \ | ||||||
| | * \ \ \ \ \ | Merge branch 'sh/stable-updates' | Paul Mundt | 2009-10-13 | 1 | -3/+4 | |
| | |\ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ | Merge branch 'sh/dwarf-unwinder' | Paul Mundt | 2009-10-12 | 2 | -50/+167 | |
| | |\ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ | Merge branch 'sh/dwarf-unwinder' of git://github.com/mfleming/linux-2.6 into ... | Paul Mundt | 2009-10-12 | 2 | -47/+164 | |
| | | |\ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | sh: Remove any reference to recursive functions from comments | Matt Fleming | 2009-10-11 | 1 | -11/+11 | |
| | | | * | | | | | | | sh: Fix memory leak in dwarf_unwind_stack() | Matt Fleming | 2009-10-11 | 1 | -6/+16 | |
| | | | * | | | | | | | sh: Teach the DWARF unwinder about modules | Matt Fleming | 2009-10-11 | 2 | -30/+137 | |
| | * | | | | | | | | | sh: Reinstate ILSEL -> IRL intc mappings for SH-X3 proto CPU. | Paul Mundt | 2009-10-10 | 1 | -10/+18 | |
| | * | | | | | | | | | sh: Fold fixed-PMB support into dynamic PMB support | Matt Fleming | 2009-10-10 | 1 | -1/+1 | |
| | * | | | | | | | | | sh: Make most PMB functions static | Matt Fleming | 2009-10-10 | 1 | -0/+4 | |
| | * | | | | | | | | | sh: CONFIG_PMB doesn't mean the MMU is in 32bit mode | Matt Fleming | 2009-10-10 | 1 | -1/+1 | |
| | * | | | | | | | | | sh: Obliterate the P1 area macros | Matt Fleming | 2009-10-10 | 1 | -1/+1 | |
| * | | | | | | | | | | sh: add sleazy FPU optimization | Giuseppe CAVALLARO | 2009-11-24 | 2 | -4/+28 | |
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 2009-12-08 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-11-18 | 14 | -27/+90 | |
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | ||||||
| * | | | | | | | | | | net: Introduce recvmmsg socket syscall | Arnaldo Carvalho de Melo | 2009-10-12 | 1 | -0/+1 | |
* | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6 | Linus Torvalds | 2009-12-08 | 1 | -9/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | |