summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-282-44/+102
|\
| * sched/fair: Use RCU accessors consistently for ->numa_groupJann Horn2019-07-251-39/+81
| * sched/fair: Don't free p->numa_faults with concurrent readersJann Horn2019-07-252-5/+21
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-07-281-1/+1
|\ \
| * | perf/core: Fix creating kernel counters for PMUs that override event->cpuLeonard Crestez2019-07-251-1/+1
| |/
* | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2019-07-284-15/+40
|\ \
| * | locking/mutex: Test for initialized mutexSebastian Andrzej Siewior2019-07-251-1/+10
| * | locking/lockdep: Clean up #ifdef checksArnd Bergmann2019-07-251-7/+6Star
| * | locking/lockdep: Hide unused 'class' variableArnd Bergmann2019-07-251-1/+2
| * | locking/rwsem: Add ACQUIRE commentsPeter Zijlstra2019-07-251-5/+13
| * | lcoking/rwsem: Add missing ACQUIRE to read_slowpath sleep loopPeter Zijlstra2019-07-251-1/+3
| * | locking/rwsem: Add missing ACQUIRE to read_slowpath exit when queue is emptyJan Stancek2019-07-251-0/+2
| * | locking/rwsem: Don't call owner_on_cpu() on read-ownerWaiman Long2019-07-251-1/+5
* | | Merge branch 'access-creds'Linus Torvalds2019-07-251-2/+19
|\ \ \ | |_|/ |/| |
| * | access: avoid the RCU grace period for the temporary subjective credentialsLinus Torvalds2019-07-241-2/+19
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-221-4/+4
|\ \ \
| * | | sched/rt, Kconfig: Unbreak def/oldconfig with CONFIG_PREEMPT=yThomas Gleixner2019-07-221-4/+4
| | |/ | |/|
* / | pidfd: fix a poll race when setting exit_stateSuren Baghdasaryan2019-07-221-0/+1
|/ /
* | Merge tag 'dma-mapping-5.3-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-07-202-25/+22Star
|\ \
| * | dma-direct: correct the physical addr in dma_direct_sync_sg_for_cpu/deviceFugang Duan2019-07-191-7/+11
| * | dma-direct: only limit the mapping size if swiotlb could be usedChristoph Hellwig2019-07-171-6/+4Star
| * | dma-direct: Force unencrypted DMA under SME for certain DMA masksTom Lendacky2019-07-162-12/+7Star
* | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-07-202-3/+7
|\ \ \
| * | | bpf: Disable GCC -fgcse optimization for ___bpf_prog_run()Josh Poimboeuf2019-07-181-1/+1
| * | | Merge branch 'x86/debug' into core/urgentThomas Gleixner2019-07-181-2/+1Star
| |\ \ \
| | * | | bpf: Fix ORC unwinding in non-JIT BPF codeJosh Poimboeuf2019-07-091-2/+1Star
| * | | | stacktrace: Force USER_DS for stack_trace_save_user()Peter Zijlstra2019-07-181-0/+5
* | | | | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-201-0/+16
|\ \ \ \ \
| * | | | | smp: Warn on function calls from softirq contextPeter Zijlstra2019-07-201-0/+16
| |/ / / /
* | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-201-2/+23
|\ \ \ \ \
| * | | | | sched/rt, Kconfig: Introduce CONFIG_PREEMPT_RTThomas Gleixner2019-07-181-2/+23
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-07-201-0/+6
|\ \ \ \ \ \
| * | | | | | KVM: LAPIC: Inject timer interrupt via posted interruptWanpeng Li2019-07-201-0/+6
* | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-191-0/+12
|\ \ \ \ \ \ \
| * | | | | | | padata: use smp_mb in padata_reorder to avoid orphaned padata jobsDaniel Jordan2019-07-181-0/+12
* | | | | | | | Merge tag 'trace-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2019-07-191-8/+1Star
|\ \ \ \ \ \ \ \
| * | | | | | | | tracing: Fix user stack trace "??" outputEiichi Tsukata2019-07-191-8/+1Star
* | | | | | | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2019-07-191-3/+1Star
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | perf_event_get(): don't bother with fget_raw()Al Viro2019-06-271-3/+1Star
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-192-62/+49Star
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | cpuset: move mount -t cpuset logics into cgroup.cAl Viro2019-05-262-60/+48Star
| * | | | | | | | | no need to protect against put_user_ns(NULL)Al Viro2019-05-251-2/+1Star
| |/ / / / / / / /
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-07-192-14/+18
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-07-182-14/+18
| |\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | |
| | * | | | | | | | bpf: fix BTF verifier size resolution logicAndrii Nakryiko2019-07-151-7/+12
| | * | | | | | | | bpf: verifier: avoid fall-through warningsGustavo A. R. Silva2019-07-121-0/+2
| | * | | | | | | | bpf: fix precision bit propagation for BPF_ST instructionsAndrii Nakryiko2019-07-121-7/+4Star
* | | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-07-195-157/+155Star
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | proc/sysctl: add shared variables for range checkMatteo Croce2019-07-193-106/+100Star
| * | | | | | | | | | mm/devm_memremap_pages: enable sub-section remapDan Williams2019-07-191-34/+23Star