summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2019-06-19Merge branch 'stable/for-linus-5.2' into devel/for-linus-5.2Konrad Rzeszutek Wilk
2019-06-19swiotlb: fix phys_addr_t overflow warningArnd Bergmann
2019-06-19PM: suspend: Rename pm_suspend_via_s2idle()Rafael J. Wysocki
2019-06-19bpf: precise scalar_value trackingAlexei Starovoitov
2019-06-19bpf: fix callees pruning callersAlexei Starovoitov
2019-06-19bpf: introduce bounded loopsAlexei Starovoitov
2019-06-19bpf: extend is_branch_taken to registersAlexei Starovoitov
2019-06-19bpf: track spill/fill of constantsAlexei Starovoitov
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-17tracepoint: Use struct_size() in kmalloc()Gustavo A. R. Silva
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-06-17x86/percpu, sched/fair: Avoid local_clock()Peter Zijlstra
2019-06-17Merge branch 'x86/cpu' into perf/core, to pick up dependent changesIngo Molnar
2019-06-17locking/rwsem: Guard against making count negativeWaiman Long
2019-06-17locking/rwsem: Adaptive disabling of reader optimistic spinningWaiman Long
2019-06-17locking/rwsem: Enable time-based spinning on reader-owned rwsemWaiman Long
2019-06-17locking/rwsem: Make rwsem->owner an atomic_long_tWaiman Long
2019-06-17locking/rwsem: Enable readers spinning on writerWaiman Long
2019-06-17locking/rwsem: Clarify usage of owner's nonspinaable bitWaiman Long
2019-06-17locking/rwsem: Wake up almost all readers in wait queueWaiman Long
2019-06-17locking/rwsem: More optimal RT task handling of null ownerWaiman Long
2019-06-17locking/rwsem: Always release wait_lock before waking up tasksWaiman Long
2019-06-17locking/rwsem: Implement lock handoff to prevent lock starvationWaiman Long
2019-06-17locking/rwsem: Make rwsem_spin_on_owner() return owner stateWaiman Long
2019-06-17locking/rwsem: Code cleanup after files mergingWaiman Long
2019-06-17locking/rwsem: Merge rwsem.h and rwsem-xadd.c into rwsem.cWaiman Long
2019-06-17locking/rwsem: Implement a new locking schemeWaiman Long
2019-06-17locking/rwsem: Remove rwsem_wake() wakeup optimizationWaiman Long
2019-06-17locking/rwsem: Make owner available even if !CONFIG_RWSEM_SPIN_ON_OWNERWaiman Long
2019-06-17sched/fair: Don't push cfs_bandwith slack timers forwardbsegall@google.com
2019-06-17sched/core: Optimize try_to_wake_up() for local wakeupsPeter Zijlstra
2019-06-17sched/fair: Fix "runnable_avg_yN_inv" not used warningsQian Cai
2019-06-17sched/fair: Clean up definition of NOHZ blocked load functionsValentin Schneider
2019-06-17sched/core: Add __sched tag for io_schedule()Gao Xiang
2019-06-17Merge tag 'v5.2-rc5' into sched/core, to pick up fixesIngo Molnar
2019-06-17perf/core: Fix perf_sample_regs_user() mm checkPeter Zijlstra
2019-06-17locking/lockdep: Remove unnecessary DEBUG_LOCKS_WARN_ON()Kobe Wu
2019-06-17jump_label: Batch updates if arch supports itDaniel Bristot de Oliveira
2019-06-17jump_label: Sort entries of the same key by the codeDaniel Bristot de Oliveira
2019-06-17jump_label: Add a jump_label_can_update() helperDaniel Bristot de Oliveira
2019-06-17Merge tag 'v5.2-rc5' into locking/core, to pick up fixesIngo Molnar
2019-06-16Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2019-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-06-15bpf: fix nested bpf tracepoints with per-cpu dataMatt Mullins
2019-06-15Merge tag 'trace-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2019-06-15processor: get rid of cpu_relax_yieldHeiko Carstens
2019-06-15s390: improve wait logic of stop_machineMartin Schwidefsky
2019-06-14Merge branch 'for-5.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-06-14sysctl: define proc_do_static_key()Eric Dumazet
2019-06-15bpf, devmap: Add missing RCU read lock on flushToshiaki Makita