aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64
Commit message (Expand)AuthorAge
...
| * | | asm-generic: generalize asm/sockios.hArnd Bergmann2019-04-19
* | | | Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-07
|\ \ \ \
| * | | | syscall_get_arch: add "struct task_struct *" argumentDmitry V. Levin2019-03-20
| | |_|/ | |/| |
* | | | Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-05-07
|\ \ \ \
| * | | | acpi: Create subtable parsing infrastructureKeith Busch2019-04-04
* | | | | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2019-05-06
|\ \ \ \ \
| * | | | | ia64/mmiowb: Add unconditional mmiowb() to arch_spin_unlock()Will Deacon2019-04-08
| * | | | | arch: Use asm-generic header for asm/mmiowb.hWill Deacon2019-04-08
| |/ / / /
* | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-05-06
|\ \ \ \ \
| * \ \ \ \ Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2019-04-10
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archsWaiman Long2019-04-03
| * | | | | locking/rwsem: Remove arch specific rwsem filesWaiman Long2019-04-03
| | |/ / / | |/| | |
* | | | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-05-06
|\ \ \ \ \
| * | | | | efi: Unify DMI setup code over the arm/arm64, ia64 and x86 architecturesRobert Richter2019-03-29
| | |_|/ / | |/| | |
* | | | | Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-06
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | ia64/tlb: Eradicate tlb_migrate_finish() callbackPeter Zijlstra2019-04-03
| * | | | ia64/tlb: Convert to generic mmu_gatherPeter Zijlstra2019-04-03
| * | | | asm-generic/tlb, arch: Provide CONFIG_HAVE_MMU_GATHER_PAGE_SIZEPeter Zijlstra2019-04-03
| | |/ / | |/| |
* | | | Merge tag 'syscalls-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds2019-04-23
|\ \ \ \ | |_|_|/ |/| | |
| * | | arch: add pidfd and io_uring syscalls everywhereArnd Bergmann2019-04-15
| | |/ | |/|
* | | syscalls: Remove start and number from syscall_set_arguments() argsSteven Rostedt (VMware)2019-04-05
* | | syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)2019-04-05
| |/ |/|
* | KVM: export <linux/kvm_para.h> and <asm/kvm_para.h> iif KVM is supportedMasahiro Yamada2019-03-28
|/
* Merge tag 'kbuild-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2019-03-17
|\
| * kbuild: force all architectures except um to include mandatory-yMasahiro Yamada2019-03-16
| * kbuild: warn redundant generic-yMasahiro Yamada2019-03-16
| * ia64: prefix header search path with $(srctree)/Masahiro Yamada2019-03-13
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-03-16
|\ \ | |/ |/|
| * scsi: ia64: simscsi: use request tag instead of serial_numberHannes Reinecke2019-03-15
* | ia64: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-12
* | arch: don't memset(0) memory returned by memblock_alloc()Mike Rapoport2019-03-12
* | arch: use memblock_alloc() instead of memblock_alloc_from(size, align, 0)Mike Rapoport2019-03-12
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-06
|\ \
| * | ia64: perfmon: don't mark buffer pages as PG_reservedDavid Hildenbrand2019-03-06
| * | mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual2019-03-06
* | | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-05
|\ \ \ | |/ / |/| |
| * | Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/...Thomas Gleixner2019-02-10
| |\ \
| | * | y2038: add 64-bit time_t syscalls to all 32-bit architecturesArnd Bergmann2019-02-06
| * | | Merge tag 'y2038-syscall-cleanup' of git://git.kernel.org:/pub/scm/linux/kern...Thomas Gleixner2019-02-10
| |\| |
| | * | arch: add pkey and rseq syscall numbers everywhereArnd Bergmann2019-01-25
| | * | ia64: assign syscall numbers for perf and seccompArnd Bergmann2019-01-25
| | * | ia64: add statx and io_pgetevents syscallsArnd Bergmann2019-01-25
| | * | ia64: add __NR_umount2 definitionArnd Bergmann2019-01-25
| | |/
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-03-05
|\ \ \
| * | | arch: Use asm-generic/socket.h when possibleDeepa Dinamani2019-02-03
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-01-21
| |\| |
| * | | net: introduce SO_BINDTOIFINDEX sockoptDavid Herrmann2019-01-17
| | |/ | |/|
* | | get rid of legacy 'get_ds()' functionLinus Torvalds2019-03-04
| |/ |/|
* | ia64: remove redundant 'export AWK'Masahiro Yamada2019-01-16
|/
* arch: remove redundant UAPI generic-y definesMasahiro Yamada2019-01-05