Age | Commit message (Expand) | Author | Files | Lines |
2015-05-11 | tile: set up initial stack top to honor STACK_TOP_DELTA | Chris Metcalf | 1 | -1/+1 |
2015-05-11 | tile: support delivering NMIs for multicore backtrace | Chris Metcalf | 8 | -2/+197 |
2015-04-30 | tile: add <asm/word-at-a-time.h> and enable support functions | Chris Metcalf | 6 | -150/+48 |
2015-04-28 | tile: use READ_ONCE() in arch_spin_is_locked() | Chris Metcalf | 2 | -2/+9 |
2015-04-28 | tile: modify arch_spin_unlock_wait() semantics | Chris Metcalf | 2 | -2/+20 |
2015-04-28 | tile: properly use node_isset() on a nodemask_t | Chris Metcalf | 1 | -1/+1 |
2015-04-20 | Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+1 |
2015-04-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile | Linus Torvalds | 21 | -66/+201 |
2015-04-17 | tile: nohz: warn if nohz_full uses hypervisor shared cores | Chris Metcalf | 2 | -1/+28 |
2015-04-17 | tile: ftrace: fix function_graph tracer issues | Tony Lu | 3 | -2/+13 |
2015-04-17 | tile: map data region shadow of kernel as R/W | Chris Metcalf | 1 | -2/+5 |
2015-04-17 | tile: support CONTEXT_TRACKING and thus NOHZ_FULL | Chris Metcalf | 8 | -28/+67 |
2015-04-17 | tile: support arch_irq_work_raise | Chris Metcalf | 4 | -2/+46 |
2015-04-17 | arch: tile: fix null pointer dereference on pt_regs pointer | Colin Ian King | 1 | -7/+8 |
2015-04-17 | tile/elf: reorganize notify_exec() | Davidlohr Bueso | 1 | -18/+29 |
2015-04-17 | tile: use si_int instead of si_ptr for compat_siginfo | Chris Metcalf | 1 | -6/+5 |
2015-04-15 | Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 3 | -18/+2 |
2015-04-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2 | -4/+4 |
2015-04-14 | tile: expose number of page table levels | Kirill A. Shutemov | 1 | -0/+5 |
2015-04-13 | Merge tag 'pci-v4.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -0/+4 |
2015-04-12 | tile: Remove signal translation and exec_domain | Richard Weinberger | 3 | -18/+2 |
2015-03-31 | ptp: tilegx: convert to the 64 bit get/set time methods. | Richard Cochran | 2 | -4/+4 |
2015-03-27 | time: Rename timekeeper::tkr to timekeeper::tkr_mono | Peter Zijlstra | 1 | -12/+12 |
2015-03-19 | PCI: Assign resources before drivers claim devices (pci_scan_root_bus()) | Yijing Wang | 2 | -0/+4 |
2015-03-05 | tile: fix up obsolete cpu function usage. | Rusty Russell | 1 | -1/+1 |
2015-02-13 | tile: use %*pb[l] to print bitmaps including cpumasks and nodemasks | Tejun Heo | 5 | -33/+20 |
2015-02-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile | Linus Torvalds | 2 | -20/+21 |
2015-02-12 | all arches, signal: move restart_block to struct task_struct | Andy Lutomirski | 2 | -5/+1 |
2015-02-11 | mm: make FIRST_USER_ADDRESS unsigned long on all archs | Kirill A. Shutemov | 1 | -1/+1 |
2015-02-11 | mm/hugetlb: reduce arch dependent code around follow_huge_* | Naoya Horiguchi | 1 | -28/+0 |
2015-02-10 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2 | -15/+0 |
2015-02-10 | Merge tag 'pci-v3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -2/+2 |
2015-02-10 | tile: drop pte_file()-related helpers | Kirill A. Shutemov | 2 | -15/+0 |
2015-02-09 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+1 |
2015-01-29 | vm: add VM_FAULT_SIGSEGV handling support | Linus Torvalds | 1 | -0/+2 |
2015-01-27 | tile: use PCI define for Max_Read_Request_Size | Rafał Miłecki | 1 | -2/+2 |
2015-01-20 | module: remove mod arg from module_free, rename module_memfree(). | Rusty Russell | 1 | -1/+1 |
2015-01-20 | module_arch_freeing_init(): new hook for archs before module->module_init freed. | Rusty Russell | 1 | -1/+1 |
2015-01-13 | tile: enable sparse checks for get/put_user | Chris Metcalf | 1 | -8/+11 |
2015-01-13 | tile: fix put_user sparse errors | Chris Metcalf | 1 | -9/+9 |
2015-01-13 | tile: default to little endian on older toolchains | Chris Metcalf | 1 | -3/+1 |
2015-01-06 | rcu: Make SRCU optional by using CONFIG_SRCU | Pranith Kumar | 1 | -0/+1 |
2014-12-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile | Linus Torvalds | 29 | -246/+186 |
2014-12-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 3 | -3/+0 |
2014-12-10 | tile: use pr_warn instead of pr_warning | Joe Perches | 1 | -18/+15 |
2014-12-10 | tile: neaten early_printk uses | Joe Perches | 1 | -7/+5 |
2014-12-10 | printk: remove used-once early_vprintk | Joe Perches | 1 | -6/+13 |
2014-12-10 | net, lib: kill arch_fast_hash library bits | Daniel Borkmann | 1 | -1/+0 |
2014-12-10 | Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -4/+4 |
2014-11-29 | netpoll: delete defconfig references to obsolete NETPOLL_TRAP | Paul Gortmaker | 2 | -2/+0 |