summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-288-22/+137
|\ \ \ \ \ \
| * | | | | | kexec: Allow kexec_file() with appropriate IMA policy when locked downMatthew Garrett2019-08-191-1/+9
| * | | | | | lockdown: Lock down perf when in confidentiality modeDavid Howells2019-08-191-0/+7
| * | | | | | bpf: Restrict bpf when kernel lockdown is in confidentiality modeDavid Howells2019-08-191-0/+10
| * | | | | | lockdown: Lock down tracing and perf kprobes when in confidentiality modeDavid Howells2019-08-191-0/+5
| * | | | | | lockdown: Lock down module params that specify hardware parameters (eg. ioport)David Howells2019-08-191-5/+16
| * | | | | | hibernate: Disable when the kernel is locked downJosh Boyer2019-08-191-1/+2
| * | | | | | kexec_file: Restrict at runtime if the kernel is locked downJiri Bohac2019-08-191-1/+1
| * | | | | | kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCEJiri Bohac2019-08-191-9/+51
| * | | | | | kexec_load: Disable at runtime if the kernel is locked downMatthew Garrett2019-08-191-0/+8
| * | | | | | lockdown: Enforce module signatures if the kernel is locked downDavid Howells2019-08-191-7/+30
* | | | | | | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-09-274-48/+56
|\ \ \ \ \ \ \
| * | | | | | | MODSIGN: Export module signature definitionsThiago Jung Bauermann2019-08-054-48/+56
* | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-09-272-3/+10
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | Revert "locking/pvqspinlock: Don't wait if vCPU is preempted"Wanpeng Li2019-09-251-1/+1
| * | | | | | | cpu/SMT: create and export cpu_smt_possible()Vitaly Kuznetsov2019-09-241-2/+9
* | | | | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2019-09-261-3/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | timer: Read jiffies once when forwarding base clkLi RongQing2019-09-191-3/+5
* | | | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-09-261-3/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | perf/core: Fix several typos in commentsRoy Ben Shlomo2019-09-201-3/+3
| |/ / / / / / / /
* | | | | | | | | Merge tag 'trace-v5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2019-09-262-4/+6
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | tracing/probe: Fix same probe event argument matchingSrikar Dronamraju2019-09-252-4/+6
* | | | | | | | | bug: consolidate __WARN_FLAGS usageKees Cook2019-09-251-1/+1
* | | | | | | | | bug: lift "cut here" out of __warn()Kees Cook2019-09-251-4/+2
* | | | | | | | | bug: consolidate warn_slowpath_fmt() usageKees Cook2019-09-251-7/+7
* | | | | | | | | bug: refactor away warn_slowpath_fmt_taint()Kees Cook2019-09-251-15/+3
* | | | | | | | | kgdb: don't use a notifier to enter kgdb at panic; call directlyDouglas Anderson2019-09-252-20/+19
* | | | | | | | | kexec: bail out upon SIGKILL when allocating memory.Tetsuo Handa2019-09-251-0/+2
* | | | | | | | | fork: improve error message for corrupted page tablesSai Praneeth Prakhya2019-09-251-2/+14
* | | | | | | | | kernel/elfcore.c: include proper prototypesValdis Kletnieks2019-09-251-0/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-09-244-24/+68
|\ \ \ \ \ \ \ \
| * | | | | | | | arm64, mm: move generic mmap layout functions to mmAlexandre Ghiti2019-09-241-2/+4
| * | | | | | | | uprobe: collapse THP pmd after removing all uprobesSong Liu2019-09-241-0/+9
| * | | | | | | | uprobe: use FOLL_SPLIT_PMD instead of FOLL_SPLITSong Liu2019-09-241-4/+2
| * | | | | | | | uprobe: use original page when all uprobes are removedSong Liu2019-09-241-15/+51
| * | | | | | | | mm/memory_hotplug.c: use PFN_UP / PFN_DOWN in walk_system_ram_range()David Hildenbrand2019-09-241-2/+2
| * | | | | | | | mm: remove quicklist page table cachesNicholas Piggin2019-09-241-1/+0
* | | | | | | | | Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-09-241-34/+58
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | vfs: Convert bpf to use the new mount APIDavid Howells2019-09-181-34/+58
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...Linus Torvalds2019-09-231-0/+1
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | livepatch: Nullify obj->mod in klp_module_coming()'s error pathMiroslav Benes2019-08-191-0/+1
* | | | | | | | | Merge tag 'modules-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-221-7/+69
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | module: remove unneeded casts in cmp_name()Masahiro Yamada2019-09-111-5/+2
| * | | | | | | | | module: Fix link failure due to invalid relocation on namespace offsetWill Deacon2019-09-111-0/+2
| * | | | | | | | | module: add config option MODULE_ALLOW_MISSING_NAMESPACE_IMPORTSMatthias Maennich2019-09-101-2/+9
| * | | | | | | | | module: add support for symbol namespaces.Matthias Maennich2019-09-101-0/+43
| * | | | | | | | | module: support reading multiple values per modinfo tagMatthias Maennich2019-09-101-2/+15
* | | | | | | | | | Merge tag 'for-linus-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-09-211-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | um: Enable CONFIG_CONSTRUCTORSJohannes Berg2019-09-151-1/+1
| |/ / / / / / / / /
* | | | | | | | | | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2019-09-213-20/+45
|\ \ \ \ \ \ \ \ \ \