summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2020-02-24audit: always check the netlink payload length in audit_receive_msg()Paul Moore
2020-02-24proc: Use a list of inodes to flush from procEric W. Biederman
2020-02-24sched/numa: Stop an exhastive search if a reasonable swap candidate or idle C...Mel Gorman
2020-02-24sched/numa: Bias swapping tasks based on their preferred nodeMel Gorman
2020-02-24sched/numa: Find an alternative idle CPU if the CPU is part of an active NUMA...Mel Gorman
2020-02-24sched/numa: Prefer using an idle CPU as a migration target instead of compari...Mel Gorman
2020-02-24sched/fair: Take into account runnable_avg to classify groupVincent Guittot
2020-02-24sched/pelt: Add a new runnable average signalVincent Guittot
2020-02-24sched/pelt: Remove unused runnable load averageVincent Guittot
2020-02-24sched/numa: Use similar logic to the load balancer for moving between domains...Mel Gorman
2020-02-24sched/numa: Replace runnable_load_avg by load_avgVincent Guittot
2020-02-24sched/fair: Reorder enqueue/dequeue_task_fair pathVincent Guittot
2020-02-24sched/numa: Distinguish between the different task_numa_migrate() failure casesMel Gorman
2020-02-24sched/numa: Trace when no candidate CPU was found on the preferred nodeMel Gorman
2020-02-24Merge tag 'v5.6-rc3' into sched/core, to pick up fixes and dependent patchesIngo Molnar
2020-02-22audit: fix error handling in audit_data_to_entry()Paul Moore
2020-02-22Merge tag 'irq-urgent-2020-02-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-02-22Merge tag 's390-5.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2020-02-22padata: fix uninitialized return value in padata_replace()Daniel Jordan
2020-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-02-21net: Generate reuseport group ID on group creationJakub Sitnicki
2020-02-21bpf: Allow selecting reuseport socket from a SOCKMAP/SOCKHASHJakub Sitnicki
2020-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-02-21y2038: remove unused time32 interfacesArnd Bergmann
2020-02-20rcutorture: Manually clean up after rcu_barrier() failurePaul E. McKenney
2020-02-20rcutorture: Make rcu_torture_barrier_cbs() post from corresponding CPUPaul E. McKenney
2020-02-20rcuperf: Measure memory footprint during kfree_rcu() testJoel Fernandes (Google)
2020-02-20rcutorture: Annotation lockless accesses to rcu_torture_currentPaul E. McKenney
2020-02-20rcutorture: Add READ_ONCE() to rcu_torture_count and rcu_torture_batchPaul E. McKenney
2020-02-20rcutorture: Fix stray access to rcu_fwd_cb_nodelayPaul E. McKenney
2020-02-20rcutorture: Fix rcu_torture_one_read()/rcu_torture_writer() data racePaul E. McKenney
2020-02-20torture: Allow disabling of boottime CPU-hotplug torture operationsPaul E. McKenney
2020-02-20rcutorture: Suppress boottime bad-sequence warningsPaul E. McKenney
2020-02-20rcutorture: Allow boottime stall warnings to be suppressedPaul E. McKenney
2020-02-20torture: Forgive -EBUSY from boottime CPU-hotplug operationsPaul E. McKenney
2020-02-20rcutorture: Refrain from callback flooding during bootPaul E. McKenney
2020-02-20rcutorture: Suppress forward-progress complaints during early bootPaul E. McKenney
2020-02-20srcu: Hold srcu_struct ->lock when updating ->srcu_gp_seqPaul E. McKenney
2020-02-20srcu: Fix process_srcu()/srcu_batches_completed() dataracePaul E. McKenney
2020-02-20srcu: Fix __call_srcu()/srcu_get_delay() dataracePaul E. McKenney
2020-02-20srcu: Fix __call_srcu()/process_srcu() dataracePaul E. McKenney
2020-02-20rcu: Add missing annotation for exit_tasks_rcu_finish()Jules Irenge
2020-02-20rcu: Add missing annotation for exit_tasks_rcu_start()Jules Irenge
2020-02-20rcu-tasks: *_ONCE() for rcu_tasks_cbs_headPaul E. McKenney
2020-02-20rcu: Update __call_rcu() commentsPaul E. McKenney
2020-02-20rcu: Fix spelling mistake "leval" -> "level"Colin Ian King
2020-02-20rcu: React to callback overload by boosting RCU readersPaul E. McKenney
2020-02-20rcu: React to callback overload by aggressively seeking quiescent statesPaul E. McKenney
2020-02-20rcu: Clear ->core_needs_qs at GP end or self-reported QSPaul E. McKenney
2020-02-20locktorture: Forgive apparent unfairness if CPU hotplugPaul E. McKenney