summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2019-10-27Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-10-25audit: remove redundant condition check in kauditd_thread()Yunfeng Ye
2019-10-25cgroup: remove cgroup_enable_task_cg_lists() optimizationTejun Heo
2019-10-24bpf: Prepare btf_ctx_access for non raw_tp use caseMartin KaFai Lau
2019-10-24Merge tag 'pm-5.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2019-10-24cgroup: pids: use atomic64_t for pids->limitAleksa Sarai
2019-10-24kdb: Avoid array subscript warnings on non-SMP buildsDaniel Thompson
2019-10-23Merge tag 'trace-v5.4-rc3-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-10-23Remove the nr_exclusive argument from __wake_up_sync_key()David Howells
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)