summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds2020-06-022-1/+4
|\
| * Revert "docs: sysctl/kernel: document ngroups_max"Jonathan Corbet2020-05-181-2/+2
| * docs: sysctl/kernel: document ngroups_maxStephen Kitt2020-05-151-2/+2
| * futex: get rid of a kernel-docs build warningMauro Carvalho Chehab2020-04-201-0/+3
| * docs: filesystems: fix renamed referencesMauro Carvalho Chehab2020-04-201-1/+1
* | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2020-06-021-2/+7
|\ \
| * | ARM: 8976/1: module: allow arch overrides for .init section namesVincent Whitchurch2020-05-191-2/+7
| |/
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-06-024-0/+119
|\ \
| * | scs: Remove references to asm/scs.h from core codeWill Deacon2020-05-181-1/+0
| * | scs: Move scs_overflow_check() out of architecture codeWill Deacon2020-05-182-1/+5
| * | scs: Move accounting into alloc/free functionsWill Deacon2020-05-181-24/+21
| * | arm64: scs: Store absolute SCS stack pointer value in thread_infoWill Deacon2020-05-181-2/+1
| * | scs: Add support for stack usage debuggingSami Tolvanen2020-05-151-1/+29
| * | scs: Add page accounting for shadow call stack allocationsSami Tolvanen2020-05-151-0/+15
| * | scs: Add support for Clang's Shadow Call Stack (SCS)Sami Tolvanen2020-05-154-0/+77
* | | 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