summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-2113-41/+38
* treewide: init_timer() -> setup_timer()Kees Cook2017-11-214-14/+7
* treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2017-11-216-12/+12
* s390: cmm: Convert timers to use timer_setup()Kees Cook2017-11-211-5/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2017-11-1739-17/+1701
|\
| * sparc64: Fix page table walk for PUD hugepagesNitin Gupta2017-11-151-1/+1
| * sparc64: Convert timers to user timer_setup()Allen Pais2017-11-151-3/+3
| * sparc64: convert mdesc_handle.refcnt from atomic_t to refcount_tElena Reshetova2017-11-151-8/+9
| * sparc/led: Convert timers to use timer_setup()Kees Cook2017-11-151-7/+9
| * sparc64: Use sparc optimized fls and __fls for T4 and aboveVijay Kumar2017-11-152-0/+11
| * sparc64: SPARC optimized __fls functionVijay Kumar2017-11-151-0/+10
| * sparc64: SPARC optimized fls functionVijay Kumar2017-11-152-0/+21
| * sparc64: Define SPARC default __fls functionVijay Kumar2017-11-153-1/+63
| * sparc64: Define SPARC default fls functionVijay Kumar2017-11-153-1/+70
| * vDSO for sparcNagarathnam Muthusamy2017-11-1526-2/+1494
| * sparc32: Add cmpxchg64().David S. Miller2017-09-272-0/+17
| * sparc: time: Remove unneeded linux/miscdevice.h includeCorentin Labbe2017-09-271-1/+0
| * sparc64: mmu_context: Add missing include filesGuenter Roeck2017-09-271-0/+2
* | Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2017-11-178-16/+20
|\ \
| * | sh: decompressor: add shipped files to .gitignoreMasahiro Yamada2017-11-171-0/+5
| * | frv: .gitignore: ignore vmlinux.ldsMasahiro Yamada2017-11-171-0/+1
| * | kbuild: create object directories simpler and fasterMasahiro Yamada2017-11-161-4/+0
| * | sh: select KBUILD_DEFCONFIG depending on ARCHMasahiro Yamada2017-11-131-2/+6
| * | hexagon/kbuild: replace CFLAGS_MODULE with KBUILD_CFLAGS_MODULECao jin2017-10-311-3/+3
| * | c6x/kbuild: replace CFLAGS_MODULE with KBUILD_CFLAGS_MODULECao jin2017-10-311-1/+1
| * | arm/kbuild: replace {C, LD}FLAGS_MODULE with KBUILD_{C, LD}FLAGS_MODULECao jin2017-10-311-3/+3
| * | hexagon: get rid of #include <generated/compile.h>Masahiro Yamada2017-10-091-3/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-178-20/+18
|\ \ \
| * | | arch/tile/include/asm/topology.h: remove unused parent_node() macroDou Liyang2017-11-171-6/+0
| * | | arch/sparc/include/asm/topology_64.h: remove unused parent_node() macroDou Liyang2017-11-171-2/+0
| * | | arch/sh/include/asm/topology.h: remove unused parent_node() macroDou Liyang2017-11-171-1/+0
| * | | arch/ia64/include/asm/topology.h: remove unused parent_node() macroDou Liyang2017-11-171-7/+0
| * | | pid: remove pidhashGargi Sharma2017-11-171-2/+2
| * | | pid: replace pid bitmap implementation with IDR APIGargi Sharma2017-11-171-1/+1
| * | | bug: define the "cut here" string in a single placeKees Cook2017-11-171-1/+1
| * | | sh/boot: add static stack-protector to pre-kernelKees Cook2017-11-171-0/+14
* | | | Merge tag 'pm-fixes-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-174-24/+61
|\ \ \ \
| * | | | x86 / CPU: Always show current CPU frequency in /proc/cpuinfoRafael J. Wysocki2017-11-154-24/+61
* | | | | Merge branch 'parisc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-11-1711-297/+452
|\ \ \ \ \
| * | | | | arch: Fix duplicates in Kconfig for parisc and sparcBabu Moger2017-11-172-6/+0
| * | | | | parisc: Make some PDC structures accessible in uapi headersHelge Deller2017-11-172-261/+250
| * | | | | parisc: Pass endianness info to sparseLuc Van Oostenryck2017-11-171-1/+1
| * | | | | parisc: Add CPU topology supportHelge Deller2017-11-176-26/+198
| * | | | | parisc: Fix validity check of pointer size argument in new CAS implementationJohn David Anglin2017-11-171-3/+3
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2017-11-1736-475/+985
|\ \ \ \ \ \
| * | | | | | s390: remove unused parameter from MakefileHeiko Carstens2017-11-161-1/+1
| * | | | | | s390/cpum_sf: correctly set the PID and TID in perf samplesHendrik Brueckner2017-11-163-2/+78
| * | | | | | s390/cpum_sf: load program parameter at sampler enablementHendrik Brueckner2017-11-162-0/+9
| * | | | | | s390/perf: extend perf_regs support to include floating-point registersHendrik Brueckner2017-11-162-0/+37
| * | | | | | s390/perf: add perf_regs support and user stack dumpHeiko Carstens2017-11-164-1/+79