aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2019-10-21tracing: Fix race in perf_trace_buf initializationPrateek Sood1-0/+4
2019-10-22Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar1-2/+4
2019-10-21xdp: Handle device unregister for devmap_hash map typeToke Høiland-Jørgensen1-0/+31
2019-10-21clone3: add CLONE_CLEAR_SIGHANDChristian Brauner1-5/+11
2019-10-21perf/aux: Fix tracking of auxiliary trace buffer allocationThomas Richter1-2/+4
2019-10-21sched/fair: Rework find_idlest_group()Vincent Guittot1-128/+256
2019-10-21sched/fair: Optimize find_idlest_group()Vincent Guittot1-36/+14
2019-10-21sched/fair: Use load instead of runnable load in wakeup pathVincent Guittot1-10/+10
2019-10-21sched/fair: Use utilization to select misfit taskVincent Guittot1-8/+3
2019-10-21sched/fair: Spread out tasks evenly when not overloadedVincent Guittot1-12/+28
2019-10-21sched/fair: Use load instead of runnable load in load_balance()Vincent Guittot1-10/+14
2019-10-21sched/fair: Use rq->nr_running when balancing loadVincent Guittot1-5/+8
2019-10-21sched/fair: Rework load_balance()Vincent Guittot1-209/+402
2019-10-21sched/fair: Remove meaningless imbalance calculationVincent Guittot1-104/+1
2019-10-21sched/fair: Rename sg_lb_stats::sum_nr_running to sum_h_nr_runningVincent Guittot1-16/+16
2019-10-21sched/fair: Clean up asym packingVincent Guittot1-47/+16
2019-10-21PM: QoS: Introduce frequency QoSRafael J. Wysocki1-0/+240
2019-10-21PM / hibernate: memory_bm_find_bit(): Tighten node optimisationAndy Whitcroft1-1/+8
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller24-127/+299
2019-10-20Merge tag 'kbuild-fixes-v5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-4/+7
2019-10-20Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+4
2019-10-20Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+6
2019-10-19kernel/events/uprobes.c: only do FOLL_SPLIT_PMD for uprobe registerSong Liu1-2/+11
2019-10-18xdp: Prevent overflow in devmap_hash cost calculation for 32-bit buildsToke Høiland-Jørgensen1-1/+1
2019-10-18bpf: Fix build error without CONFIG_NETYueHaibing1-0/+2
2019-10-18bpf: Fix bpf_attr.attach_btf_id checkAlexei Starovoitov1-6/+11
2019-10-18tracing: Fix "gfp_t" format for synthetic eventsZhengjun Xing1-0/+2
2019-10-18Merge tag 'pm-5.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+1
2019-10-18trace: Use pr_warn instead of pr_warningKefeng Wang1-2/+2
2019-10-18dma-debug: Use pr_warn instead of pr_warningKefeng Wang1-1/+1
2019-10-18Merge branches 'pm-cpufreq' and 'pm-sleep'Rafael J. Wysocki1-0/+1
2019-10-17perf/ring_buffer: Matching the memory allocate and free, in rb_alloc()Yunfeng Ye1-10/+10
2019-10-17perf/ring_buffer: Modify the parameter type of perf_mmap_free_page()Yunfeng Ye1-4/+4
2019-10-17perf_event: Add support for LSM and SELinux checksJoel Fernandes (Google)2-16/+56
2019-10-17sched/topology: Don't set SD_BALANCE_WAKE on cpuset domain relaxValentin Schneider1-6/+3
2019-10-17bpf: Check types of arguments passed into helpersAlexei Starovoitov3-15/+101
2019-10-17bpf: Add support for BTF pointers to x86 JITAlexei Starovoitov3-1/+22
2019-10-17bpf: Add support for BTF pointers to interpreterAlexei Starovoitov2-0/+27
2019-10-17bpf: Attach raw_tp program with BTF via type nameAlexei Starovoitov1-23/+47
2019-10-17bpf: Implement accurate raw_tp context access via BTFAlexei Starovoitov3-4/+276
2019-10-17bpf: Add attach_btf_id attribute to program loadAlexei Starovoitov1-4/+14
2019-10-17bpf: Process in-kernel BTFAlexei Starovoitov2-1/+90
2019-10-17pid: use pid_has_task() in pidfd_open()Christian Brauner1-7/+5
2019-10-17exit: use pid_has_task() in do_wait()Christian Brauner1-1/+1
2019-10-17pid: use pid_has_task() in __change_pid()Christian Brauner1-1/+1
2019-10-17pidfd: check pid has attached task in fdinfoChristian Brauner1-6/+11
2019-10-17stop_machine: Avoid potential race behaviourMark Rutland1-4/+6
2019-10-17kheaders: substituting --sort in archive creationDmitry Goldin1-4/+7
2019-10-16bpf/stackmap: Fix deadlock with rq_lock in bpf_get_stack()Song Liu1-3/+4
2019-10-16kthread: make __kthread_queue_delayed_work staticBen Dooks1-3/+3