summaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel
Commit message (Expand)AuthorAgeFilesLines
* parisc: Add hardware description to stack tracesHelge Deller2018-08-211-0/+2
* parisc: Fix boot failure of 64-bit kernelHelge Deller2018-08-212-18/+15Star
* parisc: Consolidate unwind initialization callsHelge Deller2018-08-173-55/+32Star
* parisc: Update comments in syscall.S regarding wide userlandHelge Deller2018-08-171-10/+3Star
* parisc: Fix ptraced 64-bit applications to call 64-bit syscallsHelge Deller2018-08-171-4/+18
* parisc: Restore possibility to execute 64-bit applicationsHelge Deller2018-08-173-30/+29Star
* parisc: Fix and improve kernel stack unwindingHelge Deller2018-08-136-205/+72Star
* parisc: Remove ordered stores from syscall.SJohn David Anglin2018-08-131-12/+12
* parisc: prefer _THIS_IP_ and _RET_IP_ statement expressionsNick Desaulniers2018-08-131-2/+2
* parisc: Add HAVE_REGS_AND_STACK_ACCESS_API featureHelge Deller2018-08-131-0/+100
* parisc: use generic dma_noncoherent_opsChristoph Hellwig2018-08-132-135/+12Star
* parisc: always use flush_kernel_dcache_range for DMA cache maintainanceChristoph Hellwig2018-08-131-3/+3
* parisc: merge pcx_dma_ops and pcxl_dma_opsChristoph Hellwig2018-08-132-49/+39Star
* parisc: Define mb() and add memory barriers to assembler unlock sequencesJohn David Anglin2018-08-083-0/+7
* parisc: Reduce debug output in unwind codeHelge Deller2018-06-281-2/+2
* parisc: Wire up io_pgetevents syscallHelge Deller2018-06-281-0/+1
* parisc: Convert printk(KERN_LEVEL) to pr_lvl()Andy Shevchenko2018-06-281-16/+9Star
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-053-59/+27Star
|\
| * signal/parisc: Use force_sig_fault where appropriateEric W. Biederman2018-04-253-63/+27Star
| * signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-253-0/+4
* | Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-06-041-5/+0Star
|\ \
| * | PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig2018-05-071-5/+0Star
* | | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-042-28/+3Star
|\ \ \
| * | | proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-162-28/+3Star
* | | | parisc: Move setup_profiling_timer() out of init sectionHelge Deller2018-05-181-2/+1Star
* | | | parisc: Move find_pa_parent_type() out of init sectionHelge Deller2018-05-181-1/+1
|/ / /
* | | parisc: Fix section mismatchesHelge Deller2018-05-021-1/+1
* | | parisc: drivers.c: Fix section mismatchesHelge Deller2018-05-021-3/+4
* | | parisc: time: Convert read_persistent_clock() to read_persistent_clock64()Baolin Wang2018-04-201-1/+1
* | | parisc: Document rules regarding checksum of HPMC handlerHelge Deller2018-04-181-0/+11
|/ /
* / parisc: Fix missing binfmt_elf32.o build errorHelge Deller2018-04-141-1/+1
|/
* Merge branch 'parisc-4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-04-135-114/+15Star
|\
| * parisc: Prevent panic at system haltHelge Deller2018-04-111-8/+5Star
| * parisc: Switch to generic COMPAT_BINFMT_ELFHelge Deller2018-04-111-98/+0Star
| * parisc: Move cache flush functions into .text.hot sectionHelge Deller2018-04-112-5/+6
| * parisc/signal: Add FPE_CONDTRAP for conditional trap handlingHelge Deller2018-04-111-3/+4
* | exec: pass stack rlimit into mm layout functionsKees Cook2018-04-111-5/+11
|/
* Merge tag 'rtc-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2018-04-101-1/+1
|\
| * parisc: time: stop validating rtc_time in .read_timeAlexandre Belloni2018-03-201-1/+1
* | mm: fix races between swapoff and flush dcacheHuang Ying2018-04-061-2/+3
* | Merge branch 'parisc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-04-044-19/+202
|\ \
| * | parisc: Fix out of array access in match_pci_device()Helge Deller2018-03-271-0/+4
| * | parisc: Add code generator for Qemu/SeaBIOS machine infoHelge Deller2018-03-271-0/+171
| * | parisc: Fix HPMC handler by increasing size to multiple of 16 bytesHelge Deller2018-03-271-1/+5
| * | parisc: machine_power_off() should call pm_power_off()Helge Deller2018-03-271-1/+5
| * | parisc: Move various functions and strings to init sectionHelge Deller2018-03-272-17/+17
* | | Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-04-031-15/+15
|\ \ \
| * | | mm: add ksys_readahead() helper; remove in-kernel calls to sys_readahead()Dominik Brodowski2018-04-021-1/+1
| * | | mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()Dominik Brodowski2018-04-021-3/+3
| * | | mm: add ksys_fadvise64_64() helper; remove in-kernel call to sys_fadvise64_64()Dominik Brodowski2018-04-021-1/+1