summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2021-05-18kcsan: Refactor access_info initializationMark Rutland
2021-05-18kcsan: Fold panic() call into print_report()Mark Rutland
2021-05-18kcsan: Refactor passing watchpoint/other_infoMark Rutland
2021-05-18kcsan: Distinguish kcsan_report() callsMark Rutland
2021-05-18kcsan: Simplify value change detectionMark Rutland
2021-05-18kcsan: Fix debugfs initcall return typeArnd Bergmann
2021-05-18Merge branches 'bitmaprange.2021.05.10c', 'doc.2021.05.10c', 'fixes.2021.05.1...Paul E. McKenney
2021-05-18tasks-rcu: Make show_rcu_tasks_gp_kthreads() be static inlinePaul E. McKenney
2021-05-18rcu-tasks: Make ksoftirqd provide RCU Tasks quiescent statesPaul E. McKenney
2021-05-18sched: Make the idle task quack like a per-CPU kthreadValentin Schneider
2021-05-18sched,stats: Further simplify sched_infoPeter Zijlstra
2021-05-18locking/mutex: clear MUTEX_FLAGS if wait_list is empty due to signalZqiang
2021-05-18locking/lockdep: Correct calling tracepointsLeo Yan
2021-05-17genirq: Add a IRQF_NO_DEBUG flagThomas Gleixner
2021-05-17kdb: Switch to use %ptTsAndy Shevchenko
2021-05-17module: check for exit sections in layout_sections() instead of module_init_s...Jessica Yu
2021-05-16Merge tag 'timers-urgent-2021-05-16' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-05-15Merge tag 'sched-urgent-2021-05-15' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-05-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-05-14kernel/resource: fix return code check in __request_free_mem_regionAlistair Popple
2021-05-14Merge tag 'trace-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-05-14kernel/module: Use BUG_ON instead of if condition followed by BUGzhouchuangao
2021-05-13tracing: Handle %.*s in trace_check_vprintf()Steven Rostedt (VMware)
2021-05-13rcu: Add missing __releases() annotationJules Irenge
2021-05-13rcu: Improve comments describing RCU read-side critical sectionsPaul E. McKenney
2021-05-13tick/nohz: Call tick_nohz_task_switch() with interrupts disabledPeter Zijlstra
2021-05-13tick/nohz: Kick only _queued_ task whose tick dependency is updatedMarcelo Tosatti
2021-05-13tick/nohz: Change signal tick dependency to wake up CPUs of member tasksMarcelo Tosatti
2021-05-13tick/nohz: Only wake up a single target cpu when kicking a taskFrederic Weisbecker
2021-05-13tick/nohz: Update nohz_full Kconfig helpFrederic Weisbecker
2021-05-13tick/nohz: Update idle_exittime on actual idle exitYunfeng Ye
2021-05-13tick/nohz: Remove superflous check for CONFIG_VIRT_CPU_ACCOUNTING_NATIVEFrederic Weisbecker
2021-05-13tick/nohz: Conditionally restart tick on idle exitYunfeng Ye
2021-05-13sched/isolation: Reconcile rcu_nocbs= and nohz_full=Paul Gortmaker
2021-05-12sched: Make multiple runqueue task counters 32-bitAlexey Dobriyan
2021-05-12sched: Make nr_iowait_cpu() return 32-bit valueAlexey Dobriyan
2021-05-12sched: Make nr_iowait() return 32-bit valueAlexey Dobriyan
2021-05-12sched: Make nr_running() return 32-bit valueAlexey Dobriyan
2021-05-12srcu: Early test SRCU polling startFrederic Weisbecker
2021-05-12rcu: Fix various typos in commentsIngo Molnar
2021-05-12rcu/nocb: Unify timersFrederic Weisbecker
2021-05-12rcu/nocb: Prepare for fine-grained deferred wakeupFrederic Weisbecker
2021-05-12rcu/nocb: Only cancel nocb timer if not pollingFrederic Weisbecker
2021-05-12rcu/nocb: Delete bypass_timer upon nocb_gp wakeupFrederic Weisbecker
2021-05-12rcu/nocb: Cancel nocb_timer upon nocb_gp wakeupFrederic Weisbecker
2021-05-12rcu/nocb: Allow de-offloading rdp leaderFrederic Weisbecker
2021-05-12rcu/nocb: Directly call __wake_nocb_gp() from bypass timerFrederic Weisbecker
2021-05-12locking: Fix comment typosIngo Molnar
2021-05-12sched: Fix leftover comment typosIngo Molnar
2021-05-12ptrace: make ptrace() fail if the tracee changed its pid unexpectedlyOleg Nesterov