summaryrefslogtreecommitdiffstats
path: root/arch/parisc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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-101-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-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