summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2020-02-24bpf: Dont iterate over possible CPUs with interrupts disabledThomas Gleixner-10/+10
2020-02-24bpf: Remove recursion prevention from rcu free callbackThomas Gleixner-8/+0
2020-02-24perf/bpf: Remove preempt disable around BPF invocationThomas Gleixner-2/+0
2020-02-24bpf/trace: Remove redundant preempt_disable from trace_call_bpf()Thomas Gleixner-2/+1
2020-02-24bpf: disable preemption for bpf progs attached to uprobeAlexei Starovoitov-2/+9
2020-02-24bpf/trace: Remove EXPORT from trace_call_bpf()Thomas Gleixner-1/+0
2020-02-24bpf/tracing: Remove redundant preempt_disable() in __bpf_trace_run()Thomas Gleixner-2/+1
2020-02-24bpf: Update locking comment in hashtab codeThomas Gleixner-4/+20
2020-02-24bpf: Enforce preallocation for instrumentation programs on RTThomas Gleixner-4/+9
2020-02-24bpf: Tighten the requirements for preallocated hash mapsThomas Gleixner-11/+28
2020-02-24audit: always check the netlink payload length in audit_receive_msg()Paul Moore-19/+21
2020-02-24proc: Use a list of inodes to flush from procEric W. Biederman-1/+4
2020-02-24sched/numa: Stop an exhastive search if a reasonable swap candidate or idle C...Mel Gorman-4/+27
2020-02-24sched/numa: Bias swapping tasks based on their preferred nodeMel Gorman-6/+37
2020-02-24sched/numa: Find an alternative idle CPU if the CPU is part of an active NUMA...Mel Gorman-18/+22
2020-02-24sched/numa: Prefer using an idle CPU as a migration target instead of compari...Mel Gorman-17/+102
2020-02-24sched/fair: Take into account runnable_avg to classify groupVincent Guittot-1/+30
2020-02-24sched/pelt: Add a new runnable average signalVincent Guittot-21/+126
2020-02-24sched/pelt: Remove unused runnable load averageVincent Guittot-167/+42
2020-02-24sched/numa: Use similar logic to the load balancer for moving between domains...Mel Gorman-31/+50
2020-02-24sched/numa: Replace runnable_load_avg by load_avgVincent Guittot-32/+70
2020-02-24sched/fair: Reorder enqueue/dequeue_task_fair pathVincent Guittot-22/+20
2020-02-24sched/numa: Distinguish between the different task_numa_migrate() failure casesMel Gorman-3/+3
2020-02-24sched/numa: Trace when no candidate CPU was found on the preferred nodeMel Gorman-1/+3
2020-02-24Merge tag 'v5.6-rc3' into sched/core, to pick up fixes and dependent patchesIngo Molnar-3179/+9144
2020-02-22audit: fix error handling in audit_data_to_entry()Paul Moore-32/+39
2020-02-22Merge tag 'irq-urgent-2020-02-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-18/+24
2020-02-22Merge tag 's390-5.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds-9/+0
2020-02-22padata: fix uninitialized return value in padata_replace()Daniel Jordan-1/+1
2020-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-10/+50
2020-02-21net: Generate reuseport group ID on group creationJakub Sitnicki-5/+0
2020-02-21bpf: Allow selecting reuseport socket from a SOCKMAP/SOCKHASHJakub Sitnicki-3/+7
2020-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-9/+57
2020-02-21y2038: remove unused time32 interfacesArnd Bergmann-107/+0
2020-02-20rcutorture: Manually clean up after rcu_barrier() failurePaul E. McKenney-1/+15
2020-02-20rcutorture: Make rcu_torture_barrier_cbs() post from corresponding CPUPaul E. McKenney-3/+13
2020-02-20rcuperf: Measure memory footprint during kfree_rcu() testJoel Fernandes (Google)-2/+12
2020-02-20rcutorture: Annotation lockless accesses to rcu_torture_currentPaul E. McKenney-4/+6
2020-02-20rcutorture: Add READ_ONCE() to rcu_torture_count and rcu_torture_batchPaul E. McKenney-2/+2
2020-02-20rcutorture: Fix stray access to rcu_fwd_cb_nodelayPaul E. McKenney-1/+1
2020-02-20rcutorture: Fix rcu_torture_one_read()/rcu_torture_writer() data racePaul E. McKenney-4/+6
2020-02-20torture: Allow disabling of boottime CPU-hotplug torture operationsPaul E. McKenney-0/+7
2020-02-20rcutorture: Suppress boottime bad-sequence warningsPaul E. McKenney-1/+2
2020-02-20rcutorture: Allow boottime stall warnings to be suppressedPaul E. McKenney-6/+29
2020-02-20torture: Forgive -EBUSY from boottime CPU-hotplug operationsPaul E. McKenney-4/+18
2020-02-20rcutorture: Refrain from callback flooding during bootPaul E. McKenney-2/+5
2020-02-20rcutorture: Suppress forward-progress complaints during early bootPaul E. McKenney-2/+20
2020-02-20srcu: Hold srcu_struct ->lock when updating ->srcu_gp_seqPaul E. McKenney-1/+3
2020-02-20srcu: Fix process_srcu()/srcu_batches_completed() dataracePaul E. McKenney-1/+1
2020-02-20srcu: Fix __call_srcu()/srcu_get_delay() dataracePaul E. McKenney-3/+3