aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2019-06-23smp: Do not mark call_function_data as sharedNadav Amit1-1/+1
2019-06-23timer_list: Guard procfs specific codeNathan Huckleberry1-17/+19
2019-06-22timekeeping: Provide a generic update_vsyscall() implementationVincenzo Frascino2-0/+134
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller12-42/+12
2019-06-22posix-timers: Use spin_lock_irq() in itimer_delete()Sebastian Andrzej Siewior1-5/+3
2019-06-22posix-timers: Remove "it_signal = NULL" assignment in itimer_delete()Sebastian Andrzej Siewior1-5/+0
2019-06-22timekeeping: Use proper clock specifier names in functionsJason A. Donenfeld3-4/+4
2019-06-22timekeeping: Use proper ktime_add when adding nsecs in coarse offsetJason A. Donenfeld1-1/+1
2019-06-22Merge branch 'linus' into timers/coreThomas Gleixner12-84/+178
2019-06-22ntp: Limit TAI-UTC offsetMiroslav Lichvar1-1/+3
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds12-42/+12
2019-06-21arm64: Fix interrupt tracing in the presence of NMIsJulien Thierry1-2/+6
2019-06-21cgroup: export css_next_descendant_pre for bfqChristoph Hellwig1-0/+1
2019-06-21arch: handle arches who do not yet define clone3Christian Brauner2-0/+4
2019-06-20livepatch: Remove duplicate warning about missing reliable stacktrace supportPetr Mladek1-1/+0
2019-06-20Revert "livepatch: Remove reliable stacktrace check in klp_try_switch_task()"Miroslav Benes1-0/+7
2019-06-20stacktrace: Remove weak version of save_stack_trace_tsk_reliable()Miroslav Benes1-8/+0
2019-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller4-70/+733
2019-06-19Merge branches 'consolidate.2019.05.28a', 'doc.2019.05.28a', 'fixes.2019.06.13a', 'srcu.2019.05.28a', 'sync.2019.05.28a' and 'torture.2019.05.28a' into HEADPaul E. McKenney15-150/+302
2019-06-19xdp: page_pool related fix to cpumapJesper Dangaard Brouer1-0/+3
2019-06-19keys: Cache result of request_key*() temporarily in task_structDavid Howells1-0/+9
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner3-12/+3
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 451Thomas Gleixner4-16/+4
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 248Thomas Gleixner1-2/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230Thomas Gleixner4-12/+4
2019-06-19Merge branch 'stable/for-linus-5.2' into devel/for-linus-5.2Konrad Rzeszutek Wilk1-2/+2
2019-06-19swiotlb: fix phys_addr_t overflow warningArnd Bergmann1-2/+2
2019-06-19PM: suspend: Rename pm_suspend_via_s2idle()Rafael J. Wysocki1-3/+3
2019-06-19bpf: precise scalar_value trackingAlexei Starovoitov1-11/+480
2019-06-19bpf: fix callees pruning callersAlexei Starovoitov1-5/+6
2019-06-19bpf: introduce bounded loopsAlexei Starovoitov1-12/+131
2019-06-19bpf: extend is_branch_taken to registersAlexei Starovoitov1-15/+19
2019-06-19bpf: track spill/fill of constantsAlexei Starovoitov1-25/+65
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller50-302/+385
2019-06-17tracepoint: Use struct_size() in kmalloc()Gustavo A. R. Silva1-2/+2
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds7-46/+137
2019-06-17x86/percpu, sched/fair: Avoid local_clock()Peter Zijlstra1-2/+3
2019-06-17Merge branch 'x86/cpu' into perf/core, to pick up dependent changesIngo Molnar36-213/+111
2019-06-17locking/rwsem: Guard against making count negativeWaiman Long1-12/+41
2019-06-17locking/rwsem: Adaptive disabling of reader optimistic spinningWaiman Long2-8/+135
2019-06-17locking/rwsem: Enable time-based spinning on reader-owned rwsemWaiman Long2-30/+144
2019-06-17locking/rwsem: Make rwsem->owner an atomic_long_tWaiman Long1-45/+80
2019-06-17locking/rwsem: Enable readers spinning on writerWaiman Long2-12/+75
2019-06-17locking/rwsem: Clarify usage of owner's nonspinaable bitWaiman Long1-22/+21
2019-06-17locking/rwsem: Wake up almost all readers in wait queueWaiman Long1-5/+26
2019-06-17locking/rwsem: More optimal RT task handling of null ownerWaiman Long1-7/+44
2019-06-17locking/rwsem: Always release wait_lock before waking up tasksWaiman Long1-16/+15
2019-06-17locking/rwsem: Implement lock handoff to prevent lock starvationWaiman Long2-54/+173
2019-06-17locking/rwsem: Make rwsem_spin_on_owner() return owner stateWaiman Long1-18/+47
2019-06-17locking/rwsem: Code cleanup after files mergingWaiman Long2-95/+42