aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-05-05x86/mm: Initialize PGD cache during mm initializationNadav Amit3-4/+11
2019-04-30x86/alternatives: Add comment about module removal racesNadav Amit1-0/+5
2019-04-30x86/kprobes: Use vmalloc special flagRick Edgecombe1-6/+1
2019-04-30x86/ftrace: Use vmalloc special flagRick Edgecombe1-8/+6
2019-04-30bpf: Use vmalloc special flagRick Edgecombe2-15/+3
2019-04-30modules: Use vmalloc special flagRick Edgecombe1-38/+39
2019-04-30mm/vmalloc: Add flag for freeing of special permsissionsRick Edgecombe2-19/+109
2019-04-30mm/hibernation: Make hibernation handle unmapped pagesRick Edgecombe4-20/+14
2019-04-30x86/mm/cpa: Add set_direct_map_*() functionsRick Edgecombe5-3/+30
2019-04-30x86/alternatives: Remove the return value of text_poke_*()Nadav Amit2-9/+6
2019-04-30x86/jump-label: Remove support for custom text pokerNadav Amit1-16/+10
2019-04-30x86/modules: Avoid breaking W^X while loading modulesNadav Amit4-8/+28
2019-04-30x86/kprobes: Set instruction page as executableNadav Amit1-4/+20
2019-04-30x86/ftrace: Set trampoline pages as executableNadav Amit1-0/+8
2019-04-30x86/kgdb: Avoid redundant comparison of patched codeNadav Amit1-13/+1
2019-04-30x86/alternatives: Use temporary mm for text pokingNadav Amit3-26/+86
2019-04-30x86/alternatives: Initialize temporary mm for patchingNadav Amit5-0/+48
2019-04-30fork: Provide a function for copying init_mmNadav Amit2-6/+19
2019-04-30uprobes: Initialize uprobes earlierNadav Amit3-5/+9
2019-04-30x86/mm: Save debug registers when loading a temporary mmNadav Amit1-0/+23
2019-04-30x86/mm: Introduce temporary mm structsAndy Lutomirski1-0/+33
2019-04-30x86/jump_label: Use text_poke_early() during early initNadav Amit1-1/+6
2019-04-30bpf: Fail bpf_probe_write_user() while mm is switchedNadav Amit1-0/+8
2019-04-30mm/tlb: Provide default nmi_uaccess_okay()Nadav Amit2-0/+11
2019-04-30x86/alternatives: Add text_poke_kgdb() to not assert the lock when debuggingNadav Amit3-19/+45
2019-04-30Merge tag 'v5.1-rc7' into x86/mm, to pick up fixesIngo Molnar60-224/+404
2019-04-28Linux 5.1-rc7Linus Torvalds1-1/+1
2019-04-28Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds4-6/+20
2019-04-28Merge tag 'powerpc-5.1-6' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds3-40/+60
2019-04-28Merge tag 'for-linus-20190428' of git://git.kernel.dk/linux-blockLinus Torvalds1-16/+26
2019-04-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds7-20/+76
2019-04-28Merge tag 'dmaengine-fix-5.1-rc7' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds3-6/+28
2019-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds3-7/+3
2019-04-27Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-1/+7
2019-04-27Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+4
2019-04-27Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+5
2019-04-26slip: make slhc_free() silently accept an error pointerLinus Torvalds1-1/+1
2019-04-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds7-23/+39
2019-04-26Input: synaptics-rmi4 - write config register values to the right offsetLucas Stach1-1/+1
2019-04-26Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds2-3/+8
2019-04-26Merge tag 'trace-v5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds4-19/+23
2019-04-26Merge tag 'gpio-v5.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds2-4/+9
2019-04-26Merge tag 'drm-fixes-2019-04-26' of git://anongit.freedesktop.org/drm/drmLinus Torvalds12-52/+53
2019-04-26Merge tag 'for-5.1-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds2-5/+13
2019-04-26Merge tag '5.1-rc6-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-15/+28
2019-04-26fs/proc/proc_sysctl.c: Fix a NULL pointer dereferenceYueHaibing1-2/+4
2019-04-26mm/page_alloc.c: fix never set ALLOC_NOFRAGMENT flagAndrey Ryabinin1-3/+3
2019-04-26mm/page_alloc.c: avoid potential NULL pointer dereferenceAndrey Ryabinin1-0/+3
2019-04-26mm, page_alloc: always use a captured page regardless of compaction resultMel Gorman1-5/+0
2019-04-26mm: do not boost watermarks to avoid fragmentation for the DISCONTIG memory modelMel Gorman2-8/+21