Age | Commit message (Expand) | Author |
2011-12-03 | arch/tile: use new generic {enable,disable}_percpu_irq() routines | Chris Metcalf |
2011-12-03 | arch/tile: add a few #includes and an EXPORT to catch up with kernel changes. | Chris Metcalf |
2011-11-03 | arch/tile: factor out <arch/opcode.h> header | Chris Metcalf |
2011-10-13 | tile: revert change from <asm/atomic.h> to <linux/atomic.h> in asm files | Chris Metcalf |
2011-08-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile | Linus Torvalds |
2011-07-29 | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds |
2011-07-26 | atomic: use <linux/atomic.h> | Arun Sharma |
2011-07-25 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds |
2011-07-24 | modules: make arch's use default loader hooks | Jonas Bonn |
2011-07-22 | PCI: Make the struct pci_dev * argument of pci_fixup_irqs const. | Ralf Baechle |
2011-06-10 | treewide: Convert uses of struct resource to resource_size(ptr) | Joe Perches |
2011-06-03 | clocksource: tile: convert to use clocksource_register_hz | John Stultz |
2011-05-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile | Linus Torvalds |
2011-05-27 | arch/tile: more /proc and /sys file support | Chris Metcalf |
2011-05-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile | Linus Torvalds |
2011-05-24 | Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj... | Linus Torvalds |
2011-05-19 | arch/tile: cleanups for tilegx compat mode | Chris Metcalf |
2011-05-19 | arch/tile: allocate PCI IRQs later in boot | Chris Metcalf |
2011-05-19 | arch/tile: support signal "exception-trace" hook | Chris Metcalf |
2011-05-12 | arch/tile: finish enabling support for TILE-Gx 64-bit chip | Chris Metcalf |
2011-05-12 | compat: fixes to allow working with tile arch | Chris Metcalf |
2011-05-04 | tile: do_hardwall_trap: do not play with task->sighand | Oleg Nesterov |
2011-05-04 | tile: replace mm->cpu_vm_mask with mm_cpumask() | KOSAKI Motohiro |
2011-05-04 | tile,mn10300: add device parameter to dma_cache_sync() | James Hogan |
2011-05-04 | arch/tile: various header improvements for building drivers | Chris Metcalf |
2011-05-04 | arch/tile: tolerate disabling CONFIG_BLK_DEV_INITRD | Chris Metcalf |
2011-05-04 | arch/tile: properly flush the I$ when unloading kernel modules | Chris Metcalf |
2011-05-04 | arch/tile: allow nonatomic stores to interoperate with fast atomic syscalls | Chris Metcalf |
2011-05-04 | arch/tile: improve support for PCI hotplug | Chris Metcalf |
2011-05-02 | arch/tile: support TIF_NOTIFY_RESUME | Chris Metcalf |
2011-05-02 | arch/tile: refactor backtracing code | Chris Metcalf |
2011-04-14 | sched: Provide scheduler_ipi() callback in response to smp_send_reschedule() | Peter Zijlstra |
2011-03-31 | Fix common misspellings | Lucas De Marchi |
2011-03-25 | tile: Use generic show_interupts() | Thomas Gleixner |
2011-03-25 | tile: Convert to new irq function names | Thomas Gleixner |
2011-03-24 | percpu: Always align percpu output section to PAGE_SIZE | Tejun Heo |
2011-03-22 | mm: NUMA aware alloc_thread_info_node() | Eric Dumazet |
2011-03-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile | Linus Torvalds |
2011-03-17 | arch/tile: support newer binutils assembler shift semantics | Chris Metcalf |
2011-03-10 | arch/tile: support 4KB page size as well as 64KB | Chris Metcalf |
2011-03-10 | arch/tile: fix some comments and whitespace | Chris Metcalf |
2011-03-01 | arch/tile: fix two bugs in the backtracer code | Chris Metcalf |
2011-03-01 | arch/tile: use a cleaner technique to enable interrupt for cpu_idle() | Chris Metcalf |
2011-03-01 | arch/tile: warn and retry if an IPI is not accepted by the target cpu | Chris Metcalf |
2011-03-01 | arch/tile: stop disabling INTCTRL_1 interrupts during hypervisor downcalls | Chris Metcalf |
2011-03-01 | arch/tile: fix __ndelay etc to work better | Chris Metcalf |
2011-03-01 | arch/tile: bug fix: exec'ed task thought it was still single-stepping | Chris Metcalf |
2011-03-01 | arch/tile: catch up with section naming convention in 2.6.35 | Chris Metcalf |
2011-02-23 | tile: Use proper accessor functions in show_interrupt() | Thomas Gleixner |
2011-02-23 | tile: Convert irq_chip to new functions | Thomas Gleixner |