aboutsummaryrefslogtreecommitdiff
path: root/arch/tile/kernel
AgeCommit message (Expand)Author
2012-05-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds
2012-05-25arch/tile: add descriptive text if the kernel reports a bad trapChris Metcalf
2012-05-25arch/tile: allow querying cpu module information from the hypervisorChris Metcalf
2012-05-25arch/tile: fix hardwall for tilegx and generalize for idn and ipiChris Metcalf
2012-05-25arch/tile: support multiple huge page sizes dynamicallyChris Metcalf
2012-05-25arch/tile: support kexec() for tilegxChris Metcalf
2012-05-25arch/tile: support <asm/cachectl.h> header for cacheflush() syscallChris Metcalf
2012-05-25arch/tile: Allow tilegx to build with either 16K or 64K page sizeChris Metcalf
2012-05-25arch/tile: optimize get_user/put_user and friendsChris Metcalf
2012-05-25arch/tile: support building big-endian kernelChris Metcalf
2012-05-25arch/tile: use interrupt critical sections lessChris Metcalf
2012-05-23move key_repace_session_keyring() into tracehook_notify_resume()Al Viro
2012-05-21Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-05-16arch/tile: apply commit 74fca9da0 to the compat signal handling as wellChris Metcalf
2012-05-16arch/tile: fix up some issues in calling do_work_pending()Chris Metcalf
2012-05-08Merge branch 'smp/threadalloc' into smp/hotplugThomas Gleixner
2012-05-08tile: Use common threadinfo allocatorThomas Gleixner
2012-05-05tile: Use generic init_taskThomas Gleixner
2012-04-26smp: Add task_struct argument to __cpu_up()Thomas Gleixner
2012-04-25arch/tile: fix a couple of functions that should be __initChris Metcalf
2012-04-20VM: add "vm_mmap()" helper functionLinus Torvalds
2012-04-11arch/tile: avoid unused variable warning in proc.c for tilegxChris Metcalf
2012-04-09tile/CPU hotplug: Add missing call to notify_cpu_starting()Srivatsa S. Bhat
2012-04-06Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds
2012-04-02arch/tile: avoid accidentally unmasking NMI-type interrupt accidentallyChris Metcalf
2012-04-02arch/tile: return SIGBUS for addresses that are unaligned AND invalidChris Metcalf
2012-04-02arch/tile: fix single-stepping over swint1 instructions on tilegxChris Metcalf
2012-04-02arch/tile: implement panic_smp_self_stop()Chris Metcalf
2012-04-02arch/tile: add "nop" after "nap" to help GX idle power drawChris Metcalf
2012-04-02arch/tile: use proper memparse() for "maxmem" optionsChris Metcalf
2012-04-02arch/tile: don't leak kernel memory when we unload modulesChris Metcalf
2012-04-02arch/tile: fix a couple of comments that needed updatingChris Metcalf
2012-04-02arch/tile: fix up some minor trap handling issuesChris Metcalf
2012-04-02arch/tile: work around a hardware issue with the return-address stackChris Metcalf
2012-04-02arch/tile: various bugs in stack backtracerChris Metcalf
2012-04-02arch/tile: avoid false corrupt frame warning in early bootChris Metcalf
2012-04-02tile: fix multiple build failures from system.h dismantlePaul Gortmaker
2012-04-02Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds
2012-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds
2012-03-29documentation: remove references to cpu_*_map.Rusty Russell
2012-03-29remove references to cpu_*_map in arch/Rusty Russell
2012-03-28Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-03-28smp: introduce a generic on_each_cpu_mask() functionGilad Ben-Yossef
2012-03-28Disintegrate asm/system.h for TileDavid Howells
2012-03-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2012-03-15[PATCH v3] ipc: provide generic compat versions of IPC syscallsChris Metcalf
2012-03-13tile: Use set_current_blocked() and block_sigmask()Matt Fleming
2012-03-12arch/tile: Fix up from commit 8a25a2fd126c621f44f3aeaef80d51f00fc11639Chris Metcalf
2012-03-01sched/rt: Use schedule_preempt_disabled()Thomas Gleixner