summaryrefslogtreecommitdiffstats
path: root/arch/parisc
Commit message (Expand)AuthorAgeFilesLines
* mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2018-08-181-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-08-161-0/+3
|\
| * Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-121-1/+0Star
| |\
| * \ Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-095-1/+40
| |\ \
| * | | net: Add a new socket option for a future transmit time.Richard Cochran2018-07-041-0/+3
* | | | Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-152-32/+0Star
|\ \ \ \
| * | | | kconfig: include kernel/Kconfig.preempt from init/KconfigChristoph Hellwig2018-08-021-1/+0Star
| * | | | Kconfig: consolidate the "Kernel hacking" menuChristoph Hellwig2018-08-022-7/+0Star
| * | | | kconfig: include common Kconfig files from top-level KconfigChristoph Hellwig2018-08-021-24/+0Star
| |/ / /
* | | | Merge branch 'parisc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-1420-436/+260Star
|\ \ \ \
| * | | | parisc: Fix and improve kernel stack unwindingHelge Deller2018-08-1310-232/+88Star
| * | | | parisc: Remove unnecessary barriers from spinlock.hJohn David Anglin2018-08-131-6/+2Star
| * | | | 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-133-0/+112
| * | | | parisc: Drop architecture-specific ENOTSUP defineHelge Deller2018-08-131-1/+0Star
| * | | | parisc: use generic dma_noncoherent_opsChristoph Hellwig2018-08-134-139/+16Star
| * | | | 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-134-59/+43Star
| | |_|/ | |/| |
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-08-131-107/+0Star
|\ \ \ \ | |/ / / |/| | |
| * | | Merge tag 'v4.18-rc5' into locking/core, to pick up fixesIngo Molnar2018-07-177-34/+17Star
| |\| |
| * | | atomics/treewide: Make conditional inc/dec ops optionalMark Rutland2018-06-211-23/+0Star
| * | | atomics/treewide: Make unconditional inc/dec ops optionalMark Rutland2018-06-211-12/+0Star
| * | | atomics/treewide: Make test ops optionalMark Rutland2018-06-211-22/+0Star
| * | | atomics/treewide: Make atomic64_fetch_add_unless() optionalMark Rutland2018-06-211-24/+0Star
| * | | atomics/treewide: Make atomic_fetch_add_unless() optionalMark Rutland2018-06-211-24/+0Star
| * | | atomics/treewide: Make atomic64_inc_not_zero() optionalMark Rutland2018-06-211-2/+0Star
| * | | atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland2018-06-211-2/+2
* | | | lib/ubsan: remove null-pointer checksAndrey Ryabinin2018-08-111-1/+0Star
| |_|/ |/| |
* | | parisc: Define mb() and add memory barriers to assembler unlock sequencesJohn David Anglin2018-08-084-0/+39
* | | parisc: Enable CONFIG_MLONGCALLS by defaultHelge Deller2018-08-081-1/+1
| |/ |/|
* | parisc: Build kernel without -ffunction-sectionsHelge Deller2018-06-291-4/+0Star
* | parisc: Reduce debug output in unwind codeHelge Deller2018-06-281-2/+2
* | parisc: Wire up io_pgetevents syscallHelge Deller2018-06-282-1/+3
* | parisc: Default to 4 SMP CPUsHelge Deller2018-06-281-1/+1
* | parisc: Convert printk(KERN_LEVEL) to pr_lvl()Andy Shevchenko2018-06-281-16/+9Star
* | parisc: Mark 16kB and 64kB page sizes BROKENHelge Deller2018-06-281-2/+2
* | parisc: Drop struct sigaction from not exported header fileHelge Deller2018-06-281-8/+0Star
|/
* 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-054-52/+48Star
|\ \
| * | 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/+48Star
| |\ \
| | * | y2038: parisc: Extend sysvipc data structuresArnd Bergmann2018-04-204-52/+48Star
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-051-11/+0Star
|\| | |
| * | | Merge tag 'y2038-timekeeping' of git://git.kernel.org/pub/scm/linux/kernel/gi...Thomas Gleixner2018-04-191-11/+0Star
| |\| |
| | * | compat: Move compat_timespec/ timeval to compat_time.hDeepa Dinamani2018-04-191-11/+0Star
* | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-06-051-8/+0Star
|\ \ \ \