aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2-9/+9
2016-03-25arch, ftrace: for KASAN put hard/soft IRQ entries into separate sectionsAlexander Potapenko1-0/+1
2016-03-15Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2016-03-04tile: Fix misspellings in comments.Adam Buchbinder2-5/+5
2016-03-02tile kgdb: fix bug in copy to gdb regs, and optimize memsetChris Metcalf1-4/+4
2016-03-01arch/hotplug: Call into idle with a proper stateThomas Gleixner1-1/+1
2016-01-30arch: Set IORESOURCE_SYSTEM_RAM flag for System RAMToshi Kani1-3/+8
2016-01-20tile: uninline dma_set_maskChristoph Hellwig1-0/+29
2016-01-18arch/tile: move user_exit() to early kernel entry sequenceChris Metcalf6-38/+16
2016-01-18tile: fix bug in setting PT_FLAGS_DISABLE_IRQ on kernel entryChris Metcalf1-1/+1
2016-01-18tile: fix a -Wframe-larger-than warningChris Metcalf1-1/+1
2016-01-18tile: include the syscall number in the backtraceChris Metcalf1-9/+8
2016-01-18arch/tile: adopt prepare_exit_to_usermode() model from x86Chris Metcalf3-104/+70
2016-01-04tile/jump_label: add jump label support for TILE-GxZhigang Lu3-10/+66
2016-01-04tile: define a macro ktext_writable_addr to get writable kernel text addressZhigang Lu3-4/+4
2015-11-23treewide: Remove old email addressPeter Zijlstra1-1/+1
2015-09-28Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds1-0/+1
2015-09-28tile: fix build failureSudip Mukherjee1-0/+1
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner1-3/+2
2015-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds5-5/+12
2015-09-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+3
2015-08-31Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+5
2015-08-31Merge tag 'driver-core-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-7/+4
2015-08-08tile: Reorganize _switch_to()Chris Metcalf1-12/+4
2015-08-07signal: fix information leak in copy_siginfo_from_user32Amanieu d'Antras1-2/+0
2015-08-06tile/vdso: emit a GNU hash as wellChris Metcalf1-2/+2
2015-08-05bus: subsys: update return type of ->remove_dev() to voidViresh Kumar1-7/+4
2015-08-04sched, tile: Remove finish_arch_switchChris Metcalf1-2/+15
2015-08-03tile: Remove finish_arch_switchChris Metcalf1-0/+5
2015-08-01tile/pci_gx: Prepare trio_handle_level_irq for irq argument removalThomas Gleixner1-1/+2
2015-07-30tile: enable full SECCOMP supportChris Metcalf3-0/+5
2015-07-30tile/time: Migrate to new 'set-state' interfaceViresh Kumar1-3/+5
2015-07-30Merge branch 'linus' into irq/coreThomas Gleixner1-1/+1
2015-07-23tile: use free_bootmem_late() for initrdChris Metcalf1-1/+1
2015-07-16treewide: Use helper function to access irq_data->msi_descJiang Liu1-1/+1
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2015-07-02Merge tag 'module-misc-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2015-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds9-79/+231
2015-06-23vfs: add file_path() helperMiklos Szeredi1-1/+1
2015-06-16tile: add init.h to usb.c to avoid compile failurePaul Gortmaker1-0/+1
2015-06-04tile: vdso: use raw_read_seqcount_begin() in vdsoChris Metcalf1-5/+5
2015-05-11tile: improve stack backtraceChris Metcalf4-71/+100
2015-05-11tile: fix "odd fault" warning for stack backtracesChris Metcalf1-1/+0
2015-05-11tile: set up initial stack top to honor STACK_TOP_DELTAChris Metcalf1-1/+1
2015-05-11tile: support delivering NMIs for multicore backtraceChris Metcalf5-1/+125
2015-04-28tile: properly use node_isset() on a nodemask_tChris Metcalf1-1/+1
2015-04-20Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-1/+1
2015-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds11-38/+131
2015-04-17tile: nohz: warn if nohz_full uses hypervisor shared coresChris Metcalf1-0/+23
2015-04-17tile: ftrace: fix function_graph tracer issuesTony Lu2-2/+11