aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Greg Kroah-Hartman 1-0/+6
2018-10-11Merge branch 'for-4.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Greg Kroah-Hartman 1-9/+16
2018-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Greg Kroah-Hartman 2-2/+13
2018-10-05Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Greg Kroah-Hartman 1-7/+4
2018-10-05Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Greg Kroah-Hartman 4-16/+95
2018-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 2-2/+13
2018-10-05bpf: 32-bit RSH verification must truncate input before the ALU opGravatar Jann Horn 1-1/+9
2018-10-04cgroup: Fix dom_cgrp propagation when enabling threaded modeGravatar Tejun Heo 1-9/+16
2018-10-03locking/ww_mutex: Fix runtime warning in the WW mutex selftestGravatar Guenter Roeck 1-4/+6
2018-10-02bpf: don't accept cgroup local storage with zero value sizeGravatar Roman Gushchin 1-0/+3
2018-10-02sched/numa: Migrate pages to local nodes quicker early in the lifetime of a taskGravatar Mel Gorman 1-1/+11
2018-10-02sched/numa: Avoid task migration for small NUMA improvementGravatar Srikar Dronamraju 1-5/+18
2018-10-02sched/numa: Limit the conditions where scan period is resetGravatar Mel Gorman 1-2/+23
2018-10-02sched/numa: Reset scan rate whenever task moves across nodesGravatar Srikar Dronamraju 1-7/+19
2018-10-02sched/numa: Pass destination CPU as a parameter to migrate_task_rqGravatar Srikar Dronamraju 4-4/+4
2018-10-02sched/numa: Stop multiple tasks from moving to the CPU at the same timeGravatar Srikar Dronamraju 2-0/+23
2018-10-02perf/ring_buffer: Prevent concurent ring buffer accessGravatar Jiri Olsa 1-0/+2
2018-10-02perf/core: Fix perf_pmu_unregister() lockingGravatar Peter Zijlstra 1-7/+2
2018-10-01Input: i8042 - enable keyboard wakeups by default when s2idle is usedGravatar Daniel Drake 1-0/+6
2018-09-29Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Greg Kroah-Hartman 1-0/+6
2018-09-28perf/core: Add sanity check to deal with pinned event failureGravatar Reinette Chatre 1-0/+6
2018-09-28bpf: harden flags check in cgroup_storage_update_elem()Gravatar Roman Gushchin 1-1/+1
2018-09-25dma-mapping: add the missing ARCH_HAS_SYNC_DMA_FOR_CPU_ALL declarationGravatar Christoph Hellwig 1-0/+3
2018-09-25Merge gitolite.kernel.org:/pub/scm/linux/kernel/git/davem/netGravatar Greg Kroah-Hartman 1-20/+71
2018-09-22bpf: sockmap, fix transition through disconnect without closeGravatar John Fastabend 1-19/+41
2018-09-22bpf: sockmap only allow ESTABLISHED sock stateGravatar John Fastabend 1-1/+30
2018-09-20kernel/sys.c: remove duplicated includeGravatar YueHaibing 1-3/+0
2018-09-20fork: report pid exhaustion correctlyGravatar KJ Tsanaktsidis 1-1/+1
2018-09-19Merge tag 'trace-v4.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Greg Kroah-Hartman 1-0/+2
2018-09-18Merge gitolite.kernel.org:/pub/scm/linux/kernel/git/davem/netGravatar Greg Kroah-Hartman 2-2/+2
2018-09-17ring-buffer: Allow for rescheduling when removing pagesGravatar Vaibhav Nagarnaik 1-0/+2
2018-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 2-2/+2
2018-09-15Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 3-15/+22
2018-09-15Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-15/+13
2018-09-15Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 4-5/+3
2018-09-13Merge tag 'printk-for-4.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-7/+5
2018-09-12bpf/verifier: disallow pointer subtractionGravatar Alexei Starovoitov 1-1/+1
2018-09-12bpf: btf: Fix end boundary calculation for type sectionGravatar Martin KaFai Lau 1-1/+1
2018-09-11Revert "printk: make sure to print log on console."Gravatar Petr Mladek 1-7/+5
2018-09-10perf/core: Force USER_DS when recording user stack dataGravatar Yabin Cui 1-0/+4
2018-09-10locking/ww_mutex: Fix spelling mistake "cylic" -> "cyclic"Gravatar Colin Ian King 1-1/+1
2018-09-10locking/lockdep: Delete unnecessary #includeGravatar Ben Hutchings 1-1/+0
2018-09-10sched/fair: Fix kernel-doc notation warningGravatar Randy Dunlap 1-0/+1
2018-09-10jump_label: Fix typo in warning messageGravatar Borislav Petkov 1-1/+1
2018-09-10sched/fair: Fix load_balance redo for !imbalanceGravatar Vincent Guittot 1-1/+1
2018-09-10sched/fair: Fix scale_rt_capacity() for SMTGravatar Vincent Guittot 1-3/+3
2018-09-10sched/fair: Fix vruntime_normalized() for remote non-migration wakeupGravatar Steve Muckle 1-1/+2
2018-09-10sched/pelt: Fix update_blocked_averages() for RT and DL classesGravatar Vincent Guittot 1-4/+10
2018-09-10sched/topology: Set correct NUMA topology typeGravatar Srikar Dronamraju 1-4/+1
2018-09-10sched/debug: Fix potential deadlock when writing to sched_featuresGravatar Jiada Wang 1-2/+4