summaryrefslogtreecommitdiffstats
path: root/arch/parisc/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-05-072-6/+0
|\
| * treewide: remove editor modelines and cruftMasahiro Yamada2021-05-071-1/+0
| * mm: remove xlate_dev_kmem_ptr()David Hildenbrand2021-05-071-5/+0
* | parisc: syscalls: switch to generic syscalltbl.shMasahiro Yamada2021-04-271-1/+0
|/
* parisc: avoid a warning on u8 cast for cmpxchg on u8 pointersGao Xiang2021-04-061-1/+1
* parisc: Remove duplicate struct task_struct declarationWan Jiabing2021-04-061-1/+0
* Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-02-241-4/+0
|\
| * Merge branch 'x86/paravirt' into x86/entryIngo Molnar2021-02-121-3/+0
| |\
| * | softirq: Move __ARCH_HAS_DO_SOFTIRQ to KconfigThomas Gleixner2021-02-101-4/+0
* | | parisc: Optimize per-pagetable spinlocksHelge Deller2021-02-124-130/+44
* | | parisc: Replace test_ti_thread_flag() with test_tsk_thread_flag()Tiezhu Yang2021-02-121-1/+1
* | | parisc: Use the generic devmem_is_allowed()Helge Deller2021-02-121-0/+2
| |/ |/|
* | parisc: Remove leftover reference to the power_taskletDavidlohr Bueso2021-01-261-3/+0
|/
* local64.h: make <asm/local64.h> mandatoryRandy Dunlap2020-12-291-1/+0
* Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-161-1/+3
|\
| * parisc: add support for TIF_NOTIFY_SIGNALJens Axboe2020-11-091-1/+3
* | Merge branch 'parisc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-12-162-13/+2
|\ \
| * | parisc/uapi: Use Kbuild logic to provide <asm/types.h>Geert Uytterhoeven2020-11-111-7/+0
| * | parisc: Make user stack size configurableHelge Deller2020-11-111-5/+2
| * | parisc: Drop loops_per_jiffy from per_cpu structHelge Deller2020-11-111-1/+0
| |/
* | Merge tag 'seccomp-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-162-1/+22
|\ \
| * | parisc: Enable seccomp architecture trackingYiFei Zhu2020-11-202-1/+22
| |/
* | Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2020-12-151-6/+6
|\ \
| * | parisc: use asm-generic/mmu_context.h for no-op implementationsNicholas Piggin2020-10-271-6/+6
| |/
* | Merge branch 'signal-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-151-2/+0
|\ \
| * | signal/parisc: Remove parisc specific definition of __ARCH_UAPI_SA_FLAGSEric W. Biederman2020-11-301-2/+0
* | | Merge tag 'irq-core-2020-12-15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-151-1/+0
|\ \ \
| * | | parisc: Remove bogus __IRQ_STAT macroThomas Gleixner2020-11-231-1/+0
| | |/ | |/|
* | | Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-12-151-0/+3
|\ \ \
| * | | net: Add SO_BUSY_POLL_BUDGET socket optionBjörn Töpel2020-12-011-0/+1
| * | | net: Introduce preferred busy-pollingBjörn Töpel2020-12-011-0/+2
| |/ /
* | | Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-12-141-13/+0
|\ \ \ | |_|/ |/| |
| * | highmem: Get rid of kmap_types.hThomas Gleixner2020-11-061-13/+0
| |/
* | signal: clear non-uapi flag bits when passing/returning sa_flagsPeter Collingbourne2020-11-231-0/+2
* | arch: move SA_* definitions to generic headersPeter Collingbourne2020-11-231-13/+0
* | parisc: start using signal-defs.hPeter Collingbourne2020-11-231-12/+1
* | parisc: Drop parisc special case for __sighandler_tHelge Deller2020-11-231-8/+0
|/
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-252-2/+2
* parisc: Add MAP_UNINITIALIZED defineHelge Deller2020-10-151-0/+1
* parisc: Improve spinlock handlingJohn David Anglin2020-10-151-10/+13
* parisc: Switch to more fine grained lws locksJohn David Anglin2020-10-151-2/+2
* parisc: Mark pointers volatile in __xchg8(), __xchg32() and __xchg64()John David Anglin2020-10-151-7/+7
* parisc: Add alternative patching to synchronize_caches defineJohn David Anglin2020-10-151-1/+5
* parisc: Drop useless comments in uapi/asm/signal.hHelge Deller2020-10-151-2/+2
* parisc: Define O_NONBLOCK to become 000200000Helge Deller2020-10-152-3/+3
* parisc: Drop HP-UX specific fcntl and signal flagsHelge Deller2020-10-152-5/+1
* Merge branch 'work.quota-compat' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-10-121-2/+0
|\
| * compat: lift compat_s64 and compat_u64 to <asm-generic/compat.h>Christoph Hellwig2020-09-171-2/+0
* | saner calling conventions for csum_and_copy_..._user()Al Viro2020-08-201-20/+0
* | unify generic instances of csum_partial_copy_nocheck()Al Viro2020-08-201-8/+0
|/