aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-03-25cpu/hotplug: Move bringup of secondary CPUs out of smp_init()Qais Yousef2-8/+13
2020-03-25torture: Replace cpu_up/down() with add/remove_cpu()Qais Yousef1-4/+5
2020-03-25cpu/hotplug: Provide bringup_hibernate_cpu()Qais Yousef1-0/+23
2020-03-25cpu/hotplug: Create a new function to shutdown nonboot cpusQais Yousef1-0/+42
2020-03-25cpu/hotplug: Add new {add,remove}_cpu() functionsQais Yousef1-0/+24
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada2-0/+2
2020-03-25.gitignore: remove too obvious commentsMasahiro Yamada1-3/+0
2020-03-24Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar16-196/+550
2020-03-23completion: Use lockdep_assert_RT_in_threaded_ctx() in complete_all()Sebastian Siewior1-1/+1
2020-03-23fsnotify: use helpers to access data by data_typeAmir Goldstein2-25/+4
2020-03-23PM: remove s390 specific callbacksHeiko Carstens2-21/+0
2020-03-23Merge 5.6-rc7 into tty-nextGreg Kroah-Hartman8-59/+110
2020-03-23Merge 5.6-rc7 into char-misc-nextGreg Kroah-Hartman8-59/+110
2020-03-21x86/mm: split vmalloc_sync_all()Joerg Roedel1-1/+1
2020-03-21Merge branches 'doc.2020.02.27a', 'fixes.2020.03.21a', 'kfree_rcu.2020.02.20a', 'locktorture.2020.02.20a', 'ovld.2020.02.20a', 'rcu-tasks.2020.02.20a', 'srcu.2020.02.20a' and 'torture.2020.02.20a' into HEADPaul E. McKenney16-196/+550
2020-03-21rcu: Make rcu_barrier() account for offline no-CBs CPUsPaul E. McKenney1-12/+24
2020-03-21rcu: Mark rcu_state.gp_seq to detect concurrent writesPaul E. McKenney1-14/+8
2020-03-21genirq: Fix reference leaks on irq affinity notifiersEdward Cree1-2/+9
2020-03-21lockdep: Rename trace_{hard,soft}{irq_context,irqs_enabled}()Peter Zijlstra2-5/+5
2020-03-21lockdep: Rename trace_softirqs_{on,off}()Peter Zijlstra2-5/+5
2020-03-21lockdep: Rename trace_hardirq_{enter,exit}()Thomas Gleixner1-3/+4
2020-03-21lockdep: Add posixtimer context tracing bitsSebastian Andrzej Siewior1-1/+5
2020-03-21lockdep: Annotate irq_workSebastian Andrzej Siewior3-0/+4
2020-03-21lockdep: Add hrtimer context tracing bitsSebastian Andrzej Siewior2-2/+6
2020-03-21lockdep: Introduce wait-type checksPeter Zijlstra6-17/+162
2020-03-21completion: Use simple wait queuesThomas Gleixner1-17/+19
2020-03-21sched/swait: Prepare usage in completionsThomas Gleixner2-1/+17
2020-03-21timekeeping: Split jiffies seqlockThomas Gleixner5-17/+28
2020-03-21rcuwait: Add @state argument to rcuwait_wait_event()Peter Zijlstra (Intel)1-1/+1
2020-03-21kcsan, trace: Make KCSAN compatible with tracingMarco Elver2-0/+5
2020-03-21kcsan: Introduce ASSERT_EXCLUSIVE_BITS(var, mask)Marco Elver1-1/+14
2020-03-21kcsan: Add kcsan_set_access_mask() supportMarco Elver3-5/+56
2020-03-21kcsan: Introduce kcsan_value_change typeMarco Elver3-29/+54
2020-03-21kcsan: Fix misreporting if concurrent races on same addressMarco Elver1-0/+38
2020-03-21kcsan: Expose core configuration parameters as module paramsMarco Elver1-5/+19
2020-03-21kcsan: Add test to generate conflicts via debugfsMarco Elver1-5/+46
2020-03-21kcsan: Introduce KCSAN_ACCESS_ASSERT access typeMarco Elver4-18/+77
2020-03-21kcsan: Fix 0-sized checksMarco Elver2-0/+17
2020-03-21kcsan: Add option to assume plain aligned writes up to word size are atomicMarco Elver1-5/+17
2020-03-21kcsan: Address missing case with KCSAN_REPORT_VALUE_CHANGE_ONLYMarco Elver1-7/+20
2020-03-21kcsan: Make KCSAN compatible with lockdepMarco Elver3-2/+18
2020-03-21kcsan: Rate-limit reporting per data racesMarco Elver1-10/+100
2020-03-21kcsan: Show full access type in reportMarco Elver3-23/+37
2020-03-21kcsan: Prefer __always_inline for fast-pathMarco Elver3-17/+17
2020-03-21Merge branch 'linus' into locking/kcsan, to pick up fixesIngo Molnar19-188/+402
2020-03-21Merge branch 'x86/kdump' into locking/kcsan, to resolve conflictsIngo Molnar170-3246/+9291
2020-03-20bpf: Explicitly memset some bpf info structures declared on the stackGreg Kroah-Hartman2-3/+6
2020-03-20bpf: Explicitly memset the bpf_attr structureGreg Kroah-Hartman1-1/+2
2020-03-20lockdep: Teach lockdep about "USED" <- "IN-NMI" inversionsPeter Zijlstra1-3/+59
2020-03-20locking/lockdep: Rework lockdep_lockPeter Zijlstra1-41/+48