Age | Commit message (Expand) | Author | Files | Lines |
2015-06-24 | mm: new mm hook framework | Laurent Dufour | 1 | -0/+15 |
2015-06-22 | Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+1 |
2015-06-22 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -7/+13 |
2015-06-22 | Merge branches 'x86/apic', 'x86/asm', 'x86/mm' and 'x86/platform' into x86/co... | Ingo Molnar | 2 | -4/+1 |
2015-06-07 | video/fbdev, asm/io.h: Remove ioremap_writethrough() | Toshi Kani | 1 | -1/+0 |
2015-06-07 | arch/*/io.h: Add ioremap_wt() to all architectures | Toshi Kani | 1 | -0/+1 |
2015-05-28 | EDAC: Cleanup atomic_scrub mess | Borislav Petkov | 1 | -29/+0 |
2015-05-27 | sched/topology: Rename topology_thread_cpumask() to topology_sibling_cpumask() | Bartosz Golaszewski | 1 | -1/+1 |
2015-05-19 | remove scatterlist.h generation from arch Kbuild files | Christoph Hellwig | 1 | -1/+0 |
2015-05-19 | mm/uaccess, mm/fault: Clarify that uaccess may only sleep if pagefaults are e... | David Hildenbrand | 1 | -6/+12 |
2015-05-13 | arch: Remove __ARCH_HAVE_CMPXCHG | Thomas Gleixner | 1 | -3/+0 |
2015-05-11 | tile: improve stack backtrace | Chris Metcalf | 3 | -10/+6 |
2015-05-11 | tile: support delivering NMIs for multicore backtrace | Chris Metcalf | 3 | -1/+72 |
2015-04-30 | tile: add <asm/word-at-a-time.h> and enable support functions | Chris Metcalf | 2 | -56/+46 |
2015-04-28 | tile: use READ_ONCE() in arch_spin_is_locked() | Chris Metcalf | 2 | -2/+9 |
2015-04-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile | Linus Torvalds | 6 | -5/+28 |
2015-04-17 | tile: nohz: warn if nohz_full uses hypervisor shared cores | Chris Metcalf | 1 | -1/+5 |
2015-04-17 | tile: ftrace: fix function_graph tracer issues | Tony Lu | 1 | -0/+2 |
2015-04-17 | tile: support CONTEXT_TRACKING and thus NOHZ_FULL | Chris Metcalf | 1 | -3/+6 |
2015-04-17 | tile: support arch_irq_work_raise | Chris Metcalf | 3 | -1/+15 |
2015-04-15 | Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -2/+0 |
2015-04-12 | tile: Remove signal translation and exec_domain | Richard Weinberger | 1 | -2/+0 |
2015-03-31 | ptp: tilegx: convert to the 64 bit get/set time methods. | Richard Cochran | 1 | -2/+2 |
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 | 1 | -4/+0 |
2015-02-11 | mm: make FIRST_USER_ADDRESS unsigned long on all archs | Kirill A. Shutemov | 1 | -1/+1 |
2015-02-10 | tile: drop pte_file()-related helpers | Kirill A. Shutemov | 1 | -11/+0 |
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 |
2014-12-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile | Linus Torvalds | 5 | -16/+25 |
2014-12-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -1/+0 |
2014-12-10 | net, lib: kill arch_fast_hash library bits | Daniel Borkmann | 1 | -1/+0 |
2014-11-13 | tile: avoid undefined behavior with regs[TREG_TP] etc | Chris Metcalf | 2 | -10/+20 |
2014-11-11 | tile: Use the more common pr_warn instead of pr_warning | Joe Perches | 3 | -6/+5 |
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 | 2 | -5/+5 |
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 | 1 | -5/+10 |
2014-10-02 | tile: switch to using seqlocks for the vDSO time code | Chris Metcalf | 1 | -2/+3 |
2014-10-02 | Removed repeated word in comments | Kurt McAlpine | 1 | -5/+5 |
2014-10-02 | tile: Remove tile-specific _sinitdata and _einitdata | Geert Uytterhoeven | 1 | -3/+0 |
2014-09-13 | irq_work: Introduce arch_irq_work_has_interrupt() | Peter Zijlstra | 1 | -0/+1 |
2014-08-26 | tile: Replace __get_cpu_var uses | Christoph Lameter | 2 | -5/+5 |
2014-08-09 | Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -2/+1 |
2014-08-08 | arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate area | Andy Lutomirski | 1 | -6/+0 |
2014-08-08 | proc: convert /proc/$PID/hardwall to seq_file interface | Alexey Dobriyan | 1 | -1/+1 |
2014-08-06 | tile: Use get_signal() signal_setup_done() | Richard Weinberger | 1 | -2/+1 |
2014-07-17 | arch, locking: Ciao arch_mutex_cpu_relax() | Davidlohr Bueso | 1 | -0/+2 |
2014-06-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile | Linus Torvalds | 1 | -1/+1 |