summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2021-05-19genirq: Export affinity setter for modulesThomas Gleixner-1/+32
2021-05-19sched/uclamp: Fix locking around cpu_util_update_eff()Qais Yousef-0/+7
2021-05-19sched/uclamp: Fix wrong implementation of cpu.uclamp.minQais Yousef-4/+17
2021-05-19bpf: Add bpf_sys_close() helper.Alexei Starovoitov-0/+19
2021-05-19bpf: Add bpf_btf_find_by_name_kind() helper.Alexei Starovoitov-0/+64
2021-05-19bpf: Introduce fd_idxAlexei Starovoitov-11/+38
2021-05-19bpf: Make btf_load command to be bpfptr_t compatible.Alexei Starovoitov-7/+8
2021-05-19bpf: Prepare bpf syscall to be used from kernel and user space.Alexei Starovoitov-61/+99
2021-05-19bpf: Introduce bpf_sys_bpf() helper and program type.Alexei Starovoitov-0/+61
2021-05-18signal: Deliver all of the siginfo perf data in _perfEric W. Biederman-8/+13
2021-05-18signal: Factor force_sig_perf out of perf_sigtrapEric W. Biederman-9/+15
2021-05-18signal: Implement SIL_FAULT_TRAPNOEric W. Biederman-22/+12
2021-05-18siginfo: Move si_trapno inside the union inside _si_faultEric W. Biederman-0/+1
2021-05-18kcsan: Report observed value changesMark Rutland-9/+33
2021-05-18kcsan: Remove kcsan_report_typeMark Rutland-42/+20
2021-05-18kcsan: Remove reporting indirectionMark Rutland-66/+49
2021-05-18kcsan: Refactor access_info initializationMark Rutland-17/+25
2021-05-18kcsan: Fold panic() call into print_report()Mark Rutland-13/+8
2021-05-18kcsan: Refactor passing watchpoint/other_infoMark Rutland-9/+4
2021-05-18kcsan: Distinguish kcsan_report() callsMark Rutland-15/+33
2021-05-18kcsan: Simplify value change detectionMark Rutland-24/+16
2021-05-18kcsan: Fix debugfs initcall return typeArnd Bergmann-1/+2
2021-05-18Merge branches 'bitmaprange.2021.05.10c', 'doc.2021.05.10c', 'fixes.2021.05.1...Paul E. McKenney-469/+731
2021-05-18tasks-rcu: Make show_rcu_tasks_gp_kthreads() be static inlinePaul E. McKenney-1/+4
2021-05-18rcu-tasks: Make ksoftirqd provide RCU Tasks quiescent statesPaul E. McKenney-0/+1
2021-05-18sched: Make the idle task quack like a per-CPU kthreadValentin Schneider-18/+33
2021-05-18sched,stats: Further simplify sched_infoPeter Zijlstra-9/+12
2021-05-18locking/mutex: clear MUTEX_FLAGS if wait_list is empty due to signalZqiang-11/+17
2021-05-18locking/lockdep: Correct calling tracepointsLeo Yan-2/+2
2021-05-17genirq: Add a IRQF_NO_DEBUG flagThomas Gleixner-2/+19
2021-05-17kdb: Switch to use %ptTsAndy Shevchenko-8/+1
2021-05-17module: check for exit sections in layout_sections() instead of module_init_s...Jessica Yu-6/+11
2021-05-16Merge tag 'timers-urgent-2021-05-16' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+1
2021-05-15Merge tag 'sched-urgent-2021-05-15' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+1
2021-05-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds-1/+1
2021-05-14kernel/resource: fix return code check in __request_free_mem_regionAlistair Popple-1/+1
2021-05-14Merge tag 'trace-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-4/+27
2021-05-14kernel/module: Use BUG_ON instead of if condition followed by BUGzhouchuangao-2/+1
2021-05-13tracing: Handle %.*s in trace_check_vprintf()Steven Rostedt (VMware)-4/+27
2021-05-13rcu: Add missing __releases() annotationJules Irenge-0/+1
2021-05-13rcu: Improve comments describing RCU read-side critical sectionsPaul E. McKenney-10/+14
2021-05-13tick/nohz: Call tick_nohz_task_switch() with interrupts disabledPeter Zijlstra-7/+2
2021-05-13tick/nohz: Kick only _queued_ task whose tick dependency is updatedMarcelo Tosatti-2/+22
2021-05-13tick/nohz: Change signal tick dependency to wake up CPUs of member tasksMarcelo Tosatti-4/+15
2021-05-13tick/nohz: Only wake up a single target cpu when kicking a taskFrederic Weisbecker-13/+27
2021-05-13tick/nohz: Update nohz_full Kconfig helpFrederic Weisbecker-5/+6
2021-05-13tick/nohz: Update idle_exittime on actual idle exitYunfeng Ye-6/+8
2021-05-13tick/nohz: Remove superflous check for CONFIG_VIRT_CPU_ACCOUNTING_NATIVEFrederic Weisbecker-2/+0
2021-05-13tick/nohz: Conditionally restart tick on idle exitYunfeng Ye-15/+27
2021-05-13sched/isolation: Reconcile rcu_nocbs= and nohz_full=Paul Gortmaker-3/+1