aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-16powerpc: define syscall_get_error()Dmitry V. Levin1-0/+10
2019-07-16parisc: define syscall_get_error()Dmitry V. Levin1-0/+7
2019-07-16mips: define syscall_get_error()Dmitry V. Levin1-0/+6
2019-07-16hexagon: define syscall_get_error() and syscall_get_return_value()Dmitry V. Levin1-0/+14
2019-07-16nds32: fix asm/syscall.hDmitry V. Levin1-10/+17
2019-07-16mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()Anshuman Khandual10-156/+13
2019-07-16mm/ioremap: probe platform for p4d huge map supportAnshuman Khandual3-0/+15
2019-07-16arch/*: remove unused isa_page_to_bus()Stephen Kitt4-9/+0
2019-07-16arch: replace _BITUL() in kernel-space headers with BIT()Masahiro Yamada9-135/+136
2019-07-16mm: fix the MAP_UNINITIALIZED flagChristoph Hellwig1-5/+1
2019-07-15Merge branch 'i2c/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds7-0/+40
2019-07-15Merge tag 'pci-v5.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2-3/+12
2019-07-14Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2-15/+3
2019-07-14Merge tag 'for-linus-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds15-142/+320
2019-07-14Merge tag 'platform-drivers-x86-v5.3-1' of git://git.infradead.org/linux-platform-drivers-x86Linus Torvalds4-133/+20
2019-07-14Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-9/+14
2019-07-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+6
2019-07-13Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds208-3498/+3362
2019-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds5-486/+2
2019-07-13Merge tag 'pinctrl-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-0/+646
2019-07-13perf/x86/intel: Fix spurious NMI on fixed counterKan Liang1-5/+3
2019-07-13perf/x86/amd/uncore: Set the thread mask for F17h L3 PMCsKim Phillips1-4/+11
2019-07-13perf/x86/amd/uncore: Do not set 'ThreadMask' and 'SliceMask' for non-L3 PMCsKim Phillips1-1/+1
2019-07-12Merge tag 'kconfig-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds8-13/+1
2019-07-12Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds11-8/+16
2019-07-12Merge tag 'asm-generic-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds5-33/+91
2019-07-12Merge tag 's390-5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds9-96/+96
2019-07-12Merge tag 'nios2-v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lftan/nios2Linus Torvalds3-5/+0
2019-07-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds58-1167/+1929
2019-07-12Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds1-143/+5
2019-07-12Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds18-523/+86
2019-07-12Merge branch 'pci/resource'Bjorn Helgaas1-2/+11
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds20-278/+74
2019-07-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds59-1683/+244
2019-07-12arm64: move jump_label_init() before parse_early_param()Kees Cook2-5/+5
2019-07-12mm/pgtable: drop pgtable_t variable from pte_fn_t functionsAnshuman Khandual6-12/+6
2019-07-12unicore32: switch to generic version of pte allocationMike Rapoport1-28/+8
2019-07-12um: switch to generic version of pte allocationMike Rapoport2-36/+2
2019-07-12riscv: switch to generic version of pte allocationMike Rapoport1-27/+2
2019-07-12parisc: switch to generic version of pte allocationMike Rapoport1-31/+2
2019-07-12nios2: switch to generic version of pte allocationMike Rapoport1-35/+2
2019-07-12nds32: switch to generic version of pte allocationMike Rapoport1-27/+4
2019-07-12mips: switch to generic version of pte allocationMike Rapoport1-31/+2
2019-07-12m68k: sun3: switch to generic version of pte allocationMike Rapoport1-39/+2
2019-07-12csky: switch to generic version of pte allocationMike Rapoport1-27/+3
2019-07-12arm64: switch to generic version of pte allocationMike Rapoport3-42/+13
2019-07-12arm: switch to generic version of pte allocationMike Rapoport2-29/+14
2019-07-12alpha: switch to generic version of pte allocationMike Rapoport1-37/+3
2019-07-12asm-generic, x86: introduce generic pte_{alloc,free}_one[_kernel]Mike Rapoport2-40/+12
2019-07-12mm: move the powerpc hugepd code to mm/gup.cChristoph Hellwig2-72/+1