summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* vfs: Add some logging to the core users of the fs_context logDavid Howells2019-02-281-1/+1
* cpuset: Use fs_contextDavid Howells2019-02-281-14/+42
* kernfs, sysfs, cgroup, intel_rdt: Support fs_contextDavid Howells2019-02-282-18/+18
* cgroup: store a reference to cgroup_ns into cgroup_fs_contextAl Viro2019-02-283-12/+17
* cgroup1_get_tree(): separate "get cgroup_root to use" into a separate helperAl Viro2019-02-281-41/+46
* cgroup_do_mount(): massage calling conventionsAl Viro2019-02-283-36/+29
* cgroup: stash cgroup_root reference into cgroup_fs_contextAl Viro2019-02-283-4/+10
* cgroup2: switch to option-by-option parsingAl Viro2019-02-281-29/+33
* cgroup1: switch to option-by-option parsingAl Viro2019-02-283-98/+117
* cgroup: take options parsing into ->parse_monolithic()Al Viro2019-02-283-116/+104
* cgroup: fold cgroup1_mount() into cgroup1_get_tree()Al Viro2019-02-283-31/+18
* cgroup: start switching to fs_contextAl Viro2019-02-283-41/+116
* cgroup: saner refcounting for cgroup_rootAl Viro2019-01-173-55/+21
* fix cgroup_do_mount() handling of failure exitsAl Viro2019-01-171-3/+6
* kernel/sys.c: Clarify that UNAME26 does not generate unique versions anymoreJonathan Neuschäfer2019-01-141-1/+2
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-01-081-0/+1
|\
| * fork, memcg: fix cached_stacks caseShakeel Butt2019-01-081-0/+1
* | fork: record start_time lateDavid Herrmann2019-01-081-2/+11
|/
* Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2019-01-067-18/+18
|\
| * kbuild: change filechk to surround the given command with { }Masahiro Yamada2019-01-061-1/+5
| * jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-01-066-17/+13
* | Merge tag 'dma-mapping-4.21-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-01-064-117/+11
|\ \ | |/ |/|
| * dma-direct: fix DMA_ATTR_NO_KERNEL_MAPPING for remapped allocationsChristoph Hellwig2019-01-051-6/+7
| * dma-mapping: remove a few unused exportsChristoph Hellwig2019-01-042-4/+0
| * dma-mapping: remove dmam_{declare,release}_coherent_memoryChristoph Hellwig2019-01-041-55/+0
| * dma-mapping: implement dmam_alloc_coherent using dmam_alloc_attrsChristoph Hellwig2019-01-041-39/+0
| * dma-mapping: implement dma_map_single_attrs using dma_map_page_attrsChristoph Hellwig2019-01-041-13/+4
* | 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/+0
| * | 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/+5
| * | 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/+4
| |/ |/|
* | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-0312-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-021-6/+179
| * bpf: fix check_map_access smin_value test when pointer contains offsetDaniel Borkmann2019-01-021-1/+5
| * bpf: restrict unknown scalars of mixed signed bounds for unprivilegedDaniel Borkmann2019-01-021-1/+8
| * bpf: restrict stack pointer arithmetic for unprivilegedDaniel Borkmann2019-01-021-22/+41
| * bpf: restrict map value pointer arithmetic for unprivilegedDaniel Borkmann2019-01-021-0/+11
| * bpf: enable access to ax register also from verifier rewriteDaniel Borkmann2019-01-021-0/+20
| * bpf: move tmp variable into ax register in interpreterDaniel Borkmann2019-01-021-17/+17
| * bpf: move {prev_,}insn_idx into verifier envDaniel Borkmann2019-01-021-38/+38
* | Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-01-021-1/+57
|\ \
| * | cred: export get_task_cred().NeilBrown2018-12-191-0/+1