summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86-cleanups-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-06-011-6/+0
|\
| * crash_dump: Remove no longer used saved_max_pfnKairui Song2020-04-151-6/+0
* | Merge tag 'smp-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-06-012-11/+11
|\ \
| * | cpu/hotplug: Remove __freeze_secondary_cpus()Qais Yousef2020-05-071-2/+2
| * | cpu/hotplug: Remove disable_nonboot_cpus()Qais Yousef2020-05-071-7/+7
| * | cpu/hotplug: Fix a typo in comment "broadacasted"->"broadcasted"Ethon Paul2020-04-271-1/+1
| * | smp: Use smp_call_func_t in on_each_cpu()Kaitao Cheng2020-04-191-1/+1
* | | Merge tag 'perf-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-06-014-15/+20
|\ \ \
| * \ \ Merge tag 'v5.7-rc7' into perf/core, to pick up fixesIngo Molnar2020-05-2826-154/+321
| |\ \ \
| * | | | perf/core: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-192-2/+2
| * | | | perf: Add cond_resched() to task_function_call()Barret Rhoden2020-04-301-9/+14
| * | | | Merge tag 'perf-core-for-mingo-5.8-20200420' of git://git.kernel.org/pub/scm/...Ingo Molnar2020-04-222-4/+4
| |\ \ \ \
| | * | | | trace/bpf_trace: Open access for CAP_PERFMON privileged processAlexey Budankov2020-04-161-1/+1
| | * | | | perf/core: open access to probes for CAP_PERFMON privileged processAlexey Budankov2020-04-161-2/+2
| | * | | | perf/core: Open access to the core for CAP_PERFMON privileged processAlexey Budankov2020-04-161-1/+1
| | | |_|/ | | |/| |
* | | | | Merge tag 'locking-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-06-012-3/+1
|\ \ \ \ \
| * \ \ \ \ Merge tag 'v5.7-rc7' into WIP.locking/core, to refresh the treeIngo Molnar2020-05-2817-126/+250
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | locking/lockdep: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-191-1/+1
| * | | | | locking/rtmutex: Remove unused rt_mutex_cmpxchg_relaxed()Alex Shi2020-04-271-2/+0
* | | | | | Merge tag 'core-rcu-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-06-0120-638/+1995
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'WIP.core/rcu' into core/rcu, to pick up two x86/entry dependenciesIngo Molnar2020-06-011-20/+80
| |\ \ \ \ \ \
| | * | | | | | rcu: Provide rcu_irq_exit_check_preempt()Thomas Gleixner2020-05-261-0/+18
| | * | | | | | rcu: Abstract out rcu_irq_enter_check_tick() from rcu_nmi_enter()Paul E. McKenney2020-05-261-20/+62
| * | | | | | | rcu: Allow for smp_call_function() running callbacks from idlePeter Zijlstra2020-05-281-6/+19
| |/ / / / / /
| * | | | | | rcu: Provide __rcu_is_watching()Thomas Gleixner2020-05-191-0/+5
| * | | | | | rcu: Provide rcu_irq_exit_preempt()Thomas Gleixner2020-05-191-0/+22
| * | | | | | rcu: Make RCU IRQ enter/exit functions rely on in_nmi()Paul E. McKenney2020-05-191-32/+15
| * | | | | | rcu/tree: Mark the idle relevant functions noinstrThomas Gleixner2020-05-193-41/+49
| * | | | | | sh/ftrace: Move arch_ftrace_nmi_{enter,exit} into nmi exceptionPeter Zijlstra2020-05-191-10/+0
| * | | | | | lockdep: Always inline lockdep_{off,on}()Peter Zijlstra2020-05-191-19/+0
| * | | | | | printk: Disallow instrumenting print_nmi_enter()Peter Zijlstra2020-05-191-2/+3
| * | | | | | printk: Prepare for nested printk_nmi_enter()Petr Mladek2020-05-192-5/+7
| * | | | | | Merge tag 'noinstr-lds-2020-05-19' into core/rcuThomas Gleixner2020-05-1919-51/+139
| |\ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| *-----. \ \ \ \ \ \ Merge branches 'fixes.2020.04.27a', 'kfree_rcu.2020.04.27a', 'rcu-tasks.2020....Paul E. McKenney2020-05-0716-479/+1726
| |\ \ \ \ \ \ \ \ \ \
| | | | | * | | | | | | rcutorture: Convert ULONG_CMP_LT() to time_before()Paul E. McKenney2020-05-071-3/+3
| | | | | * | | | | | | rcutorture: Make rcu_fwds and rcu_fwd_emergency_stop staticJason Yan2020-05-071-2/+2
| | | | | * | | | | | | rcu: Allow rcutorture to starve grace-period kthreadPaul E. McKenney2020-05-073-3/+44
| | | | | * | | | | | | rcutorture: Add flag to produce non-busy-wait task stallsPaul E. McKenney2020-05-071-6/+11
| | | | | * | | | | | | rcutorture: Mark data-race potential for rcu_barrier() test statisticsPaul E. McKenney2020-04-271-3/+3
| | | | | * | | | | | | rcutorture: Add KCSAN stubsPaul E. McKenney2020-04-271-0/+12
| | | | * | | | | | | | rcu: Remove self-stack-trace when all quiescent states seenPaul E. McKenney2020-04-271-2/+0
| | | | * | | | | | | | rcu: When GP kthread is starved, tag idle threads as false positivesPaul E. McKenney2020-04-271-5/+19
| | | | * | | | | | | | rcu: Use data_race() for RCU expedited CPU stall-warning printsPaul E. McKenney2020-04-271-4/+4
| | | | |/ / / / / / /
| | | * | | | | | | | ftrace: Use synchronize_rcu_tasks_rude() instead of ftrace_sync()Paul E. McKenney2020-04-272-14/+4
| | | * | | | | | | | rcu-tasks: Allow standalone use of TASKS_{TRACE_,}RCUPaul E. McKenney2020-04-271-24/+30
| | | * | | | | | | | rcu-tasks: Add IPI failure count to statisticsPaul E. McKenney2020-04-271-4/+7
| | | * | | | | | | | rcu-tasks: Add count for idle tasks on offline CPUsPaul E. McKenney2020-04-271-1/+5
| | | * | | | | | | | rcu-tasks: Add rcu_dynticks_zero_in_eqs() effectiveness statisticsPaul E. McKenney2020-04-271-2/+11
| | | * | | | | | | | rcu-tasks: Make RCU tasks trace also wait for idle tasksPaul E. McKenney2020-04-271-5/+13
| | | * | | | | | | | rcu-tasks: Handle the running-offline idle-task special casePaul E. McKenney2020-04-271-2/+6