aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2021-05-18locking/lockdep: Correct calling tracepointsLeo Yan1-2/+2
2021-05-17genirq: Add a IRQF_NO_DEBUG flagThomas Gleixner4-2/+19
2021-05-17kdb: Switch to use %ptTsAndy Shevchenko1-8/+1
2021-05-17module: check for exit sections in layout_sections() instead of module_init_section()Jessica Yu1-6/+11
2021-05-16Merge tag 'timers-urgent-2021-05-16' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2021-05-15Merge tag 'sched-urgent-2021-05-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2021-05-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2021-05-14kernel/resource: fix return code check in __request_free_mem_regionAlistair Popple1-1/+1
2021-05-14Merge tag 'trace-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-4/+27
2021-05-14kernel/module: Use BUG_ON instead of if condition followed by BUGzhouchuangao1-2/+1
2021-05-13tracing: Handle %.*s in trace_check_vprintf()Steven Rostedt (VMware)1-4/+27
2021-05-13rcu: Add missing __releases() annotationJules Irenge1-0/+1
2021-05-13rcu: Improve comments describing RCU read-side critical sectionsPaul E. McKenney1-10/+14
2021-05-13tick/nohz: Call tick_nohz_task_switch() with interrupts disabledPeter Zijlstra2-7/+2
2021-05-13tick/nohz: Kick only _queued_ task whose tick dependency is updatedMarcelo Tosatti2-2/+22
2021-05-13tick/nohz: Change signal tick dependency to wake up CPUs of member tasksMarcelo Tosatti2-4/+15
2021-05-13tick/nohz: Only wake up a single target cpu when kicking a taskFrederic Weisbecker1-13/+27
2021-05-13tick/nohz: Update nohz_full Kconfig helpFrederic Weisbecker1-5/+6
2021-05-13tick/nohz: Update idle_exittime on actual idle exitYunfeng Ye1-6/+8
2021-05-13tick/nohz: Remove superflous check for CONFIG_VIRT_CPU_ACCOUNTING_NATIVEFrederic Weisbecker1-2/+0
2021-05-13tick/nohz: Conditionally restart tick on idle exitYunfeng Ye1-15/+27
2021-05-13sched/isolation: Reconcile rcu_nocbs= and nohz_full=Paul Gortmaker1-3/+1
2021-05-12sched: Make multiple runqueue task counters 32-bitAlexey Dobriyan2-7/+7
2021-05-12sched: Make nr_iowait_cpu() return 32-bit valueAlexey Dobriyan1-1/+1
2021-05-12sched: Make nr_iowait() return 32-bit valueAlexey Dobriyan1-2/+2
2021-05-12sched: Make nr_running() return 32-bit valueAlexey Dobriyan1-2/+2
2021-05-12srcu: Early test SRCU polling startFrederic Weisbecker1-1/+5
2021-05-12rcu: Fix various typos in commentsIngo Molnar6-13/+13
2021-05-12rcu/nocb: Unify timersFrederic Weisbecker2-56/+42
2021-05-12rcu/nocb: Prepare for fine-grained deferred wakeupFrederic Weisbecker3-10/+11
2021-05-12rcu/nocb: Only cancel nocb timer if not pollingFrederic Weisbecker1-7/+7
2021-05-12rcu/nocb: Delete bypass_timer upon nocb_gp wakeupFrederic Weisbecker1-0/+2
2021-05-12rcu/nocb: Cancel nocb_timer upon nocb_gp wakeupFrederic Weisbecker1-0/+4
2021-05-12rcu/nocb: Allow de-offloading rdp leaderFrederic Weisbecker1-4/+0
2021-05-12rcu/nocb: Directly call __wake_nocb_gp() from bypass timerFrederic Weisbecker1-2/+3
2021-05-12locking: Fix comment typosIngo Molnar1-6/+6
2021-05-12sched: Fix leftover comment typosIngo Molnar2-5/+5
2021-05-12ptrace: make ptrace() fail if the tracee changed its pid unexpectedlyOleg Nesterov1-1/+17
2021-05-12jump_label: Free jump_entry::key bit1 for build usePeter Zijlstra1-4/+6
2021-05-12jump_label, x86: Introduce jump_entry_size()Peter Zijlstra1-1/+1
2021-05-12sched/core: Initialize the idle task with preemption disabledValentin Schneider3-3/+2
2021-05-12sched: prctl() core-scheduling interfaceChris Hyser2-0/+119
2021-05-12sched: Inherit task cookie on fork()Peter Zijlstra2-0/+9
2021-05-12sched: Trivial core scheduling cookie managementPeter Zijlstra5-3/+131
2021-05-12sched: Migration changes for core schedulingAubrey Li2-6/+96
2021-05-12sched: Trivial forced-newidle balancerPeter Zijlstra3-1/+136
2021-05-12sched/fair: Snapshot the min_vruntime of CPUs on force idleJoel Fernandes (Google)3-25/+117
2021-05-12sched: Fix priority inversion of cookied task with siblingJoel Fernandes (Google)1-39/+26
2021-05-12sched/fair: Fix forced idle sibling starvation corner caseVineeth Pillai3-8/+49
2021-05-12sched: Add core wide task selection and schedulingPeter Zijlstra2-2/+305