summaryrefslogtreecommitdiffstats
path: root/arch/parisc
Commit message (Expand)AuthorAgeFilesLines
* arch/*: Kconfig: fix documentation for NMI watchdogMauro Carvalho Chehab2018-06-151-1/+1
* Merge tag 'kbuild-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-06-061-2/+2
|\
| * kbuild: add machine size to CHECKFLAGSLuc Van Oostenryck2018-06-011-1/+1
| * kbuild: add endianness flag to CHEKCFLAGSLuc Van Oostenryck2018-05-291-1/+1
* | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-044-52/+48
|\ \
| * \ Merge branch 'linus' into timers/2038Thomas Gleixner2018-05-196-6/+21
| |\ \ | | |/
| * | Merge tag 'y2038-ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...Thomas Gleixner2018-05-074-52/+48
| |\ \
| | * | y2038: parisc: Extend sysvipc data structuresArnd Bergmann2018-04-204-52/+48
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-041-11/+0
|\ \ \ \ | |/ / /
| * | | Merge tag 'y2038-timekeeping' of git://git.kernel.org/pub/scm/linux/kernel/gi...Thomas Gleixner2018-04-191-11/+0
| |\ \ \ | | |/ /
| | * | compat: Move compat_timespec/ timeval to compat_time.hDeepa Dinamani2018-04-191-11/+0
* | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-06-041-8/+0
|\ \ \ \
| * | | | softirq/parisc: Switch to generic local_softirq_pending() implementationFrederic Weisbecker2018-05-141-8/+0
| | |_|/ | |/| |
* | | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-045-94/+54
|\ \ \ \
| * | | | signal/parisc: Use force_sig_fault where appropriateEric W. Biederman2018-04-255-85/+39
| * | | | signal/parisc: Use force_sig_mceerr where appropriateEric W. Biederman2018-04-251-15/+15
| * | | | signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-255-0/+6
| | |_|/ | |/| |
* | | | Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-06-043-34/+2
|\ \ \ \
| * | | | dma-mapping: move the NEED_DMA_MAP_STATE config symbol to lib/KconfigChristoph Hellwig2018-05-091-3/+1
| * | | | scatterlist: move the NEED_SG_DMA_LENGTH config symbol to lib/KconfigChristoph Hellwig2018-05-091-3/+1
| * | | | PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig2018-05-072-28/+0
| | |_|/ | |/| |
* | | | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-042-28/+3
|\ \ \ \
| * | | | proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-162-28/+3
| | |_|/ | |/| |
* | | | parisc: Move setup_profiling_timer() out of init sectionHelge Deller2018-05-181-2/+1
* | | | parisc: Move find_pa_parent_type() out of init sectionHelge Deller2018-05-181-1/+1
|/ / /
* | | parisc: Fix section mismatchesHelge Deller2018-05-022-2/+2
* | | 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: Make bzImage default build targetHelge Deller2018-04-181-0/+3
|/ /
* | 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-129-155/+57
|\
| * parisc: Prevent panic at system haltHelge Deller2018-04-111-8/+5
| * parisc: Switch to generic COMPAT_BINFMT_ELFHelge Deller2018-04-114-132/+42
| * 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-112-10/+4
* | page cache: use xa_lockMatthew Wilcox2018-04-111-4/+2
* | mm: introduce MAP_FIXED_NOREPLACEMichal Hocko2018-04-111-0/+1
* | 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-051-2/+3
* | Merge branch 'parisc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-04-038-31/+212
|\ \
| * | 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/Kconfig: SMP kernels boot on all machinesHelge Deller2018-03-271-4/+2
| * | parisc: Silence uninitialized variable warning in dbl_to_sgl_fcnvff()Dan Carpenter2018-03-271-1/+1
| * | parisc: Move various functions and strings to init sectionHelge Deller2018-03-272-17/+17
OpenPOWER on IntegriCloud