| Age | Commit message (Expand) | Author | Files | Lines |
| 2015-09-23 | atomic, arch: Audit atomic_{read,set}() |  Peter Zijlstra | 1 | -2/+2 |
| 2015-09-10 | dma-mapping: consolidate dma_set_mask |  Christoph Hellwig | 1 | -11/+0 |
| 2015-09-10 | dma-mapping: consolidate dma_supported |  Christoph Hellwig | 1 | -6/+0 |
| 2015-09-10 | dma-mapping: cosolidate dma_mapping_error |  Christoph Hellwig | 1 | -9/+0 |
| 2015-09-10 | dma-mapping: consolidate dma_{alloc,free}_noncoherent |  Christoph Hellwig | 1 | -3/+0 |
| 2015-09-10 | dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent} |  Christoph Hellwig | 1 | -31/+0 |
| 2015-09-08 | Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm |  Linus Torvalds | 1 | -0/+1 |
| 2015-09-03 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -69/+4 |
| 2015-08-29 | Merge tag 'v4.2' into for_next |  Chris Zankel | 2 | -15/+1 |
| 2015-08-17 | xtensa: implement fake NMI |  Max Filippov | 4 | -10/+57 |
| 2015-08-17 | xtensa: fix kernel register spilling |  Max Filippov | 1 | -10/+19 |
| 2015-08-17 | xtensa: move oprofile stack tracing to stacktrace.c |  Max Filippov | 1 | -0/+8 |
| 2015-08-17 | xtensa: reimplement DMA API using common helpers |  Max Filippov | 3 | -148/+58 |
| 2015-08-14 | arch: introduce memremap() |  Dan Williams | 1 | -0/+1 |
| 2015-07-27 | atomic: Collapse all atomic_{set,clear}_mask definitions |  Peter Zijlstra | 1 | -10/+0 |
| 2015-07-27 | atomic: Provide atomic_{or,xor,and} |  Peter Zijlstra | 1 | -2/+0 |
| 2015-07-27 | xtensa: Provide atomic_{or,xor,and} |  Peter Zijlstra | 1 | -69/+16 |
| 2015-07-17 | mm: clean up per architecture MM hook header files |  Laurent Dufour | 2 | -15/+1 |
| 2015-07-08 | Make asm/word-at-a-time.h available on all architectures |  Chris Metcalf | 1 | -0/+1 |
| 2015-06-25 | Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-block |  Linus Torvalds | 2 | -2/+1 |
| 2015-06-24 | mm: new mm hook framework |  Laurent Dufour | 1 | -0/+15 |
| 2015-06-24 | xtensa: use for_each_sg() |  Akinobu Mita | 1 | -7/+12 |
| 2015-06-22 | Merge branches 'x86/apic', 'x86/asm', 'x86/mm' and 'x86/platform' into x86/core, to merge last updates |  Ingo Molnar | 2 | -0/+14 |
| 2015-06-07 | arch/*/io.h: Add ioremap_wt() to all architectures |  Toshi Kani | 1 | -0/+1 |
| 2015-05-25 | xtensa: Provide dummy dma_alloc_attrs() and dma_free_attrs() |  Guenter Roeck | 1 | -0/+13 |
| 2015-05-19 | remove scatterlist.h generation from arch Kbuild files |  Christoph Hellwig | 1 | -1/+0 |
| 2015-05-05 | remove <asm/scatterlist.h> |  Christoph Hellwig | 1 | -1/+1 |
| 2015-04-12 | xtensa: Remove signal translation and exec_domain |  Richard Weinberger | 1 | -2/+0 |
| 2015-04-12 | xtensa: Autogenerate offsets in struct thread_info |  Richard Weinberger | 1 | -11/+0 |
| 2015-02-18 | Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic |  Linus Torvalds | 1 | -45/+45 |
| 2015-02-12 | all arches, signal: move restart_block to struct task_struct |  Andy Lutomirski | 1 | -5/+0 |
| 2015-02-11 | mm: make FIRST_USER_ADDRESS unsigned long on all archs |  Kirill A. Shutemov | 1 | -1/+1 |
| 2015-02-10 | xtensa: drop _PAGE_FILE and pte_file()-related helpers |  Kirill A. Shutemov | 1 | -10/+0 |
| 2015-01-13 | xtensa: macro whitespace fixes |  Michael S. Tsirkin | 1 | -45/+45 |
| 2014-12-16 | Merge tag 'xtensa-next-20141215' of git://github.com/czankel/xtensa-linux |  Linus Torvalds | 9 | -22/+59 |
| 2014-12-15 | xtensa/uaccess: fix sparse errors |  Michael S. Tsirkin | 1 | -2/+2 |
| 2014-12-15 | Merge tag 'xtensa-for-next-20141213' of git://github.com/jcmvbkbc/linux-xtensa into for_next |  Chris Zankel | 1 | -1/+1 |
| 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-12-09 | Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic |  Linus Torvalds | 1 | -7/+0 |
| 2014-12-09 | xtensa: fix kmap_prot definition |  Max Filippov | 1 | -1/+1 |
| 2014-11-10 | Merge tag 'xtensa-for-next-20141021-2' of git://github.com/jcmvbkbc/linux-xtensa into for_next |  Chris Zankel | 7 | -19/+56 |
| 2014-10-23 | Merge tag 'xtensa-for-next-20141021-1' of git://github.com/jcmvbkbc/linux-xtensa into for_next |  Chris Zankel | 1 | -0/+2 |
| 2014-10-21 | xtensa: nommu: clean up memory map dump |  Max Filippov | 1 | -5/+5 |
| 2014-10-21 | xtensa: nommu: set up cache and atomctl in initialize_mmu |  Max Filippov | 1 | -1/+36 |
| 2014-10-21 | xtensa: move vecbase SR initialization to _startup |  Max Filippov | 1 | -3/+0 |
| 2014-10-21 | xtensa: nommu: fix load address definitions |  Max Filippov | 1 | -3/+4 |
| 2014-10-21 | xtensa: nommu: don't build most of the cache flushing code |  Max Filippov | 2 | -3/+4 |
| 2014-10-21 | xtensa: nommu: provide _PAGE_CHG_MASK definition |  Max Filippov | 1 | -0/+1 |
| 2014-10-21 | xtensa: nommu: provide __invalidate_dcache_page_alias stub |  Max Filippov | 1 | -0/+2 |