| Age | Commit message (Expand) | Author | Files | Lines |
| 2016-07-28 | mm, vmscan: move LRU lists to node |  Mel Gorman | 1 | -4/+4 |
| 2016-07-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile |  Linus Torvalds | 6 | -17/+45 |
| 2016-07-26 | mm: do not pass mm_struct into handle_mm_fault |  Kirill A. Shutemov | 1 | -1/+1 |
| 2016-07-25 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 10 | -116/+203 |
| 2016-07-25 | tile: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFO |  James Hogan | 2 | -0/+3 |
| 2016-06-24 | Merge branch 'akpm' (patches from Andrew) |  Linus Torvalds | 1 | -1/+1 |
| 2016-06-24 | tile: get rid of superfluous __GFP_REPEAT |  Michal Hocko | 1 | -1/+1 |
| 2016-06-24 | Clarify naming of thread info/stack allocators |  Linus Torvalds | 2 | -2/+3 |
| 2016-06-24 | tile: support gcc 7 optimization to use __multi3 |  Chris Metcalf | 1 | -1/+5 |
| 2016-06-24 | locking/atomic, arch/tile: Fix tilepro build |  Peter Zijlstra | 4 | -35/+40 |
| 2016-06-16 | locking/atomic: Remove linux/atomic.h:atomic_fetch_or() |  Peter Zijlstra | 1 | -2/+0 |
| 2016-06-16 | locking/atomic, arch/tile: Implement atomic{,64}_fetch_{add,sub,and,or,xor}() |  Peter Zijlstra | 6 | -94/+159 |
| 2016-06-15 | tile 32-bit big-endian: fix bugs in syscall argument order |  Chris Metcalf | 2 | -16/+32 |
| 2016-06-14 | tile/ptrace: run seccomp after ptrace |  Kees Cook | 1 | -5/+6 |
| 2016-06-14 | seccomp: Add a seccomp_data parameter secure_computing() |  Andy Lutomirski | 1 | -1/+1 |
| 2016-06-14 | locking/spinlock, arch: Update and fix spin_unlock_wait() implementations |  Peter Zijlstra | 2 | -0/+12 |
| 2016-06-14 | locking/barriers, tile: Provide TILE specific smp_acquire__after_ctrl_dep() |  Peter Zijlstra | 1 | -0/+7 |
| 2016-06-07 | tile: allow disabling CONFIG_EARLY_PRINTK |  Chris Metcalf | 1 | -0/+5 |
| 2016-05-25 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -3/+3 |
| 2016-05-24 | Merge tag 'asm-generic-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic |  Linus Torvalds | 1 | -0/+1 |
| 2016-05-23 | Merge branch 'akpm' (patches from Andrew) |  Linus Torvalds | 2 | -2/+0 |
| 2016-05-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile |  Linus Torvalds | 7 | -50/+50 |
| 2016-05-23 | arch/defconfig: remove CONFIG_RESOURCE_COUNTERS |  Konstantin Khlebnikov | 2 | -2/+0 |
| 2016-05-23 | Fix typo |  Andrea Gelmini | 1 | -2/+2 |
| 2016-05-23 | Fix typo |  Andrea Gelmini | 1 | -2/+2 |
| 2016-05-23 | Fix typo |  Andrea Gelmini | 1 | -1/+1 |
| 2016-05-20 | printk/nmi: generic solution for safe printk in NMI |  Petr Mladek | 1 | -0/+1 |
| 2016-05-20 | exit_thread: accept a task parameter to be exited |  Jiri Slaby | 1 | -2/+2 |
| 2016-05-20 | exit_thread: remove empty bodies |  Jiri Slaby | 1 | -0/+1 |
| 2016-05-19 | arch: fix has_transparent_hugepage() |  Hugh Dickins | 1 | -1/+0 |
| 2016-05-19 | tile: mm: use hugetlb_bad_size() |  Vaishali Thakkar | 1 | -1/+6 |
| 2016-05-19 | include/linux/nodemask.h: create next_node_in() helper |  Andrew Morton | 1 | -3/+1 |
| 2016-05-19 | mm: rename _count, field of the struct page, to _refcount |  Joonsoo Kim | 1 | -1/+1 |
| 2016-05-16 | perf core: Pass max stack as a perf_callchain_entry context |  Arnaldo Carvalho de Melo | 1 | -3/+3 |
| 2016-05-09 | net: dsa: mv88e6xxx: factorize the switch driver |  Vivien Didelot | 2 | -4/+2 |
| 2016-05-05 | asm-generic: Drop renameat syscall from default list |  James Hogan | 1 | -0/+1 |
| 2016-04-28 | tile: sort the "select" lines in the TILE/TILEGX configs |  Chris Metcalf | 1 | -39/+28 |
| 2016-04-26 | tile: clarify barrier semantics of atomic_add_return |  Chris Metcalf | 1 | -2/+15 |
| 2016-04-26 | tile/defconfigs: Remove CONFIG_IPV6_PRIVACY |  Borislav Petkov | 2 | -2/+0 |
| 2016-03-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile |  Linus Torvalds | 3 | -22/+22 |
| 2016-03-25 | arch, ftrace: for KASAN put hard/soft IRQ entries into separate sections |  Alexander Potapenko | 1 | -0/+1 |
| 2016-03-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next |  Linus Torvalds | 2 | -2/+2 |
| 2016-03-18 | Merge branch 'akpm' (patches from Andrew) |  Linus Torvalds | 2 | -5/+8 |
| 2016-03-17 | mm: cleanup *pte_alloc* interfaces |  Kirill A. Shutemov | 1 | -1/+1 |
| 2016-03-17 | tile: query dynamic DEBUG_PAGEALLOC setting |  Joonsoo Kim | 1 | -4/+7 |
| 2016-03-17 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security |  Linus Torvalds | 2 | -2/+0 |
| 2016-03-16 | Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci |  Linus Torvalds | 2 | -7/+0 |
| 2016-03-15 | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -1/+1 |
| 2016-03-15 | Merge branches 'pci/aer', 'pci/enumeration', 'pci/kconfig', 'pci/misc', 'pci/virtualization' and 'pci/vpd' into next |  Bjorn Helgaas | 2 | -7/+0 |
| 2016-03-14 | dsa: Rename mv88e6123_61_65 to mv88e6123 to be consistent |  Andrew Lunn | 2 | -2/+2 |