summaryrefslogtreecommitdiffstats
path: root/arch/parisc (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | parisc: make parisc_acctyp() available outside of faults.cHelge Deller2021-10-302-1/+2
| * | | | parisc/unwind: use copy_from_kernel_nofault()Sven Schnelle2021-10-301-1/+2
| | |_|/ | |/| |
* | | | Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-11-012-5/+2
|\ \ \ \
| * | | | sched: Add wrapper for get_wchan() to keep task blockedKees Cook2021-10-152-5/+2
| | |/ / | |/| |
* | | | Merge tag 'locking-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-11-011-15/+0
|\ \ \ \
| * | | | locking: Remove spin_lock_flags() etcArnd Bergmann2021-10-301-15/+0
| | |_|/ | |/| |
* | | | Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2021-11-011-1/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | mm: Add flush_dcache_folio()Matthew Wilcox (Oracle)2021-10-181-1/+2
| | |/ | |/|
* | | Merge tag 'asm-generic-fixes-5.15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-10-081-2/+0
|\ \ \ | |/ / |/| |
| * | firmware: include drivers/firmware/Kconfig unconditionallyArnd Bergmann2021-10-071-2/+0
| |/
* | parisc: Declare pci_iounmap() parisc version only when CONFIG_PCI enabledHelge Deller2021-09-191-1/+3
* | parisc: Use absolute_pointer() to define PAGE0Helge Deller2021-09-161-1/+1
|/
* parisc: Implement __get/put_kernel_nofault()Helge Deller2021-09-096-86/+62
* parisc: Mark sched_clock unstable only if clocks are not syncronizedHelge Deller2021-09-092-6/+3
* parisc: Reduce sigreturn trampoline to 3 instructionsHelge Deller2021-09-093-9/+8
* parisc: Check user signal stack trampoline is inside TASK_SIZEHelge Deller2021-09-091-7/+10
* parisc: Drop useless debug info and comments from signal.cHelge Deller2021-09-091-15/+0
* parisc: Drop strnlen_user() in favour of generic versionHelge Deller2021-09-094-38/+1
* parisc: Add missing FORCE prerequisite in MakefileHelge Deller2021-09-091-9/+9
* arch: remove compat_alloc_user_spaceArnd Bergmann2021-09-093-17/+0
* compat: remove some compat entry pointsArnd Bergmann2021-09-091-4/+4
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-082-5/+0
|\
| * configs: remove the obsolete CONFIG_INPUT_POLLDEVZenghui Yu2021-09-081-1/+0
| * trap: cleanup trap_init()Kefeng Wang2021-09-081-4/+0
* | Merge tag 'trace-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-09-052-3/+1
|\ \
| * | tracing: Refactor TRACE_IRQFLAGS_SUPPORT in KconfigMasahiro Yamada2021-08-162-3/+1
* | | Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-09-042-4/+1
|\ \ \
| * | | isystem: ship and use stdarg.hAlexey Dobriyan2021-08-191-1/+1
| * | | isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan2021-08-191-3/+0
* | | | Merge tag 'for-5.15/parisc-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-09-032-69/+1
|\ \ \ \
| * | | | parisc: Fix unaligned-access crash in bootloaderHelge Deller2021-09-031-1/+1
| * | | | parisc: Drop __arch_swab16(), arch_swab24(), _arch_swab32() and __arch_swab64...Helge Deller2021-09-021-68/+0
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-033-8/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | mm: wire up syscall process_mreleaseSuren Baghdasaryan2021-09-031-0/+2
| * | | | mm: remove flush_kernel_dcache_pageChristoph Hellwig2021-09-032-8/+3
| | |_|/ | |/| |
* | | | Merge tag 'for-5.15/parisc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-09-0211-89/+74
|\ \ \ \
| * | | | parisc: math-emu: Fix fall-through warningsHelge Deller2021-09-011-3/+53
| * | | | parisc: fix crash with signals and allocaMikulas Patocka2021-09-011-0/+6
| * | | | parisc: Fix compile failure when building 64-bit kernel nativelyMasahiro Yamada2021-09-011-3/+3
| * | | | parisc: move core-y in arch/parisc/Makefile to arch/parisc/KbuildMasahiro Yamada2021-08-302-3/+1
| * | | | parisc: Make struct parisc_driver::remove() return voidUwe Kleine-König2021-08-301-2/+2
| * | | | parisc: remove unused arch/parisc/boot/install.sh and its phony targetMasahiro Yamada2021-08-302-69/+0
| * | | | parisc: Rename PMD_ORDER to PMD_TABLE_ORDERMatthew Wilcox (Oracle)2021-08-303-7/+7
| * | | | parisc: math-emu: Avoid "fmt" macro collisionKees Cook2021-08-301-2/+2
| |/ / /
* | | | Merge tag 'asm-generic-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-09-021-1/+1
|\ \ \ \
| * | | | asm-generic: reverse GENERIC_{STRNCPY_FROM,STRNLEN}_USER symbolsArnd Bergmann2021-07-301-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'exit-cleanups-for-v5.15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-09-011-1/+1
|\ \ \ \
| * | | | exit/bdflush: Remove the deprecated bdflush system callEric W. Biederman2021-07-121-1/+1
| |/ / /
* | | | Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-09-011-16/+18
|\ \ \ \
| * \ \ \ Merge 5.14-rc5 into tty-nextGreg Kroah-Hartman2021-08-091-1/+0
| |\ \ \ \ | | | |_|/ | | |/| |