summaryrefslogtreecommitdiffstats
path: root/arch/ia64
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2020-08-091-34/+0
|\
| * kill unused dump_fpu() instancesAl Viro2020-07-271-34/+0
| * Merge branch 'work.fdpic' into regset.followupAl Viro2020-07-271-2/+0
| |\
* | \ Merge branch 'work.fdpic' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2020-08-071-2/+0
|\ \ \ | | |/ | |/|
| * | kill elf_fpxregs_tAl Viro2020-07-271-2/+0
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-079-34/+1
|\ \ \
| * | | mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport2020-08-071-1/+0
| * | | mm/sparsemem: enable vmem_altmap support in vmemmap_populate_basepages()Anshuman Khandual2020-08-071-1/+1
| * | | asm-generic: pgalloc: provide generic pgd_free()Mike Rapoport2020-08-071-5/+0
| * | | asm-generic: pgalloc: provide generic pud_alloc_one() and pud_free_one()Mike Rapoport2020-08-071-9/+0
| * | | asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()Mike Rapoport2020-08-071-10/+0
| * | | mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-078-8/+0
* | | | Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-08-071-254/+142
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | ia64: switch to ->regset_get()Al Viro2020-07-271-91/+58
| * | [ia64] access_uarea(): don't bother with fpregs_[gs]et()Al Viro2020-06-261-9/+33
| * | [ia64] access_uarea(): stop bothering with gpregs_[gs]et()Al Viro2020-06-261-9/+8
| * | [ia64] regularize do_gpregs_[gs]et()Al Viro2020-06-261-124/+31
| * | [ia64] teach elf_access_reg() to handle the missing range (r16..r31)Al Viro2020-06-261-2/+4
| * | [ia64] sanitize elf_access_gpreg()Al Viro2020-06-261-34/+23
| |/
* | Merge tag 'docs-5.9' of git://git.lwn.net/linuxLinus Torvalds2020-08-041-6/+6
|\ \
| * | docs: fix references for DMA*.txt filesMauro Carvalho Chehab2020-06-261-6/+6
| |/
* | Merge tag 'dma-mapping-5.9' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-08-041-0/+1
|\ \
| * | dma-mapping: make support for dma ops optionalChristoph Hellwig2020-07-191-0/+1
* | | Merge tag 'close-range-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-041-0/+1
|\ \ \
| * | | arch: wire-up close_range()Christian Brauner2020-06-171-0/+1
| | |/ | |/|
* | | Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...Linus Torvalds2020-08-042-25/+36
|\ \ \
| * | | arch: rename copy_thread_tls() back to copy_thread()Christian Brauner2020-07-041-4/+3
| * | | arch: remove HAVE_COPY_THREAD_TLSChristian Brauner2020-07-041-1/+0
| * | | ia64: enable HAVE_COPY_THREAD_TLS, switch to kernel_clone_argsChristian Brauner2020-06-233-26/+39
| | |/ | |/|
* | | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-043-3/+3
|\ \ \
| * | | treewide: Remove uninitialized_var() usageKees Cook2020-07-163-3/+3
| |/ /
* | | Merge branch 'locking/header'Peter Zijlstra2020-07-291-1/+0
|\ \ \ | |/ / |/| |
| * | locking/atomic: Move ATOMIC_INIT into linux/types.hHerbert Xu2020-07-291-1/+0
| |/
* | Merge branch 'hch' (maccess patches from Christoph Hellwig)Linus Torvalds2020-06-182-4/+4
|\ \
| * | maccess: make get_kernel_nofault() check for minimal type compatibilityLinus Torvalds2020-06-181-1/+1
| * | maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig2020-06-181-1/+1
| * | maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig2020-06-171-3/+3
| |/
* / ia64: kernel: unwind_i.h: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-151-1/+1
|/
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-3/+3
* kbuild: fix broken builds because of GZIP,BZIP2,LZOP variablesDenis Efremov2020-06-111-1/+1
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-1/+1
* mmap locking API: convert mmap_sem API commentsMichel Lespinasse2020-06-091-1/+1
* mmap locking API: rename mmap_sem to mmap_lockMichel Lespinasse2020-06-091-2/+2
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-093-14/+14
* mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport2020-06-091-32/+1
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-0910-12/+11
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-0912-12/+11
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-096-6/+0
* kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov2020-06-092-10/+3
* ia64: add show_stack_loglvl()Dmitry Safonov2020-06-091-3/+10