aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-16parisc: Use absolute_pointer() to define PAGE0Helge Deller1-1/+1
2021-09-09parisc: Implement __get/put_kernel_nofault()Helge Deller3-67/+61
2021-09-09parisc: Reduce sigreturn trampoline to 3 instructionsHelge Deller1-1/+1
2021-09-09parisc: Drop strnlen_user() in favour of generic versionHelge Deller1-2/+1
2021-09-08arch: remove compat_alloc_user_spaceArnd Bergmann2-8/+0
2021-09-03Merge tag 'for-5.15/parisc-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds1-68/+0
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-6/+2
2021-09-03mm: remove flush_kernel_dcache_pageChristoph Hellwig1-6/+2
2021-09-02parisc: Drop __arch_swab16(), arch_swab24(), _arch_swab32() and __arch_swab64() functionsHelge Deller1-68/+0
2021-09-02Merge tag 'for-5.15/parisc' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds3-7/+7
2021-08-31Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2-11/+5
2021-08-30parisc: Make struct parisc_driver::remove() return voidUwe Kleine-König1-2/+2
2021-08-30parisc: Rename PMD_ORDER to PMD_TABLE_ORDERMatthew Wilcox (Oracle)2-5/+5
2021-08-29Revert "parisc: Add assembly implementations for memset, strlen, strcpy, strncpy and strcat"Helge Deller1-15/+0
2021-08-04sock: allow reading and changing sk_userlocks with setsockoptPavel Tikhomirov1-0/+2
2021-07-23compat: make linux/compat.h available everywhereArnd Bergmann1-11/+3
2021-07-08mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V1-2/+2
2021-07-02Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-5/+1
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-3/+3
2021-07-01mm/thp: define default pmd_pgtable()Anshuman Khandual1-1/+0
2021-07-01mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual1-2/+0
2021-06-30mm/madvise: introduce MADV_POPULATE_(READ|WRITE) to prefault page tablesDavid Hildenbrand1-0/+3
2021-06-30Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-0/+2
2021-06-24net: retrieve netns cookie via getsocketoptMartynas Pumputis1-0/+2
2021-05-26locking/atomic: parisc: move to ARCH_ATOMICMark Rutland2-23/+23
2021-05-26locking/atomic: cmpxchg: make `generic` a prefixMark Rutland1-2/+2
2021-05-10asm-generic: use asm-generic/unaligned.h for most architecturesArnd Bergmann1-5/+1
2021-05-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-6/+0
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada1-1/+0
2021-05-07mm: remove xlate_dev_kmem_ptr()David Hildenbrand1-5/+0
2021-04-27parisc: syscalls: switch to generic syscalltbl.shMasahiro Yamada1-1/+0
2021-04-06parisc: avoid a warning on u8 cast for cmpxchg on u8 pointersGao Xiang1-1/+1
2021-04-06parisc: Remove duplicate struct task_struct declarationWan Jiabing1-1/+0
2021-02-24Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+0
2021-02-12parisc: Optimize per-pagetable spinlocksHelge Deller4-130/+44
2021-02-12parisc: Replace test_ti_thread_flag() with test_tsk_thread_flag()Tiezhu Yang1-1/+1
2021-02-12parisc: Use the generic devmem_is_allowed()Helge Deller1-0/+2
2021-02-12Merge branch 'x86/paravirt' into x86/entryIngo Molnar1-3/+0
2021-02-10softirq: Move __ARCH_HAS_DO_SOFTIRQ to KconfigThomas Gleixner1-4/+0
2021-01-26parisc: Remove leftover reference to the power_taskletDavidlohr Bueso1-3/+0
2020-12-29local64.h: make <asm/local64.h> mandatoryRandy Dunlap1-1/+0
2020-12-16Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+3
2020-12-16Merge branch 'parisc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds2-13/+2
2020-12-16Merge tag 'seccomp-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds2-1/+22
2020-12-15Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-6/+6
2020-12-15Merge branch 'signal-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-2/+0
2020-12-15Merge tag 'irq-core-2020-12-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2020-12-15Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-0/+3
2020-12-14Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-13/+0
2020-12-01net: Add SO_BUSY_POLL_BUDGET socket optionBjörn Töpel1-0/+1