summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2019-10-23posix-cpu-timers: Fix two trivial commentsYi Wang
2019-10-23timers/sched_clock: Include local timekeeping.h for missing declarationsBen Dooks (Codethink)
2019-10-22bpf: Fix use after free in bpf_get_prog_nameDaniel Borkmann
2019-10-22bpf: Fix use after free in subprog's jited symbol removalDaniel Borkmann
2019-10-22perf/aux: Fix AUX output stoppingAlexander Shishkin
2019-10-21tracing: Fix race in perf_trace_buf initializationPrateek Sood
2019-10-22Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2019-10-21xdp: Handle device unregister for devmap_hash map typeToke Høiland-Jørgensen
2019-10-21clone3: add CLONE_CLEAR_SIGHANDChristian Brauner
2019-10-21perf/aux: Fix tracking of auxiliary trace buffer allocationThomas Richter
2019-10-21sched/fair: Rework find_idlest_group()Vincent Guittot
2019-10-21sched/fair: Optimize find_idlest_group()Vincent Guittot
2019-10-21sched/fair: Use load instead of runnable load in wakeup pathVincent Guittot
2019-10-21sched/fair: Use utilization to select misfit taskVincent Guittot
2019-10-21sched/fair: Spread out tasks evenly when not overloadedVincent Guittot
2019-10-21sched/fair: Use load instead of runnable load in load_balance()Vincent Guittot
2019-10-21sched/fair: Use rq->nr_running when balancing loadVincent Guittot
2019-10-21sched/fair: Rework load_balance()Vincent Guittot
2019-10-21sched/fair: Remove meaningless imbalance calculationVincent Guittot
2019-10-21sched/fair: Rename sg_lb_stats::sum_nr_running to sum_h_nr_runningVincent Guittot
2019-10-21sched/fair: Clean up asym packingVincent Guittot
2019-10-21PM: QoS: Introduce frequency QoSRafael J. Wysocki
2019-10-21PM / hibernate: memory_bm_find_bit(): Tighten node optimisationAndy Whitcroft
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-10-20Merge tag 'kbuild-fixes-v5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-10-20Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2019-10-20Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-10-19kernel/events/uprobes.c: only do FOLL_SPLIT_PMD for uprobe registerSong Liu
2019-10-18xdp: Prevent overflow in devmap_hash cost calculation for 32-bit buildsToke Høiland-Jørgensen
2019-10-18bpf: Fix build error without CONFIG_NETYueHaibing
2019-10-18bpf: Fix bpf_attr.attach_btf_id checkAlexei Starovoitov
2019-10-18tracing: Fix "gfp_t" format for synthetic eventsZhengjun Xing
2019-10-18Merge tag 'pm-5.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2019-10-18trace: Use pr_warn instead of pr_warningKefeng Wang
2019-10-18dma-debug: Use pr_warn instead of pr_warningKefeng Wang
2019-10-18Merge branches 'pm-cpufreq' and 'pm-sleep'Rafael J. Wysocki
2019-10-17perf/ring_buffer: Matching the memory allocate and free, in rb_alloc()Yunfeng Ye
2019-10-17perf/ring_buffer: Modify the parameter type of perf_mmap_free_page()Yunfeng Ye
2019-10-17perf_event: Add support for LSM and SELinux checksJoel Fernandes (Google)
2019-10-17sched/topology: Don't set SD_BALANCE_WAKE on cpuset domain relaxValentin Schneider
2019-10-17bpf: Check types of arguments passed into helpersAlexei Starovoitov
2019-10-17bpf: Add support for BTF pointers to x86 JITAlexei Starovoitov
2019-10-17bpf: Add support for BTF pointers to interpreterAlexei Starovoitov
2019-10-17bpf: Attach raw_tp program with BTF via type nameAlexei Starovoitov
2019-10-17bpf: Implement accurate raw_tp context access via BTFAlexei Starovoitov
2019-10-17bpf: Add attach_btf_id attribute to program loadAlexei Starovoitov
2019-10-17bpf: Process in-kernel BTFAlexei Starovoitov
2019-10-17pid: use pid_has_task() in pidfd_open()Christian Brauner
2019-10-17exit: use pid_has_task() in do_wait()Christian Brauner
2019-10-17pid: use pid_has_task() in __change_pid()Christian Brauner