summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* sched: Document arch_scale_*_capacity()Valentin Schneider2020-08-011-0/+10
* sched/uclamp: Add a new sysctl to control RT default boost valueQais Yousef2020-07-293-6/+121
* sched/uclamp: Fix a deadlock when enabling uclamp static keyQais Yousef2020-07-291-2/+9
* sched: Remove duplicated tick_nohz_full_enabled() checkMiaohe Lin2020-07-281-6/+1
* sched/uclamp: Remove unnecessary mutex_init()Qinglang Miao2020-07-251-2/+0
* arch_topology, sched/core: Cleanup thermal pressure definitionValentin Schneider2020-07-221-11/+0
* smp: Fix a potential usage of stale nr_cpusMuchun Song2020-07-221-2/+1
* sched/fair: update_pick_idlest() Select group with lowest group_util when idl...Peter Puhov2020-07-221-1/+7
* sched: nohz: stop passing around unused "ticks" parameter.Paul Gortmaker2020-07-222-2/+2
* sched: Better document ttwu()Peter Zijlstra2020-07-222-25/+173
* Merge branch 'sched/urgent'Peter Zijlstra2020-07-2218-195/+411
|\
| * sched: Fix race against ptrace_freeze_trace()Peter Zijlstra2020-07-221-10/+14
| * Merge tag 'timers-urgent-2020-07-19' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-07-191-5/+16
| |\
| | * timer: Fix wheel index calculation on last levelFrederic Weisbecker2020-07-171-2/+2
| | * timer: Prevent base->clk from moving backwardFrederic Weisbecker2020-07-091-3/+14
| * | Merge tag 'sched-urgent-2020-07-19' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-07-192-18/+66
| |\ \
| | * | sched/fair: handle case of task_h_load() returning 0Vincent Guittot2020-07-161-2/+13
| * | | Merge tag 'irq-urgent-2020-07-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-07-191-2/+35
| |\ \ \
| | * | | genirq/affinity: Handle affinity setting on inactive interrupts correctlyThomas Gleixner2020-07-171-2/+35
| | | |/ | | |/|
| * | | dma-pool: do not allocate pool memory from CMANicolas Saenz Julienne2020-07-141-9/+2
| * | | dma-pool: make sure atomic pool suits deviceNicolas Saenz Julienne2020-07-141-20/+37
| * | | dma-pool: introduce dma_guess_pool()Nicolas Saenz Julienne2020-07-141-3/+23
| * | | dma-pool: get rid of dma_in_atomic_pool()Nicolas Saenz Julienne2020-07-141-10/+1
| * | | dma-direct: provide function to check physical memory area validityNicolas Saenz Julienne2020-07-141-1/+1
| * | | Merge tag 'riscv-for-linus-5.8-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-07-121-0/+13
| |\ \ \
| | * | | kgdb: enable arch to support XML packet.Vincent Chen2020-07-101-0/+13
| | |/ /
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-07-119-96/+202
| |\ \ \
| | * | | bpf: net: Avoid incorrect bpf_sk_reuseport_detach callMartin KaFai Lau2020-07-091-2/+3
| | * | | bpf: net: Avoid copying sk_user_data of reuseport_array during sk_cloneMartin KaFai Lau2020-07-091-4/+9
| | * | | cgroup: fix cgroup_sk_alloc() for sk_clone_lock()Cong Wang2020-07-071-12/+19
| | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-06-307-80/+173
| | |\ \ \
| | | * | | bpf: Fix an incorrect branch elimination by verifierYonghong Song2020-06-301-2/+1
| | | * | | bpf, netns: Fix use-after-free in pernet pre_exit callbackJakub Sitnicki2020-06-301-7/+3
| | | * | | bpf: sockmap: Require attach_bpf_fd when detaching a programLorenz Bauer2020-06-301-1/+1
| | | * | | bpf: flow_dissector: Check value of unused flags to BPF_PROG_DETACHLorenz Bauer2020-06-302-7/+16
| | | * | | bpf: flow_dissector: Check value of unused flags to BPF_PROG_ATTACHLorenz Bauer2020-06-301-0/+3
| | | * | | bpf, netns: Keep a list of attached bpf_link'sJakub Sitnicki2020-06-301-19/+23
| | | * | | bpf, netns: Keep attached programs in bpf_prog_arrayJakub Sitnicki2020-06-301-38/+82
| | | * | | flow_dissector: Pull BPF program assignment up to bpf-netnsJakub Sitnicki2020-06-301-2/+18
| | | * | | bpf: Enforce BPF ringbuf size to be the power of 2Andrii Nakryiko2020-06-301-10/+8
| | | * | | dma-mapping: Add a new dma_need_sync APIChristoph Hellwig2020-06-302-0/+16
| | | * | | bpf: Do not allow btf_ctx_access with __int128 typesJohn Fastabend2020-06-251-2/+2
| | | * | | bpf: Restore behaviour of CAP_SYS_ADMIN allowing the loading of networking bp...Maciej Żenczykowski2020-06-241-1/+1
| | | * | | bpf: Set the number of exception entries properly for subprogramsYonghong Song2020-06-241-1/+9
| * | | | | Merge tag 'dma-mapping-5.8-5' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-07-101-1/+5
| |\ \ \ \ \
| | * | | | | dma-mapping: warn when coherent pool is depletedDavid Rientjes2020-06-291-1/+5
| * | | | | | Merge tag 'kallsyms_show_value-v5.8-rc5' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2020-07-094-48/+61
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | bpf: Check correct cred for CAP_SYSLOG in bpf_dump_raw_ok()Kees Cook2020-07-091-16/+21
| | * | | | | kprobes: Do not expose probe addresses to non-CAP_SYSLOGKees Cook2020-07-091-2/+2
| | * | | | | module: Do not expose section addresses to non-CAP_SYSLOGKees Cook2020-07-091-3/+3