summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2019-06-24sched/wait: Deduplicate code with do-whilePavel Begunkov
2019-06-24sched/topology: Remove unused 'sd' parameter from arch_scale_cpu_capacity()Vincent Guittot
2019-06-24Merge tag 'v5.2-rc6' into sched/core, to refresh the branchIngo Molnar
2019-06-24perf/x86: Disable extended registers for non-supported PMUsKan Liang
2019-06-24perf/ioctl: Add check for the sample_period valueRavi Bangoria
2019-06-24bpf: fix NULL deref in btf_type_is_resolve_source_onlyStanislav Fomichev
2019-06-24fork: don't check parent_tidptr with CLONE_PIDFDDmitry V. Levin
2019-06-23softirq: Use __this_cpu_write() in takeover_tasklets()Muchun Song
2019-06-23smp: Remove smp_call_function() and on_each_cpu() return valuesNadav Amit
2019-06-23smp: Do not mark call_function_data as sharedNadav Amit
2019-06-23timer_list: Guard procfs specific codeNathan Huckleberry
2019-06-22timekeeping: Provide a generic update_vsyscall() implementationVincenzo Frascino
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-22posix-timers: Use spin_lock_irq() in itimer_delete()Sebastian Andrzej Siewior
2019-06-22posix-timers: Remove "it_signal = NULL" assignment in itimer_delete()Sebastian Andrzej Siewior
2019-06-22timekeeping: Use proper clock specifier names in functionsJason A. Donenfeld
2019-06-22timekeeping: Use proper ktime_add when adding nsecs in coarse offsetJason A. Donenfeld
2019-06-22Merge branch 'linus' into timers/coreThomas Gleixner
2019-06-22ntp: Limit TAI-UTC offsetMiroslav Lichvar
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-06-21arm64: Fix interrupt tracing in the presence of NMIsJulien Thierry
2019-06-21cgroup: export css_next_descendant_pre for bfqChristoph Hellwig
2019-06-21arch: handle arches who do not yet define clone3Christian Brauner
2019-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-06-19Merge branches 'consolidate.2019.05.28a', 'doc.2019.05.28a', 'fixes.2019.06.1...Paul E. McKenney
2019-06-19xdp: page_pool related fix to cpumapJesper Dangaard Brouer
2019-06-19keys: Cache result of request_key*() temporarily in task_structDavid Howells
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 451Thomas Gleixner
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 248Thomas Gleixner
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230Thomas Gleixner
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-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