summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2019-09-189-88/+511
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-09-163-9/+22
| |\
| | * bpf: fix accessing bpf_sysctl.file_pos on s390Ilya Leoshkevich2019-09-162-4/+10
| | * xdp: Fix race in dev_map_hash_update_elem() when replacing elementToke Høiland-Jørgensen2019-09-161-5/+12
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-157-51/+81
| |\ \ | | |/ | |/|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-09-066-36/+151
| |\ \
| | * | bpf: introduce verifier internal test flagAlexei Starovoitov2019-08-282-1/+5
| | * | bpf: clarify description for CONFIG_BPF_EVENTSPeter Wu2019-08-211-1/+2
| | * | bpf: add new BPF_BTF_GET_NEXT_ID syscall commandQuentin Monnet2019-08-202-2/+6
| | * | bpf: add BTF ids in procfs for file descriptors to BTF objectsQuentin Monnet2019-08-201-0/+12
| | * | bpf: Use PTR_ERR_OR_ZERO in xsk_map_inc()YueHaibing2019-08-201-1/+1
| | * | xsk: support BPF_EXIST and BPF_NOEXIST flags in XSKMAPBjörn Töpel2019-08-171-2/+6
| | * | xsk: remove AF_XDP socket from map when the socket is releasedBjörn Töpel2019-08-171-20/+105
| | * | bpf: export bpf_map_inc_not_zeroStanislav Fomichev2019-08-171-3/+13
| | * | btf: fix return value check in btf_vmlinux_init()Wei Yongjun2019-08-151-7/+2
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-026-18/+44
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-2712-40/+89
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-198-40/+39
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2019-08-135-55/+350
| |\ \ \ \ \
| | * | | | | btf: rename /sys/kernel/btf/kernel into /sys/kernel/btf/vmlinuxAndrii Nakryiko2019-08-131-15/+15
| | * | | | | btf: expose BTF info through sysfsAndrii Nakryiko2019-08-132-0/+54
| | * | | | | bpf: always allocate at least 16 bytes for setsockopt hookStanislav Fomichev2019-08-011-4/+13
| | * | | | | xdp: Add devmap_hash map type for looking up devices by hashed indexToke Høiland-Jørgensen2019-07-292-0/+202
| | * | | | | xdp: Refactor devmap allocation code for reuseToke Høiland-Jørgensen2019-07-291-53/+83
* | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-09-182-185/+147
|\ \ \ \ \ \ \
| * | | | | | | padata: remove cpu_index from the parallel_queueDaniel Jordan2019-09-131-11/+2
| * | | | | | | padata: unbind parallel jobs from specific CPUsDaniel Jordan2019-09-131-53/+65
| * | | | | | | padata: use separate workqueues for parallel and serial workDaniel Jordan2019-09-131-10/+18
| * | | | | | | padata, pcrypt: take CPU hotplug lock internally in padata_alloc_possibleDaniel Jordan2019-09-131-8/+9
| * | | | | | | padata: make padata_do_parallel find alternate callback CPUDaniel Jordan2019-09-131-7/+20
| * | | | | | | workqueue: require CPU hotplug read exclusion for apply_workqueue_attrsDaniel Jordan2019-09-131-5/+14
| * | | | | | | workqueue: unconfine alloc/apply/free_workqueue_attrs()Daniel Jordan2019-09-131-3/+3
| * | | | | | | padata: allocate workqueue internallyDaniel Jordan2019-09-131-9/+15
| * | | | | | | padata: initialize pd->cpu with effective cpumaskDaniel Jordan2019-08-091-1/+1
| * | | | | | | padata: purge get_cpu and reorder_via_wq from padata_do_serialDaniel Jordan2019-07-271-20/+3
| * | | | | | | padata: Replace delayed timer with immediate workqueue in padata_reorderHerbert Xu2019-07-271-79/+18
* | | | | | | | Merge tag 'pm-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2019-09-179-108/+174
|\ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| *---. \ \ \ \ \ \ \ Merge branches 'pm-opp', 'pm-qos', 'acpi-pm', 'pm-domains' and 'pm-tools'Rafael J. Wysocki2019-09-171-48/+0
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / | | |/| | | | | | | |
| | | * | | | | | | | PM: QoS: Get rid of unused flagsAmit Kucheria2019-08-211-48/+0
| | | | |_|_|_|/ / / | | | |/| | | | | |
| * | | | | | | | | Merge branch 'pm-cpufreq'Rafael J. Wysocki2019-09-171-1/+6
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | sched/cpufreq: Align trace event behavior of fast switchingDouglas RAILLARD2019-08-281-1/+6
| | | |/ / / / / / / | | |/| | | | | | |
| * | | | | | | | | Merge branch 'pm-cpuidle'Rafael J. Wysocki2019-09-171-3/+4
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | cpuidle: play_idle: Increase the resolution to usecDaniel Lezcano2019-09-031-3/+4
| * | | | | | | | | | Merge branch 'pm-sleep'Rafael J. Wysocki2019-09-176-56/+164
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | Merge suspend-to-idle rework material for v5.4.Rafael J. Wysocki2019-09-172-38/+47
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | PM: suspend: Fix platform_suspend_prepare_noirq()Rafael J. Wysocki2019-08-101-5/+6
| | | * | | | | | | | | ACPI: PM: s2idle: Execute LPS0 _DSM functions with suspended devicesRafael J. Wysocki2019-08-081-3/+9
| | | * | | | | | | | | PM: sleep: Integrate suspend-to-idle with generig suspend flowRafael J. Wysocki2019-07-231-16/+5
| | | * | | | | | | | | PM: sleep: Simplify suspend-to-idle control flowRafael J. Wysocki2019-07-231-30/+23
| | | * | | | | | | | | PCI: irq: Introduce rearm_wake_irq()Rafael J. Wysocki2019-07-231-0/+20
| | | | |_|_|/ / / / / | | | |/| | | | | | |