summaryrefslogtreecommitdiffstats
path: root/arch/parisc/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'parisc-4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-225-20/+14Star
|\
| * parisc: Fix boot failure of 64-bit kernelHelge Deller2018-08-211-9/+0Star
| * parisc: Consolidate unwind initialization callsHelge Deller2018-08-171-2/+4
| * parisc: Restore possibility to execute 64-bit applicationsHelge Deller2018-08-173-9/+10
* | 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-091-0/+32
| |\ \
| * | | net: Add a new socket option for a future transmit time.Richard Cochran2018-07-041-0/+3
* | | | Merge branch 'parisc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-147-18/+29
|\ \ \ \ | | |_|/ | |/| |
| * | | parisc: Fix and improve kernel stack unwindingHelge Deller2018-08-133-6/+16
| * | | parisc: Remove unnecessary barriers from spinlock.hJohn David Anglin2018-08-131-6/+2Star
| * | | parisc: Add HAVE_REGS_AND_STACK_ACCESS_API featureHelge Deller2018-08-131-0/+11
| * | | parisc: Drop architecture-specific ENOTSUP defineHelge Deller2018-08-131-1/+0Star
| * | | parisc: use generic dma_noncoherent_opsChristoph Hellwig2018-08-131-4/+0Star
| * | | parisc: merge pcx_dma_ops and pcxl_dma_opsChristoph Hellwig2018-08-131-2/+1Star
| | |/ | |/|
* | | 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-172-9/+2Star
| |\|
| * | 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
* | | parisc: Define mb() and add memory barriers to assembler unlock sequencesJohn David Anglin2018-08-081-0/+32
| |/ |/|
* | parisc: Wire up io_pgetevents syscallHelge Deller2018-06-281-1/+2
* | parisc: Drop struct sigaction from not exported header fileHelge Deller2018-06-281-8/+0Star
|/
* Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-054-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
|\|
| * 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
|\ \
| * | softirq/parisc: Switch to generic local_softirq_pending() implementationFrederic Weisbecker2018-05-141-8/+0Star
| |/
* / PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig2018-05-071-23/+0Star
|/
* Merge branch 'parisc-4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-04-133-41/+41
|\
| * parisc: Switch to generic COMPAT_BINFMT_ELFHelge Deller2018-04-112-34/+41
| * parisc/signal: Add FPE_CONDTRAP for conditional trap handlingHelge Deller2018-04-111-7/+0Star
* | page cache: use xa_lockMatthew Wilcox2018-04-111-4/+2Star
* | mm: introduce MAP_FIXED_NOREPLACEMichal Hocko2018-04-111-0/+1
|/
* parisc: Convert MAP_TYPE to cover 4 bits on pariscHelge Deller2018-03-271-1/+1
* parisc: Force to various endian types for sparseHelge Deller2018-03-271-6/+6
* Merge branch 'parisc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-03-022-0/+3
|\
| * parisc: Use cr16 interval timers unconditionally on qemuHelge Deller2018-03-021-0/+2
| * parisc: Fix ordering of cache and TLB flushesJohn David Anglin2018-03-021-0/+1
* | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2018-02-021-1/+0Star
|\ \
| * | arch: Remove clkdev.h asm-generic from KbuildStephen Boyd2018-01-031-1/+0Star
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds2018-02-011-0/+6
|\ \ \
| * | | parisc64: Add .opd based function descriptor dereferenceSergey Senozhatsky2018-01-091-0/+6
| |/ /
* | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-01-302-64/+7Star
|\ \ \
| * | | signal: unify compat_siginfo_tAl Viro2018-01-161-63/+0Star
| * | | signal: Remove _sys_private and _overrun_incr from struct compat_siginfoEric W. Biederman2018-01-121-1/+0Star