aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller19-26/+126
2019-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-6/+7
2019-10-17Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+1
2019-10-17net: phy: micrel: Update KSZ87xx PHY nameMarek Vasut1-1/+1
2019-10-17Merge branch 'errata/tx2-219' into for-next/fixesWill Deacon7-5/+94
2019-10-17Merge tag 'gpio-v5.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-0/+8
2019-10-16net: sfp: move fwnode parsing into sfp-bus layerRussell King1-5/+5
2019-10-16arm64: entry.S: Do not preempt from IRQ before all cpufeatures are enabledJulien Thierry1-0/+1
2019-10-15net: phylink: use more linkmode_*Russell King1-0/+6
2019-10-15net/sched: fix corrupted L2 header with MPLS 'push' and 'pop' actionsDavide Caratti1-2/+3
2019-10-15gpiolib: Initialize the hardware with a callbackAndy Shevchenko1-0/+8
2019-10-14xarray.h: fix kernel-doc warningRandy Dunlap1-2/+2
2019-10-14bitmap.h: fix kernel-doc warning and typoRandy Dunlap1-1/+2
2019-10-14mm, page_owner: rename flag indicating that page is allocatedVlastimil Babka1-1/+1
2019-10-14mm, page_owner: fix off-by-one error in __set_page_owner_handle()Vlastimil Babka1-0/+8
2019-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+1
2019-10-13tcp: add rcu protection around tp->fastopen_rskEric Dumazet1-3/+3
2019-10-13Merge tag 'hwmon-for-v5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-stagingLinus Torvalds1-1/+1
2019-10-12Merge tag 'usb-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-0/+2
2019-10-12Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+12
2019-10-12Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+20
2019-10-11Merge tag 'nfs-for-5.4-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-0/+1
2019-10-11bpf: Align struct bpf_prog_statsEric Dumazet1-1/+1
2019-10-11Merge tag 'modules-for-v5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linuxLinus Torvalds1-5/+5
2019-10-11compiler_attributes.h: Add 'fallthrough' pseudo keyword for switch/case useJoe Perches1-0/+17
2019-10-10SUNRPC: fix race to sk_err after xs_error_reportBenjamin Coddington1-0/+1
2019-10-09DIM: fix dim.h kernel-doc and headersRandy Dunlap1-30/+33
2019-10-09Merge tag 'spi-ptp-api' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiJakub Kicinski1-0/+61
2019-10-08Revert "tun: call dev_get_valid_name() before register_netdevice()"Eric Dumazet1-3/+0
2019-10-08Merge tag 'led-fixes-for-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-ledsLinus Torvalds1-3/+2
2019-10-08leds: core: Fix leds.h structure documentationDan Murphy1-3/+2
2019-10-08spi: Add a PTP system timestamp to the transfer structureVladimir Oltean1-0/+61
2019-10-08lib/string: Make memzero_explicit() inline instead of externalArvind Sankar1-1/+20
2019-10-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-0/+33
2019-10-07mm, sl[aou]b: guarantee natural alignment for kmalloc(power-of-two)Vlastimil Babka1-0/+4
2019-10-07mm, memcg: make scan aggression always exclude protectionChris Down1-13/+12
2019-10-07mm, memcg: make memory.emin the baseline for utilisation determinationChris Down1-6/+13
2019-10-07mm, memcg: proportional memory.{low,min} reclaimChris Down1-0/+20
2019-10-07memcg: only record foreign writebacks with dirty pages when memcg is not disabledBaoquan He1-0/+3
2019-10-07uaccess: implement a proper unsafe_copy_to_user() and switch filldir over to itLinus Torvalds1-2/+4
2019-10-07module: rename __kstrtab_ns_* to __kstrtabns_* to avoid symbol conflictMasahiro Yamada1-3/+3
2019-10-07module: swap the order of symbol.namespaceMasahiro Yamada1-2/+2
2019-10-07net: sockmap: use bitmap for copy infoJakub Kicinski1-4/+8
2019-10-07net: core: change return type of pskb_may_pull to boolHeiner Kallweit1-3/+3
2019-10-07efi/tpm: Only set 'efi_tpm_final_log_size' after successful event log parsingJerry Snitselaar1-1/+1
2019-10-07efi/tpm: Don't access event->count when it isn't mappedPeter Jones1-3/+11
2019-10-07driver core: platform: Add platform_get_irq_byname_optional()Hans de Goede1-0/+2
2019-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller10-35/+101
2019-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds4-5/+15
2019-10-04net: phy: extract pause modeRussell King1-0/+1