summaryrefslogtreecommitdiffstats
path: root/arch/tile/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2012-03-291-43/+0
|\
| * [PATCH v3] ipc: provide generic compat versions of IPC syscallsChris Metcalf2012-03-151-43/+0
* | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-03-281-19/+0
|\ \
| * | smp: introduce a generic on_each_cpu_mask() functionGilad Ben-Yossef2012-03-281-19/+0
* | | Disintegrate asm/system.h for TileDavid Howells2012-03-287-3/+8
|/ /
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-03-201-3/+1
|\ \
| * | sched/rt: Use schedule_preempt_disabled()Thomas Gleixner2012-03-011-3/+1
| |/
* | tile: Use set_current_blocked() and block_sigmask()Matt Fleming2012-03-132-15/+3
* | arch/tile: Fix up from commit 8a25a2fd126c621f44f3aeaef80d51f00fc11639Chris Metcalf2012-03-121-1/+1
|/
* treewide: convert uses of ATTRIB_NORETURN to __noreturnJoe Perches2012-01-121-1/+1
* treewide: remove useless NORET_TYPE macro and usesJoe Perches2012-01-121-2/+2
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2012-01-111-0/+5
|\
| * PCI: TILE: convert pcibios_set_master() to a non-inlined functionMyron Stowe2012-01-061-0/+5
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2012-01-101-21/+0
|\ \
| * | tile: switch to GENERIC_PCI_IOMAPMichael S. Tsirkin2011-12-041-21/+0
* | | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-01-071-31/+30
|\ \ \
| * \ \ Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman2012-01-061-31/+30
| |\ \ \ | | |_|/ | |/| |
| | * | cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystemKay Sievers2011-12-211-31/+30
| | |/
* | | nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()Frederic Weisbecker2011-12-111-2/+4
* | | nohz: Allow rcu extended quiescent state handling seperately from tick stopFrederic Weisbecker2011-12-111-2/+2
* | | nohz: Separate out irq exit and idle loop dyntick logicFrederic Weisbecker2011-12-111-2/+2
|/ /
* | arch/tile: use new generic {enable,disable}_percpu_irq() routinesChris Metcalf2011-12-031-8/+8
* | arch/tile: add a few #includes and an EXPORT to catch up with kernel changes.Chris Metcalf2011-12-033-0/+3
|/
* arch/tile: factor out <arch/opcode.h> headerChris Metcalf2011-11-036-1087/+1218
* tile: revert change from <asm/atomic.h> to <linux/atomic.h> in asm filesChris Metcalf2011-10-131-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2011-08-021-4/+1
|\
| * clocksource: tile: convert to use clocksource_register_hzJohn Stultz2011-06-031-4/+1
* | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2011-07-291-1/+1
|\ \
| * | PCI: Make the struct pci_dev * argument of pci_fixup_irqs const.Ralf Baechle2011-07-221-1/+1
| |/
* | atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-07-251-2/+1
|\ \
| * | treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches2011-06-101-2/+1
| |/
* | modules: make arch's use default loader hooksJonas Bonn2011-07-241-31/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2011-05-294-25/+325
|\
| * arch/tile: more /proc and /sys file supportChris Metcalf2011-05-274-25/+325
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2011-05-2523-335/+4329
|\ \ | |/
| * arch/tile: cleanups for tilegx compat modeChris Metcalf2011-05-192-20/+0
| * arch/tile: allocate PCI IRQs later in bootChris Metcalf2011-05-191-6/+5
| * arch/tile: support signal "exception-trace" hookChris Metcalf2011-05-194-6/+131
| * arch/tile: finish enabling support for TILE-Gx 64-bit chipChris Metcalf2011-05-126-2/+3902
| * compat: fixes to allow working with tile archChris Metcalf2011-05-121-1/+1
| * tile: do_hardwall_trap: do not play with task->sighandOleg Nesterov2011-05-041-4/+2
| * tile: replace mm->cpu_vm_mask with mm_cpumask()KOSAKI Motohiro2011-05-041-6/+6
| * tile,mn10300: add device parameter to dma_cache_sync()James Hogan2011-05-041-1/+1
| * arch/tile: various header improvements for building driversChris Metcalf2011-05-041-0/+2
| * arch/tile: tolerate disabling CONFIG_BLK_DEV_INITRDChris Metcalf2011-05-041-0/+6
| * arch/tile: properly flush the I$ when unloading kernel modulesChris Metcalf2011-05-041-1/+7
| * arch/tile: allow nonatomic stores to interoperate with fast atomic syscallsChris Metcalf2011-05-041-35/+26
| * arch/tile: improve support for PCI hotplugChris Metcalf2011-05-041-90/+117
| * arch/tile: support TIF_NOTIFY_RESUMEChris Metcalf2011-05-023-97/+73
OpenPOWER on IntegriCloud