aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-12-03arch/tile: add a few #includes and an EXPORT to catch up with kernel changes.Chris Metcalf3-0/+3
2011-11-03arch/tile: factor out <arch/opcode.h> headerChris Metcalf6-1087/+1218
2011-10-13tile: revert change from <asm/atomic.h> to <linux/atomic.h> in asm filesChris Metcalf1-1/+1
2011-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds1-4/+1
2011-07-29Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-1/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+1
2011-07-24modules: make arch's use default loader hooksJonas Bonn1-31/+0
2011-07-22PCI: Make the struct pci_dev * argument of pci_fixup_irqs const.Ralf Baechle1-1/+1
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches1-2/+1
2011-06-03clocksource: tile: convert to use clocksource_register_hzJohn Stultz1-4/+1
2011-05-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds4-25/+325
2011-05-27arch/tile: more /proc and /sys file supportChris Metcalf4-25/+325
2011-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds23-335/+4329
2011-05-24Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-1/+1
2011-05-19arch/tile: cleanups for tilegx compat modeChris Metcalf2-20/+0
2011-05-19arch/tile: allocate PCI IRQs later in bootChris Metcalf1-6/+5
2011-05-19arch/tile: support signal "exception-trace" hookChris Metcalf4-6/+131
2011-05-12arch/tile: finish enabling support for TILE-Gx 64-bit chipChris Metcalf6-2/+3902
2011-05-12compat: fixes to allow working with tile archChris Metcalf1-1/+1
2011-05-04tile: do_hardwall_trap: do not play with task->sighandOleg Nesterov1-4/+2
2011-05-04tile: replace mm->cpu_vm_mask with mm_cpumask()KOSAKI Motohiro1-6/+6
2011-05-04tile,mn10300: add device parameter to dma_cache_sync()James Hogan1-1/+1
2011-05-04arch/tile: various header improvements for building driversChris Metcalf1-0/+2
2011-05-04arch/tile: tolerate disabling CONFIG_BLK_DEV_INITRDChris Metcalf1-0/+6
2011-05-04arch/tile: properly flush the I$ when unloading kernel modulesChris Metcalf1-1/+7
2011-05-04arch/tile: allow nonatomic stores to interoperate with fast atomic syscallsChris Metcalf1-35/+26
2011-05-04arch/tile: improve support for PCI hotplugChris Metcalf1-90/+117
2011-05-02arch/tile: support TIF_NOTIFY_RESUMEChris Metcalf3-97/+73
2011-05-02arch/tile: refactor backtracing codeChris Metcalf3-72/+56
2011-04-14sched: Provide scheduler_ipi() callback in response to smp_send_reschedule()Peter Zijlstra1-5/+1
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-03-25tile: Use generic show_interupts()Thomas Gleixner1-41/+0
2011-03-25tile: Convert to new irq function namesThomas Gleixner1-3/+3
2011-03-24percpu: Always align percpu output section to PAGE_SIZETejun Heo1-1/+1
2011-03-22mm: NUMA aware alloc_thread_info_node()Eric Dumazet1-2/+2
2011-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds13-154/+163