| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2015-09-03 | 2 | -0/+68 |
|\ \ \ |
|
| * | | | atomic: Provide atomic_{or,xor,and} | Peter Zijlstra | 2015-07-27 | 2 | -4/+0 |
| * | | | tile: Provide atomic_{or,xor,and} | Chris Metcalf | 2015-07-27 | 2 | -0/+72 |
| |/ / |
|
* | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2015-09-01 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | Merge tag 'v4.2-rc8' into x86/mm, before applying new changes | Ingo Molnar | 2015-08-25 | 16 | -126/+151 |
| |\| | |
|
| * | | | arch/*/io.h: Add ioremap_uc() to all architectures | Luis R. Rodriguez | 2015-07-29 | 1 | -0/+1 |
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2015-08-31 | 1 | -5/+3 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | tile: Reorganize _switch_to() | Chris Metcalf | 2015-08-08 | 1 | -0/+2 |
| * | | | sched, tile: Remove finish_arch_switch | Chris Metcalf | 2015-08-04 | 1 | -7/+3 |
| | |/
| |/| |
|
* / | | mm: clean up per architecture MM hook header files | Laurent Dufour | 2015-07-17 | 2 | -15/+1 |
|/ / |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile | Linus Torvalds | 2015-06-30 | 10 | -69/+133 |
|\ \ |
|
| * | | tile: improve stack backtrace | Chris Metcalf | 2015-05-11 | 3 | -10/+6 |
| * | | tile: support delivering NMIs for multicore backtrace | Chris Metcalf | 2015-05-11 | 3 | -1/+72 |
| * | | tile: add <asm/word-at-a-time.h> and enable support functions | Chris Metcalf | 2015-04-30 | 2 | -56/+46 |
| * | | tile: use READ_ONCE() in arch_spin_is_locked() | Chris Metcalf | 2015-04-28 | 2 | -2/+9 |
* | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2015-06-26 | 1 | -9/+0 |
|\ \ \ |
|
| * | | | mm/hugetlb: remove arch_prepare/release_hugepage from arch headers | Dominik Dingel | 2015-06-25 | 1 | -9/+0 |
* | | | | Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-block | Linus Torvalds | 2015-06-25 | 1 | -1/+0 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | remove scatterlist.h generation from arch Kbuild files | Christoph Hellwig | 2015-05-19 | 1 | -1/+0 |
| |/ / |
|
* | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2015-06-24 | 3 | -8/+19 |
|\ \ \ |
|
| * | | | mm: clarify that the function operates on hugepage pte | Aneesh Kumar K.V | 2015-06-24 | 1 | -4/+4 |
| * | | | mm/hugetlb: reduce arch dependent code about hugetlb_prefault_arch_hook | Zhang Zhen | 2015-06-24 | 1 | -4/+0 |
| * | | | mm: new mm hook framework | Laurent Dufour | 2015-06-24 | 1 | -0/+15 |
* | | | | Merge tag 'edac_for_4.2_2' of git://git.kernel.org/pub/scm/linux/kernel/git/b... | Linus Torvalds | 2015-06-24 | 1 | -29/+0 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | EDAC: Cleanup atomic_scrub mess | Borislav Petkov | 2015-05-28 | 1 | -29/+0 |
| |/ / |
|
* | | | Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-06-22 | 1 | -1/+1 |
|\ \ \ |
|
| | \ \ | |
| | \ \ | |
| *-. \ \ | Merge branches 'x86/apic', 'x86/asm', 'x86/mm' and 'x86/platform' into x86/co... | Ingo Molnar | 2015-06-22 | 2 | -4/+1 |
| |\ \ \ \
| | |_|/ /
| |/| | /
| | | |/ |
|
| | | * | video/fbdev, asm/io.h: Remove ioremap_writethrough() | Toshi Kani | 2015-06-07 | 1 | -1/+0 |
| | | * | arch/*/io.h: Add ioremap_wt() to all architectures | Toshi Kani | 2015-06-07 | 1 | -0/+1 |
| | |/
| |/| |
|
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2015-06-22 | 2 | -7/+13 |
|\ \ \
| |_|/
|/| | |
|
| * | | sched/topology: Rename topology_thread_cpumask() to topology_sibling_cpumask() | Bartosz Golaszewski | 2015-05-27 | 1 | -1/+1 |
| * | | mm/uaccess, mm/fault: Clarify that uaccess may only sleep if pagefaults are e... | David Hildenbrand | 2015-05-19 | 1 | -6/+12 |
| |/ |
|
* / | arch: Remove __ARCH_HAVE_CMPXCHG | Thomas Gleixner | 2015-05-13 | 1 | -3/+0 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile | Linus Torvalds | 2015-04-17 | 6 | -5/+28 |
|\ |
|
| * | tile: nohz: warn if nohz_full uses hypervisor shared cores | Chris Metcalf | 2015-04-17 | 1 | -1/+5 |
| * | tile: ftrace: fix function_graph tracer issues | Tony Lu | 2015-04-17 | 1 | -0/+2 |
| * | tile: support CONTEXT_TRACKING and thus NOHZ_FULL | Chris Metcalf | 2015-04-17 | 1 | -3/+6 |
| * | tile: support arch_irq_work_raise | Chris Metcalf | 2015-04-17 | 3 | -1/+15 |
* | | Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-04-15 | 1 | -2/+0 |
|\ \ |
|
| * | | tile: Remove signal translation and exec_domain | Richard Weinberger | 2015-04-12 | 1 | -2/+0 |
| |/ |
|
* / | ptp: tilegx: convert to the 64 bit get/set time methods. | Richard Cochran | 2015-03-31 | 1 | -2/+2 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile | Linus Torvalds | 2015-02-13 | 2 | -20/+21 |
|\ |
|
| * | tile: enable sparse checks for get/put_user | Chris Metcalf | 2015-01-13 | 1 | -8/+11 |
| * | tile: fix put_user sparse errors | Chris Metcalf | 2015-01-13 | 1 | -9/+9 |
| * | tile: default to little endian on older toolchains | Chris Metcalf | 2015-01-13 | 1 | -3/+1 |
* | | all arches, signal: move restart_block to struct task_struct | Andy Lutomirski | 2015-02-12 | 1 | -4/+0 |
* | | mm: make FIRST_USER_ADDRESS unsigned long on all archs | Kirill A. Shutemov | 2015-02-11 | 1 | -1/+1 |
* | | tile: drop pte_file()-related helpers | Kirill A. Shutemov | 2015-02-10 | 1 | -11/+0 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile | Linus Torvalds | 2014-12-16 | 5 | -16/+25 |
|\ |
|
| * | tile: avoid undefined behavior with regs[TREG_TP] etc | Chris Metcalf | 2014-11-13 | 2 | -10/+20 |