aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-08prlimit: make do_prlimit() staticBarret Rhoden1-57/+59
2022-03-08sched/topology: Remove redundant variable and fix incorrect type in build_sched_domainsK Prateek Nayak1-5/+3
2022-03-08sched/deadline,rt: Remove unused parameter from pick_next_[rt|dl]_entity()Dietmar Eggemann2-6/+4
2022-03-08sched/deadline,rt: Remove unused functions for !CONFIG_SMPDietmar Eggemann2-20/+0
2022-03-08sched/deadline: Use __node_2_[pdl|dle]() and rb_first_cached() consistentlyDietmar Eggemann1-12/+12
2022-03-08sched/deadline: Merge dl_task_can_attach() and dl_cpu_busy()Dietmar Eggemann3-44/+24
2022-03-08sched/deadline: Move bandwidth mgmt and reclaim functions into sched class source fileDietmar Eggemann2-49/+44
2022-03-08sched/deadline: Remove unused def_dl_bandwidthDietmar Eggemann3-9/+0
2022-03-08bpf: Determine buf_info inside check_buffer_access()Shung-Hsi Yu1-9/+3
2022-03-07bpf: Remove redundant slashYuntao Wang1-3/+2
2022-03-07bpf: Replace strncpy() with strscpy()Yuntao Wang1-7/+2
2022-03-07Merge tag 'x86_bugs_for_v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+7
2022-03-07tick/rcu: Stop allowing RCU_SOFTIRQ in idleFrederic Weisbecker1-10/+40
2022-03-07tick/rcu: Remove obsolete rcu_needs_cpu() parametersFrederic Weisbecker2-8/+5
2022-03-07tick: Detect and fix jiffies update stallFrederic Weisbecker2-0/+21
2022-03-07swiotlb: rework "fix info leak with DMA_FROM_DEVICE"Halil Pasic1-8/+15
2022-03-07Merge branch 'clocksource.2022.02.01b' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into timers/coreThomas Gleixner2-1/+16
2022-03-07Merge branch 'topic/func-desc-lkdtm' into nextMichael Ellerman1-1/+23
2022-03-06Merge tag 'trace-v5.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds3-6/+6
2022-03-05bpf: Reject programs that try to load __percpu memory.Hao Luo2-11/+21
2022-03-05bpf: Fix checking PTR_TO_BTF_ID in check_mem_accessHao Luo1-1/+2
2022-03-05bpf: Harden register offset checks for release helpers and kfuncsKumar Kartikeya Dwivedi2-17/+41
2022-03-05bpf: Disallow negative offset in check_ptr_off_regKumar Kartikeya Dwivedi1-0/+6
2022-03-05bpf: Fix PTR_TO_BTF_ID var_off checkKumar Kartikeya Dwivedi1-3/+6
2022-03-05bpf: Add check_func_arg_reg_off functionKumar Kartikeya Dwivedi1-28/+41
2022-03-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-10/+15
2022-03-05configs/debug: set CONFIG_DEBUG_INFO=y properlyQian Cai1-1/+1
2022-03-05mm: refactor vm_area_struct::anon_vma_name usage codeSuren Baghdasaryan2-9/+14
2022-03-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski14-50/+82
2022-03-04Merge tag 'block-5.17-2022-03-04' of git://git.kernel.dk/linux-blockLinus Torvalds1-8/+18
2022-03-04tracing: Fix return value of __setup handlersRandy Dunlap2-3/+3
2022-03-04signal, x86: Delay calling signals in atomic on RT enabled kernelsOleg Nesterov3-1/+65
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski11-55/+133
2022-03-03bpf: Small BPF verifier log improvementsMykola Lysenko1-29/+35
2022-03-03dma-debug: fix return value of __setup handlersRandy Dunlap1-2/+2
2022-03-03dma-mapping: remove CONFIG_DMA_REMAPChristoph Hellwig3-18/+9
2022-03-02Merge branch 'ucount-rlimit-fixes-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+13
2022-03-02bpf, x86: Set header->size properly before freeing itSong Liu1-3/+6
2022-03-02printk: fix return value of printk.devkmsg __setup handlerRandy Dunlap1-2/+4
2022-03-01tracing/histogram: Fix sorting on old "cpu" valueSteven Rostedt (Google)1-3/+3
2022-03-01PM: suspend: fix return value of __setup handlerRandy Dunlap1-4/+4
2022-03-01PM: hibernate: fix __setup handler error handlingRandy Dunlap1-1/+1
2022-03-01PM: hibernate: Clean up non-kernel-doc commentsJiapeng Chong1-4/+4
2022-03-01sched/tracing: Don't re-read p->state when emitting sched_switch eventValentin Schneider7-7/+19
2022-03-01sched/rt: Plug rt_mutex_setprio() vs push_rt_task() raceValentin Schneider2-16/+28
2022-03-01sched/cpuacct: Remove redundant RCU read lockChengming Zhou1-2/+0
2022-03-01sched/cpuacct: Optimize away RCU read lockChengming Zhou1-3/+1
2022-03-01sched/cpuacct: Fix charge percpu cpuusageChengming Zhou1-1/+2
2022-03-01bpf: Add some description about BPF_JIT_ALWAYS_ON in KconfigTiezhu Yang1-0/+4
2022-02-28Merge back cpufreq changes for v5.18.Rafael J. Wysocki1-1/+1