| Commit message (Expand) | Author | Age | Files | Lines |
* | mn10300: convert to use __HEAD and HEAD_TEXT macros. | Tim Abbott | 2009-04-26 | 2 | -5/+3 |
* | MN10300: Update the ASB2303 defconfig | David Howells | 2009-04-24 | 1 | -66/+94 |
* | MN10300: Stop gcc from generating uninitialised variable warnings after BUG() | David Howells | 2009-04-15 | 1 | -4/+6 |
* | MN10300: Wire up missing system calls | David Howells | 2009-04-15 | 2 | -0/+4 |
* | MN10300: Discard duplicate PFN_xxx() macros | David Howells | 2009-04-15 | 1 | -4/+0 |
* | Separate out the proc- and unit-specific header directories from the general | David Howells | 2009-04-10 | 34 | -64/+30 |
* | Move arch headers from include/asm-mn10300/ to arch/mn10300/include/asm/. | David Howells | 2009-04-10 | 121 | -14/+9123 |
* | MN10300: Kill MN10300's own profiling Kconfig | David Howells | 2009-04-09 | 2 | -25/+0 |
* | MN10300: Convert obsolete no_irq_type to no_irq_chip | Thomas Gleixner | 2009-04-09 | 1 | -1/+1 |
* | Simplify copy_thread() | Alexey Dobriyan | 2009-04-03 | 1 | -1/+1 |
* | cpumask: remove references to struct irqaction's mask field. | Rusty Russell | 2009-03-30 | 1 | -1/+0 |
* | Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2 | Ingo Molnar | 2009-03-27 | 1 | -1/+2 |
|\ |
|
| * | Merge branch 'linus' into x86/apic | Ingo Molnar | 2009-02-22 | 2 | -1/+2 |
| |\ |
|
| * \ | Merge branch 'x86/mm' into core/percpu | Ingo Molnar | 2009-01-21 | 1 | -1/+1 |
| |\ \ |
|
| * | | | irq: update all arches for new irq_desc, fix | Mike Travis | 2009-01-15 | 1 | -1/+2 |
* | | | | Merge branches 'irq/genirq' and 'linus' into irq/core | Ingo Molnar | 2009-03-16 | 2 | -1/+2 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | mn10300: fix typo && -> || in arch/mn10300/unit-asb2305/pci.c | Wei Yongjun | 2009-02-21 | 1 | -1/+1 |
| * | | | mn10300: fix oprofile | David Howells | 2009-02-21 | 1 | -0/+1 |
| | |/
| |/| |
|
* | | | Merge branches 'irq/genirq', 'irq/sparseirq' and 'irq/urgent' into irq/core | Ingo Molnar | 2009-02-13 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | sparseirq: use kstat_irqs_cpu instead | Yinghai Lu | 2009-01-11 | 1 | -1/+1 |
| |/ |
|
* / | [CVE-2009-0029] Rename old_readdir to sys_old_readdir | Heiko Carstens | 2009-01-14 | 1 | -1/+1 |
|/ |
|
* | take init_fs to saner place | Al Viro | 2009-01-01 | 1 | -1/+0 |
* | MN10300: Give correct size when reserving interrupt vector table | Akira Takeuchi | 2008-12-10 | 1 | -1/+1 |
* | MN10300: Fix the preemption resume_kernel() routine | Akira Takeuchi | 2008-12-10 | 1 | -1/+2 |
* | MN10300: Discard low-priority Tx interrupts when closing an on-chip serial port | Akira Takeuchi | 2008-12-10 | 1 | -0/+5 |
* | MN10300: vmlinux.lds.S cleanup - use PAGE_SIZE, PERCPU macros | Cyrill Gorcunov | 2008-12-10 | 1 | -12/+10 |
* | MN10300: Introduce barriers to replace removed volatiles in gdbstub 16550 driver | David Howells | 2008-12-04 | 1 | -0/+2 |
* | MN10300: Fix application of kernel module relocations | Mark Salter | 2008-12-03 | 1 | -28/+7 |
* | MN10300: Tighten up the code using case ranges | Robert P. J. Day | 2008-11-30 | 1 | -22/+2 |
* | MN10300: Don't do misalignment handling for userspace | David Howells | 2008-11-12 | 1 | -29/+23 |
* | MN10300: Don't handle misaligned loading and storing of SP | David Howells | 2008-11-12 | 1 | -2/+0 |
* | MN10300: Handle misaligned SP-based operands | David Howells | 2008-11-12 | 1 | -9/+24 |
* | MN10300: Fix misaligned index-register addressing handling | David Howells | 2008-11-12 | 1 | -4/+4 |
* | MN10300: Handle misaligned postinc-with-imm addressing mode correctly | David Howells | 2008-11-12 | 1 | -51/+56 |
* | MN10300: Perform misalignment fixups of MOV_Lcc | David Howells | 2008-11-12 | 1 | -1/+94 |
* | MN10300: Allow misalignment fixup in interrupt handling | David Howells | 2008-11-12 | 1 | -3/+0 |
* | MN10300: Fix register-postinc addressing misalignment handling | David Howells | 2008-11-12 | 1 | -1/+3 |
* | MN10300: Extract the displacement from an insn correctly in misalignment fixup | David Howells | 2008-11-12 | 1 | -13/+13 |
* | MN10300: Add further misalignment fixups | David Howells | 2008-11-12 | 1 | -1/+53 |
* | MN10300: Add built-in testing for misalignment handler | David Howells | 2008-11-12 | 2 | -0/+170 |
* | MN10300: Clean up the misalignment handler a little | David Howells | 2008-11-12 | 1 | -18/+9 |
* | mn10300: use bcd2bin/bin2bcd | Adrian Bunk | 2008-10-20 | 1 | -3/+3 |
* | container freezer: implement freezer cgroup subsystem | Matt Helsley | 2008-10-20 | 1 | -0/+2 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Woodhouse | 2008-10-13 | 5 | -40/+89 |
|\ |
|
| * | MN10300: Fix IRQ handling | David Howells | 2008-10-01 | 3 | -28/+47 |
| * | MN10300: Make sched_clock() report time since boot | David Howells | 2008-09-25 | 1 | -11/+41 |
| * | MN10300: Change the fault handler to check in_atomic() not in_interrupt() | David Howells | 2008-09-11 | 1 | -1/+1 |
* | | Remove redundant CONFIG_ARCH_SUPPORTS_AOUT | David Woodhouse | 2008-09-06 | 1 | -3/+0 |
|/ |
|
* | removed unused #include <linux/version.h>'s | Adrian Bunk | 2008-08-23 | 1 | -1/+0 |
* | mn10300: Fix up __bug_table handling in module loader. | Paul Mundt | 2008-08-05 | 1 | -1/+3 |