| Commit message (Expand) | Author | Age | Files | Lines |
* | mtd: onenand: omap2: Fix errors in style | Amir Mahdi Ghorbanian | 2020-01-09 | 1 | -1/+1 |
* | kcov: fix struct layout for kcov_remote_arg | Andrey Konovalov | 2020-01-04 | 1 | -5/+5 |
* | mm/memory_hotplug: shrink zones when offlining memory | David Hildenbrand | 2020-01-04 | 1 | -2/+5 |
* | Merge tag 'dmaengine-fix-5.5-rc5' of git://git.infradead.org/users/vkoul/slav... | Linus Torvalds | 2020-01-04 | 1 | -1/+4 |
|\ |
|
| * | dmaengine: Fix access to uninitialized dma_slave_caps | Lukas Wunner | 2019-12-11 | 1 | -1/+4 |
* | | Merge tag 'block-5.5-20200103' of git://git.kernel.dk/linux-block | Linus Torvalds | 2020-01-03 | 1 | -0/+1 |
|\ \ |
|
| * | | block: add bio_truncate to fix guard_bio_eod | Ming Lei | 2019-12-28 | 1 | -0/+1 |
* | | | Merge tag 'sizeof_field-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2020-01-03 | 1 | -9/+0 |
|\ \ \ |
|
| * | | | kernel.h: Remove unused FIELD_SIZEOF() | Kees Cook | 2019-12-30 | 1 | -9/+0 |
* | | | | Revert "fs: remove ksys_dup()" | Dominik Brodowski | 2020-01-03 | 1 | -0/+1 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 2019-12-31 | 5 | -12/+30 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | net/sched: add delete_empty() to filters and use it in cls_flower | Davide Caratti | 2019-12-31 | 1 | -0/+5 |
| * | | | ptp: fix the race between the release of ptp_clock and cdev | Vladis Dronov | 2019-12-31 | 1 | -8/+11 |
| * | | | of: mdio: Add missing inline to of_mdiobus_child_is_phy() dummy | Geert Uytterhoeven | 2019-12-27 | 1 | -1/+1 |
| * | | | net/dst: do not confirm neighbor for vxlan and geneve pmtu update | Hangbin Liu | 2019-12-25 | 1 | -1/+1 |
| * | | | net/dst: add new function skb_dst_update_pmtu_no_confirm | Hangbin Liu | 2019-12-25 | 1 | -0/+9 |
| * | | | net: add bool confirm_neigh parameter for dst_ops.update_pmtu | Hangbin Liu | 2019-12-25 | 2 | -2/+3 |
* | | | | ata: libahci_platform: Export again ahci_platform_<en/dis>able_phys() | Florian Fainelli | 2019-12-26 | 1 | -0/+2 |
* | | | | libata: Fix retrieving of active qcs | Sascha Hauer | 2019-12-26 | 1 | -0/+1 |
|/ / / |
|
* | | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2019-12-22 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | jbd2: fix kernel-doc notation warning | Randy Dunlap | 2019-12-16 | 1 | -1/+1 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 2019-12-22 | 15 | -20/+91 |
|\ \ \ \ |
|
| * | | | | net: dst: Force 4-byte alignment of dst_metrics | Geert Uytterhoeven | 2019-12-21 | 1 | -1/+1 |
| * | | | | net: phy: ensure that phy IDs are correctly typed | Russell King | 2019-12-21 | 1 | -1/+1 |
| * | | | | mod_devicetable: fix PHY module format | Russell King | 2019-12-21 | 1 | -2/+2 |
| * | | | | of: mdio: export of_mdiobus_child_is_phy | Antoine Tenart | 2019-12-20 | 1 | -0/+6 |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2019-12-19 | 2 | -4/+6 |
| |\ \ \ \ |
|
| | * | | | | bpf: Fix cgroup local storage prog tracking | Daniel Borkmann | 2019-12-17 | 1 | -4/+4 |
| | * | | | | bpf: Fix missing prog untrack in release_maps | Daniel Borkmann | 2019-12-16 | 1 | -0/+2 |
| * | | | | | net: fix kernel-doc warning in <linux/netdevice.h> | Randy Dunlap | 2019-12-18 | 1 | -1/+1 |
| * | | | | | net: annotate lockless accesses to sk->sk_pacing_shift | Eric Dumazet | 2019-12-18 | 1 | -2/+2 |
| * | | | | | Merge tag 'mac80211-for-net-2019-10-16' of git://git.kernel.org/pub/scm/linux... | David S. Miller | 2019-12-17 | 1 | -0/+5 |
| |\ \ \ \ \ |
|
| | * | | | | | mac80211: Turn AQL into an NL80211_EXT_FEATURE | Toke Høiland-Jørgensen | 2019-12-13 | 1 | -0/+5 |
| | |/ / / / |
|
| * | | | | | tcp: refine tcp_write_queue_empty() implementation | Eric Dumazet | 2019-12-14 | 1 | -1/+10 |
| * | | | | | tcp/dccp: fix possible race __inet_lookup_established() | Eric Dumazet | 2019-12-14 | 3 | -3/+51 |
| |/ / / / |
|
| * | | | | bpf: Make BPF trampoline use register_ftrace_direct() API | Alexei Starovoitov | 2019-12-12 | 1 | -0/+1 |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 2019-12-09 | 1 | -3/+3 |
| |\ \ \ \ |
|
| | * | | | | netfilter: uapi: Avoid undefined left-shift in xt_sctp.h | Phil Sutter | 2019-12-09 | 1 | -3/+3 |
| * | | | | | net/x25: add new state X25_STATE_5 | Martin Schiller | 2019-12-09 | 1 | -1/+2 |
| * | | | | | neighbour: remove neigh_cleanup() method | Eric Dumazet | 2019-12-09 | 1 | -1/+0 |
| | |_|_|/
| |/| | | |
|
* | | | | | Merge tag 'for-linus-5.5b-rc3-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2019-12-21 | 2 | -20/+10 |
|\ \ \ \ \ |
|
| * | | | | | xen/interface: re-define FRONT/BACK_RING_ATTACH() | Paul Durrant | 2019-12-20 | 1 | -20/+9 |
| * | | | | | xenbus: limit when state is forced to closed | Paul Durrant | 2019-12-20 | 1 | -0/+1 |
* | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2019-12-19 | 2 | -6/+12 |
|\ \ \ \ \ \ |
|
| * | | | | | | mm/memory.c: add apply_to_existing_page_range() helper | Daniel Axtens | 2019-12-18 | 1 | -0/+3 |
| * | | | | | | kasan: fix crashes on access to memory mapped by vm_map_ram() | Andrey Ryabinin | 2019-12-18 | 1 | -6/+9 |
* | | | | | | | Merge tag 'pm-5.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 2019-12-19 | 2 | -11/+3 |
|\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | Merge branch 'pm-cpufreq' | Rafael J. Wysocki | 2019-12-19 | 2 | -11/+3 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | cpufreq: Avoid leaving stale IRQ work items during CPU offline | Rafael J. Wysocki | 2019-12-12 | 2 | -11/+3 |
| | | |_|/ / / /
| | |/| | | | | |
|
* | | | | | | | | Merge tag 'tpmdd-next-20191219' of git://git.infradead.org/users/jjs/linux-tpmdd | Linus Torvalds | 2019-12-19 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ |
|