summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2016-02-07of: earlycon: Fixup earlycon console name and indexPeter Hurley1-2/+1
2016-02-07earlycon: Use common framework for earlycon declarationsPeter Hurley1-9/+13
2016-02-07usb: core: rename mutex usb_bus_list_lock to usb_bus_idr_lockHeiner Kallweit1-1/+1
2016-02-06bcma: add support for BCM47094Rafał Miłecki1-0/+1
2016-02-06bcma: support PMU present as separated bus coreRafał Miłecki1-0/+19
2016-02-06bcma: use _PMU_ in all names of PMU registersRafał Miłecki1-6/+6
2016-02-06bcma: identify bus cores (devices) found on BCM47189Rafał Miłecki1-0/+2
2016-02-06bpf: add lookup/update support for per-cpu hash and array mapsAlexei Starovoitov1-0/+23
2016-02-06bpf: introduce BPF_MAP_TYPE_PERCPU_ARRAY mapAlexei Starovoitov1-0/+1
2016-02-06ethtool: Declare netdev_rss_key as __read_mostly.Kim Jones1-1/+1
2016-02-06team: track sum of rx_nohandler for all slavesJarod Wilson1-0/+1
2016-02-06net: add rx_nohandler stat counterJarod Wilson1-0/+3
2016-02-06crypto: hash - Remove crypto_hash interfaceHerbert Xu1-251/+0
2016-02-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-20/+6
2016-02-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2-2/+22
2016-02-06radix-tree: fix oops after radix_tree_iter_retryKonstantin Khlebnikov1-3/+3
2016-02-06mm: replace vma_lock_anon_vma with anon_vma_lock_read/writeKonstantin Khlebnikov1-14/+0
2016-02-06mm, hugetlb: don't require CMA for runtime gigantic pagesVlastimil Babka1-3/+3
2016-02-06SUNRPC: Allow addition of new transports to a struct rpc_clntTrond Myklebust1-0/+11
2016-02-06SUNRPC: Add a helper to apply a function to all the rpc_clnt's transportsTrond Myklebust1-0/+4
2016-02-06SUNRPC: Allow caller to specify the transport to useTrond Myklebust1-0/+1
2016-02-06SUNRPC: Use the multipath iterator to assign a transport to each taskTrond Myklebust1-0/+2
2016-02-06SUNRPC: Make rpc_clnt store the multipath iteratorsTrond Myklebust1-0/+2
2016-02-06SUNRPC: Add a structure to track multiple transportsTrond Myklebust2-0/+74
2016-02-06PCI: Move pci_set_flags() from asm-generic/pci-bridge.h to linux/pci.hBjorn Helgaas1-0/+22
2016-02-05regulator: lp872x: Add enable GPIO pin supportPaul Kocialkowski1-0/+5
2016-02-05Merge remote-tracking branch 'mkp-scsi/4.5/scsi-fixes' into fixesJames Bottomley1-3/+6
2016-02-05extcon: palmas: Add the support for VBUS detection by using GPIOFelipe Balbi1-0/+3
2016-02-05block/sd: Return -EREMOTEIO when WRITE SAME and DISCARD are disabledMartin K. Petersen1-3/+6
2016-02-05cpufreq: Clean up default and fallback governor setupRafael J. Wysocki1-23/+2
2016-02-04libceph: MOSDOpReply v7 encodingIlya Dryomov1-1/+4
2016-02-04libceph: advertise support for TUNABLES5Ilya Dryomov1-1/+12
2016-02-04crush: add chooseleaf_stable tunableIlya Dryomov1-1/+7
2016-02-04lightnvm: allow to force mm initializationMatias Bjørling1-0/+4
2016-02-04Merge branch 'mymd/for-next' into mymd/for-linusShaohua Li1-0/+2
2016-02-04usb/storage: misc fixes to comments in include/linux/usb/storage.hAntonio Ospite1-6/+6
2016-02-04usb: sysfs: make locking interruptibleOliver Neukum2-3/+9
2016-02-04usb: core: switch bus numbering to using idrHeiner Kallweit2-2/+2
2016-02-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-8/+31
2016-02-03Merge tag 'devicetree-fixes-for-4.5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2016-02-03radix-tree: fix race in gang lookupMatthew Wilcox1-0/+16
2016-02-03mm: polish virtual memory accountingKonstantin Khlebnikov2-5/+7
2016-02-03mm: memcontrol: drop superfluous entry in the per-memcg stats arrayJohannes Weiner1-1/+1
2016-02-03proc: revert /proc/<pid>/maps [stack:TID] annotationJohannes Weiner1-2/+1
2016-02-03thp: make split_queue per-nodeKirill A. Shutemov1-0/+6
2016-02-03efi: Add NV memory attributeRobert Elliott1-0/+1
2016-02-03efi: Add nonblocking option to efi_query_variable_store()Ard Biesheuvel1-3/+9
2016-02-03efi/runtime-wrappers: Add a nonblocking version of QueryVariableInfo()Ard Biesheuvel1-0/+1
2016-02-03efi: Remove redundant efi_set_variable_nonblocking() prototypeArd Biesheuvel1-6/+2
2016-02-03modules: fix longstanding /proc/kallsyms vs module insertion race.Rusty Russell1-9/+10