summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | kernel/sysctl.c: fix proc_do_large_bitmap for large input buffersEric Sandeen2019-05-141-1/+28
| * | | | | | sysctl: return -EINVAL if val violates minmaxChristian Brauner2019-05-141-2/+4
| * | | | | | kernel/sysctl.c: switch to bitmap_zalloc()Andy Shevchenko2019-05-141-4/+2
| * | | | | | kernel/signal.c: annotate implicit fall throughMathieu Malaterre2019-05-141-0/+1
| * | | | | | kernel/user.c: clean up some leftover codeRasmus Villemoes2019-05-141-6/+1
| * | | | | | kernel/latencytop.c: rename clear_all_latency_tracing to clear_tsk_latency_tr...Lin Feng2019-05-142-2/+2
| * | | | | | kernel/latencytop.c: remove unnecessary checks for latencytop_enabledLin Feng2019-05-141-6/+0
| * | | | | | kernel/notifier.c: double register detectionVasily Averin2019-05-141-0/+1
| * | | | | | kernel/sched/psi.c: expose pressure metrics on root cgroupDan Schatzberg2019-05-142-7/+13
| * | | | | | psi: introduce psi monitorSuren Baghdasaryan2019-05-142-18/+547
| * | | | | | include/: refactor headers to allow kthread.h inclusion in psi_types.hSuren Baghdasaryan2019-05-141-0/+1
| * | | | | | psi: track changed statesSuren Baghdasaryan2019-05-141-6/+18
| * | | | | | psi: split update_stats into partsSuren Baghdasaryan2019-05-141-23/+34
| * | | | | | psi: rename psi fields in preparation for psi trigger additionSuren Baghdasaryan2019-05-141-20/+21
| * | | | | | psi: make psi_enable staticSuren Baghdasaryan2019-05-141-2/+2
| * | | | | | psi: introduce state_mask to represent stalled psi statesSuren Baghdasaryan2019-05-141-10/+19
| * | | | | | mm: change mm_update_next_owner() to update mm->owner with WRITE_ONCEAndrea Arcangeli2019-05-141-3/+3
| * | | | | | userfaultfd: use RCU to free the task struct when fork failsAndrea Arcangeli2019-05-141-2/+29
| * | | | | | kernel/Makefile: don't assume that kernel/gen_ikh_data.sh is executableAndrew Morton2019-05-141-1/+1
* | | | | | | Merge tag 'kgdb-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dan...Linus Torvalds2019-05-145-9/+8
|\ \ \ \ \ \ \
| * | | | | | | kdb: Fix bound check compiler warningWenlin Kang2019-05-141-1/+1
| * | | | | | | kdb: do a sanity check on the cpu in kdb_per_cpu()Dan Carpenter2019-05-121-1/+1
| * | | | | | | kdb: Get rid of broken attempt to print CCVERSION in kdb summaryDouglas Anderson2019-05-122-2/+0
| * | | | | | | kdb: kdb_support: replace strcpy() by strscpy()Gustavo A. R. Silva2019-05-021-1/+1
| * | | | | | | gdbstub: Replace strcpy() by strscpy()Gustavo A. R. Silva2019-05-021-2/+2
| * | | | | | | gdbstub: mark expected switch fall-throughsGustavo A. R. Silva2019-05-021-2/+3
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge tag 'modules-for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-05-142-8/+15
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | kallsyms: store type information in its own arrayEugene Loh2019-03-282-8/+15
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-05-146-15/+33
|\ \ \ \ \ \ \
| * | | | | | | kernel/memremap.c: remove the unused device_private_entry_fault() exportChristoph Hellwig2019-05-141-1/+0
| * | | | | | | mm: memblock: make keeping memblock memory opt-in rather than opt-outMike Rapoport2019-05-141-8/+8
| * | | | | | | mm, memory_hotplug: provide a more generic restrictions for memory hotplugMichal Hocko2019-05-141-3/+9
| * | | | | | | mm/mmu_notifier: use correct mmu_notifier events for each invalidationJérôme Glisse2019-05-141-1/+1
| * | | | | | | mm/mmu_notifier: contextual information for event triggering invalidationJérôme Glisse2019-05-141-1/+2
| * | | | | | | mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny2019-05-141-1/+1
| * | | | | | | userfaultfd/sysctl: add vm.unprivileged_userfaultfdPeter Xu2019-05-141-0/+12
| * | | | | | | kernel/sys.c: prctl: fix false positive in validate_prctl_map()Cyrill Gorcunov2019-05-141-1/+1
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-05-132-3/+3
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | bpf: fix undefined behavior in narrow load handlingKrzesimir Nowak2019-05-131-1/+1
| * | | | | | | bpf: fix out of bounds backwards jmps due to dead code removalDaniel Borkmann2019-05-101-2/+2
* | | | | | | | Merge tag 'gpio-v5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2019-05-111-7/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | tracing: stop making gpio tracing configurableUwe Kleine-König2019-04-081-7/+0
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | fork: do not release lock that wasn't takenChristian Brauner2019-05-101-2/+3
| |/ / / / / / |/| | | | | |
* | | | | | | Merge branch 'for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2019-05-099-439/+937
|\ \ \ \ \ \ \
| * | | | | | | cgroup: never call do_group_exit() with task->frozen bit setRoman Gushchin2019-05-091-5/+3
| * | | | | | | kernel: cgroup: fix misuse of %xFuqian Huang2019-05-061-4/+4
| * | | | | | | cgroup: get rid of cgroup_freezer_frozen_exit()Roman Gushchin2019-05-062-13/+2
| * | | | | | | cgroup: prevent spurious transition into non-frozen stateRoman Gushchin2019-05-062-12/+6
| * | | | | | | cgroup: Remove unused cgrp variableShaokun Zhang2019-05-061-3/+0
| * | | | | | | cgroup: add tracing points for cgroup v2 freezerRoman Gushchin2019-04-192-1/+16