aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-02-28proc: Remove the now unnecessary internal mount of procEric W. Biederman2-15/+0
2020-02-28Merge tag 'pm-5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+1
2020-02-28exit: Fix Sparse errors and warningsMadhuparna Bhowmik1-2/+2
2020-02-28fork: Use RCU_INIT_POINTER() instead of rcu_access_pointer()Madhuparna Bhowmik1-1/+1
2020-02-28Merge branches 'pm-sleep' and 'pm-devfreq'Rafael J. Wysocki1-1/+1
2020-02-27bpf: INET_DIAG support in bpf_sk_storageMartin KaFai Lau1-0/+15
2020-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller11-122/+225
2020-02-28bpf: Replace zero-length array with flexible-array memberGustavo A. R. Silva3-3/+3
2020-02-27Merge tag 'audit-pr-20200226' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/auditLinus Torvalds2-51/+60
2020-02-27sched/fair: Fix statistics for find_idlest_group()Vincent Guittot1-0/+2
2020-02-26Merge tag 'trace-v5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds4-35/+127
2020-02-26signal: avoid double atomic counter increments for user accountingLinus Torvalds1-9/+14
2020-02-25bootconfig: Fix CONFIG_BOOTTIME_TRACING dependency issueMasami Hiramatsu1-1/+0
2020-02-25blktrace: Protect q->blk_trace with RCUJan Kara1-31/+83
2020-02-24bpf/stackmap: Dont trylock mmap_sem with PREEMPT_RT and interrupts disabledDavid Miller1-3/+15
2020-02-24bpf, lpm: Make locking RT friendlyThomas Gleixner1-6/+6
2020-02-24bpf: Prepare hashtab locking for PREEMPT_RTThomas Gleixner1-9/+56
2020-02-24bpf: Factor out hashtab bucket lock operationsThomas Gleixner1-23/+46
2020-02-24bpf: Replace open coded recursion prevention in sys_bpf()Thomas Gleixner1-19/+8
2020-02-24bpf: Use recursion prevention helpers in hashtab codeThomas Gleixner1-8/+4
2020-02-24bpf: Use migrate_disable/enabe() in trampoline code.David Miller1-4/+5
2020-02-24bpf: Use bpf_prog_run_pin_on_cpu() at simple call sites.David Miller1-3/+1
2020-02-24bpf: Dont iterate over possible CPUs with interrupts disabledThomas Gleixner1-10/+10
2020-02-24bpf: Remove recursion prevention from rcu free callbackThomas Gleixner1-8/+0
2020-02-24perf/bpf: Remove preempt disable around BPF invocationThomas Gleixner1-2/+0
2020-02-24bpf/trace: Remove redundant preempt_disable from trace_call_bpf()Thomas Gleixner1-2/+1
2020-02-24bpf: disable preemption for bpf progs attached to uprobeAlexei Starovoitov1-2/+9
2020-02-24bpf/trace: Remove EXPORT from trace_call_bpf()Thomas Gleixner1-1/+0
2020-02-24bpf/tracing: Remove redundant preempt_disable() in __bpf_trace_run()Thomas Gleixner1-2/+1
2020-02-24bpf: Update locking comment in hashtab codeThomas Gleixner1-4/+20
2020-02-24bpf: Enforce preallocation for instrumentation programs on RTThomas Gleixner1-4/+9
2020-02-24bpf: Tighten the requirements for preallocated hash mapsThomas Gleixner1-11/+28
2020-02-24audit: always check the netlink payload length in audit_receive_msg()Paul Moore1-19/+21
2020-02-24proc: Use a list of inodes to flush from procEric W. Biederman2-1/+4
2020-02-24sched/numa: Stop an exhastive search if a reasonable swap candidate or idle CPU is foundMel Gorman1-4/+27
2020-02-24sched/numa: Bias swapping tasks based on their preferred nodeMel Gorman1-6/+37
2020-02-24sched/numa: Find an alternative idle CPU if the CPU is part of an active NUMA balanceMel Gorman1-18/+22
2020-02-24sched/numa: Prefer using an idle CPU as a migration target instead of comparing tasksMel Gorman1-17/+102
2020-02-24sched/fair: Take into account runnable_avg to classify groupVincent Guittot1-1/+30
2020-02-24sched/pelt: Add a new runnable average signalVincent Guittot4-21/+126
2020-02-24sched/pelt: Remove unused runnable load averageVincent Guittot5-167/+42
2020-02-24sched/numa: Use similar logic to the load balancer for moving between domains with spare capacityMel Gorman1-31/+50
2020-02-24sched/numa: Replace runnable_load_avg by load_avgVincent Guittot1-32/+70
2020-02-24sched/fair: Reorder enqueue/dequeue_task_fair pathVincent Guittot1-22/+20
2020-02-24sched/numa: Distinguish between the different task_numa_migrate() failure casesMel Gorman1-3/+3
2020-02-24sched/numa: Trace when no candidate CPU was found on the preferred nodeMel Gorman1-1/+3
2020-02-24Merge tag 'v5.6-rc3' into sched/core, to pick up fixes and dependent patchesIngo Molnar170-3177/+9142
2020-02-22audit: fix error handling in audit_data_to_entry()Paul Moore1-32/+39
2020-02-22Merge tag 'irq-urgent-2020-02-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-18/+24
2020-02-22Merge tag 's390-5.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-9/+0