| Commit message (Expand) | Author | Age | Files | Lines |
* | tile: properly use node_isset() on a nodemask_t | Chris Metcalf | 2015-04-28 | 1 | -1/+1 |
* | Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2015-04-20 | 1 | -1/+1 |
|\ |
|
| * | tile: fix up obsolete cpu function usage. | Rusty Russell | 2015-03-05 | 1 | -1/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile | Linus Torvalds | 2015-04-17 | 11 | -38/+131 |
|\ \ |
|
| * | | tile: nohz: warn if nohz_full uses hypervisor shared cores | Chris Metcalf | 2015-04-17 | 1 | -0/+23 |
| * | | tile: ftrace: fix function_graph tracer issues | Tony Lu | 2015-04-17 | 2 | -2/+11 |
| * | | tile: support CONTEXT_TRACKING and thus NOHZ_FULL | Chris Metcalf | 2015-04-17 | 5 | -22/+53 |
| * | | tile: support arch_irq_work_raise | Chris Metcalf | 2015-04-17 | 1 | -1/+31 |
| * | | arch: tile: fix null pointer dereference on pt_regs pointer | Colin Ian King | 2015-04-17 | 1 | -7/+8 |
| * | | tile: use si_int instead of si_ptr for compat_siginfo | Chris Metcalf | 2015-04-17 | 1 | -6/+5 |
| |/ |
|
* | | Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-04-15 | 2 | -16/+2 |
|\ \ |
|
| * | | tile: Remove signal translation and exec_domain | Richard Weinberger | 2015-04-12 | 2 | -16/+2 |
| |/ |
|
* | | Merge tag 'pci-v4.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2015-04-13 | 2 | -0/+4 |
|\ \ |
|
| * | | PCI: Assign resources before drivers claim devices (pci_scan_root_bus()) | Yijing Wang | 2015-03-19 | 2 | -0/+4 |
| |/ |
|
* | | time: Rename timekeeper::tkr to timekeeper::tkr_mono | Peter Zijlstra | 2015-03-27 | 1 | -12/+12 |
|/ |
|
* | tile: use %*pb[l] to print bitmaps including cpumasks and nodemasks | Tejun Heo | 2015-02-13 | 3 | -15/+8 |
* | all arches, signal: move restart_block to struct task_struct | Andy Lutomirski | 2015-02-12 | 1 | -1/+1 |
* | Merge tag 'pci-v3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2015-02-10 | 1 | -2/+2 |
|\ |
|
| * | tile: use PCI define for Max_Read_Request_Size | Rafał Miłecki | 2015-01-27 | 1 | -2/+2 |
* | | module: remove mod arg from module_free, rename module_memfree(). | Rusty Russell | 2015-01-20 | 1 | -1/+1 |
* | | module_arch_freeing_init(): new hook for archs before module->module_init freed. | Rusty Russell | 2015-01-20 | 1 | -1/+1 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile | Linus Torvalds | 2014-12-16 | 18 | -175/+118 |
|\ |
|
| * | arch: tile: kernel: kgdb.c: Use memcpy() instead of pointer copy one by one | Chen Gang | 2014-11-12 | 1 | -5/+1 |
| * | tile: Use the more common pr_warn instead of pr_warning | Joe Perches | 2014-11-11 | 17 | -159/+114 |
| * | arch: tile: kernel: signal.c: Use __copy_from/to_user() instead of __get/put_... | Chen Gang | 2014-11-04 | 1 | -11/+3 |
* | | tile: use pr_warn instead of pr_warning | Joe Perches | 2014-12-10 | 1 | -18/+15 |
* | | tile: neaten early_printk uses | Joe Perches | 2014-12-10 | 1 | -7/+5 |
* | | printk: remove used-once early_vprintk | Joe Perches | 2014-12-10 | 1 | -6/+13 |
* | | PCI/MSI: Rename mask/unmask_msi_irq treewide | Thomas Gleixner | 2014-11-23 | 1 | -3/+3 |
* | | PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg() | Jiang Liu | 2014-11-23 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2014-10-15 | 9 | -27/+28 |
|\ |
|
| * | tile: Use this_cpu_ptr() for hardware counters | Christoph Lameter | 2014-08-26 | 1 | -6/+6 |
| * | tile: Replace __get_cpu_var uses | Christoph Lameter | 2014-08-26 | 8 | -21/+22 |
* | | tile: add clock_gettime support to vDSO | Chris Metcalf | 2014-10-02 | 3 | -30/+162 |
* | | tile: switch to using seqlocks for the vDSO time code | Chris Metcalf | 2014-10-02 | 2 | -42/+21 |
* | | tile: Remove tile-specific _sinitdata and _einitdata | Geert Uytterhoeven | 2014-10-02 | 1 | -2/+0 |
* | | tile: use ARRAY_SIZE | Himangi Saraogi | 2014-10-02 | 1 | -1/+1 |
* | | flush_icache_range: export symbol to fix build errors | Pranith Kumar | 2014-08-29 | 1 | -0/+1 |
|/ |
|
* | Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2014-08-09 | 2 | -44/+39 |
|\ |
|
| * | tile: Use get_signal() signal_setup_done() | Richard Weinberger | 2014-08-06 | 2 | -44/+39 |
* | | arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate area | Andy Lutomirski | 2014-08-08 | 1 | -15/+0 |
* | | proc: convert /proc/$PID/hardwall to seq_file interface | Alexey Dobriyan | 2014-08-08 | 1 | -3/+3 |
* | | mm/vmalloc.c: clean up map_vm_area third argument | WANG Chao | 2014-08-06 | 1 | -1/+1 |
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2014-08-05 | 2 | -10/+10 |
|\ \ |
|
| * | | timekeeping: Create struct tk_read_base and use it in struct timekeeper | Thomas Gleixner | 2014-07-23 | 1 | -5/+5 |
| * | | clocksource: Get rid of cycle_last | Thomas Gleixner | 2014-07-23 | 1 | -1/+1 |
| * | | tile: Convert VDSO timekeeping to the precise mechanism | Thomas Gleixner | 2014-07-23 | 2 | -8/+8 |
| |/ |
|
* | | tile: ftrace: Remove check of obsolete variable function_trace_stop | Steven Rostedt (Red Hat) | 2014-07-18 | 1 | -18/+0 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile | Linus Torvalds | 2014-06-11 | 4 | -27/+12 |
|\ |
|
| * | arch: tile: kernel: unaligned.c: Cleaning up uninitialized variables | Rickard Strandqvist | 2014-06-07 | 1 | -13/+2 |