summaryrefslogtreecommitdiffstats
path: root/arch/parisc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-152-32/+0
|\
| * kconfig: include kernel/Kconfig.preempt from init/KconfigChristoph Hellwig2018-08-021-1/+0
| * Kconfig: consolidate the "Kernel hacking" menuChristoph Hellwig2018-08-022-7/+0
| * kconfig: include common Kconfig files from top-level KconfigChristoph Hellwig2018-08-021-24/+0
* | Merge branch 'parisc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-1420-436/+260
|\ \
| * | parisc: Fix and improve kernel stack unwindingHelge Deller2018-08-1310-232/+88
| * | parisc: Remove unnecessary barriers from spinlock.hJohn David Anglin2018-08-131-6/+2
| * | 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/+0
| * | parisc: use generic dma_noncoherent_opsChristoph Hellwig2018-08-134-139/+16
| * | 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/+43
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-08-131-107/+0
|\ \ \ | |/ / |/| |
| * | Merge tag 'v4.18-rc5' into locking/core, to pick up fixesIngo Molnar2018-07-177-34/+17
| |\|
| * | atomics/treewide: Make conditional inc/dec ops optionalMark Rutland2018-06-211-23/+0
| * | atomics/treewide: Make unconditional inc/dec ops optionalMark Rutland2018-06-211-12/+0
| * | atomics/treewide: Make test ops optionalMark Rutland2018-06-211-22/+0
| * | atomics/treewide: Make atomic64_fetch_add_unless() optionalMark Rutland2018-06-211-24/+0
| * | atomics/treewide: Make atomic_fetch_add_unless() optionalMark Rutland2018-06-211-24/+0
| * | atomics/treewide: Make atomic64_inc_not_zero() optionalMark Rutland2018-06-211-2/+0
| * | 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/+0
* | | 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/+0
* | 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/+9
* | 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/+0
|/
* 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/+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-051-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-051-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-055-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
| | |_|/ | |/| |