Age | Commit message (Expand) | Author | Files | Lines |
2016-10-15 | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 2 | -23/+128 |
2016-10-14 | Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe... | Linus Torvalds | 1 | -23/+30 |
2016-10-14 | Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li... | Linus Torvalds | 1 | -7/+0 |
2016-10-12 | Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -4/+0 |
2016-10-08 | nmi_backtrace: generate one-line reports for idle cpus | Chris Metcalf | 1 | -0/+6 |
2016-10-08 | mm: move phys_mem_access_prot_allowed() declaration to pgtable.h | Baoyou Xie | 1 | -0/+3 |
2016-09-28 | exceptions: detritus removal | Al Viro | 1 | -4/+0 |
2016-09-22 | percpu: improve generic percpu modify-return implementation | Nicholas Piggin | 1 | -23/+30 |
2016-09-22 | libata: remove <asm-generic/libata-portmap.h> | Christoph Hellwig | 1 | -7/+0 |
2016-09-22 | kbuild: -ffunction-sections fix for archs with conflicting sections | Nicholas Piggin | 1 | -5/+10 |
2016-09-14 | Merge branch 'uaccess-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -7/+13 |
2016-09-14 | asm-generic: make get_user() clear the destination on errors | Al Viro | 1 | -3/+7 |
2016-09-10 | asm-generic: make copy_from_user() zero the destination properly | Al Viro | 1 | -4/+6 |
2016-09-09 | kbuild: allow archs to select link dead code/data elimination | Nicholas Piggin | 1 | -23/+29 |
2016-08-30 | mm/usercopy: get rid of CONFIG_DEBUG_STRICT_USER_COPY_CHECKS | Josh Poimboeuf | 1 | -0/+1 |
2016-08-10 | locking/qrwlock: Fix write unlock bug on big endian systems | pan xinhui | 1 | -2/+25 |
2016-08-08 | EXPORT_SYMBOL() for asm | Al Viro | 1 | -0/+94 |
2016-08-05 | Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni... | Linus Torvalds | 1 | -247/+0 |
2016-08-02 | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 1 | -1/+1 |
2016-07-27 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -11/+48 |
2016-07-27 | mm/mmu_gather: track page size with mmu gather and force flush if page size c... | Aneesh Kumar K.V | 1 | -6/+21 |
2016-07-27 | mm: change the interface for __tlb_remove_page() | Aneesh Kumar K.V | 1 | -11/+33 |
2016-07-26 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2 | -4/+75 |
2016-07-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 1 | -1/+9 |
2016-07-26 | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+2 |
2016-07-25 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 8 | -30/+166 |
2016-07-15 | vmlinux.lds: account for destructor sections | Dmitry Vyukov | 1 | -0/+4 |
2016-07-14 | sched/cputime: Count actually elapsed irq & softirq time | Rik van Riel | 1 | -0/+2 |
2016-07-07 | locking/atomic: Introduce inc/dec variants for the atomic_fetch_$op() API | Davidlohr Bueso | 1 | -0/+22 |
2016-06-20 | vmlinux.lds.h: replace config_enabled() with IS_ENABLED() | Masahiro Yamada | 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: Implement atomic{,64,_long}_fetch_{add,sub,and,andnot,or,xor}... | Peter Zijlstra | 3 | -5/+95 |
2016-06-14 | locking/spinlock, arch: Update and fix spin_unlock_wait() implementations | Peter Zijlstra | 1 | -1/+1 |
2016-06-14 | locking/barriers: Move smp_cond_load_acquire() to asm-generic/barrier.h | Peter Zijlstra | 1 | -0/+39 |
2016-06-13 | vmlinux.lds.h: allow arch specific handling of ro_after_init data section | Heiko Carstens | 1 | -1/+9 |
2016-06-08 | locking/qspinlock: Use atomic_sub_return_release() in queued_spin_unlock() | Pan Xinhui | 1 | -3/+2 |
2016-06-08 | locking/mutex: Optimize mutex_trylock() fast-path | Peter Zijlstra | 2 | -2/+6 |
2016-06-08 | locking/rwsem: Remove rwsem_atomic_add() and rwsem_atomic_update() | Jason Low | 1 | -16/+0 |
2016-06-08 | locking/rwsem: Convert sem->count to 'atomic_long_t' | Jason Low | 1 | -3/+3 |
2016-06-08 | locking/qspinlock: Fix spin_unlock_wait() some more | Peter Zijlstra | 1 | -36/+17 |
2016-06-04 | char/genrtc: remove the rest of the driver | Arnd Bergmann | 1 | -51/+0 |
2016-06-04 | rtc: cmos: move mc146818rtc code out of asm-generic/rtc.h | Arnd Bergmann | 1 | -201/+5 |
2016-05-31 | asm-generic/io.h: add io{read,write}64 accessors | Horia Geantă | 2 | -0/+71 |
2016-05-31 | asm-generic/io.h: allow barriers in io{read,write}{16,32}be | Horia Geantă | 1 | -4/+4 |
2016-05-26 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -2/+2 |
2016-05-21 | locking,qspinlock: Fix spin_is_locked() and spin_unlock_wait() | Peter Zijlstra | 1 | -1/+26 |
2016-05-20 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -0/+8 |
2016-05-20 | arch: fix has_transparent_hugepage() | Hugh Dickins | 1 | -0/+8 |
2016-05-20 | Merge tag 'iommu-updates-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -2/+2 |
2016-05-19 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 2 | -15/+14 |