summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | KVM: arm/arm64: Consolidate page-table accessorsMarc Zyngier2018-07-092-15/+0
| | * | | | | arm64: KVM: Avoid marking pages as XN in Stage-2 if CTR_EL0.DIC is setMarc Zyngier2018-07-091-2/+12
| | * | | | | arm64: KVM: Handle Set/Way CMOs as NOPs if FWB is presentMarc Zyngier2018-07-091-1/+10
| | * | | | | arm64: KVM: Add support for Stage-2 control of memory types and cacheabilityMarc Zyngier2018-07-098-9/+66
| | | |/ / / | | |/| | |
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-08-229-16/+24
|\ \ \ \ \ \
| * | | | | | module: use relative references for __ksymtab entriesArd Biesheuvel2018-08-222-5/+1
| * | | | | | module: allow symbol exports to be disabledArd Biesheuvel2018-08-221-4/+1
| * | | | | | arch: enable relative relocations for arm64, power and x86Ard Biesheuvel2018-08-224-0/+13
| * | | | | | mm: zero out the vma in vma_init()Andrew Morton2018-08-221-5/+4
| * | | | | | mm, oom: distinguish blockable mode for mmu notifiersMichal Hocko2018-08-221-2/+5
* | | | | | | Merge tag 'pm-4.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2018-08-221-1/+1
|\ \ \ \ \ \ \
| * | | | | | | x86/ACPI/cstate: Make APCI C1 FFH MWAIT C-state description vendor-neutralPrarit Bhargava2018-08-151-1/+1
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2018-08-225-249/+88
|\ \ \ \ \ \ \ \
| * | | | | | | | sparc: fix KBUILD_DEFCONFIG for ARCH=sparc32Masahiro Yamada2018-08-211-3/+3
| * | | | | | | | sparc32: split ramdisk detection and reservation to a helper functionMike Rapoport2018-08-211-25/+31
| * | | | | | | | sparc32: switch to NO_BOOTMEMMike Rapoport2018-08-212-58/+21
| * | | | | | | | sparc: mm/init_32: kill trailing whitespaceMike Rapoport2018-08-211-3/+3
| * | | | | | | | sparc: use generic dma_noncoherent_opsChristoph Hellwig2018-08-213-165/+35
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge tag 'for-4.19' of git://git.sourceforge.jp/gitroot/uclinux-h8/linuxLinus Torvalds2018-08-228-50/+28
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | h8300: fix IRQ noYoshinori Sato2018-08-221-1/+1
| * | | | | | | arch/h8300: add a defconfig targetRandy Dunlap2018-08-221-0/+2
| * | | | | | | arch/h8300: eliminate kgbd.c warningRandy Dunlap2018-08-221-1/+1
| * | | | | | | arch/h8300: eliminate ptrace.h warningsRandy Dunlap2018-08-221-0/+2
| * | | | | | | h8300:let the checker know that size_t is ulongLuc Van Oostenryck2018-08-221-0/+2
| * | | | | | | h8300: Don't include linux/kernel.h in asm/atomic.hWill Deacon2018-08-221-2/+2
| * | | | | | | h8300: remove unnecessary of_platform_populate callRob Herring2018-08-221-10/+0
| * | | | | | | h8300: Correct signature of test_bit()Geert Uytterhoeven2018-08-221-1/+1
| * | | | | | | h8300: switch to NO_BOOTMEMRob Herring2018-08-222-28/+9
| * | | | | | | h8300: gcc-8.1 fixYoshinori Sato2018-08-221-3/+4
| * | | | | | | h8300: Add missing output register.Yoshinori Sato2018-08-221-6/+6
* | | | | | | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-213-9/+9
|\ \ \ \ \ \ \ \
| * | | | | | | | pid: Implement PIDTYPE_TGIDEric W. Biederman2018-07-213-4/+4
| * | | | | | | | pids: Move the pgrp and session pid pointers from task_struct to signal_structEric W. Biederman2018-07-212-3/+3
| * | | | | | | | pids: Compute task_tgid using signal->leader_pidEric W. Biederman2018-07-212-5/+5
* | | | | | | | | Merge tag 'microblaze-v4.19-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2018-08-2110-234/+25
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | microblaze/PCI: Remove stale pcibios_align_resource() commentLorenzo Pieralisi2018-08-211-13/+0
| * | | | | | | | microblaze: delete wrong comment about machine_early_initMasahiro Yamada2018-07-301-5/+0
| * | | | | | | | microblaze: add endianness options to LDFLAGS instead of LDMasahiro Yamada2018-07-251-2/+2
| * | | | | | | | microblaze: remove consistent_sync and consistent_sync_pageChristoph Hellwig2018-07-202-48/+0
| * | | | | | | | microblaze: use generic dma_noncoherent_opsChristoph Hellwig2018-07-206-166/+22
| * | | | | | | | microblaze: warn if of_iomap() failedNicholas Mc Guire2018-07-111-0/+1
* | | | | | | | | Merge tag 'please-pull-noboot' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-08-214-188/+33
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ia64: switch to NO_BOOTMEMMike Rapoport2018-07-234-135/+22
| * | | | | | | | | ia64: use mem_data to detect nodes' minimal and maximal PFNsMike Rapoport2018-07-231-46/+14
| * | | | | | | | | ia64: remove unused num_dma_physpages member from 'struct early_node_data'Mike Rapoport2018-07-231-8/+0
| * | | | | | | | | ia64: contig/paging_init: reduce code duplicationMike Rapoport2018-07-231-3/+1
* | | | | | | | | | Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-08-217-14/+18
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | s390/ftrace: Add -mfentry and -mnop-mcount supportVasily Gorbik2018-08-165-12/+16
| * | | | | | | | | | Uprobe: Additional argument arch_uprobe to uprobe_write_opcode()Ravi Bangoria2018-08-142-2/+2
| |/ / / / / / / / /
* | | | | | | | | | Merge tag 'mfd-next-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2018-08-214-8/+8
|\ \ \ \ \ \ \ \ \ \