summaryrefslogtreecommitdiffstats
path: root/kernel/uid16.c (unfollow)
Commit message (Expand)AuthorFilesLines
2019-04-29livepatch: Convert error about unsupported reliable stacktrace into a warningPetr Mladek1-3/+2
2019-04-08kbuild: use -flive-patching when CONFIG_LIVEPATCH is enabledMiroslav Benes1-0/+4
2019-02-12livepatch/selftests: use "$@" to preserve argument listJoe Lawrence1-12/+7
2019-02-06livepatch: Module coming and going callbacks can proceed with all listed patchesPetr Mladek1-20/+6
2019-02-06livepatch: Proper error handling in the shadow variables selftestPetr Mladek1-0/+22
2019-02-06livepatch: return -ENOMEM on ptr_id() allocation failureJoe Lawrence1-1/+1
2019-02-06livepatch: Introduce klp_for_each_patch macroPetr Mladek3-5/+11
2019-02-06livepatch: core: Return EOPNOTSUPP instead of ENOSYSAlice Ferrazzi1-1/+1
2019-02-01selftests/livepatch: add DYNAMIC_DEBUG config dependencyJoe Lawrence1-0/+1
2019-01-25livepatch: samples: non static warnings fixNicholas Mc Guire3-9/+10
2019-01-24livepatch: update MAINTAINERSJiri Kosina1-3/+3
2019-01-16livepatch: Remove signal sysfs attributeMiroslav Benes5-95/+48
2019-01-16livepatch: Send a fake signal periodicallyMiroslav Benes2-4/+15
2019-01-11selftests/livepatch: introduce testsJoe Lawrence20-485/+1740
2019-01-11livepatch: Remove ordering (stacking) of the livepatchesPetr Mladek3-17/+11
2019-01-11livepatch: Atomic replace and cumulative patches documentationPetr Mladek2-0/+107
2019-01-11livepatch: Remove Nop structures when unusedPetr Mladek5-9/+76
2019-01-11livepatch: Add atomic replaceJason Baron6-14/+273
2019-01-11livepatch: Use lists to manage patches, objects and functionsJason Baron2-4/+24
2019-01-11livepatch: Simplify API by removing registration stepPetr Mladek9-329/+168
2019-01-11livepatch: Don't block the removal of patches loaded after a forced transitionPetr Mladek4-6/+11
2019-01-11livepatch: Consolidate klp_free functionsPetr Mladek2-45/+98
2019-01-11livepatch: Shuffle klp_enable_patch()/klp_disable_patch() codePetr Mladek1-164/+166
2019-01-11livepatch: Change unsigned long old_addr -> void *old_func in struct klp_funcPetr Mladek5-17/+19
2019-01-05lib/genalloc.c: include vmalloc.hOlof Johansson1-0/+1
2019-01-05ia64: fix compile without swiotlbChristoph Hellwig2-1/+3
2019-01-05x86: re-introduce non-generic memcpy_{to,from}ioLinus Torvalds4-18/+51
2019-01-05Use __put_user_goto in __put_user_size() and unsafe_put_user()Linus Torvalds1-31/+22
2019-01-05x86 uaccess: Introduce __put_user_gotoLinus Torvalds1-11/+17
2019-01-05parisc: Remap hugepage-aligned pages in set_kernel_text_rw()Helge Deller1-2/+2
2019-01-04ARM: multi_v7_defconfig: enable CONFIG_UNIPHIER_MDMACMasahiro Yamada1-0/+1
2019-01-04mm/page_io.c: fix polled swap page inJens Axboe1-1/+3
2019-01-04checkpatch: add Co-developed-by to signature tagsJorge Ramirez-Ortiz1-0/+1
2019-01-04docs: fix Co-Developed-by docsJorge Ramirez-Ortiz1-2/+2
2019-01-04drivers/base/platform.c: kmemleak ignore a known leakQian Cai1-0/+3
2019-01-04fs: don't open code lru_to_page()Nikolay Borisov10-15/+15
2019-01-04fs/: remove caller signal_pending branch predictionsDavidlohr Bueso5-6/+6
2019-01-04mm/: remove caller signal_pending branch predictionsDavidlohr Bueso3-3/+3
2019-01-04arch/arc/mm/fault.c: remove caller signal_pending_branch predictionsDavidlohr Bueso1-1/+1
2019-01-04kernel/sched/: remove caller signal_pending branch predictionsDavidlohr Bueso3-3/+3
2019-01-04kernel/locking/mutex.c: remove caller signal_pending branch predictionsDavidlohr Bueso1-1/+1
2019-01-04mm: select HAVE_MOVE_PMD on x86 for faster mremapJoel Fernandes (Google)1-0/+1
2019-01-04mm: speed up mremap by 20x on large regionsJoel Fernandes (Google)2-0/+69
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)44-151/+101
2019-01-04initramfs: cleanup incomplete rootfsDavid Engraf1-3/+3
2019-01-04scripts/gdb: fix lx-version string outputDu Changbin1-1/+1
2019-01-04kernel/kcov.c: mark write_comp_data() as notraceAnders Roxell1-1/+1
2019-01-04kernel/sysctl: add panic_print into sysctlFeng Tang6-1/+28
2019-01-04panic: add options to print system info when panic happensFeng Tang2-0/+36
2019-01-04bfs: extra sanity checking and static inode bitmapTigran Aivazian5-43/+41