summaryrefslogtreecommitdiff
path: root/arch/ia64
AgeCommit message (Expand)Author
2021-07-20ia64: mca_drv: fix incorrect array size calculationArnd Bergmann
2021-04-28ia64: fix discontig.c section mismatchesRandy Dunlap
2021-04-16ia64: fix user_stack_pointer() for ptrace()Sergei Trofimovich
2021-04-10ia64: mca: allocate early mca with GFP_ATOMICSergei Trofimovich
2021-03-30ia64: fix ptrace(PTRACE_SYSCALL_INFO_EXIT) signSergei Trofimovich
2021-03-30ia64: fix ia64_syscall_get_set_arguments() for break-based syscallsSergei Trofimovich
2020-11-10ia64: fix build error with !COREDUMPKrzysztof Kozlowski
2019-10-05ia64:unwind: fix double free for mod->arch.init_unw_tablechenzefeng
2019-07-10bug.h: work around GCC PR82365 in BUG()Arnd Bergmann
2019-06-22ia64: fix build errors by exporting paddr_to_nid()Randy Dunlap
2018-12-17mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes
2018-11-27kbuild: Consolidate header generation from ASM offset informationMatthias Kaehlcke
2018-05-26futex: Remove duplicated code and fix undefined behaviourJiri Slaby
2018-03-24ia64: fix module loading for gcc-5.4Sergei Trofimovich
2016-09-24ia64: copy_from_user() should zero the destination on access_ok() failureAl Viro
2016-04-12ia64: define ioremap_uc()Luis R. Rodriguez
2015-12-14[IA64] Enable mlock2 syscall for ia64Tony Luck
2015-11-04Merge tag 'pm+acpi-4.4-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-11-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2015-10-28[IA64] Wire up kcmp syscallÉmeric MASCHINO
2015-10-16ia64/PCI/ACPI: Use common interface to support PCI host bridgeJiang Liu
2015-10-16ia64/PCI: Use common struct resource_entry to replace struct iospace_resourceJiang Liu
2015-10-16ia64/PCI/ACPI: Use common ACPI resource parsing interface for host bridgeJiang Liu
2015-10-06Merge tag 'v4.3-rc4' into locking/core, to pick up fixes before applying new ...Ingo Molnar
2015-10-04Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetc...Linus Torvalds
2015-09-25Merge tag 'pci-v4.3-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-09-23atomic, arch: Audit atomic_{read,set}()Peter Zijlstra
2015-09-15ia64: Enable userfaultfd and membarrier system callsLuck, Tony
2015-09-15PCI: Revert "PCI: Call pci_read_bridge_bases() from core instead of arch code"Bjorn Helgaas
2015-09-10dma-mapping: consolidate dma_set_maskChristoph Hellwig
2015-09-10dma-mapping: consolidate dma_supportedChristoph Hellwig
2015-09-10dma-mapping: cosolidate dma_mapping_errorChristoph Hellwig
2015-09-10dma-mapping: consolidate dma_{alloc,free}_noncoherentChristoph Hellwig
2015-09-10dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent}Christoph Hellwig
2015-09-10kexec: split kexec_load syscall from kexec core codeDave Young
2015-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-09-08mm: rename alloc_pages_exact_node() to __alloc_pages_node()Vlastimil Babka
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-09-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2015-09-01Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2015-09-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-08-31Merge tag 'pci-v4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-08-27mm: ZONE_DEVICE for "device memory"Dan Williams
2015-08-14arch: introduce memremap()Dan Williams
2015-08-12Merge branch 'locking/arch-atomic' into locking/core, because it's ready for ...Ingo Molnar
2015-08-10arch, drivers: don't include <asm/io.h> directly, use <linux/io.h> insteadDan Williams
2015-08-07mm: tlb.c: Fix error messageNik Nyby
2015-08-03locking, arch: use WRITE_ONCE()/READ_ONCE() in smp_store_release()/smp_load_a...Andrey Konovalov
2015-07-30Merge branch 'linus' into irq/coreThomas Gleixner
2015-07-27atomic: Provide atomic_{or,xor,and}Peter Zijlstra