summaryrefslogtreecommitdiffstats
path: root/arch/tile/kernel
Commit message (Expand)AuthorAgeFilesLines
* tile: properly use node_isset() on a nodemask_tChris Metcalf2015-04-281-1/+1
* Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-04-201-1/+1
|\
| * tile: fix up obsolete cpu function usage.Rusty Russell2015-03-051-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2015-04-1711-38/+131
|\ \
| * | tile: nohz: warn if nohz_full uses hypervisor shared coresChris Metcalf2015-04-171-0/+23
| * | tile: ftrace: fix function_graph tracer issuesTony Lu2015-04-172-2/+11
| * | tile: support CONTEXT_TRACKING and thus NOHZ_FULLChris Metcalf2015-04-175-22/+53
| * | tile: support arch_irq_work_raiseChris Metcalf2015-04-171-1/+31
| * | arch: tile: fix null pointer dereference on pt_regs pointerColin Ian King2015-04-171-7/+8
| * | tile: use si_int instead of si_ptr for compat_siginfoChris Metcalf2015-04-171-6/+5Star
| |/
* | Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-152-16/+2Star
|\ \
| * | tile: Remove signal translation and exec_domainRichard Weinberger2015-04-122-16/+2Star
| |/
* | Merge tag 'pci-v4.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-04-142-0/+4
|\ \
| * | PCI: Assign resources before drivers claim devices (pci_scan_root_bus())Yijing Wang2015-03-192-0/+4
| |/
* / time: Rename timekeeper::tkr to timekeeper::tkr_monoPeter Zijlstra2015-03-271-12/+12
|/
* tile: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-143-15/+8Star
* all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-131-1/+1
* Merge tag 'pci-v3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-02-101-2/+2
|\
| * tile: use PCI define for Max_Read_Request_SizeRafał Miłecki2015-01-271-2/+2
* | module: remove mod arg from module_free, rename module_memfree().Rusty Russell2015-01-201-1/+1
* | module_arch_freeing_init(): new hook for archs before module->module_init freed.Rusty Russell2015-01-201-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2014-12-1618-175/+118Star
|\
| * arch: tile: kernel: kgdb.c: Use memcpy() instead of pointer copy one by oneChen Gang2014-11-121-5/+1Star
| * tile: Use the more common pr_warn instead of pr_warningJoe Perches2014-11-1117-159/+114Star
| * arch: tile: kernel: signal.c: Use __copy_from/to_user() instead of __get/put_...Chen Gang2014-11-041-11/+3Star
* | tile: use pr_warn instead of pr_warningJoe Perches2014-12-111-18/+15Star
* | tile: neaten early_printk usesJoe Perches2014-12-111-7/+5Star
* | printk: remove used-once early_vprintkJoe Perches2014-12-111-6/+13
* | PCI/MSI: Rename mask/unmask_msi_irq treewideThomas Gleixner2014-11-231-3/+3
* | PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg()Jiang Liu2014-11-231-1/+1
|/
* Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-159-27/+28
|\
| * tile: Use this_cpu_ptr() for hardware countersChristoph Lameter2014-08-261-6/+6
| * tile: Replace __get_cpu_var usesChristoph Lameter2014-08-268-21/+22
* | tile: add clock_gettime support to vDSOChris Metcalf2014-10-023-30/+162
* | tile: switch to using seqlocks for the vDSO time codeChris Metcalf2014-10-022-42/+21Star
* | tile: Remove tile-specific _sinitdata and _einitdataGeert Uytterhoeven2014-10-021-2/+0Star
* | tile: use ARRAY_SIZEHimangi Saraogi2014-10-021-1/+1
* | flush_icache_range: export symbol to fix build errorsPranith Kumar2014-08-301-0/+1
|/
* Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-08-092-44/+39Star
|\
| * tile: Use get_signal() signal_setup_done()Richard Weinberger2014-08-062-44/+39Star
* | arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate areaAndy Lutomirski2014-08-091-15/+0Star
* | proc: convert /proc/$PID/hardwall to seq_file interfaceAlexey Dobriyan2014-08-091-3/+3
* | mm/vmalloc.c: clean up map_vm_area third argumentWANG Chao2014-08-071-1/+1
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-08-062-10/+10
|\ \
| * | timekeeping: Create struct tk_read_base and use it in struct timekeeperThomas Gleixner2014-07-241-5/+5
| * | clocksource: Get rid of cycle_lastThomas Gleixner2014-07-241-1/+1
| * | tile: Convert VDSO timekeeping to the precise mechanismThomas Gleixner2014-07-232-8/+8
| |/
* / tile: ftrace: Remove check of obsolete variable function_trace_stopSteven Rostedt (Red Hat)2014-07-181-18/+0Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2014-06-124-27/+12Star
|\
| * arch: tile: kernel: unaligned.c: Cleaning up uninitialized variablesRickard Strandqvist2014-06-081-13/+2Star