aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-08kvfree_rcu: Use __GFP_NOMEMALLOC for single-argument kvfree_rcu()Paul E. McKenney1-1/+1
2021-03-08kvfree_rcu: Directly allocate page for single-argument caseUladzislau Rezki (Sony)1-16/+26
2021-03-08rcu: Remove spurious instrumentation_end() in rcu_nmi_enter()Zhouyi Zhou1-1/+0
2021-03-08rcu: Fix CPU-offline trace in rcutree_dying_cpuNeeraj Upadhyay1-1/+1
2021-03-08rcu: Remove superfluous rdp fetchFrederic Weisbecker1-1/+0
2021-03-08rcu: deprecate "all" option to rcu_nocbs=Paul Gortmaker1-4/+2
2021-03-08irqdomain: Remove debugfs_file from struct irq_domainGreg Kroah-Hartman1-5/+4
2021-03-08bpf: Change inode_storage's lookup_elem return value from NULL to -EBADFTal Lossos1-1/+1
2021-03-08bpf: Dont allow vmlinux BTF to be used in map_create and prog_load.Alexei Starovoitov2-0/+9
2021-03-08printk: console: remove unnecessary safe buffer usageJohn Ogness1-7/+3
2021-03-08printk: kmsg_dump: remove _nolock() variantsJohn Ogness2-56/+12
2021-03-08printk: remove logbuf_lockJohn Ogness3-97/+46
2021-03-08printk: introduce a kmsg_dump iteratorJohn Ogness2-36/+37
2021-03-08printk: kmsg_dumper: remove @active fieldJohn Ogness2-10/+2
2021-03-08printk: add syslog_lockJohn Ogness1-4/+37
2021-03-08printk: use atomic64_t for devkmsg_user.seqJohn Ogness1-12/+12
2021-03-08printk: use seqcount_latch for clear_seqJohn Ogness1-8/+50
2021-03-08printk: introduce CONSOLE_LOG_MAXJohn Ogness1-8/+12
2021-03-08printk: consolidate kmsg_dump_get_buffer/syslog_print_all codeJohn Ogness1-37/+50
2021-03-08printk: refactor kmsg_dump_get_buffer()John Ogness1-29/+33
2021-03-08printk: limit second loop of syslog_print_allJohn Ogness1-1/+8
2021-03-08hrtimer: Update softirq_expires_next correctly after __hrtimer_get_next_event()Anna-Maria Behnsen1-21/+39
2021-03-06Merge branch 'locking/core' into x86/mm, to resolve conflictIngo Molnar3-19/+277
2021-03-06smp: Micro-optimize smp_call_function_many_cond()Peter Zijlstra1-1/+1
2021-03-06smp: Inline on_each_cpu_cond() and on_each_cpu()Nadav Amit2-93/+1
2021-03-06smp: Run functions concurrently in smp_call_function_many_cond()Nadav Amit1-68/+88
2021-03-06perf/core: Flush PMU internal buffers for per-CPU eventsKan Liang1-4/+38
2021-03-06lockdep: Add lockdep lock state definesShuah Khan1-5/+6
2021-03-06lockdep: Add lockdep_assert_not_held()Shuah Khan1-1/+5
2021-03-06locking/csd_lock: Add more data to CSD lock debuggingJuergen Gross1-4/+222
2021-03-06locking/csd_lock: Prepare more CSD lock debuggingJuergen Gross1-6/+10
2021-03-06locking/csd_lock: Add boot parameter for controlling CSD lock debuggingJuergen Gross1-4/+34
2021-03-06static_call: Fix the module key fixupPeter Zijlstra1-3/+4
2021-03-06genirq: Add IRQF_NO_AUTOEN for request_irq/nmi()Barry Song1-2/+9
2021-03-06psi: Optimize task switch inside shared cgroupsChengming Zhou2-26/+37
2021-03-06psi: Pressure states are unlikelyJohannes Weiner1-7/+7
2021-03-06psi: Use ONCPU state tracking machinery to detect reclaimChengming Zhou3-51/+24
2021-03-06psi: Add PSI_CPU_FULL stateChengming Zhou1-3/+11
2021-03-06sched/topology: fix the issue groups don't span domain->span for NUMA diameter > 2Barry Song1-30/+61
2021-03-06cpu/hotplug: Add cpuhp_invoke_callback_range()Vincent Donnefort1-68/+102
2021-03-06cpu/hotplug: CPUHP_BRINGUP_CPU failure exceptionVincent Donnefort1-3/+16
2021-03-06cpu/hotplug: Allowing to reset fail injectionVincent Donnefort1-0/+5
2021-03-06sched/pelt: Fix task util_est update filteringVincent Donnefort1-3/+12
2021-03-06sched/fair: Fix shift-out-of-bounds in load_balance()Valentin Schneider2-2/+8
2021-03-06sched/fair: use lsub_positive in cpu_util_next()Vincent Donnefort1-1/+1
2021-03-06sched/fair: Fix task utilization accountability in compute_energy()Vincent Donnefort1-4/+20
2021-03-06sched/fair: Reduce the window for duplicated updateVincent Guittot1-3/+8
2021-03-06sched/fair: Trigger the update of blocked load on newly idle cpuVincent Guittot4-4/+35
2021-03-06sched/membarrier: fix missing local execution of ipi_sync_rq_state()Mathieu Desnoyers1-3/+1
2021-03-06sched/fair: Reorder newidle_balance pulled_task testsVincent Guittot1-5/+5