summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-10-1912-43/+79
|\
| * net: reorder 'struct net' fields to avoid false sharingEric Dumazet2019-10-191-8/+17
| * net: phy: micrel: Update KSZ87xx PHY nameMarek Vasut2019-10-171-1/+1
| * net/sched: fix corrupted L2 header with MPLS 'push' and 'pop' actionsDavide Caratti2019-10-151-2/+3
| * tcp: annotate sk->sk_wmem_queued lockless readsEric Dumazet2019-10-132-6/+11
| * tcp: annotate sk->sk_sndbuf lockless readsEric Dumazet2019-10-131-7/+11
| * tcp: annotate sk->sk_rcvbuf lockless readsEric Dumazet2019-10-132-3/+3
| * tcp: annotate tp->snd_nxt lockless readsEric Dumazet2019-10-131-1/+2
| * tcp: annotate tp->write_seq lockless readsEric Dumazet2019-10-131-1/+1
| * tcp: add rcu protection around tp->fastopen_rskEric Dumazet2019-10-131-3/+3
| * net: silence KCSAN warnings about sk->sk_backlog.len readsEric Dumazet2019-10-091-1/+2
| * net: annotate sk->sk_rcvlowat lockless readsEric Dumazet2019-10-091-1/+3
| * tcp: annotate lockless access to tcp_memory_pressureEric Dumazet2019-10-091-1/+1
| * net: add {READ|WRITE}_ONCE() annotations on ->rskq_accept_headEric Dumazet2019-10-091-2/+2
| * sctp: add chunks to sk_backlog when the newsk sk_socket is not setXin Long2019-10-091-0/+5
| * Merge tag 'mac80211-for-davem-2019-10-08' of git://git.kernel.org/pub/scm/lin...Jakub Kicinski2019-10-081-0/+8
| |\
| | * mac80211: fix scan when operating on DFS channels in ETSI domainsAaron Komisar2019-10-071-0/+8
| * | llc: fix sk_buff leak in llc_conn_service()Eric Biggers2019-10-081-1/+1
| * | rxrpc: Fix trace-after-put looking at the put call recordDavid Howells2019-10-071-3/+3
| * | rxrpc: Fix trace-after-put looking at the put connection recordDavid Howells2019-10-071-3/+3
| * | rxrpc: Fix trace-after-put looking at the put peer recordDavid Howells2019-10-071-3/+3
* | | Merge tag 'sound-5.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2019-10-181-0/+3
|\ \ \
| * | | ALSA: hdac: clear link output stream mappingRander Wang2019-10-071-0/+3
| |/ /
* | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2019-10-171-0/+1
|\ \ \
| * | | Merge branch 'errata/tx2-219' into for-next/fixesWill Deacon2019-10-1713-33/+153
| |\| |
| * | | arm64: entry.S: Do not preempt from IRQ before all cpufeatures are enabledJulien Thierry2019-10-161-0/+1
* | | | Merge tag 'gpio-v5.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2019-10-171-0/+8
|\ \ \ \
| * | | | gpiolib: Initialize the hardware with a callbackAndy Shevchenko2019-10-151-0/+8
* | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-10-151-0/+1
|\ \ \ \ \
| * | | | | scsi: core: save/restore command resid for error handlingDamien Le Moal2019-10-031-0/+1
* | | | | | xarray.h: fix kernel-doc warningRandy Dunlap2019-10-141-2/+2
* | | | | | bitmap.h: fix kernel-doc warning and typoRandy Dunlap2019-10-141-1/+2
* | | | | | mm, page_owner: rename flag indicating that page is allocatedVlastimil Babka2019-10-141-1/+1
* | | | | | mm, page_owner: fix off-by-one error in __set_page_owner_handle()Vlastimil Babka2019-10-141-0/+8
| |/ / / / |/| | | |
* | | | | Merge tag 'hwmon-for-v5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-10-131-1/+1
|\ \ \ \ \
| * | | | | hwmon: Fix HWMON_P_MIN_ALARM maskNuno Sá2019-10-021-1/+1
| | |/ / / | |/| | |
* | | | | Merge tag 'tty-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-10-121-1/+1
|\ \ \ \ \
| * | | | | tty: serial: Fix PORT_LINFLEXUART definitionStefan-gabriel Mirea2019-10-041-1/+1
| |/ / / /
* | | | | Merge tag 'usb-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-10-121-0/+2
|\ \ \ \ \
| * | | | | driver core: platform: Add platform_get_irq_byname_optional()Hans de Goede2019-10-071-0/+2
| |/ / / /
* | | | | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-10-121-4/+12
|\ \ \ \ \
| * | | | | efi/tpm: Only set 'efi_tpm_final_log_size' after successful event log parsingJerry Snitselaar2019-10-071-1/+1
| * | | | | efi/tpm: Don't access event->count when it isn't mappedPeter Jones2019-10-071-3/+11
| | |_|/ / | |/| | |
* | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-10-121-1/+20
|\ \ \ \ \
| * | | | | lib/string: Make memzero_explicit() inline instead of externalArvind Sankar2019-10-081-1/+20
| |/ / / /
* | | | | Merge tag 'nfs-for-5.4-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-10-111-0/+1
|\ \ \ \ \
| * | | | | SUNRPC: fix race to sk_err after xs_error_reportBenjamin Coddington2019-10-101-0/+1
| | |/ / / | |/| | |
* | | | | Merge tag 'modules-for-v5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-10-111-5/+5
|\ \ \ \ \
| * | | | | module: rename __kstrtab_ns_* to __kstrtabns_* to avoid symbol conflictMasahiro Yamada2019-10-071-3/+3
| * | | | | module: swap the order of symbol.namespaceMasahiro Yamada2019-10-071-2/+2
| |/ / / /