aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64 (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-6/+27
2016-07-26Merge tag 'gpio-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-1/+0
2016-07-26Merge tag 'acpi-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds3-1/+5
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov1-1/+1
2016-07-26mm/mmu_gather: track page size with mmu gather and force flush if page size changeAneesh Kumar K.V1-0/+12
2016-07-26mm: change the interface for __tlb_remove_page()Aneesh Kumar K.V1-5/+14
2016-07-25Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-36/+131
2016-07-25Merge branch 'acpi-numa'Rafael J. Wysocki3-1/+5
2016-06-24fix up initial thread stack pointer vs thread_info confusionLinus Torvalds1-0/+1
2016-06-24Clarify naming of thread info/stack allocatorsLinus Torvalds2-5/+5
2016-06-16locking/atomic, arch/ia64: Implement atomic{,64}_fetch_{add,sub,and,or,xor}()Peter Zijlstra1-16/+114
2016-06-14locking/spinlock, arch: Update and fix spin_unlock_wait() implementationsPeter Zijlstra1-0/+4
2016-06-08locking/mutex: Optimize mutex_trylock() fast-pathPeter Zijlstra1-1/+1
2016-06-08locking/rwsem: Remove rwsem_atomic_add() and rwsem_atomic_update()Jason Low1-7/+0
2016-06-08locking/rwsem: Convert sem->count to 'atomic_long_t'Jason Low1-12/+12
2016-06-08ia64: remove ARCH_WANT_OPTIONAL_GPIOLIBLinus Walleij1-1/+0
2016-05-30ACPI / NUMA: Move acpi_numa_arch_fixup() to ia64 onlyRobert Richter3-1/+5
2016-05-26Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-3/+3
2016-05-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-9/+10
2016-05-20Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-1/+1
2016-05-20exit_thread: accept a task parameter to be exitedJiri Slaby2-9/+9
2016-05-20exit_thread: remove empty bodiesJiri Slaby1-0/+1
2016-05-19Merge tag 'please-pull-misc-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linuxLinus Torvalds6-19/+28
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds5-6/+6
2016-05-16Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2016-05-16Merge branch 'locking-rwsem-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+19
2016-05-05ia64/unaligned: Silence another GCC warning about an uninitialised variableMatt Fleming1-0/+1
2016-05-05ia64/traps: Silence GCC warning about uninitialised variableMatt Fleming1-0/+1
2016-05-05ia64: Reduce stack usage by iterating over nodemaskMatt Fleming1-12/+23
2016-05-05ia64/PCI: Remove unused 'addr' and fix build warningMatt Fleming1-1/+0
2016-05-05ia64/PCI: Fix incorrect PCI resource end addressMatt Fleming1-2/+2
2016-05-02ia64: Remove superfluous SMP function callAnna-Maria Gleixner1-4/+1
2016-04-30tty: Replace TTY_IO_ERROR bit tests with tty_io_error()Peter Hurley1-1/+1
2016-04-28efi: Get rid of the EFI_SYSTEM_TABLES status bitArd Biesheuvel1-2/+0
2016-04-20kbuild: drop redundant "PHONY += FORCE"Masahiro Yamada1-1/+1
2016-04-20kbuild: drop FORCE from PHONY targetsMasahiro Yamada1-2/+2
2016-04-18ia64: Fix misspellings in comments.Adam Buchbinder3-4/+4
2016-04-18Merge branch 'master' into for-nextJiri Kosina32-234/+143
2016-04-18arch/ia64/lib: Fix broken URL in commentsSina Hamedian2-2/+2
2016-04-13locking/rwsem, ia64: Provide __down_write_killable()Michal Hocko1-3/+19
2016-03-31x86/cpufeature: Remove cpu_has_x2apicBorislav Petkov1-1/+0
2016-03-25[IA64] Enable preadv2 and pwritev2 syscalls for ia64Tony Luck3-1/+5
2016-03-22ia64/extable: use generic search and sort routinesArd Biesheuvel2-101/+4
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-6/+10
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds3-14/+12
2016-03-18Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-2/+3
2016-03-17Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-4/+0
2016-03-17fix Christoph's email addressesChristoph Lameter1-1/+1
2016-03-17mm: cleanup *pte_alloc* interfacesKirill A. Shutemov1-1/+1
2016-03-17ia64: define ioremap_uc()Luis R. Rodriguez1-0/+1