summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2019-02-04sched/core: Use READ_ONCE()/WRITE_ONCE() in move_queued_task()/task_rq_lock()Andrea Parri
2019-02-04sched/debug: Initialize sd_sysctl_cpus if !CONFIG_CPUMASK_OFFSTACKHidetoshi Seto
2019-02-04sched/pelt: Skip updating util_est when utilization is higher than CPU's capa...Vincent Guittot
2019-02-04sched/fair: Update scale invariance of PELTVincent Guittot
2019-02-04sched/fair: Move the rq_of() helper functionVincent Guittot
2019-02-04locking/qspinlock_stat: Track the no MCS node available caseWaiman Long
2019-02-04locking/qspinlock: Handle > 4 slowpath nesting levelsWaiman Long
2019-02-04sched/wake_q: Reduce reference counting for special usersDavidlohr Bueso
2019-02-04locking/lockdep: Add debug_locks check in __lock_downgrade()Waiman Long
2019-02-04Merge tag 'v5.0-rc5' into locking/core to pick up fixesIngo Molnar
2019-02-04sched/core: Convert task_struct.stack_refcount to refcount_tElena Reshetova
2019-02-04sched/core: Convert task_struct.usage to refcount_tElena Reshetova
2019-02-04sched/fair: Convert numa_group.refcount to refcount_tElena Reshetova
2019-02-04sched/core: Convert signal_struct.sigcnt to refcount_tElena Reshetova
2019-02-04sched/core: Convert sighand_struct.count to refcount_tElena Reshetova
2019-02-04perf/ring_buffer: Convert ring_buffer.aux_refcount to refcount_tElena Reshetova
2019-02-04perf/ring_buffer: Convert ring_buffer.refcount to refcount_tElena Reshetova
2019-02-04perf: Convert perf_event_context.refcount to refcount_tElena Reshetova
2019-02-04perf/uprobes: Convert to SPDX license identifierThomas Gleixner
2019-02-04perf/hw_breakpoints: Convert to SPDX license identifierThomas Gleixner
2019-02-04perf/core: Convert to SPDX license identifiersThomas Gleixner
2019-02-04Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2019-02-04perf/core: Don't WARN() for impossible ring-buffer sizesMark Rutland
2019-02-03audit: remove audit_context when CONFIG_ AUDIT and not AUDITSYSCALLRichard Guy Briggs
2019-02-03Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-02-03Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-02-01psi: fix aggregation idle shut-offJohannes Weiner
2019-02-01kernel/exit.c: release ptraced tasks before zap_pid_ns_processesAndrei Vagin
2019-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-02-01bpf: introduce BPF_F_LOCK flagAlexei Starovoitov
2019-02-01bpf: add support for bpf_spin_lock to cgroup local storageAlexei Starovoitov
2019-02-01bpf: introduce bpf_spin_lockAlexei Starovoitov
2019-02-01dma-debug: add dumping facility via debugfsCorentin Labbe
2019-02-01dma: debug: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-02-01dma-mapping: remove the default map_resource implementationChristoph Hellwig
2019-02-01pipe: stop using ->can_mergeJann Horn
2019-01-31audit: remove unused actx param from audit_rule_matchRichard Guy Briggs
2019-01-31bpf: Fix syscall's stackmap lookup potential deadlockMartin KaFai Lau
2019-01-31bpf: fix potential deadlock in bpf_prog_registerAlexei Starovoitov
2019-01-31bpf: fix lockdep false positive in percpu_freelistAlexei Starovoitov
2019-01-31bpf: run bpf programs with preemption disabledAlexei Starovoitov
2019-01-31cgroup/pids: turn cgroup_subsys->free() into cgroup_subsys->release() to fix ...Oleg Nesterov
2019-01-31async: Add support for queueing on specific NUMA nodeAlexander Duyck
2019-01-31workqueue: Provide queue_work_node to queue work near a given NUMA nodeAlexander Duyck
2019-01-31relay: check return of create_buf_file() properlyGreg Kroah-Hartman
2019-01-31bpf, cgroups: clean up kerneldoc warningsValdis Kletnieks
2019-01-31bpf: fix bitrotted kerneldocValdis Kletnieks
2019-01-30audit: ignore fcaps on umountRichard Guy Briggs
2019-01-30cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVMJosh Poimboeuf
2019-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller