Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2019-09-15 | 7 | -51/+81 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2019-09-06 | 6 | -36/+151 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | bpf: introduce verifier internal test flag | Alexei Starovoitov | 2019-08-28 | 2 | -1/+5 | |
| | * | | | | | | | bpf: clarify description for CONFIG_BPF_EVENTS | Peter Wu | 2019-08-21 | 1 | -1/+2 | |
| | * | | | | | | | bpf: add new BPF_BTF_GET_NEXT_ID syscall command | Quentin Monnet | 2019-08-20 | 2 | -2/+6 | |
| | * | | | | | | | bpf: add BTF ids in procfs for file descriptors to BTF objects | Quentin Monnet | 2019-08-20 | 1 | -0/+12 | |
| | * | | | | | | | bpf: Use PTR_ERR_OR_ZERO in xsk_map_inc() | YueHaibing | 2019-08-20 | 1 | -1/+1 | |
| | * | | | | | | | xsk: support BPF_EXIST and BPF_NOEXIST flags in XSKMAP | Björn Töpel | 2019-08-17 | 1 | -2/+6 | |
| | * | | | | | | | xsk: remove AF_XDP socket from map when the socket is released | Björn Töpel | 2019-08-17 | 1 | -20/+105 | |
| | * | | | | | | | bpf: export bpf_map_inc_not_zero | Stanislav Fomichev | 2019-08-17 | 1 | -3/+13 | |
| | * | | | | | | | btf: fix return value check in btf_vmlinux_init() | Wei Yongjun | 2019-08-16 | 1 | -7/+2 | |
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2019-09-02 | 6 | -18/+44 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2019-08-27 | 12 | -40/+89 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2019-08-19 | 8 | -40/+39 | |
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / | |/| | | | | | / / / | | | |_|_|_|_|/ / / | | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 2019-08-14 | 5 | -55/+350 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | btf: rename /sys/kernel/btf/kernel into /sys/kernel/btf/vmlinux | Andrii Nakryiko | 2019-08-13 | 1 | -15/+15 | |
| | * | | | | | | | | | btf: expose BTF info through sysfs | Andrii Nakryiko | 2019-08-13 | 2 | -0/+54 | |
| | * | | | | | | | | | bpf: always allocate at least 16 bytes for setsockopt hook | Stanislav Fomichev | 2019-08-01 | 1 | -4/+13 | |
| | * | | | | | | | | | xdp: Add devmap_hash map type for looking up devices by hashed index | Toke Høiland-Jørgensen | 2019-07-29 | 2 | -0/+202 | |
| | * | | | | | | | | | xdp: Refactor devmap allocation code for reuse | Toke Høiland-Jørgensen | 2019-07-29 | 1 | -53/+83 | |
* | | | | | | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2019-09-18 | 2 | -185/+147 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | padata: remove cpu_index from the parallel_queue | Daniel Jordan | 2019-09-13 | 1 | -11/+2 | |
| * | | | | | | | | | | | padata: unbind parallel jobs from specific CPUs | Daniel Jordan | 2019-09-13 | 1 | -53/+65 | |
| * | | | | | | | | | | | padata: use separate workqueues for parallel and serial work | Daniel Jordan | 2019-09-13 | 1 | -10/+18 | |
| * | | | | | | | | | | | padata, pcrypt: take CPU hotplug lock internally in padata_alloc_possible | Daniel Jordan | 2019-09-13 | 1 | -8/+9 | |
| * | | | | | | | | | | | padata: make padata_do_parallel find alternate callback CPU | Daniel Jordan | 2019-09-13 | 1 | -7/+20 | |
| * | | | | | | | | | | | workqueue: require CPU hotplug read exclusion for apply_workqueue_attrs | Daniel Jordan | 2019-09-13 | 1 | -5/+14 | |
| * | | | | | | | | | | | workqueue: unconfine alloc/apply/free_workqueue_attrs() | Daniel Jordan | 2019-09-13 | 1 | -3/+3 | |
| * | | | | | | | | | | | padata: allocate workqueue internally | Daniel Jordan | 2019-09-13 | 1 | -9/+15 | |
| * | | | | | | | | | | | padata: initialize pd->cpu with effective cpumask | Daniel Jordan | 2019-08-09 | 1 | -1/+1 | |
| * | | | | | | | | | | | padata: purge get_cpu and reorder_via_wq from padata_do_serial | Daniel Jordan | 2019-07-27 | 1 | -20/+3 | |
| * | | | | | | | | | | | padata: Replace delayed timer with immediate workqueue in padata_reorder | Herbert Xu | 2019-07-27 | 1 | -79/+18 | |
* | | | | | | | | | | | | Merge tag 'pm-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 2019-09-18 | 9 | -108/+174 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ \ \ \ \ | ||||||
| *---. \ \ \ \ \ \ \ \ \ \ \ | Merge branches 'pm-opp', 'pm-qos', 'acpi-pm', 'pm-domains' and 'pm-tools' | Rafael J. Wysocki | 2019-09-17 | 1 | -48/+0 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | PM: QoS: Get rid of unused flags | Amit Kucheria | 2019-08-21 | 1 | -48/+0 | |
| | | | |_|_|_|/ / / / / / / | | | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge branch 'pm-cpufreq' | Rafael J. Wysocki | 2019-09-17 | 1 | -1/+6 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | sched/cpufreq: Align trace event behavior of fast switching | Douglas RAILLARD | 2019-08-28 | 1 | -1/+6 | |
| | | |/ / / / / / / / / / / | | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge branch 'pm-cpuidle' | Rafael J. Wysocki | 2019-09-17 | 1 | -3/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | cpuidle: play_idle: Increase the resolution to usec | Daniel Lezcano | 2019-09-03 | 1 | -3/+4 | |
| | | |_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge branch 'pm-sleep' | Rafael J. Wysocki | 2019-09-17 | 6 | -56/+164 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | Merge suspend-to-idle rework material for v5.4. | Rafael J. Wysocki | 2019-09-17 | 2 | -38/+47 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | PM: suspend: Fix platform_suspend_prepare_noirq() | Rafael J. Wysocki | 2019-08-10 | 1 | -5/+6 | |
| | | * | | | | | | | | | | | | ACPI: PM: s2idle: Execute LPS0 _DSM functions with suspended devices | Rafael J. Wysocki | 2019-08-08 | 1 | -3/+9 | |
| | | * | | | | | | | | | | | | PM: sleep: Integrate suspend-to-idle with generig suspend flow | Rafael J. Wysocki | 2019-07-23 | 1 | -16/+5 | |
| | | * | | | | | | | | | | | | PM: sleep: Simplify suspend-to-idle control flow | Rafael J. Wysocki | 2019-07-23 | 1 | -30/+23 | |
| | | * | | | | | | | | | | | | PCI: irq: Introduce rearm_wake_irq() | Rafael J. Wysocki | 2019-07-23 | 1 | -0/+20 | |
| | | | |_|_|/ / / / / / / / | | | |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | PM / wakeup: Show wakeup sources stats in sysfs | Tri Vo | 2019-08-21 | 3 | -3/+3 | |
| | * | | | | | | | | | | | | PM / wakeup: Use wakeup_source_register() in wakelock.c | Tri Vo | 2019-08-21 | 1 | -13/+19 | |
| | * | | | | | | | | | | | | PM: sleep: Replace strncmp() with str_has_prefix() | Chuhong Yuan | 2019-08-16 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | PM/sleep: Expose suspend stats in sysfs | Kalesh Singh | 2019-08-05 | 1 | -2/+95 | |
| | | |_|_|/ / / / / / / / | | |/| | | | | | | | | | |