Age | Commit message (Expand) | Author | Files | Lines |
2015-02-14 | 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-13 | all arches, signal: move restart_block to struct task_struct | Andy Lutomirski | 2 | -5/+1 |
2015-02-12 | mm: make FIRST_USER_ADDRESS unsigned long on all archs | Kirill A. Shutemov | 1 | -1/+1 |
2015-02-12 | mm/hugetlb: reduce arch dependent code around follow_huge_* | Naoya Horiguchi | 1 | -28/+0 |
2015-02-11 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2 | -15/+0 |
2015-02-11 | Merge tag 'pci-v3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -2/+2 |
2015-02-11 | tile: drop pte_file()-related helpers | Kirill A. Shutemov | 2 | -15/+0 |
2015-02-10 | 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-14 | tile: enable sparse checks for get/put_user | Chris Metcalf | 1 | -8/+11 |
2015-01-14 | 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-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile | Linus Torvalds | 29 | -246/+186 |
2014-12-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 3 | -3/+0 |
2014-12-11 | tile: use pr_warn instead of pr_warning | Joe Perches | 1 | -18/+15 |
2014-12-11 | tile: neaten early_printk uses | Joe Perches | 1 | -7/+5 |
2014-12-11 | 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-30 | netpoll: delete defconfig references to obsolete NETPOLL_TRAP | Paul Gortmaker | 2 | -2/+0 |
2014-11-23 | PCI/MSI: Rename mask/unmask_msi_irq treewide | Thomas Gleixner | 1 | -3/+3 |
2014-11-23 | PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg() | Jiang Liu | 1 | -1/+1 |
2014-11-13 | tile: avoid undefined behavior with regs[TREG_TP] etc | Chris Metcalf | 2 | -10/+20 |
2014-11-12 | arch: tile: kernel: kgdb.c: Use memcpy() instead of pointer copy one by one | Chen Gang | 1 | -5/+1 |
2014-11-11 | tile: Use the more common pr_warn instead of pr_warning | Joe Perches | 25 | -220/+158 |
2014-11-11 | arch: tile: gxio: Export symbols for module using in 'mpipe.c' | Chen Gang | 1 | -0/+4 |
2014-11-04 | arch: tile: kernel: signal.c: Use __copy_from/to_user() instead of __get/put_... | Chen Gang | 1 | -11/+3 |
2014-10-20 | tile: io: implement dummy relaxed accessor macros for writes | Will Deacon | 1 | -0/+4 |
2014-10-15 | Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 13 | -35/+36 |
2014-10-09 | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+1 |
2014-10-02 | tile: add clock_gettime support to vDSO | Chris Metcalf | 4 | -35/+172 |
2014-10-02 | tile: switch to using seqlocks for the vDSO time code | Chris Metcalf | 3 | -44/+24 |
2014-10-02 | tile gxio: use better string copy primitive | Chris Metcalf | 1 | -5/+32 |
2014-10-02 | Removed repeated word in comments | Kurt McAlpine | 1 | -5/+5 |
2014-10-02 | tilegx: Enable ARCH_SUPPORTS_ATOMIC_RMW | Chris Metcalf | 1 | -0/+1 |
2014-10-02 | tile: Remove tile-specific _sinitdata and _einitdata | Geert Uytterhoeven | 3 | -11/+6 |
2014-10-02 | tile: use ARRAY_SIZE | Himangi Saraogi | 1 | -1/+1 |
2014-09-13 | irq_work: Introduce arch_irq_work_has_interrupt() | Peter Zijlstra | 1 | -0/+1 |
2014-08-30 | flush_icache_range: export symbol to fix build errors | Pranith Kumar | 1 | -0/+1 |
2014-08-30 | kexec: remove CONFIG_KEXEC dependency on crypto | Vivek Goyal | 1 | -2/+0 |
2014-08-26 | tile: Use this_cpu_ptr() for hardware counters | Christoph Lameter | 1 | -6/+6 |
2014-08-26 | tile: Replace __get_cpu_var uses | Christoph Lameter | 12 | -29/+30 |
2014-08-09 | Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 3 | -46/+40 |
2014-08-09 | kexec: load and relocate purgatory at kernel load time | Vivek Goyal | 1 | -0/+2 |
2014-08-09 | arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate area | Andy Lutomirski | 2 | -21/+0 |