summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-08-031-141/+36
|\
| * padata: remove padata_parallel_queueDaniel Jordan2020-07-231-26/+20
| * padata: fold padata_alloc_possible() into padata_alloc()Daniel Jordan2020-07-231-28/+5
| * padata: remove effective cpumasks from the instanceDaniel Jordan2020-07-231-27/+3
| * padata: inline single call of pd_setup_cpumasks()Daniel Jordan2020-07-231-23/+9
| * padata: remove stop functionDaniel Jordan2020-07-231-14/+0
| * padata: remove start functionDaniel Jordan2020-07-231-25/+1
* | list: add "list_del_init_careful()" to go with "list_empty_careful()"Linus Torvalds2020-08-021-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-08-012-3/+14
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-07-312-3/+14
| |\ \
| | * | bpf: Fix map leak in HASH_OF_MAPS mapAndrii Nakryiko2020-07-301-3/+9
| | * | bpf: Fix NULL pointer dereference in __btf_resolve_helper_id()Peilin Ye2020-07-151-0/+5
* | | | Merge tag 'for-linus-2020-08-01' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-08-011-1/+1
|\ \ \ \
| * | | | signal: fix typo in dequeue_synchronous_signal()Pavel Machek2020-07-261-1/+1
| |/ / /
* | | | Merge tag 'audit-pr-20200729' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-07-293-9/+3
|\ \ \ \
| * | | | revert: 1320a4052ea1 ("audit: trigger accompanying records when no rules pres...Paul Moore2020-07-293-9/+3
* | | | | random32: update the net random state on interrupt and activityWilly Tarreau2020-07-291-0/+8
| |/ / / |/| | |
* | | | Merge tag 'perf-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-07-251-1/+1
|\ \ \ \
| * | | | uprobes: Change handle_swbp() to send SIGTRAP with si_code=SI_KERNEL, to fix ...Oleg Nesterov2020-07-241-1/+1
* | | | | sched: Warn if garbage is passed to default_wake_function()Chris Wilson2020-07-241-0/+1
* | | | | 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
| * | | | | sched: Fix unreliable rseq cpu_id for new tasksMathieu Desnoyers2020-07-081-0/+2
| * | | | | sched: Fix loadavg accounting racePeter Zijlstra2020-07-081-16/+51
| |/ / / /
* | | | | 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-111-0/+13
|\ \ \ \ \
| * | | | | kgdb: enable arch to support XML packet.Vincent Chen2020-07-091-0/+13
| |/ / / /
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-07-109-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