Age | Commit message (Expand) | Author |
2011-03-20 | arch/tile: fix futex sanitization definition/prototype mismatch | Chris Metcalf |
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-16 | Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj... | Linus Torvalds |
2011-03-11 | futex: Sanitize futex ops argument types | Michel Lespinasse |
2011-03-11 | futex: Sanitize cmpxchg_futex_value_locked API | Michel Lespinasse |
2011-03-10 | arch/tile: fix deadlock bugs in rwlock implementation | Chris Metcalf |
2011-03-10 | drivers/edac: provide support for tile architecture | Chris Metcalf |
2011-03-10 | arch/tile: support 4KB page size as well as 64KB | Chris Metcalf |
2011-03-10 | arch/tile: add some more VMSPLIT options and use consistent naming | Chris Metcalf |
2011-03-10 | arch/tile: fix some comments and whitespace | Chris Metcalf |
2011-03-01 | arch/tile: export some additional module symbols | Chris Metcalf |
2011-03-01 | arch/tile: enhance existing finv_buffer_remote() routine | Chris Metcalf |
2011-03-01 | arch/tile: fix two bugs in the backtracer code | Chris Metcalf |
2011-03-01 | arch/tile: use extended assembly to inline __mb_incoherent() | Chris Metcalf |
2011-03-01 | arch/tile: use a cleaner technique to enable interrupt for cpu_idle() | Chris Metcalf |
2011-03-01 | arch/tile: sync up with <arch/sim.h> and <arch/sim_def.h> changes | Chris Metcalf |
2011-03-01 | arch/tile: fix reversed test of strict_strtol() return value | Chris Metcalf |
2011-03-01 | arch/tile: avoid a simulator warning during bootup | Chris Metcalf |
2011-03-01 | arch/tile: export <asm/hardwall.h> to userspace | 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-25 | arch/tile: Fix atomic_read() definition to use ACCESS_ONCE | Chris Metcalf |
2011-02-23 | tile: Select GENERIC_HARDIRQS_NO_DEPRECATED | Thomas Gleixner |
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 |
2011-02-23 | tile: Fix __pte_free_tlb | Peter Zijlstra |
2011-01-25 | percpu: align percpu readmostly subsection to cacheline | Tejun Heo |
2011-01-21 | tile: Use generic irq Kconfig | Thomas Gleixner |
2011-01-21 | genirq: Remove __do_IRQ | Thomas Gleixner |
2011-01-20 | kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT | David Rientjes |
2010-12-17 | arch/tile: handle rt_sigreturn() more cleanly | Chris Metcalf |
2010-12-17 | arch/tile: handle CLONE_SETTLS in copy_thread(), not user space | Chris Metcalf |
2010-11-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile | Linus Torvalds |
2010-11-25 | Merge branch 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetc... | Linus Torvalds |
2010-11-24 | arch/tile: fix memchr() not to dereference memory for zero length | Chris Metcalf |
2010-11-24 | arch/tile: make glibc's sysconf(_SC_NPROCESSORS_CONF) work correctly | Chris Metcalf |
2010-11-24 | Merge branch 'master' into for-linus | Chris Metcalf |
2010-11-24 | pci root complex: support for tile architecture | Chris Metcalf |
2010-11-24 | drivers/net/tile/: on-chip network drivers for the tile architecture | Chris Metcalf |
2010-11-17 | BKL: remove extraneous #include <smp_lock.h> | Arnd Bergmann |
2010-11-15 | arch/tile: fix rwlock so would-be write lockers don't block new readers | Chris Metcalf |
2010-11-01 | arch/tile: mark "hardwall" device as non-seekable | Chris Metcalf |
2010-11-01 | asm-generic/stat.h: support 64-bit file time_t for stat() | Chris Metcalf |
2010-11-01 | arch/tile: don't allow user code to set the PL via ptrace or signal return | Chris Metcalf |
2010-11-01 | arch/tile: correct double syscall restart for nested signals | Chris Metcalf |
2010-11-01 | arch/tile: avoid __must_check warning on one strict_strtol check | Chris Metcalf |