| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-mn10300 | Linus Torvalds | 2010-10-27 | 31 | -532/+2809 |
|\ |
|
| * | MN10300: Save frame pointer in thread_info struct rather than global var | David Howells | 2010-10-27 | 6 | -46/+24 |
| * | MN10300: Change "Matsushita" to "Panasonic". | Akira Takeuchi | 2010-10-27 | 1 | -2/+2 |
| * | MN10300: ASB2364: Handle the IRQ multiplexer in the FPGA | David Howells | 2010-10-27 | 1 | -3/+10 |
| * | MN10300: Generic time support | Mark Salter | 2010-10-27 | 7 | -39/+268 |
| * | MN10300: And Panasonic AM34 subarch and implement SMP | Akira Takeuchi | 2010-10-27 | 23 | -240/+2224 |
| * | MN10300: Delete idle_timestamp from irq_cpustat_t | Akira Takeuchi | 2010-10-27 | 1 | -2/+0 |
| * | MN10300: Make the FPU operate in non-lazy mode under SMP | Akira Takeuchi | 2010-10-27 | 7 | -192/+302 |
| * | MN10300: AM34 erratum requires MMUCTR read and write on exception entry | Akira Takeuchi | 2010-10-27 | 1 | -0/+8 |
| * | MN10300: Allow some cacheflushes to be avoided if cache snooping is available | David Howells | 2010-10-27 | 2 | -0/+6 |
| * | MN10300: Provide a MN10300_CACHE_ENABLED config option | David Howells | 2010-10-27 | 2 | -4/+4 |
| * | MN10300: Remove monitor/JTAG functions | Akira Takeuchi | 2010-10-27 | 2 | -47/+0 |
| * | MN10300: Prevent cnt32_to_63() from being preempted in sched_clock() | David Howells | 2010-10-27 | 1 | -0/+5 |
| * | MN10300: BUG to BUG_ON changes | Stoyan Gaydarov | 2010-10-27 | 1 | -2/+1 |
* | | ptrace: cleanup arch_ptrace() on mn10300 | Namhyung Kim | 2010-10-27 | 1 | -9/+8 |
* | | ptrace: change signature of arch_ptrace() | Namhyung Kim | 2010-10-27 | 1 | -1/+2 |
|/ |
|
* | MN10300: Fix the PERCPU() alignment to allow for workqueues | David Howells | 2010-10-25 | 1 | -1/+1 |
* | Fix IRQ flag handling naming | David Howells | 2010-10-07 | 1 | -0/+1 |
* | modules: Fix module_bug_list list corruption race | Linus Torvalds | 2010-10-05 | 1 | -2/+1 |
* | mn10300: check __get_user/__put_user results... | Al Viro | 2010-09-27 | 1 | -6/+6 |
* | mn10300: get rid of set_fs(USER_DS) in sigframe setup | Al Viro | 2010-09-27 | 1 | -4/+0 |
* | mn10300: ->restart_block.fn needs to be reset on sigreturn | Al Viro | 2010-09-27 | 1 | -0/+3 |
* | mn10300: prevent double syscall restarts | Al Viro | 2010-09-27 | 1 | -3/+9 |
* | mn10300: avoid SIGSEGV delivery loop | Al Viro | 2010-09-27 | 1 | -2/+2 |
* | MN10300: Fix up the IRQ names for the on-chip serial ports | David Howells | 2010-09-14 | 1 | -11/+11 |
* | Make do_execve() take a const filename pointer | David Howells | 2010-08-17 | 1 | -2/+2 |
* | Mark arguments to certain syscalls as being const | David Howells | 2010-08-13 | 1 | -1/+1 |
* | Add a dummy printk function for the maintenance of unused printks | David Howells | 2010-08-12 | 1 | -5/+0 |
* | MN10300: Fix RTC routines | David Howells | 2010-08-12 | 1 | -4/+1 |
* | Merge branch 'timers-for-linus-cleanups' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 2010-05-19 | 2 | -26/+5 |
|\ |
|
| * | mn10300: Convert mn10300 to use read/update_persistent_clock | John Stultz | 2010-03-13 | 2 | -26/+5 |
* | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 2 | -2/+1 |
* | | Add generic sys_ipc wrapper | Christoph Hellwig | 2010-03-12 | 1 | -88/+0 |
* | | Add generic sys_old_select() | Christoph Hellwig | 2010-03-12 | 2 | -19/+1 |
|/ |
|
* | mn10300: wire up missing new syscalls | David Howells | 2010-01-11 | 1 | -0/+1 |
* | mn10300: add cc clobbers to asm statements | Mark Salter | 2010-01-11 | 1 | -1/+2 |
* | mn10300: signal stack fix | Mark Salter | 2010-01-11 | 1 | -1/+1 |
* | genirq: Convert irq_desc.lock to raw_spinlock | Thomas Gleixner | 2009-12-14 | 1 | -2/+2 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Linus Torvalds | 2009-12-14 | 1 | -31/+30 |
|\ |
|
| * | percpu: make misc percpu symbols unique | Tejun Heo | 2009-10-29 | 1 | -31/+30 |
* | | Unify sys_mmap* | Al Viro | 2009-12-11 | 2 | -31/+2 |
* | | arch_mmap_check() on mn10300 | Al Viro | 2009-12-11 | 1 | -5/+0 |
* | | mn10300: Remove the BKL from sys_execve | John Kacur | 2009-10-14 | 1 | -8/+4 |
|/ |
|
* | mn10300: Clean up linker script using higher-level macros. | Tim Abbott | 2009-09-24 | 1 | -36/+4 |
* | headers: utsname.h redux | Alexey Dobriyan | 2009-09-23 | 1 | -1/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next | Linus Torvalds | 2009-09-23 | 1 | -3/+2 |
|\ |
|
| * | Use new __init_task_data macro in arch init_task.c files. | Joe Perches | 2009-09-21 | 1 | -3/+2 |
* | | MN10300: Handle removal of struct uart_info | David Howells | 2009-09-23 | 3 | -9/+9 |
* | | seq_file: constify seq_operations | James Morris | 2009-09-23 | 1 | -1/+1 |
* | | perf: Do the big rename: Performance Counters -> Performance Events | Ingo Molnar | 2009-09-21 | 1 | -1/+1 |