| Commit message (Expand) | Author | Files | Lines |
2019-04-03 | objtool: Fix sibling call detection | Peter Zijlstra | 1 | -31/+55 |
2019-04-03 | objtool: Rewrite alt->skip_orig | Peter Zijlstra | 1 | -6/+10 |
2019-04-03 | objtool: Add --backtrace support | Peter Zijlstra | 4 | -6/+25 |
2019-04-03 | objtool: Rewrite add_ignores() | Peter Zijlstra | 2 | -32/+20 |
2019-04-03 | objtool: Handle function aliases | Peter Zijlstra | 2 | -5/+12 |
2019-04-03 | objtool: Set insn->func for alternatives | Peter Zijlstra | 1 | -0/+1 |
2019-04-03 | x86/uaccess, kcov: Disable stack protector | Peter Zijlstra | 1 | -0/+1 |
2019-04-03 | x86/uaccess, ftrace: Fix ftrace_likely_update() vs. SMAP | Peter Zijlstra | 1 | -0/+4 |
2019-04-03 | x86/uaccess, ubsan: Fix UBSAN vs. SMAP | Peter Zijlstra | 2 | -0/+5 |
2019-04-03 | x86/uaccess, kasan: Fix KASAN vs SMAP | Peter Zijlstra | 3 | -2/+14 |
2019-04-03 | x86/smap: Ditch __stringify() | Peter Zijlstra | 1 | -10/+9 |
2019-04-03 | x86/uaccess: Introduce user_access_{save,restore}() | Peter Zijlstra | 3 | -0/+25 |
2019-04-03 | x86/uaccess, signal: Fix AC=1 bloat | Peter Zijlstra | 1 | -12/+17 |
2019-04-03 | x86/uaccess: Always inline user_access_begin() | Peter Zijlstra | 1 | -1/+1 |
2019-04-03 | x86/uaccess, xen: Suppress SMAP warnings | Peter Zijlstra | 1 | -4/+20 |
2019-04-03 | x86/nospec, objtool: Introduce ANNOTATE_IGNORE_ALTERNATIVE | Peter Zijlstra | 4 | -23/+34 |
2019-04-03 | x86/uaccess: Fix up the fixup | Peter Zijlstra | 1 | -1/+2 |
2019-04-03 | x86/uaccess: Move copy_user_handle_tail() into asm | Peter Zijlstra | 4 | -47/+48 |
2019-04-03 | i915, uaccess: Fix redundant CLAC | Peter Zijlstra | 1 | -2/+4 |
2019-04-03 | x86/ia32: Fix ia32_restore_sigcontext() AC leak | Peter Zijlstra | 1 | -12/+17 |
2019-04-03 | tracing: Improve "if" macro code generation | Josh Poimboeuf | 1 | -1/+1 |
2019-04-03 | sched/x86: Save [ER]FLAGS on context switch | Peter Zijlstra | 5 | -0/+20 |
2019-04-01 | debugfs: fix use-after-free on symlink traversal | Al Viro | 1 | -4/+9 |
2019-04-01 | ubifs: fix use-after-free on symlink traversal | Al Viro | 1 | -3/+1 |
2019-04-01 | jffs2: fix use-after-free on symlink traversal | Al Viro | 2 | -6/+4 |
2019-03-31 | Linux 5.1-rc3v5.1-rc3 | Linus Torvalds | 1 | -1/+1 |
2019-03-30 | leds: trigger: netdev: use memcpy in device_name_store | Rasmus Villemoes | 1 | -1/+2 |
2019-03-30 | leds: pca9532: fix a potential NULL pointer dereference | Kangjie Lu | 1 | -2/+6 |
2019-03-29 | LSM: Revive CONFIG_DEFAULT_SECURITY_* for "make oldconfig" | Kees Cook | 1 | -0/+38 |
2019-03-29 | fs/proc/proc_sysctl.c: fix NULL pointer dereference in put_links | YueHaibing | 1 | -1/+2 |
2019-03-29 | fs: fs_parser: fix printk format warning | Randy Dunlap | 1 | -1/+1 |
2019-03-29 | checkpatch: add %pt as a valid vsprintf extension | Alexandre Belloni | 1 | -1/+1 |
2019-03-29 | mm/migrate.c: add missing flush_dcache_page for non-mapped page migrate | Lars Persson | 1 | -3/+8 |
2019-03-29 | drivers/block/zram/zram_drv.c: fix idle/writeback string compare | Minchan Kim | 1 | -26/+6 |
2019-03-29 | mm/page_isolation.c: fix a wrong flag in set_migratetype_isolate() | Qian Cai | 1 | -1/+2 |
2019-03-29 | mm/memory_hotplug.c: fix notification in offline error path | Qian Cai | 1 | -1/+1 |
2019-03-29 | ptrace: take into account saved_sigmask in PTRACE{GET,SET}SIGMASK | Andrei Vagin | 2 | -2/+31 |
2019-03-29 | fs/proc/kcore.c: make kcore_modules static | YueHaibing | 1 | -1/+1 |
2019-03-29 | include/linux/list.h: fix list_is_first() kernel-doc | Randy Dunlap | 1 | -1/+1 |
2019-03-29 | mm/debug.c: fix __dump_page when mapping->host is not set | Oscar Salvador | 1 | -1/+1 |
2019-03-29 | mm: mempolicy: make mbind() return -EIO when MPOL_MF_STRICT is specified | Yang Shi | 1 | -7/+33 |
2019-03-29 | include/linux/hugetlb.h: convert to use vm_fault_t | Souptick Joarder | 1 | -1/+7 |
2019-03-29 | iommu/io-pgtable-arm-v7s: request DMA32 memory, and improve debugging | Nicolas Boichat | 1 | -4/+15 |
2019-03-29 | mm: add support for kmem caches in DMA32 zone | Nicolas Boichat | 5 | -2/+12 |
2019-03-29 | ocfs2: fix inode bh swapping mixup in ocfs2_reflink_inodes_lock | Darrick J. Wong | 1 | -18/+24 |
2019-03-29 | mm/hotplug: fix offline undo_isolate_page_range() | Qian Cai | 5 | -34/+45 |
2019-03-29 | fs/open.c: allow opening only regular files during execve() | Tetsuo Handa | 1 | -0/+6 |
2019-03-29 | mailmap: add Changbin Du | Changbin Du | 1 | -0/+2 |
2019-03-29 | mm/debug.c: add a cast to u64 for atomic64_read() | Qian Cai | 1 | -1/+1 |
2019-03-29 | mm/memory.c: fix modifying of page protection by insert_pfn() | Jan Kara | 1 | -5/+6 |