summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2021-01-11Kernel: fork.c: Fix coding style: Do not use {} around single-line statementsAlexander Guril
2021-01-11signal: Add missing __user annotation to copy_siginfo_from_user_anyJann Horn
2021-01-10Merge tag 'staging-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-01-08tracing: move function tracer options to KconfigSami Tolvanen
2021-01-08bpf: Remove unnecessary <argp.h> include from preload/iteratorsLeah Neukirchen
2021-01-08task_work: unconditionally run task_work from get_signal()Jens Axboe
2021-01-07Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2021-01-06torture: Maintain torture-specific set of CPUs-online booksPaul E. McKenney
2021-01-06torture: Clean up after torture-test CPU hotpluggingPaul E. McKenney
2021-01-06rcutorture: Make object_debug also double call_rcu() heap objectPaul E. McKenney
2021-01-06torture: Throttle VERBOSE_TOROUT_*() outputPaul E. McKenney
2021-01-06torture: Make refscale throttle high-rate printk()sPaul E. McKenney
2021-01-06rcutorture: Use hrtimers for reader and writer delaysPaul E. McKenney
2021-01-06torture: Make stutter use torture_hrtimeout_*() functionsPaul E. McKenney
2021-01-06rcutorture: Use torture_hrtimeout_jiffies() to avoid busy-waitsPaul E. McKenney
2021-01-06torture: Add fuzzed hrtimer-based sleep functionsPaul E. McKenney
2021-01-06rcutorture: Make rcu_torture_fakewriter() use blocking wait primitivesPaul E. McKenney
2021-01-06rcutorture: Make synctype[] and nsynctype be static globalPaul E. McKenney
2021-01-06rcutorture: Require entire stutter period be post-bootPaul E. McKenney
2021-01-06refscale: Allow summarization of verbose outputPaul E. McKenney
2021-01-06rcu: Check and report missed fqs timer wakeup on RCU stallNeeraj Upadhyay
2021-01-06rcu: Do any deferred nocb wakeups at CPU offline timePaul E. McKenney
2021-01-06rcu/nocb: Code-style nits in callback-offloading togglingPaul E. McKenney
2021-01-06rcu/nocb: Add nocb CB kthread list to show_rcu_nocb_state() outputPaul E. McKenney
2021-01-06rcu/nocb: Add grace period and task state to show_rcu_nocb_state() outputPaul E. McKenney
2021-01-06rcutorture: Test runtime toggling of CPUs' callback offloadingPaul E. McKenney
2021-01-06timer: Add timer_curr_running()Frederic Weisbecker
2021-01-06cpu/hotplug: Add lockdep_is_cpus_held()Frederic Weisbecker
2021-01-06rcu/nocb: Locally accelerate callbacks as long as offloading isn't completeFrederic Weisbecker
2021-01-06rcu/nocb: Process batch locally as long as offloading isn't completeFrederic Weisbecker
2021-01-06rcu/nocb: Only cond_resched() from actual offloaded batch processingFrederic Weisbecker
2021-01-06rcu/nocb: Set SEGCBLIST_SOFTIRQ_ONLY at the very last stage of de-offloadingFrederic Weisbecker
2021-01-06rcu/nocb: Flush bypass before setting SEGCBLIST_SOFTIRQ_ONLYFrederic Weisbecker
2021-01-06rcu/nocb: Shutdown nocb timer on de-offloadingFrederic Weisbecker
2021-01-06rcu/nocb: Re-offload supportFrederic Weisbecker
2021-01-06rcu/nocb: De-offloading GP kthreadFrederic Weisbecker
2021-01-06rcu/nocb: Don't deoffload an offline CPU with pending workFrederic Weisbecker
2021-01-06rcu/nocb: De-offloading CB kthreadFrederic Weisbecker
2021-01-06rcu/nocb: Always init segcblist on CPU upFrederic Weisbecker
2021-01-06rcu/nocb: Provide basic callback offloading state machine bitsFrederic Weisbecker
2021-01-06rcu/nocb: Turn enabled/offload states into a common flagFrederic Weisbecker
2021-01-06rcu/segcblist: Add debug checks for segment lengthsJoel Fernandes (Google)
2021-01-06rcu/trace: Add tracing for how segcb list changesJoel Fernandes (Google)
2021-01-06rcu/tree: segcblist: Remove redundant smp_mb()sJoel Fernandes (Google)
2021-01-06rcu/segcblist: Add counters to segcblist datastructureJoel Fernandes (Google)
2021-01-06rcu/segcblist: Add additional comments to explain smp_mb()Joel Fernandes (Google)
2021-01-06staging: ION: remove some references to CONFIG_IONMatthias Maennich
2021-01-06elf_prstatus: collect the common part (everything before pr_reg) into a structAl Viro
2021-01-05Merge tag 'net-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-01-04kernel/audit: convert comma to semicolonZheng Yongjun