summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2019-02-28cgroup: store a reference to cgroup_ns into cgroup_fs_contextAl Viro3-12/+17
2019-02-28cgroup1_get_tree(): separate "get cgroup_root to use" into a separate helperAl Viro1-41/+46
2019-02-28cgroup_do_mount(): massage calling conventionsAl Viro3-36/+29
2019-02-28cgroup: stash cgroup_root reference into cgroup_fs_contextAl Viro3-4/+10
2019-02-28cgroup2: switch to option-by-option parsingAl Viro1-29/+33
2019-02-28cgroup1: switch to option-by-option parsingAl Viro3-98/+117
2019-02-28cgroup: take options parsing into ->parse_monolithic()Al Viro3-116/+104
2019-02-28cgroup: fold cgroup1_mount() into cgroup1_get_tree()Al Viro3-31/+18
2019-02-28cgroup: start switching to fs_contextAl Viro3-41/+116
2019-01-17cgroup: saner refcounting for cgroup_rootAl Viro3-55/+21
2019-01-17fix cgroup_do_mount() handling of failure exitsAl Viro1-3/+6
2019-01-14kernel/sys.c: Clarify that UNAME26 does not generate unique versions anymoreJonathan Neuschäfer1-1/+2
2019-01-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2019-01-09fork, memcg: fix cached_stacks caseShakeel Butt1-0/+1
2019-01-08fork: record start_time lateDavid Herrmann1-2/+11
2019-01-07Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds7-18/+18
2019-01-06Merge tag 'dma-mapping-4.21-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds4-117/+11
2019-01-06kbuild: change filechk to surround the given command with { }Masahiro Yamada1-1/+5
2019-01-06jump_label: move 'asm goto' support test to KconfigMasahiro Yamada6-17/+13
2019-01-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds10-21/+52
2019-01-05dma-direct: fix DMA_ATTR_NO_KERNEL_MAPPING for remapped allocationsChristoph Hellwig1-6/+7
2019-01-05kernel/sched/: remove caller signal_pending branch predictionsDavidlohr Bueso3-3/+3
2019-01-05kernel/locking/mutex.c: remove caller signal_pending branch predictionsDavidlohr Bueso1-1/+1
2019-01-05kernel/kcov.c: mark write_comp_data() as notraceAnders Roxell1-1/+1
2019-01-05kernel/sysctl: add panic_print into sysctlFeng Tang3-1/+9
2019-01-05panic: add options to print system info when panic happensFeng Tang1-0/+28
2019-01-05fork: fix some -Wmissing-prototypes warningsYi Wang1-5/+0
2019-01-05kernel/hung_task.c: break RCU locks based on jiffiesTetsuo Handa1-4/+4
2019-01-05kernel/hung_task.c: force console verbose before panicLiu, Chuansheng1-7/+5
2019-01-05proc/sysctl: fix return error for proc_doulongvec_minmax()Cheng Lin1-0/+2
2019-01-04make 'user_access_begin()' do 'access_ok()'Linus Torvalds2-8/+4
2019-01-04dma-mapping: remove a few unused exportsChristoph Hellwig2-4/+0
2019-01-04dma-mapping: remove dmam_{declare,release}_coherent_memoryChristoph Hellwig1-55/+0
2019-01-04dma-mapping: implement dmam_alloc_coherent using dmam_alloc_attrsChristoph Hellwig1-39/+0
2019-01-04dma-mapping: implement dma_map_single_attrs using dma_map_page_attrsChristoph Hellwig1-13/+4
2019-01-04Remove 'type' argument from access_ok() functionLinus Torvalds12-42/+47
2019-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-78/+312
2019-01-03Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-1/+57
2019-01-03bpf: prevent out of bounds speculation on pointer arithmeticDaniel Borkmann1-6/+179
2019-01-03bpf: fix check_map_access smin_value test when pointer contains offsetDaniel Borkmann1-1/+5
2019-01-03bpf: restrict unknown scalars of mixed signed bounds for unprivilegedDaniel Borkmann1-1/+8
2019-01-03bpf: restrict stack pointer arithmetic for unprivilegedDaniel Borkmann1-22/+41
2019-01-03bpf: restrict map value pointer arithmetic for unprivilegedDaniel Borkmann1-0/+11
2019-01-03bpf: enable access to ax register also from verifier rewriteDaniel Borkmann1-0/+20
2019-01-03bpf: move tmp variable into ax register in interpreterDaniel Borkmann1-17/+17
2019-01-03bpf: move {prev_,}insn_idx into verifier envDaniel Borkmann1-38/+38
2019-01-02Merge branch 'next-seccomp' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-12/+455
2019-01-02Merge tag 'kgdb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds5-16/+82
2018-12-31Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds22-1562/+2199
2018-12-31Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-34/+9