| Age | Commit message (Expand) | Author | Files | Lines |
| 2016-10-25 | locking/mutex: Kill arch specific code |  Peter Zijlstra | 1 | -90/+0 |
| 2016-10-14 | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild |  Linus Torvalds | 1 | -0/+3 |
| 2016-10-14 | Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata |  Linus Torvalds | 1 | -4/+0 |
| 2016-10-07 | ia64: implement atomic64_dec_if_positive |  Vineet Gupta | 1 | -0/+16 |
| 2016-09-22 | libata: remove unused definitions from <asm/libata-portmap.h> |  Christoph Hellwig | 1 | -4/+0 |
| 2016-09-15 | Merge branch 'linus' into x86/asm, to pick up recent fixes |  Ingo Molnar | 1 | -20/+13 |
| 2016-09-14 | Merge branch 'uaccess-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs |  Linus Torvalds | 1 | -13/+10 |
| 2016-09-13 | ia64: copy_from_user() should zero the destination on access_ok() failure |  Al Viro | 1 | -14/+11 |
| 2016-09-06 | usercopy: fold builtin_const check into inline function |  Kees Cook | 1 | -8/+4 |
| 2016-08-24 | fork: Add generic vmalloced stack support |  Andy Lutomirski | 1 | -1/+1 |
| 2016-08-08 | Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux |  Linus Torvalds | 1 | -3/+15 |
| 2016-08-07 | ia64: move exports to definitions |  Al Viro | 1 | -0/+3 |
| 2016-08-05 | Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux |  Linus Torvalds | 1 | -10/+0 |
| 2016-08-04 | dma-mapping: use unsigned long for dma_attrs |  Krzysztof Kozlowski | 1 | -1/+0 |
| 2016-08-02 | signal: consolidate {TS,TLF}_RESTORE_SIGMASK code |  Andy Lutomirski | 1 | -28/+0 |
| 2016-07-26 | Merge branch 'akpm' (patches from Andrew) |  Linus Torvalds | 1 | -5/+26 |
| 2016-07-26 | Merge tag 'acpi-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm |  Linus Torvalds | 1 | -0/+3 |
| 2016-07-26 | mm/mmu_gather: track page size with mmu gather and force flush if page size change |  Aneesh Kumar K.V | 1 | -0/+12 |
| 2016-07-26 | mm: change the interface for __tlb_remove_page() |  Aneesh Kumar K.V | 1 | -5/+14 |
| 2016-07-26 | ia64/uaccess: Enable hardened usercopy |  Kees Cook | 1 | -3/+15 |
| 2016-07-25 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 4 | -36/+131 |
| 2016-07-25 | Merge branch 'acpi-numa' |  Rafael J. Wysocki | 1 | -0/+3 |
| 2016-06-24 | Clarify naming of thread info/stack allocators |  Linus Torvalds | 1 | -4/+4 |
| 2016-06-16 | locking/atomic, arch/ia64: Implement atomic{,64}_fetch_{add,sub,and,or,xor}() |  Peter Zijlstra | 1 | -16/+114 |
| 2016-06-14 | locking/spinlock, arch: Update and fix spin_unlock_wait() implementations |  Peter Zijlstra | 1 | -0/+4 |
| 2016-06-08 | locking/mutex: Optimize mutex_trylock() fast-path |  Peter Zijlstra | 1 | -1/+1 |
| 2016-06-08 | locking/rwsem: Remove rwsem_atomic_add() and rwsem_atomic_update() |  Jason Low | 1 | -7/+0 |
| 2016-06-08 | locking/rwsem: Convert sem->count to 'atomic_long_t' |  Jason Low | 1 | -12/+12 |
| 2016-06-04 | rtc: cmos: remove empty asm/mc146818rtc.h files |  Arnd Bergmann | 1 | -10/+0 |
| 2016-05-30 | ACPI / NUMA: Move acpi_numa_arch_fixup() to ia64 only |  Robert Richter | 1 | -0/+3 |
| 2016-05-17 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial |  Linus Torvalds | 2 | -3/+3 |
| 2016-05-16 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -1/+0 |
| 2016-04-18 | ia64: Fix misspellings in comments. |  Adam Buchbinder | 2 | -3/+3 |
| 2016-04-13 | locking/rwsem, ia64: Provide __down_write_killable() |  Michal Hocko | 1 | -3/+19 |
| 2016-03-31 | x86/cpufeature: Remove cpu_has_x2apic |  Borislav Petkov | 1 | -1/+0 |
| 2016-03-25 | [IA64] Enable preadv2 and pwritev2 syscalls for ia64 |  Tony Luck | 1 | -1/+1 |
| 2016-03-22 | ia64/extable: use generic search and sort routines |  Ard Biesheuvel | 1 | -5/+3 |
| 2016-03-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next |  Linus Torvalds | 1 | -10/+6 |
| 2016-03-18 | Merge branch 'akpm' (patches from Andrew) |  Linus Torvalds | 2 | -1/+2 |
| 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-17 | fix Christoph's email addresses |  Christoph Lameter | 1 | -1/+1 |
| 2016-03-17 | ia64: define ioremap_uc() |  Luis R. Rodriguez | 1 | -0/+1 |
| 2016-03-13 | ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned short |  Alexander Duyck | 1 | -2/+2 |
| 2016-03-13 | ipv4: Update parameters for csum_tcpudp_magic to their original types |  Alexander Duyck | 1 | -8/+4 |
| 2016-03-07 | PCI: Move pci_dma_* helpers to common code |  Christoph Hellwig | 1 | -2/+0 |
| 2016-02-16 | gpio: Remove unused asm/gpio.h files |  Bjorn Helgaas | 1 | -4/+0 |
| 2016-01-22 | [IA64] Enable copy_file_range syscall for ia64 |  Tony Luck | 1 | -1/+1 |
| 2016-01-20 | dma-mapping: always provide the dma_map_ops based implementation |  Christoph Hellwig | 1 | -2/+0 |
| 2016-01-18 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost |  Linus Torvalds | 1 | -17/+7 |
| 2016-01-15 | libnvdimm, pfn, pmem: allocate memmap array in persistent memory |  Dan Williams | 1 | -0/+1 |