index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
uid16.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-04-29
livepatch: Convert error about unsupported reliable stacktrace into a warning
Petr Mladek
1
-3
/
+2
2019-04-08
kbuild: use -flive-patching when CONFIG_LIVEPATCH is enabled
Miroslav Benes
1
-0
/
+4
2019-02-12
livepatch/selftests: use "$@" to preserve argument list
Joe Lawrence
1
-12
/
+7
2019-02-06
livepatch: Module coming and going callbacks can proceed with all listed patches
Petr Mladek
1
-20
/
+6
2019-02-06
livepatch: Proper error handling in the shadow variables selftest
Petr Mladek
1
-0
/
+22
2019-02-06
livepatch: return -ENOMEM on ptr_id() allocation failure
Joe Lawrence
1
-1
/
+1
2019-02-06
livepatch: Introduce klp_for_each_patch macro
Petr Mladek
3
-5
/
+11
2019-02-06
livepatch: core: Return EOPNOTSUPP instead of ENOSYS
Alice Ferrazzi
1
-1
/
+1
2019-02-01
selftests/livepatch: add DYNAMIC_DEBUG config dependency
Joe Lawrence
1
-0
/
+1
2019-01-25
livepatch: samples: non static warnings fix
Nicholas Mc Guire
3
-9
/
+10
2019-01-24
livepatch: update MAINTAINERS
Jiri Kosina
1
-3
/
+3
2019-01-16
livepatch: Remove signal sysfs attribute
Miroslav Benes
5
-95
/
+48
2019-01-16
livepatch: Send a fake signal periodically
Miroslav Benes
2
-4
/
+15
2019-01-11
selftests/livepatch: introduce tests
Joe Lawrence
20
-485
/
+1740
2019-01-11
livepatch: Remove ordering (stacking) of the livepatches
Petr Mladek
3
-17
/
+11
2019-01-11
livepatch: Atomic replace and cumulative patches documentation
Petr Mladek
2
-0
/
+107
2019-01-11
livepatch: Remove Nop structures when unused
Petr Mladek
5
-9
/
+76
2019-01-11
livepatch: Add atomic replace
Jason Baron
6
-14
/
+273
2019-01-11
livepatch: Use lists to manage patches, objects and functions
Jason Baron
2
-4
/
+24
2019-01-11
livepatch: Simplify API by removing registration step
Petr Mladek
9
-329
/
+168
2019-01-11
livepatch: Don't block the removal of patches loaded after a forced transition
Petr Mladek
4
-6
/
+11
2019-01-11
livepatch: Consolidate klp_free functions
Petr Mladek
2
-45
/
+98
2019-01-11
livepatch: Shuffle klp_enable_patch()/klp_disable_patch() code
Petr Mladek
1
-164
/
+166
2019-01-11
livepatch: Change unsigned long old_addr -> void *old_func in struct klp_func
Petr Mladek
5
-17
/
+19
2019-01-05
lib/genalloc.c: include vmalloc.h
Olof Johansson
1
-0
/
+1
2019-01-05
ia64: fix compile without swiotlb
Christoph Hellwig
2
-1
/
+3
2019-01-05
x86: re-introduce non-generic memcpy_{to,from}io
Linus Torvalds
4
-18
/
+51
2019-01-05
Use __put_user_goto in __put_user_size() and unsafe_put_user()
Linus Torvalds
1
-31
/
+22
2019-01-05
x86 uaccess: Introduce __put_user_goto
Linus Torvalds
1
-11
/
+17
2019-01-05
parisc: Remap hugepage-aligned pages in set_kernel_text_rw()
Helge Deller
1
-2
/
+2
2019-01-04
ARM: multi_v7_defconfig: enable CONFIG_UNIPHIER_MDMAC
Masahiro Yamada
1
-0
/
+1
2019-01-04
mm/page_io.c: fix polled swap page in
Jens Axboe
1
-1
/
+3
2019-01-04
checkpatch: add Co-developed-by to signature tags
Jorge Ramirez-Ortiz
1
-0
/
+1
2019-01-04
docs: fix Co-Developed-by docs
Jorge Ramirez-Ortiz
1
-2
/
+2
2019-01-04
drivers/base/platform.c: kmemleak ignore a known leak
Qian Cai
1
-0
/
+3
2019-01-04
fs: don't open code lru_to_page()
Nikolay Borisov
10
-15
/
+15
2019-01-04
fs/: remove caller signal_pending branch predictions
Davidlohr Bueso
5
-6
/
+6
2019-01-04
mm/: remove caller signal_pending branch predictions
Davidlohr Bueso
3
-3
/
+3
2019-01-04
arch/arc/mm/fault.c: remove caller signal_pending_branch predictions
Davidlohr Bueso
1
-1
/
+1
2019-01-04
kernel/sched/: remove caller signal_pending branch predictions
Davidlohr Bueso
3
-3
/
+3
2019-01-04
kernel/locking/mutex.c: remove caller signal_pending branch predictions
Davidlohr Bueso
1
-1
/
+1
2019-01-04
mm: select HAVE_MOVE_PMD on x86 for faster mremap
Joel Fernandes (Google)
1
-0
/
+1
2019-01-04
mm: speed up mremap by 20x on large regions
Joel Fernandes (Google)
2
-0
/
+69
2019-01-04
mm: treewide: remove unused address argument from pte_alloc functions
Joel Fernandes (Google)
44
-151
/
+101
2019-01-04
initramfs: cleanup incomplete rootfs
David Engraf
1
-3
/
+3
2019-01-04
scripts/gdb: fix lx-version string output
Du Changbin
1
-1
/
+1
2019-01-04
kernel/kcov.c: mark write_comp_data() as notrace
Anders Roxell
1
-1
/
+1
2019-01-04
kernel/sysctl: add panic_print into sysctl
Feng Tang
6
-1
/
+28
2019-01-04
panic: add options to print system info when panic happens
Feng Tang
2
-0
/
+36
2019-01-04
bfs: extra sanity checking and static inode bitmap
Tigran Aivazian
5
-43
/
+41
[next]