remarkable-linux/arch/m68k/kernel
Linus Torvalds 84d69848c9 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
Pull kbuild updates from Michal Marek:

 - EXPORT_SYMBOL for asm source by Al Viro.

   This does bring a regression, because genksyms no longer generates
   checksums for these symbols (CONFIG_MODVERSIONS). Nick Piggin is
   working on a patch to fix this.

   Plus, we are talking about functions like strcpy(), which rarely
   change prototypes.

 - Fixes for PPC fallout of the above by Stephen Rothwell and Nick
   Piggin

 - fixdep speedup by Alexey Dobriyan.

 - preparatory work by Nick Piggin to allow architectures to build with
   -ffunction-sections, -fdata-sections and --gc-sections

 - CONFIG_THIN_ARCHIVES support by Stephen Rothwell

 - fix for filenames with colons in the initramfs source by me.

* 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild: (22 commits)
  initramfs: Escape colons in depfile
  ppc: there is no clear_pages to export
  powerpc/64: whitelist unresolved modversions CRCs
  kbuild: -ffunction-sections fix for archs with conflicting sections
  kbuild: add arch specific post-link Makefile
  kbuild: allow archs to select link dead code/data elimination
  kbuild: allow architectures to use thin archives instead of ld -r
  kbuild: Regenerate genksyms lexer
  kbuild: genksyms fix for typeof handling
  fixdep: faster CONFIG_ search
  ia64: move exports to definitions
  sparc32: debride memcpy.S a bit
  [sparc] unify 32bit and 64bit string.h
  sparc: move exports to definitions
  ppc: move exports to definitions
  arm: move exports to definitions
  s390: move exports to definitions
  m68k: move exports to definitions
  alpha: move exports to actual definitions
  x86: move exports to actual definitions
  ...
2016-10-14 14:26:58 -07:00
..
.gitignore
asm-offsets.c
bootinfo_proc.c m68k/bootinfo: Use kmemdup rather than duplicating its implementation 2015-08-10 10:26:33 +02:00
dma.c dma-mapping: use unsigned long for dma_attrs 2016-08-04 08:50:07 -04:00
early_printk.c m68knommu: remove obsolete 68360 support 2016-03-07 10:07:17 +10:00
entry.S m68k: Use conventional function parameters for do_sigreturn 2016-02-29 09:51:43 +01:00
head.S
ints.c
irq.c
machine_kexec.c
Makefile Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild 2016-10-14 14:26:58 -07:00
module.c
module.lds
pcibios.c m68k/pci: Remove a superflous KERN_ERR 2015-03-15 10:24:50 +01:00
process.c m68k: always make available dump_fpu() 2016-09-26 12:02:59 +10:00
ptrace.c
relocate_kernel.S
setup.c
setup_mm.c Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu 2016-10-05 18:18:20 -07:00
setup_no.c m68knommu: convert printk(KERN_INFO) to pr_info() 2016-09-26 12:02:59 +10:00
signal.c m68k updates for 4.8 2016-10-03 17:59:24 -07:00
sun3-head.S
sys_m68k.c
syscalltable.S m68k: Wire up preadv2 and pwritev2 2016-04-07 11:44:44 +02:00
time.c rtc: m68k: provide ioctl for q40 2016-06-04 00:23:22 +02:00
traps.c
uboot.c m68k: generalize uboot command line support 2016-09-26 12:02:59 +10:00
vectors.c
vmlinux-nommu.lds nmi_backtrace: generate one-line reports for idle cpus 2016-10-07 18:46:30 -07:00
vmlinux-std.lds nmi_backtrace: generate one-line reports for idle cpus 2016-10-07 18:46:30 -07:00
vmlinux-sun3.lds nmi_backtrace: generate one-line reports for idle cpus 2016-10-07 18:46:30 -07:00
vmlinux.lds.S