summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-5.1/atomic-replace' into for-linusJiri Kosina2019-03-053-26/+18Star
|\
| * livepatch: Module coming and going callbacks can proceed with all listed patchesPetr Mladek2019-02-061-20/+6Star
| * livepatch: Introduce klp_for_each_patch macroPetr Mladek2019-02-063-5/+11
| * livepatch: core: Return EOPNOTSUPP instead of ENOSYSAlice Ferrazzi2019-02-061-1/+1
* | livepatch: Remove signal sysfs attributeMiroslav Benes2019-01-163-74/+41Star
* | livepatch: Send a fake signal periodicallyMiroslav Benes2019-01-161-3/+13
|/
* livepatch: Remove ordering (stacking) of the livepatchesPetr Mladek2019-01-111-4/+0Star
* livepatch: Remove Nop structures when unusedPetr Mladek2019-01-115-9/+76
* livepatch: Add atomic replaceJason Baron2019-01-114-8/+236
* livepatch: Use lists to manage patches, objects and functionsJason Baron2019-01-111-2/+7
* livepatch: Simplify API by removing registration stepPetr Mladek2019-01-113-193/+108Star
* livepatch: Don't block the removal of patches loaded after a forced transitionPetr Mladek2019-01-113-6/+9
* livepatch: Consolidate klp_free functionsPetr Mladek2019-01-111-45/+92
* livepatch: Shuffle klp_enable_patch()/klp_disable_patch() codePetr Mladek2019-01-111-164/+166
* livepatch: Change unsigned long old_addr -> void *old_func in struct klp_funcPetr Mladek2019-01-114-15/+17
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-01-0510-21/+52
|\
| * kernel/sched/: remove caller signal_pending branch predictionsDavidlohr Bueso2019-01-043-3/+3
| * kernel/locking/mutex.c: remove caller signal_pending branch predictionsDavidlohr Bueso2019-01-041-1/+1
| * kernel/kcov.c: mark write_comp_data() as notraceAnders Roxell2019-01-041-1/+1
| * kernel/sysctl: add panic_print into sysctlFeng Tang2019-01-043-1/+9
| * panic: add options to print system info when panic happensFeng Tang2019-01-041-0/+28
| * fork: fix some -Wmissing-prototypes warningsYi Wang2019-01-041-5/+0Star
| * kernel/hung_task.c: break RCU locks based on jiffiesTetsuo Handa2019-01-041-4/+4
| * kernel/hung_task.c: force console verbose before panicLiu, Chuansheng2019-01-041-7/+5Star
| * proc/sysctl: fix return error for proc_doulongvec_minmax()Cheng Lin2019-01-041-0/+2
* | make 'user_access_begin()' do 'access_ok()'Linus Torvalds2019-01-042-8/+4Star
* | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-0412-42/+47
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-01-032-78/+312
|\ \ | |/ |/|
| * bpf: prevent out of bounds speculation on pointer arithmeticDaniel Borkmann2019-01-031-6/+179
| * bpf: fix check_map_access smin_value test when pointer contains offsetDaniel Borkmann2019-01-031-1/+5
| * bpf: restrict unknown scalars of mixed signed bounds for unprivilegedDaniel Borkmann2019-01-031-1/+8
| * bpf: restrict stack pointer arithmetic for unprivilegedDaniel Borkmann2019-01-031-22/+41
| * bpf: restrict map value pointer arithmetic for unprivilegedDaniel Borkmann2019-01-031-0/+11
| * bpf: enable access to ax register also from verifier rewriteDaniel Borkmann2019-01-031-0/+20
| * bpf: move tmp variable into ax register in interpreterDaniel Borkmann2019-01-031-17/+17
| * bpf: move {prev_,}insn_idx into verifier envDaniel Borkmann2019-01-031-38/+38
* | Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-01-031-1/+57
|\ \
| * | cred: export get_task_cred().NeilBrown2018-12-191-0/+1
| * | cred: add get_cred_rcu()NeilBrown2018-12-191-1/+1
| * | cred: add cred_fscmp() for comparing creds.NeilBrown2018-12-191-0/+55
* | | Merge branch 'next-seccomp' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-01-021-12/+455
|\ \ \
| * | | seccomp: fix poor type promotionTycho Andersen2018-12-141-2/+1Star
| * | | seccomp: add a return code to trap to userspaceTycho Andersen2018-12-121-2/+446
| * | | seccomp: switch system call argument type to void *Tycho Andersen2018-12-121-4/+4
| * | | seccomp: hoist struct seccomp_data recalculation higherTycho Andersen2018-12-121-6/+6
* | | | Merge tag 'kgdb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds2019-01-025-16/+82
|\ \ \ \
| * | | | kdb: use bool for binary state indicatorsNicholas Mc Guire2018-12-301-7/+7
| * | | | kdb: Don't back trace on a cpu that didn't round upDouglas Anderson2018-12-303-8/+14
| * | | | kgdb: Don't round up a CPU that failed rounding up beforeDouglas Anderson2018-12-302-1/+20
| * | | | kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function()Douglas Anderson2018-12-301-0/+41