summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2017-12-05sfp: convert to fwnodeRussell King1-3/+4
2017-12-05sfp: add documentation for kernel APIsRussell King1-14/+36
2017-12-05phylink: add documentation for kernel APIsRussell King1-48/+135
2017-12-05phylink: remove phylink_init_eee()Russell King1-1/+0
2017-12-05phylink: get rid of separate Cisco SGMII and 802.3z modesRussell King1-12/+7
2017-12-05phy: add phy_interface_mode_is_8023z() helperRussell King1-0/+14
2017-12-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-12/+78
2017-12-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+1
2017-12-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+4
2017-12-04net: phy: core: remove now uneeded disabling of interruptsHeiner Kallweit1-1/+0
2017-12-03vmbus: make hv_get_ringbuffer_availbytes localStephen Hemminger1-22/+0
2017-12-03net: xdp: report flags program was installed with on queryJakub Kicinski1-0/+2
2017-12-03net: xdp: avoid output parameters when querying XDP progJakub Kicinski1-1/+2
2017-12-02Merge tag 'riscv-for-linus-4.15-rc2_cleanups' of git://git.kernel.org/pub/scm...Linus Torvalds1-0/+43
2017-12-02move libgcc.h to include/linuxChristoph Hellwig1-0/+43
2017-12-01net: phy: core: use genphy version of callbacks read_status and config_aneg p...Heiner Kallweit1-15/+18
2017-11-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+3
2017-11-30net: phy: harmonize phy_id{,_mask} data typeRichard Leitner1-1/+1
2017-11-30skbuff: Grammar s/are can/can/, s/change/changes/Geert Uytterhoeven1-2/+1
2017-11-30Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-10/+31
2017-11-30autofs: revert "autofs: fix AT_NO_AUTOMOUNT not being honored"Ian Kent1-1/+2
2017-11-30mm: migrate: fix an incorrect call of prep_transhuge_page()Zi Yan1-1/+1
2017-11-30mm: introduce get_user_pages_longtermDan Williams2-0/+27
2017-11-30mm, hugetlbfs: introduce ->split() to vm_operations_structDan Williams1-0/+1
2017-11-30mm: fix device-dax pud write-faults triggered by get_user_pages()Dan Williams1-8/+0
2017-11-30Merge tag 'nfsd-4.15-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+1
2017-11-29kallsyms: take advantage of the new '%px' formatLinus Torvalds1-6/+0
2017-11-28sunrpc: make the function arg as constBhumika Goyal1-1/+1
2017-11-28Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-1/+1
2017-11-27KVM: Let KVM_SET_SIGNAL_MASK work as advertisedJan H. Schönherr1-0/+3
2017-11-27Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-1/+11
2017-11-27Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-45/+0
2017-11-27Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-4/+4
2017-11-27Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-8/+13
2017-11-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6-111/+51
2017-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds6-14/+21
2017-11-24Merge tag 'keys-next-20171123' of git://git.kernel.org/pub/scm/linux/kernel/g...James Morris2-4/+5
2017-11-23x86/PCI: Remove unused HyperTransport interrupt supportBjorn Helgaas2-45/+0
2017-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-12/+11
2017-11-23net: accept UFO datagrams from tuntap and packetWillem de Bruijn4-2/+10
2017-11-23Merge tag 'for-linus-timers-conversion-final-v4.15-rc1' of git://git.kernel.o...Thomas Gleixner274-1831/+5546
2017-11-23bpf: fix branch pruning logicAlexei Starovoitov1-1/+1
2017-11-23Merge tag 'for-linus-20171120' of git://git.infradead.org/linux-mtdLinus Torvalds5-27/+14
2017-11-22bpf: introduce ARG_PTR_TO_MEM_OR_NULLGianluca Borello1-0/+1
2017-11-22treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook3-6/+3
2017-11-22timer: Remove redundant __setup_timer*() macrosKees Cook3-45/+29
2017-11-22timer: Pass function down to initialization routinesKees Cook1-15/+18
2017-11-22timer: Remove unused data arguments from macrosKees Cook3-15/+8
2017-11-22timer: Switch callback prototype to take struct timer_list * argumentKees Cook1-2/+2
2017-11-22timer: Pass timer_list pointer to callbacks unconditionallyKees Cook1-4/+0