OrangePi_CM5/arch/parisc/include/asm
Linus Torvalds 89cbec71fe Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Pull uacess-unaligned removal from Al Viro:
 "That stuff had just one user, and an exotic one, at that - binfmt_flat
  on arm and m68k"

* 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
  kill {__,}{get,put}_user_unaligned()
  binfmt_flat: flat_{get,put}_addr_from_rp() should be able to fail
2017-07-15 11:17:52 -07:00
..
Kbuild parisc: move generic-y of exported headers to uapi/asm/Kbuild 2017-07-11 21:33:51 +09:00
agp.h
…
asm-offsets.h
…
asmregs.h
…
assembly.h parisc: Use generic extable search and sort routines 2016-03-23 16:00:46 +01:00
atomic.h locking/atomic: Remove linux/atomic.h:atomic_fetch_or() 2016-06-16 10:48:32 +02:00
bitops.h parisc: Don't use BITS_PER_LONG in userspace-exported swab.h header 2017-01-28 21:54:23 +01:00
bug.h debug: Add _ONCE() logic to report_bug() 2017-03-30 09:37:20 +02:00
bugs.h
…
cache.h arch: Introduce post-init read-only memory 2016-02-22 08:51:38 +01:00
cacheflush.h parisc: Optimize flush_kernel_vmap_range and invalidate_kernel_vmap_range 2017-03-15 20:57:33 +01:00
checksum.h ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned short 2016-03-13 23:55:13 -04:00
cmpxchg.h parisc: Add native high-resolution sched_clock() implementation 2016-05-22 21:39:25 +02:00
compat.h parisc: Fix SIGSYS signals in compat case 2016-03-31 12:28:37 +02:00
compat_ucontext.h
…
delay.h
…
dma-mapping.h parisc: ->mapping_error 2017-07-05 21:46:42 +02:00
dma.h
…
dwarf.h parisc: Add cfi_startproc and cfi_endproc to assembly code 2016-10-05 22:54:40 +02:00
eisa_bus.h
…
eisa_eeprom.h parisc: Fix typos in eisa_eeprom.h 2016-05-22 21:57:40 +02:00
elf.h parisc: Enable KASLR 2016-12-12 22:21:21 +01:00
fb.h
…
fixmap.h
…
floppy.h parisc: Use parentheses around expression in floppy.h 2016-03-01 22:51:04 +01:00
ftrace.h parisc: Add syscall tracepoint support 2016-05-22 21:38:47 +02:00
futex.h new helper: uaccess_kernel() 2017-03-28 16:43:25 -04:00
grfioctl.h
…
hardirq.h
…
hardware.h
…
hash.h parisc: Add <asm/hash.h> 2016-08-02 16:44:29 +02:00
hugetlb.h parisc: Protect huge page pte changes with spinlocks 2016-01-16 19:19:14 +01:00
ide.h
…
io.h parisc: Don't hardcode PSW values in gsc_*() functions 2017-06-09 11:34:54 +02:00
irq.h
…
irqflags.h
…
kbdleds.h
…
kmap_types.h
…
ldcw.h parisc: Fix typo in ldcw.h 2016-05-22 21:56:37 +02:00
led.h
…
linkage.h parisc: Add cfi_startproc and cfi_endproc to assembly code 2016-10-05 22:54:40 +02:00
machdep.h
…
mckinley.h
…
mmu.h
…
mmu_context.h parisc/mm: Ensure IRQs are off in switch_mm() 2017-06-09 11:31:06 +02:00
mmzone.h
…
module.h
…
page.h parisc: Add defines for Huge page support 2015-11-22 12:22:34 +01:00
parisc-device.h
…
parport.h
…
pci.h parisc: Use generic pci_mmap_resource_range() 2017-04-20 08:47:47 -05:00
pdc.h parisc: Add Page Deallocation Table (PDT) support 2017-05-12 09:14:15 +02:00
pdc_chassis.h
…
pdcpat.h parisc: Add Page Deallocation Table (PDT) support 2017-05-12 09:14:15 +02:00
perf.h
…
perf_event.h
…
pgalloc.h parisc: get rid of superfluous __GFP_REPEAT 2016-06-24 17:23:52 -07:00
pgtable.h parisc: Add Page Deallocation Table (PDT) support 2017-05-12 09:14:15 +02:00
prefetch.h
…
processor.h Merge branch 'parisc-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux 2017-07-03 15:27:58 -07:00
psw.h
…
ptrace.h
…
ropes.h
…
rt_sigframe.h
…
runway.h
…
sections.h
…
serial.h
…
shmparam.h
…
signal.h
…
smp.h
…
socket.h
…
special_insns.h
…
spinlock.h locking/spinlock, arch: Update and fix spin_unlock_wait() implementations 2016-06-14 11:55:15 +02:00
spinlock_types.h
…
string.h
…
superio.h
…
switch_to.h
…
syscall.h parisc: Add syscall tracepoint support 2016-05-22 21:38:47 +02:00
termios.h
…
thread_info.h parisc: Drop TIF_RESTORE_SIGMASK and switch to generic code 2016-12-29 21:52:36 +01:00
timex.h
…
tlb.h
…
tlbflush.h parisc: Fix some PTE/TLB race conditions and optimize __flush_tlb_range based on timing results 2015-07-10 21:47:47 +02:00
traps.h parisc: Show trap name in kernel crash 2016-10-11 20:52:47 +02:00
uaccess.h Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 2017-07-15 11:17:52 -07:00
ucontext.h
…
unaligned.h
…
unistd.h trim __ARCH_WANT_SYS_OLD_GETRLIMIT 2017-05-27 15:38:02 -04:00
unwind.h
…