summaryrefslogtreecommitdiff
path: root/arch/parisc
AgeCommit message (Expand)AuthorFilesLines
2021-02-22Merge branch 'parisc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds15-232/+122
2021-02-21Merge tag 'oprofile-removal-5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-36/+0
2021-02-21Merge branch 'work.elf-compat' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+0
2021-02-12parisc: Optimize per-pagetable spinlocksHelge Deller9-214/+110
2021-02-12parisc: Replace test_ti_thread_flag() with test_tsk_thread_flag()Tiezhu Yang1-1/+1
2021-02-12parisc: Bump 64-bit IRQ stack size to 64 KBJohn David Anglin1-0/+4
2021-02-12parisc: Fix IVT checksum calculation wrt HPMCSven Schnelle2-17/+2
2021-02-12parisc: Use the generic devmem_is_allowed()Helge Deller2-0/+3
2021-02-12parisc: Drop out of get_whan() if task is running againHelge Deller1-0/+2
2021-01-29arch: parisc: Remove CONFIG_OPROFILE supportViresh Kumar4-36/+0
2021-01-26parisc: Enable -mlong-calls gcc option by default when !CONFIG_MODULESHelge Deller2-6/+12
2021-01-26parisc: Remove leftover reference to the power_taskletDavidlohr Bueso1-3/+0
2021-01-06Kconfig: regularize selection of CONFIG_BINFMT_ELFAl Viro1-1/+0
2020-12-30local64.h: make <asm/local64.h> mandatoryRandy Dunlap1-1/+0
2020-12-25Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-5/+2
2020-12-19epoll: wire up syscall epoll_pwait2Willem de Bruijn1-0/+1
2020-12-18Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-6/+18
2020-12-17Merge tag 'arm-soc-defconfig-5.11' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+0
2020-12-16Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2-2/+5
2020-12-16Merge branch 'parisc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-21/+28
2020-12-16Merge tag 'seccomp-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-1/+22
2020-12-16Merge tag 'asm-generic-timers-5.11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-7/+4
2020-12-16Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-6/+6
2020-12-16Merge branch 'signal-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+0
2020-12-16Merge tag 'irq-core-2020-12-15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+0
2020-12-16Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-0/+3
2020-12-15parisc/irq: Use irq_desc_kstat_cpu() in show_interrupts()Thomas Gleixner1-1/+1
2020-12-15parisc/irq: Simplify irq count output for /proc/interruptsThomas Gleixner1-4/+1
2020-12-15Merge tag 'irqchip-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner1-1/+1
2020-12-15parisc: pci-dma: fix warning unused-functionAnders Roxell1-1/+1
2020-12-15Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-13/+0
2020-12-15Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-33/+3
2020-12-09parisc: configs: drop unused BACKLIGHT_GENERIC optionAndrey Zhizhikin1-1/+0
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-0/+3
2020-12-01net: Add SO_BUSY_POLL_BUDGET socket optionBjörn Töpel1-0/+1
2020-12-01net: Introduce preferred busy-pollingBjörn Töpel1-0/+2
2020-11-30signal/parisc: Remove parisc specific definition of __ARCH_UAPI_SA_FLAGSEric W. Biederman1-2/+0
2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra1-1/+1
2020-11-23signal: clear non-uapi flag bits when passing/returning sa_flagsPeter Collingbourne1-0/+2
2020-11-23arch: move SA_* definitions to generic headersPeter Collingbourne1-13/+0
2020-11-23parisc: start using signal-defs.hPeter Collingbourne1-12/+1
2020-11-23parisc: Drop parisc special case for __sighandler_tHelge Deller1-8/+0
2020-11-23parisc: Remove bogus __IRQ_STAT macroThomas Gleixner1-1/+0
2020-11-20parisc: Enable seccomp architecture trackingYiFei Zhu2-1/+22
2020-11-13ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regsSteven Rostedt (VMware)1-3/+5
2020-11-11parisc/uapi: Use Kbuild logic to provide <asm/types.h>Geert Uytterhoeven1-7/+0
2020-11-11parisc: Make user stack size configurableHelge Deller2-7/+23
2020-11-11parisc: Use _TIF_USER_WORK_MASK in entry.SHelge Deller1-2/+2
2020-11-11parisc: Drop loops_per_jiffy from per_cpu structHelge Deller2-4/+2
2020-11-09parisc: add support for TIF_NOTIFY_SIGNALJens Axboe2-2/+5