aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-26hugetlb: introduce generic version of set_huge_pte_at()Alexandre Ghiti9-36/+3
2018-10-26hugetlb: introduce generic version of hugetlb_free_pgd_rangeAlexandre Ghiti9-62/+15
2018-10-26hugetlb: harmonize hugetlb.h arch specific defines with pgtable.hAlexandre Ghiti1-1/+1
2018-10-26sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOADJohannes Weiner3-11/+4
2018-10-26alpha: switch to NO_BOOTMEMMike Rapoport4-188/+29
2018-10-26unicore32: switch to NO_BOOTMEMMike Rapoport2-53/+2
2018-10-26um: switch to NO_BOOTMEMMike Rapoport2-11/+11
2018-10-26um: setup_physmem: stop using global variablesMike Rapoport1-3/+3
2018-10-26nios2: switch to NO_BOOTMEMMike Rapoport3-39/+7
2018-10-26nios2: use generic early_init_dt_add_memory_archMike Rapoport3-10/+3
2018-10-26hexagon: switch to NO_BOOTMEMMike Rapoport2-12/+11
2018-10-26x86: convert vdso to use vm_fault_tMatthew Wilcox1-15/+9
2018-10-26xtensa: use generic vga.hJiri Slaby2-19/+1
2018-10-26arm64: lib: use C string functions with KASAN enabledAndrey Ryabinin10-16/+21
2018-10-26sparc64: Rework xchg() definition to avoid warnings.David S. Miller1-1/+6
2018-10-26sparc64: Export __node_distance.David S. Miller1-0/+1
2018-10-26sparc64: Make corrupted user stacks more debuggable.David Miller5-10/+37
2018-10-26Merge tag 'mips_4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds68-1017/+918
2018-10-26Merge tag 'mips_fixes_4.20_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-1/+1
2018-10-26Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds216-3087/+5234
2018-10-26Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds43-282/+122
2018-10-26Merge tag 'dma-mapping-4.20-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds5-214/+59
2018-10-26Merge tag 'iommu-updates-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds3-6/+13
2018-10-26Merge tag 'usb-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-10/+1
2018-10-26xen/pvh: don't try to unplug emulated devicesJuergen Gross1-0/+4
2018-10-26parisc: Use LINUX_GATEWAY_SPACE constant in entry.SHelge Deller1-2/+3
2018-10-26parisc64: change __kernel_suseconds_t to match glibcArnd Bergmann1-3/+0
2018-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds7-62/+335
2018-10-25Merge tag 'riscv-for-linus-4.20-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linuxLinus Torvalds27-238/+679
2018-10-25Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds92-2371/+7298
2018-10-25Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds67-10747/+974
2018-10-25Merge branch 'work.alpha' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-188/+183
2018-10-25Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2018-10-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds36-168/+83
2018-10-25sparc: Fix VDSO build with older binutils.David S. Miller7-62/+335
2018-10-26csky: Misc headersGuo Ren9-0/+351
2018-10-26csky: SMP supportGuo Ren2-0/+263
2018-10-26csky: Debug and Ptrace GDBGuo Ren4-0/+510
2018-10-26csky: User accessGuo Ren2-0/+678
2018-10-26csky: Library functionsGuo Ren19-0/+1420
2018-10-26csky: ELF and module probeGuo Ren4-0/+246
2018-10-26csky: Atomic operationsGuo Ren5-0/+665
2018-10-26csky: IRQ handlingGuo Ren2-0/+71
2018-10-26csky: VDSO and rt_sigreturnGuo Ren4-0/+138
2018-10-26csky: Process management and SignalGuo Ren10-0/+1231
2018-10-25csky: MMU and page table managementGuo Ren20-0/+1620
2018-10-25csky: Cache and TLB routinesGuo Ren15-0/+838
2018-10-25csky: System CallGuo Ren5-0/+153
2018-10-25csky: Exception handling and mm-faultGuo Ren9-0/+1546
2018-10-25csky: Kernel bootingGuo Ren3-0/+305