aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-16drivers: remove the SGI SN2 IOC3 base supportChristoph Hellwig2-3/+0
2019-08-16misc/sgi-xp: remove SGI SN2 supportChristoph Hellwig1-4/+0
2019-08-16tty/serial: remove the ioc3_serial driverChristoph Hellwig1-1/+0
2019-08-16tty/serial: remove the ioc4_serial driverChristoph Hellwig2-2/+0
2019-08-16tty/serial: remove the sn_console driverChristoph Hellwig3-9/+0
2019-08-16ide: remove the sgiioc4 driverChristoph Hellwig2-2/+0
2019-08-16char/agp: remove the sgi-agp driverChristoph Hellwig2-2/+0
2019-08-16char: remove the SGI tiocx/mbcs driverChristoph Hellwig4-574/+0
2019-08-16char: remove the SGI snsc driverChristoph Hellwig2-2/+0
2019-08-12ia64/kprobes: remove the unused ia64_get_bsp_cfm functionChristoph Hellwig1-26/+0
2019-08-12ia64: annotate switch fallthroughs in ia64_handle_unalignedChristoph Hellwig1-3/+3
2019-08-12ia64: annotate a switch fallthrough in ia64_do_signalChristoph Hellwig1-5/+5
2019-08-06ia64:unwind: fix double free for mod->arch.init_unw_tablechenzefeng1-2/+6
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-7/+10
2019-07-18mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVEDavid Hildenbrand1-2/+0
2019-07-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-23/+1
2019-07-16mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()Anshuman Khandual1-23/+1
2019-07-16Merge tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds4-4/+4
2019-07-15docs: ia64: convert to ReSTMauro Carvalho Chehab4-4/+4
2019-07-15arch: mark syscall number 435 reserved for clone3Christian Brauner1-0/+1
2019-07-11Merge tag 'tty-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-2/+0
2019-07-10Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-0/+1
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds5-21/+21
2019-07-08Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2019-07-08Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-10/+10
2019-07-08Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-14/+6
2019-06-28arch: wire-up pidfd_open()Christian Brauner1-0/+1
2019-06-24Merge tag 'v5.2-rc6' into sched/core, to refresh the branchIngo Molnar8-39/+8
2019-06-23smp: Remove smp_call_function() and on_each_cpu() return valuesNadav Amit2-14/+6
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner5-20/+5
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-13/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230Thomas Gleixner2-6/+2
2019-06-17Merge tag 'v5.2-rc5' into sched/core, to pick up fixesIngo Molnar1-2/+1
2019-06-17Merge tag 'v5.2-rc5' into locking/core, to pick up fixesIngo Molnar1-2/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner1-2/+1
2019-06-03Merge 5.2-rc3 into tty-nextGreg Kroah-Hartman38-178/+38
2019-06-03locking/atomic, ia64: Use s64 for atomic64Mark Rutland1-10/+10
2019-06-03sched/core: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior1-1/+1
2019-05-31Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds17-160/+17
2019-05-30treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman2-0/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner2-8/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 193Thomas Gleixner1-4/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner9-134/+9
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner3-14/+3
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman4-14/+14
2019-05-28ia64: fix build errors by exporting paddr_to_nid()Randy Dunlap1-0/+1
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman2-4/+4
2019-05-27signal: Remove task parameter from force_sigsegvEric W. Biederman1-3/+3
2019-05-25vfs: Convert ia64 perfmon to use the new mount APIDavid Howells1-7/+10
2019-05-25mount_pseudo(): drop 'name' argument, switch to d_make_root()Al Viro1-1/+1