aboutsummaryrefslogtreecommitdiffstats
path: root/arch (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-05x86/mm: Initialize PGD cache during mm initializationNadav Amit1-4/+6
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-28Linux 5.1-rc7Linus Torvalds1-1/+1
2019-04-26slip: make slhc_free() silently accept an error pointerLinus Torvalds1-1/+1
2019-04-26Input: synaptics-rmi4 - write config register values to the right offsetLucas Stach1-1/+1
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
2019-04-26lib/test_vmalloc.c: do not create cpumask_t variable on stackUladzislau Rezki (Sony)1-3/+3
2019-04-26lib/Kconfig.debug: fix build error without CONFIG_BLOCKYueHaibing1-0/+1
2019-04-26zram: pass down the bvec we need to read into in the work structJérôme Glisse1-2/+3
2019-04-26mm/memory_hotplug.c: drop memory device reference after find_memory_block()David Hildenbrand1-0/+1
2019-04-26trace: Fix preempt_enable_no_resched() abusePeter Zijlstra1-1/+1
2019-04-26tracing: Fix a memory leak by early error exit in trace_pid_write()Wenwen Wang1-1/+4
2019-04-26tracing: Fix buffer_ref pipe opsJann Horn3-16/+17
2019-04-26dmaengine: mediatek-cqdma: fix wrong register usage in mtk_cqdma_startShun-Chih Yu1-1/+1
2019-04-26x86/mm/tlb: Remove 'struct flush_tlb_info' from the stackNadav Amit1-34/+82
2019-04-25sched/numa: Fix a possible divide-by-zeroXie XiuQi1-0/+4
2019-04-25RDMA/hns: Bugfix for mapping user dbLijun Ou1-1/+1
2019-04-25btrfs: Switch memory allocations in async csum calculation path to kvmallocNikolay Borisov2-5/+13
2019-04-25drm/bridge: dw-hdmi: fix SCDC configuration for ddc-i2c-busJonas Karlman1-4/+8
2019-04-25gpio: Fix gpiochip_add_data_with_key() error pathGeert Uytterhoeven1-4/+8
2019-04-25drm/vmwgfx: Fix dma API layer violationThomas Hellstrom1-28/+5
2019-04-25x86/Kconfig: Deprecate DISCONTIGMEM support for 32-bit x86Mike Rapoport1-1/+2
2019-04-25x86/Kconfig: Make SPARSEMEM default for 32-bit x86Mike Rapoport1-6/+1