Age | Commit message (Expand) | Author | Files | Lines |
2010-05-25 | xtensa: includecheck fix: vectors.S | Jaswinder Singh Rajput | 1 | -2/+0 |
2010-05-25 | xtensa: convert to asm-generic/hardirq.h | Christoph Hellwig | 1 | -9/+0 |
2010-05-20 | Merge branch 'timers-for-linus-cleanups' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 1 | -5/+0 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2 | -1/+2 |
2010-03-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -2/+2 |
2010-03-13 | xtensa: use generic ptrace_resume code | Christoph Hellwig | 1 | -45/+11 |
2010-03-13 | xtensa: Fix unnecessary setting of xtime | John Stultz | 1 | -5/+0 |
2010-03-08 | Merge branch 'for-next' into for-linus | Jiri Kosina | 1 | -2/+2 |
2010-02-23 | resource/PCI: mark struct resource as const | Dominik Brodowski | 1 | -2/+2 |
2010-02-23 | resource/PCI: align functions now return start of resource | Dominik Brodowski | 1 | -6/+5 |
2010-02-09 | tree-wide: Assorted spelling fixes | Daniel Mack | 1 | -2/+2 |
2009-12-16 | sanitize do_pipe_flags() callers in arch | Al Viro | 1 | -18/+0 |
2009-12-15 | genirq: Convert irq_desc.lock to raw_spinlock | Thomas Gleixner | 1 | -2/+2 |
2009-12-11 | Unify sys_mmap* | Al Viro | 1 | -25/+0 |
2009-10-11 | headers: remove sched.h from interrupt.h | Alexey Dobriyan | 1 | -0/+1 |
2009-09-25 | xtensa: Cleanup linker script using new linker script macros. | Tim Abbott | 1 | -61/+14 |
2009-09-21 | Use macros for .bss.page_aligned section. | Tim Abbott | 1 | -1/+1 |
2009-09-21 | Use new __init_task_data macro in arch init_task.c files. | Joe Perches | 1 | -3/+2 |
2009-09-20 | arm, cris, mips, sparc, powerpc, um, xtensa: fix build with bash 4.0 | Sam Ravnborg | 1 | -1/+2 |
2009-09-18 | Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -3/+2 |
2009-08-15 | timekeeping: Increase granularity of read_persistent_clock() | Martin Schwidefsky | 1 | -3/+2 |
2009-08-14 | Merge branch 'percpu-for-linus' into percpu-for-next | Tejun Heo | 1 | -3/+3 |
2009-07-09 | linker script: unify usage of discard definition | Tejun Heo | 1 | -10/+4 |
2009-07-08 | Remove multiple KERN_ prefixes from printk formats | Joe Perches | 1 | -3/+3 |
2009-07-04 | Merge branch 'master' into for-next | Tejun Heo | 1 | -0/+2 |
2009-06-24 | linker script: throw away .discard section | Tejun Heo | 1 | -0/+1 |
2009-06-22 | xtensa: allow variant to initialize own irq chips | Daniel Glöckner | 1 | -0/+2 |
2009-06-19 | ptrace: remove PT_DTRACE from avr32, mn10300, parisc, s390, sh, xtensa | Oleg Nesterov | 1 | -5/+0 |
2009-06-17 | mm: consolidate init_mm definition | Alexey Dobriyan | 1 | -4/+0 |
2009-06-12 | module: cleanup FIXME comments about trimming exception table entries. | Rusty Russell | 1 | -2/+0 |
2009-05-12 | xtensa: Fix linker script to include .literal sections | Chris Zankel | 2 | -6/+19 |
2009-05-12 | xtensa: always use correct stack pointer for stack traces | Johannes Weiner | 1 | -2/+14 |
2009-04-26 | xtensa: convert to use __HEAD and HEAD_TEXT macros. | Tim Abbott | 2 | -3/+4 |
2009-04-03 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Chris Zankel | 1 | -1/+1 |
2009-04-03 | xtensa: make startup code discardable | Daniel Glöckner | 1 | -1/+1 |
2009-04-03 | xtensa: ccount clocksource | Johannes Weiner | 1 | -73/+30 |
2009-04-03 | xtensa: remove platform rtc hooks | Johannes Weiner | 2 | -30/+1 |
2009-04-03 | xtensa: use generic sched_clock() | Johannes Weiner | 1 | -9/+0 |
2009-04-03 | xtensa: let platform override KERNELOFFSET | Johannes Weiner | 1 | -0/+3 |
2009-04-03 | xtensa: variant irq set callbacks | Johannes Weiner | 1 | -0/+14 |
2009-04-03 | xtensa: nommu support | Johannes Weiner | 5 | -2/+17 |
2009-04-03 | xtensa: use correct stack pointer for stack traces | Johannes Weiner | 1 | -8/+6 |
2009-04-03 | Simplify copy_thread() | Alexey Dobriyan | 1 | -1/+1 |
2009-03-16 | Merge branches 'irq/genirq' and 'linus' into irq/core | Ingo Molnar | 2 | -0/+3 |
2009-03-11 | xtensa: fix compilation somewhat | Alexey Dobriyan | 2 | -0/+3 |
2009-01-11 | sparseirq: use kstat_irqs_cpu instead | Yinghai Lu | 1 | -1/+1 |
2009-01-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/czankel/xtensa-2.6 | Linus Torvalds | 2 | -2/+2 |
2009-01-01 | take init_fs to saner place | Al Viro | 1 | -1/+0 |
2008-11-06 | xtensa: move headers files to arch/xtensa/include | Chris Zankel | 2 | -2/+2 |
2008-10-15 | xtensa: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 1 | -1/+1 |