aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-21Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-82/+20
2012-05-16arch/tile: apply commit 74fca9da0 to the compat signal handling as wellChris Metcalf1-7/+5
2012-05-16arch/tile: fix up some issues in calling do_work_pending()Chris Metcalf3-25/+61
2012-05-08Merge branch 'smp/threadalloc' into smp/hotplugThomas Gleixner2-23/+4
2012-05-08tile: Use common threadinfo allocatorThomas Gleixner1-21/+2
2012-05-05tile: Use generic init_taskThomas Gleixner3-60/+17
2012-04-26smp: Add task_struct argument to __cpu_up()Thomas Gleixner1-1/+1
2012-04-25arch/tile: fix a couple of functions that should be __initChris Metcalf1-2/+2
2012-04-20VM: add "vm_mmap()" helper functionLinus Torvalds1-3/+1
2012-04-11arch/tile: avoid unused variable warning in proc.c for tilegxChris Metcalf1-3/+1
2012-04-09tile/CPU hotplug: Add missing call to notify_cpu_starting()Srivatsa S. Bhat1-0/+2
2012-04-06Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds10-157/+240
2012-04-02arch/tile: avoid accidentally unmasking NMI-type interrupt accidentallyChris Metcalf2-7/+36
2012-04-02arch/tile: return SIGBUS for addresses that are unaligned AND invalidChris Metcalf1-12/+19
2012-04-02arch/tile: fix single-stepping over swint1 instructions on tilegxChris Metcalf1-3/+18
2012-04-02arch/tile: implement panic_smp_self_stop()Chris Metcalf1-0/+6
2012-04-02arch/tile: add "nop" after "nap" to help GX idle power drawChris Metcalf2-1/+3
2012-04-02arch/tile: use proper memparse() for "maxmem" optionsChris Metcalf1-9/+8
2012-04-02arch/tile: don't leak kernel memory when we unload modulesChris Metcalf1-0/+2
2012-04-02arch/tile: fix a couple of comments that needed updatingChris Metcalf1-2/+9
2012-04-02arch/tile: fix up some minor trap handling issuesChris Metcalf2-3/+8
2012-04-02arch/tile: work around a hardware issue with the return-address stackChris Metcalf2-1/+17
2012-04-02arch/tile: various bugs in stack backtracerChris Metcalf1-119/+112
2012-04-02arch/tile: avoid false corrupt frame warning in early bootChris Metcalf1-1/+1
2012-04-02tile: fix multiple build failures from system.h dismantlePaul Gortmaker2-0/+2
2012-04-02Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds1-4/+4
2012-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds1-43/+0
2012-03-29documentation: remove references to cpu_*_map.Rusty Russell1-1/+1
2012-03-29remove references to cpu_*_map in arch/Rusty Russell1-3/+3
2012-03-28Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-19/+0
2012-03-28smp: introduce a generic on_each_cpu_mask() functionGilad Ben-Yossef1-19/+0
2012-03-28Disintegrate asm/system.h for TileDavid Howells7-3/+8
2012-03-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+1
2012-03-15[PATCH v3] ipc: provide generic compat versions of IPC syscallsChris Metcalf1-43/+0
2012-03-13tile: Use set_current_blocked() and block_sigmask()Matt Fleming2-15/+3
2012-03-12arch/tile: Fix up from commit 8a25a2fd126c621f44f3aeaef80d51f00fc11639Chris Metcalf1-1/+1
2012-03-01sched/rt: Use schedule_preempt_disabled()Thomas Gleixner1-3/+1
2012-01-12treewide: convert uses of ATTRIB_NORETURN to __noreturnJoe Perches1-1/+1
2012-01-12treewide: remove useless NORET_TYPE macro and usesJoe Perches1-2/+2
2012-01-11Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pciLinus Torvalds1-0/+5
2012-01-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-21/+0
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-31/+30
2012-01-06PCI: TILE: convert pcibios_set_master() to a non-inlined functionMyron Stowe1-0/+5
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman1-31/+30
2011-12-21cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystemKay Sievers1-31/+30
2011-12-11nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()Frederic Weisbecker1-2/+4
2011-12-11nohz: Allow rcu extended quiescent state handling seperately from tick stopFrederic Weisbecker1-2/+2
2011-12-11nohz: Separate out irq exit and idle loop dyntick logicFrederic Weisbecker1-2/+2
2011-12-04tile: switch to GENERIC_PCI_IOMAPMichael S. Tsirkin1-21/+0
2011-12-03arch/tile: use new generic {enable,disable}_percpu_irq() routinesChris Metcalf1-8/+8