..
Kbuild
net, lib: kill arch_fast_hash library bits
2014-12-10 15:17:46 -05:00
addrspace.h
avr32: Move include/asm-avr32 to arch/avr32/include/asm
2008-08-05 13:35:07 +02:00
asm-offsets.h
kbuild: move asm-offsets.h to include/generated
2009-12-12 13:08:14 +01:00
asm.h
avr32: Move include/asm-avr32 to arch/avr32/include/asm
2008-08-05 13:35:07 +02:00
atomic.h
locking,arch: Use ACCESS_ONCE() instead of cast to volatile in atomic_read()
2014-10-03 06:06:23 +02:00
barrier.h
arch: Clean up asm/barrier.h implementations using asm-generic/barrier.h
2014-01-12 10:37:15 +01:00
bitops.h
arch,avr32: Convert smp_mb__*()
2014-04-18 11:40:33 +02:00
bug.h
Disintegrate asm/system.h for AVR32
2012-03-28 18:30:01 +01:00
bugs.h
avr32: remove cpu_data macro to fix compiles
2014-03-31 08:41:36 +02:00
cache.h
dma-mapping: rename ARCH_KMALLOC_MINALIGN to ARCH_DMA_MINALIGN
2010-08-11 08:59:21 -07:00
cacheflush.h
block: add helpers to run flush_dcache_page() against a bio and a request's pages
2009-11-26 09:16:19 +01:00
checksum.h
avr32: Move include/asm-avr32 to arch/avr32/include/asm
2008-08-05 13:35:07 +02:00
cmpxchg.h
Disintegrate asm/system.h for AVR32
2012-03-28 18:30:01 +01:00
current.h
avr32: Move include/asm-avr32 to arch/avr32/include/asm
2008-08-05 13:35:07 +02:00
dma-mapping.h
avr32: Provide dma_mmap_coherent() and dma_get_sgtable()
2013-01-29 08:11:14 +01:00
dma.h
avr32: Move include/asm-avr32 to arch/avr32/include/asm
2008-08-05 13:35:07 +02:00
elf.h
avr32: fix integer overflow in ELF_ET_DYN_BASE
2015-04-13 18:48:55 +02:00
fb.h
avr32: Move include/asm-avr32 to arch/avr32/include/asm
2008-08-05 13:35:07 +02:00
ftrace.h
tracing: make CALLER_ADDRx overwriteable
2009-03-02 16:49:37 -05:00
gpio.h
avr32: Use <mach/foo.h> instead of <asm/arch/foo.h>
2008-08-05 14:36:57 +02:00
hardirq.h
avr32: convert to asm-generic/hardirq.h
2009-12-14 19:24:28 +01:00
hw_irq.h
avr32: remove obsolete hw_interrupt_type
2009-05-13 16:53:48 +02:00
io.h
avr32: add generic ioremap_wc() definition in io.h
2014-02-17 11:24:45 +01:00
irq.h
avr32: Use <mach/foo.h> instead of <asm/arch/foo.h>
2008-08-05 14:36:57 +02:00
irqflags.h
Fix IRQ flag handling naming
2010-10-07 14:08:55 +01:00
kdebug.h
avr32: Define DIE_OOPS
2009-01-07 10:40:30 +01:00
kmap_types.h
avr32: remove km_type definitions
2012-07-24 15:27:30 +08:00
kprobes.h
avr32: add kprobe_ctlblk memory struct
2013-11-20 09:53:22 +01:00
linkage.h
avr32: Move include/asm-avr32 to arch/avr32/include/asm
2008-08-05 13:35:07 +02:00
mmu.h
avr32: Move include/asm-avr32 to arch/avr32/include/asm
2008-08-05 13:35:07 +02:00
mmu_context.h
avr32: Move include/asm-avr32 to arch/avr32/include/asm
2008-08-05 13:35:07 +02:00
module.h
Make most arch asm/module.h files use asm-generic/module.h
2012-09-28 14:31:03 +09:30
mutex.h
avr32: Move include/asm-avr32 to arch/avr32/include/asm
2008-08-05 13:35:07 +02:00
ocd.h
avr32: Move include/asm-avr32 to arch/avr32/include/asm
2008-08-05 13:35:07 +02:00
page.h
avr32: Move include/asm-avr32 to arch/avr32/include/asm
2008-08-05 13:35:07 +02:00
pci.h
avr32: Move include/asm-avr32 to arch/avr32/include/asm
2008-08-05 13:35:07 +02:00
pgalloc.h
avr32: handle pgtable_page_ctor() fail
2013-11-15 09:32:17 +09:00
pgtable-2level.h
avr32: Move include/asm-avr32 to arch/avr32/include/asm
2008-08-05 13:35:07 +02:00
pgtable.h
mm: make FIRST_USER_ADDRESS unsigned long on all archs
2015-02-11 17:06:03 -08:00
processor.h
arch, locking: Ciao arch_mutex_cpu_relax()
2014-07-17 12:32:47 +02:00
ptrace.h
missing user_stack_pointer() instances
2012-12-19 18:07:39 -05:00
serial.h
avr32: Move include/asm-avr32 to arch/avr32/include/asm
2008-08-05 13:35:07 +02:00
setup.h
UAPI: (Scripted) Disintegrate arch/avr32/include/asm
2012-10-10 12:09:31 +01:00
shmparam.h
avr32: Move include/asm-avr32 to arch/avr32/include/asm
2008-08-05 13:35:07 +02:00
signal.h
consolidate kernel-side struct sigaction declarations
2013-02-03 15:09:22 -05:00
string.h
avr32: Move include/asm-avr32 to arch/avr32/include/asm
2008-08-05 13:35:07 +02:00
switch_to.h
Disintegrate asm/system.h for AVR32
2012-03-28 18:30:01 +01:00
syscalls.h
avr32: make architecture sys_clone prototype match asm-generic prototype
2011-01-13 20:41:06 +01:00
sysreg.h
avr32: Move include/asm-avr32 to arch/avr32/include/asm
2008-08-05 13:35:07 +02:00
termios.h
UAPI: (Scripted) Disintegrate arch/avr32/include/asm
2012-10-10 12:09:31 +01:00
thread_info.h
arch: Remove exec_domain from remaining archs
2015-04-12 21:03:30 +02:00
timex.h
avr32: Move include/asm-avr32 to arch/avr32/include/asm
2008-08-05 13:35:07 +02:00
tlb.h
avr32: Move include/asm-avr32 to arch/avr32/include/asm
2008-08-05 13:35:07 +02:00
tlbflush.h
avr32: Move include/asm-avr32 to arch/avr32/include/asm
2008-08-05 13:35:07 +02:00
traps.h
avr32: Move include/asm-avr32 to arch/avr32/include/asm
2008-08-05 13:35:07 +02:00
types.h
UAPI: (Scripted) Disintegrate arch/avr32/include/asm
2012-10-10 12:09:31 +01:00
uaccess.h
avr32: macro whitespace fixes
2015-01-13 15:23:55 +02:00
ucontext.h
avr32: Move include/asm-avr32 to arch/avr32/include/asm
2008-08-05 13:35:07 +02:00
unaligned.h
avr32: Move include/asm-avr32 to arch/avr32/include/asm
2008-08-05 13:35:07 +02:00
unistd.h
avr32: wire up missing syscalls
2015-02-09 15:27:44 +01:00
user.h
avr32: Move include/asm-avr32 to arch/avr32/include/asm
2008-08-05 13:35:07 +02:00