| Age | Commit message (Expand) | Author | Files | Lines |
| 2016-07-25 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 2 | -6/+56 |
| 2016-06-24 | tree wide: get rid of __GFP_REPEAT for order-0 allocations part I |  Michal Hocko | 1 | -1/+1 |
| 2016-06-16 | locking/atomic: Remove linux/atomic.h:atomic_fetch_or() |  Peter Zijlstra | 1 | -2/+0 |
| 2016-06-16 | locking/atomic, arch/xtensa: Implement atomic_fetch_{add,sub,and,or,xor}() |  Peter Zijlstra | 1 | -4/+50 |
| 2016-06-14 | locking/spinlock, arch: Update and fix spin_unlock_wait() implementations |  Peter Zijlstra | 1 | -2/+8 |
| 2016-04-13 | locking/rwsem, xtensa: Drop superfluous arch specific implementation |  Michal Hocko | 2 | -121/+1 |
| 2016-04-13 | locking/rwsem: Drop explicit memory barriers |  Michal Hocko | 1 | -12/+2 |
| 2016-03-20 | Merge tag 'xtensa-next-20160320' of git://github.com/czankel/xtensa-linux |  Linus Torvalds | 9 | -21/+107 |
| 2016-03-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next |  Linus Torvalds | 2 | -7/+7 |
| 2016-03-17 | Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio |  Linus Torvalds | 1 | -4/+0 |
| 2016-03-13 | ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned short |  Alexander Duyck | 1 | -1/+1 |
| 2016-03-13 | ipv4: Update parameters for csum_tcpudp_magic to their original types |  Alexander Duyck | 1 | -6/+4 |
| 2016-03-11 | xtensa: support hardware breakpoints/watchpoints |  Max Filippov | 7 | -5/+77 |
| 2016-03-11 | xtensa: use context structure for debug exceptions |  Max Filippov | 1 | -0/+9 |
| 2016-03-07 | PCI: Move pci_dma_* helpers to common code |  Christoph Hellwig | 1 | -3/+0 |
| 2016-02-25 | net: Facility to report route quality of connected sockets |  Tom Herbert | 1 | -0/+2 |
| 2016-02-16 | gpio: Remove unused asm/gpio.h files |  Bjorn Helgaas | 1 | -4/+0 |
| 2016-01-20 | dma-mapping: remove <asm-generic/dma-coherent.h> |  Christoph Hellwig | 1 | -2/+0 |
| 2016-01-20 | dma-mapping: always provide the dma_map_ops based implementation |  Christoph Hellwig | 1 | -2/+0 |
| 2016-01-20 | mm: arch: remove duplicate definitions of MADV_FREE |  Guenter Roeck | 1 | -1/+0 |
| 2016-01-18 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost |  Linus Torvalds | 1 | -2/+2 |
| 2016-01-15 | arch/*/include/uapi/asm/mman.h: : let MADV_FREE have same value for all architectures |  Chen Gang | 1 | -0/+1 |
| 2016-01-15 | mm: define MADV_FREE for some arches |  Minchan Kim | 1 | -0/+1 |
| 2016-01-12 | xtensa: define __smp_xxx |  Michael S. Tsirkin | 1 | -2/+2 |
| 2016-01-11 | xtensa: support ioremap for memory outside KIO region |  Max Filippov | 1 | -3/+13 |
| 2016-01-11 | xtensa: use XTENSA_INT_LEVEL macro in asm/timex.h |  Max Filippov | 1 | -6/+3 |
| 2016-01-11 | xtensa: make fake NMI configurable |  Max Filippov | 1 | -7/+5 |
| 2016-01-04 | soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPF |  Craig Gallek | 1 | -0/+3 |
| 2015-11-09 | Merge tag 'xtensa-20151108' of git://github.com/czankel/xtensa-linux |  Linus Torvalds | 8 | -123/+80 |
| 2015-11-09 | xtensa: implement dma_to_phys and phys_to_dma |  Max Filippov | 1 | -0/+10 |
| 2015-11-09 | xtensa: support DMA to high memory |  Max Filippov | 1 | -3/+8 |
| 2015-11-05 | mm: mlock: add mlock flags to enable VM_LOCKONFAULT usage |  Eric B Munson | 1 | -0/+6 |
| 2015-11-03 | Revert "xtensa: cache inquiry and unaligned cache handling functions" |  Max Filippov | 1 | -95/+0 |
| 2015-11-03 | xtensa: drop unused sections and remapped reset handlers |  Max Filippov | 1 | -4/+0 |
| 2015-11-03 | xtensa: fix secondary core boot in SMP |  Max Filippov | 1 | -4/+5 |
| 2015-11-02 | xtensa: nommu: provide correct KIO addresses |  Max Filippov | 2 | -10/+14 |
| 2015-11-02 | xtensa: nommu: fix USER_RING definition |  Max Filippov | 1 | -0/+4 |
| 2015-11-02 | xtensa: fix build for configs without cache options |  Max Filippov | 2 | -4/+35 |
| 2015-11-02 | xtensa: fixes for configs without loop option |  Max Filippov | 1 | -3/+4 |
| 2015-10-06 | Merge tag 'v4.3-rc4' into locking/core, to pick up fixes before applying new changes |  Ingo Molnar | 1 | -0/+1 |
| 2015-10-04 | Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile |  Linus Torvalds | 1 | -0/+1 |
| 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 |