summaryrefslogtreecommitdiffstats
path: root/arch/alpha
Commit message (Expand)AuthorAgeFilesLines
* y2038: rusage: use __kernel_old_timevalArnd Bergmann2024-03-151-1/+1
* alpha: remove __init annotation from exported page_is_ram()Masahiro Yamada2023-08-161-2/+1
* init: Remove check_bugs() leftoversThomas Gleixner2023-08-081-20/+0
* alpha: fix R_ALPHA_LITERAL reloc for large modulesEdward Humes2023-03-171-3/+1
* alpha: fix FEN fault handlingAl Viro2023-03-111-15/+15
* exit: Add and use make_task_dead.Eric W. Biederman2023-02-062-4/+4
* alpha: fix syscall entry in !AUDUT_SYSCALL caseAl Viro2023-01-181-1/+3
* tty: the rest, stop using tty_schedule_flip()Jiri Slaby2022-07-291-1/+1
* alpha: define get_cycles macro for arch-overrideJason A. Donenfeld2022-06-251-0/+1
* alpha: Declare virt_to_phys and virt_to_bus parameter as pointer to volatileGuenter Roeck2021-10-061-3/+3
* alpha: Send stop IPI to send to online CPUsPrarit Bhargava2021-08-121-1/+1
* alpha: fix annotation of io{read,write}{16,32}be()Luc Van Oostenryck2020-08-261-4/+4
* scsi: sr: remove references to BLK_DEV_SR_VENDOR, leave it enabledDiego Elio Pettenò2020-07-221-1/+0
* alpha: fix memory barriers so that they conform to the specificationMikulas Patocka2020-06-222-22/+112
* Fix 'acccess_ok()' on alpha and SHLinus Torvalds2020-06-221-3/+5
* alpha: Fix Eiger NR_IRQS to 128Meelis Roos2019-02-201-3/+3
* alpha: fix page fault handling for r16-r18 targetsSergei Trofimovich2019-02-201-1/+1
* arch/alpha, termios: implement BOTHER, IBSHIFT and termios2H. Peter Anvin (Intel)2018-11-213-1/+29
* Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-241-27/+24
|\
| * sys: don't hold uts_sem while accessing userspace memoryJann Horn2018-08-111-27/+24
* | mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2018-08-171-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-08-151-0/+3
|\ \
| * \ Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-241-4/+1
| |\ \
| * | | net: Add a new socket option for a future transmit time.Richard Cochran2018-07-041-0/+3
| | |/ | |/|
* | | Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-152-27/+1
|\ \ \
| * | | kconfig: include kernel/Kconfig.preempt from init/KconfigChristoph Hellwig2018-08-021-0/+1
| * | | Kconfig: consolidate the "Kernel hacking" menuChristoph Hellwig2018-08-022-7/+0
| * | | kconfig: include common Kconfig files from top-level KconfigChristoph Hellwig2018-08-021-20/+0
| |/ /
* | | Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-08-151-1/+1
|\ \ \
| * | | kbuild: Rename HOSTCFLAGS to KBUILD_HOSTCFLAGSLaura Abbott2018-07-181-1/+1
| |/ /
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-08-131-44/+20
|\ \ \ | |_|/ |/| |
| * | locking/atomics: Rework ordering barriersMark Rutland2018-07-251-4/+4
| * | Merge tag 'v4.18-rc5' into locking/core, to pick up fixesIngo Molnar2018-07-173-51/+0
| |\|
| * | atomics/treewide: Make conditional inc/dec ops optionalMark Rutland2018-06-211-0/+1
| * | atomics/treewide: Make unconditional inc/dec ops optionalMark Rutland2018-06-211-12/+0
| * | atomics/treewide: Make test ops optionalMark Rutland2018-06-211-12/+0
| * | atomics/alpha: Define atomic64_fetch_add_unless()Mark Rutland2018-06-211-11/+12
| * | atomics/treewide: Make atomic_fetch_add_unless() optionalMark Rutland2018-06-211-1/+1
| * | atomics/treewide: Make atomic64_inc_not_zero() optionalMark Rutland2018-06-211-2/+0
| * | atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland2018-06-211-2/+2
* | | alpha: fix osf_wait4() breakageAl Viro2018-07-221-4/+1
| |/ |/|
* | alpha: Remove custom dec_and_lock() implementationSebastian Andrzej Siewior2018-06-123-51/+0
|/
* Merge tag 'kbuild-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-06-061-1/+1
|\
| * kbuild: add machine size to CHECKFLAGSLuc Van Oostenryck2018-06-011-1/+1
* | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-045-92/+4
|\ \
| * | y2038: alpha: Remove unneeded ipc uapi header filesArnd Bergmann2018-04-205-92/+4
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-041-0/+1
|\| |
| * | time: Add an asm-generic/compat.h fileArnd Bergmann2018-04-191-0/+1
| |/
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-045-107/+30
|\ \
| * | signal/alpha: Use force_sig_fault where appropriateEric W. Biederman2018-04-252-21/+3