aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-07signal: fix information leak in copy_siginfo_from_user32Amanieu d'Antras1-2/+0
2015-07-23tile: use free_bootmem_late() for initrdChris Metcalf1-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
2015-04-17tile: support CONTEXT_TRACKING and thus NOHZ_FULLChris Metcalf5-22/+53
2015-04-17tile: support arch_irq_work_raiseChris Metcalf1-1/+31
2015-04-17arch: tile: fix null pointer dereference on pt_regs pointerColin Ian King1-7/+8
2015-04-17tile: use si_int instead of si_ptr for compat_siginfoChris Metcalf1-6/+5
2015-04-15Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/miscLinus Torvalds2-16/+2
2015-04-13Merge tag 'pci-v4.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2-0/+4
2015-04-12tile: Remove signal translation and exec_domainRichard Weinberger2-16/+2
2015-03-27time: Rename timekeeper::tkr to timekeeper::tkr_monoPeter Zijlstra1-12/+12
2015-03-19PCI: Assign resources before drivers claim devices (pci_scan_root_bus())Yijing Wang2-0/+4
2015-03-05tile: fix up obsolete cpu function usage.Rusty Russell1-1/+1
2015-02-13tile: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo3-15/+8
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski1-1/+1
2015-02-10Merge tag 'pci-v3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-2/+2
2015-01-27tile: use PCI define for Max_Read_Request_SizeRafał Miłecki1-2/+2
2015-01-20module: remove mod arg from module_free, rename module_memfree().Rusty Russell1-1/+1
2015-01-20module_arch_freeing_init(): new hook for archs before module->module_init freed.Rusty Russell1-1/+1
2014-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds18-175/+118
2014-12-10tile: use pr_warn instead of pr_warningJoe Perches1-18/+15
2014-12-10tile: neaten early_printk usesJoe Perches1-7/+5
2014-12-10printk: remove used-once early_vprintkJoe Perches1-6/+13
2014-11-23PCI/MSI: Rename mask/unmask_msi_irq treewideThomas Gleixner1-3/+3
2014-11-23PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg()Jiang Liu1-1/+1
2014-11-12arch: tile: kernel: kgdb.c: Use memcpy() instead of pointer copy one by oneChen Gang1-5/+1
2014-11-11tile: Use the more common pr_warn instead of pr_warningJoe Perches17-159/+114
2014-11-04arch: tile: kernel: signal.c: Use __copy_from/to_user() instead of __get/put_user()Chen Gang1-11/+3
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds9-27/+28
2014-10-02tile: add clock_gettime support to vDSOChris Metcalf3-30/+162
2014-10-02tile: switch to using seqlocks for the vDSO time codeChris Metcalf2-42/+21
2014-10-02tile: Remove tile-specific _sinitdata and _einitdataGeert Uytterhoeven1-2/+0
2014-10-02tile: use ARRAY_SIZEHimangi Saraogi1-1/+1
2014-08-29flush_icache_range: export symbol to fix build errorsPranith Kumar1-0/+1
2014-08-26tile: Use this_cpu_ptr() for hardware countersChristoph Lameter1-6/+6
2014-08-26tile: Replace __get_cpu_var usesChristoph Lameter8-21/+22