summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* bitmap: fix memset optimization on big-endian systemsOmar Sandoval2018-04-021-5/+17
* Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds2018-04-0227-688/+18
|\
| * usb: musb: remove blackfin portArnd Bergmann2018-03-261-7/+0
| * usb: host: remove tilegx platform glueArnd Bergmann2018-03-261-35/+0
| * input: misc: remove blackfin rotary driverArnd Bergmann2018-03-261-117/+0
| * pinctrl: remove adi2/blackfin driversArnd Bergmann2018-03-261-40/+0
| * media: platform: remove blackfin capture driverArnd Bergmann2018-03-262-133/+0
| * fbdev: remove blackfin driversArnd Bergmann2018-03-261-2/+1
| * video/logo: remove obsolete logo filesArnd Bergmann2018-03-261-3/+0
| * raid: remove tile specific raid6 implementationArnd Bergmann2018-03-261-1/+0
| * net: adi: remove blackfin ethernet driversArnd Bergmann2018-03-261-30/+0
| * asm-generic: clean up asm/unistd.hArnd Bergmann2018-03-261-163/+0
| * asm-generic: siginfo: define ia64 si_codes unconditionallyArnd Bergmann2018-03-261-12/+8
| * asm-generic: siginfo: remove obsolete #ifdefsArnd Bergmann2018-03-261-34/+2
| * treewide: simplify Kconfig dependencies for removed archsArnd Bergmann2018-03-261-6/+1
| * mm: remove obsolete alloc_remap()Arnd Bergmann2018-03-161-9/+0
| * arch: remove blackfin portArnd Bergmann2018-03-161-1/+0
| * mn10300: Remove the architectureDavid Howells2018-03-097-8/+6
| * Merge tag 'metag_remove_2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann2018-03-077-88/+1
| |\
| | * clocksource: Remove metag generic timer driverJames Hogan2018-02-232-22/+0
| | * irqchip: Remove metag irqchip driversJames Hogan2018-02-232-59/+0
| | * Drop a bunch of metag referencesJames Hogan2018-02-234-7/+1
* | | Merge tag 'nds32-for-linus-4.17' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-04-021-9/+9
|\ \ \
| * | | asm-generic/io.h: move ioremap_nocache/ioremap_uc/ioremap_wc/ioremap_wt out o...Greentime Hu2018-02-221-9/+9
* | | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-04-021-0/+2
|\ \ \ \
| * | | | efi: Use efi_mm in x86 as well as ARMSai Praneeth2018-03-121-0/+2
* | | | | Merge branch 'x86-dma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-04-024-16/+33
|\ \ \ \ \
| * | | | | dma-mapping: Don't clear GFP_ZERO in dma_alloc_attrsChristoph Hellwig2018-03-281-6/+2
| * | | | | Merge branch 'linus' into x86/dma, to resolve a conflict with upstreamIngo Molnar2018-03-2433-42/+195
| |\ \ \ \ \
| * | | | | | dma/swiotlb: Remove swiotlb_{alloc,free}_coherent()Christoph Hellwig2018-03-201-8/+0
| * | | | | | dma/direct: Handle the memory encryption bit in common codeChristoph Hellwig2018-03-201-2/+19
| * | | | | | set_memory.h: Provide set_memory_{en,de}crypted() stubsChristoph Hellwig2018-03-201-0/+12
* | | | | | | Merge branch 'sched-wait-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-04-022-27/+70
|\ \ \ \ \ \ \
| * | | | | | | sched/wait: Remove the wait_on_atomic_t() APIPeter Zijlstra2018-03-201-27/+0
| * | | | | | | sched/wait, fs/fscache: Convert wait_on_atomic_t() usage to the new wait_var_...Peter Zijlstra2018-03-201-1/+1
| * | | | | | | sched/wait: Introduce wait_var_event()Peter Zijlstra2018-03-201-0/+70
* | | | | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-04-022-2/+17
|\ \ \ \ \ \ \ \
| * | | | | | | | firmware/dmi_scan: Uninline dmi_get_bios_year() helperAndy Shevchenko2018-03-271-9/+2
| * | | | | | | | jailhouse: Provide detection for non-x86 systemsJan Kiszka2018-03-081-2/+15
| * | | | | | | | dmi: Introduce the dmi_get_bios_year() helper functionAndy Shevchenko2018-02-231-0/+9
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-04-025-10/+14
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/mm/32: Remove unused node_memmap_size_bytes() & CONFIG_NEED_NODE_MEMMAP_S...David Rientjes2018-03-271-5/+0
| * | | | | | | | Merge tag 'v4.16-rc7' into x86/mm, to fix up conflictIngo Molnar2018-03-2734-44/+197
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| * | | | | | | | Merge branch 'x86/urgent' into x86/mm to pick up dependenciesThomas Gleixner2018-03-1424-68/+170
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'x86/pti' into x86/mm, to pick up dependenciesIngo Molnar2018-03-126-27/+20
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | acpi: Introduce acpi_arch_get_root_pointer() for getting rsdp addressJuergen Gross2018-02-261-0/+7
| * | | | | | | | | | Merge tag 'v4.16-rc3' into x86/mm, to pick up fixesIngo Molnar2018-02-2638-98/+163
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | x86/mm: Make PGDIR_SHIFT and PTRS_PER_P4D variableKirill A. Shutemov2018-02-143-5/+7
* | | | | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-04-026-17/+35
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | sched/fair: Add util_est on top of PELTPatrick Bellasi2018-03-201-0/+29