summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-05-28block: discard bdi_unregister() in favour of bdi_destroy()NeilBrown2-2/+0
2015-05-28firmware: qcom: scm: Add HDCP Supportjilai wang1-1/+12
2015-05-28usb: phy: add static inline wrapper for devm_usb_get_phy_by_nodeArnd Bergmann1-0/+6
2015-05-28of: Grammar s/property exist/property exists/Geert Uytterhoeven1-1/+1
2015-05-28of: Move OF flags to be visible even when !CONFIG_OFPantelis Antoniou1-6/+6
2015-05-28ARM: 8367/1: sa1100: prepare for moving irq driver to drivers/irqchipDmitry Eremin-Solenikov1-0/+17
2015-05-28mac80211: Fix mac80211.h docbook commentsJonathan Corbet1-3/+4
2015-05-28ethtool: Add helper routines to pass vf to rx_flow_specJohn Fastabend1-0/+25
2015-05-28bus: mvebu-mbus: add mv_mbus_dram_info_nooverlap()Thomas Petazzoni1-0/+5
2015-05-28KVM: pass kvm_memory_slot to gfn_to_page_many_atomicPaolo Bonzini1-2/+2
2015-05-28KVM: add "new" argument to kvm_arch_commit_memory_regionPaolo Bonzini1-0/+1
2015-05-28ipsec: Add IV generator information to xfrm_stateHerbert Xu1-0/+1
2015-05-28xfrm: Add IV generator information to xfrm_algo_descHerbert Xu1-0/+2
2015-05-28crypto: aead - Add common IV generation codeHerbert Xu1-0/+24
2015-05-28crypto: aead - Document behaviour of AD in destination bufferHerbert Xu1-4/+10
2015-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu3-1/+22
2015-05-28kernel/params.c: generalize bool_enable_onlyLuis R. Rodriguez1-0/+6
2015-05-28kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez1-15/+15
2015-05-28sysfs: tightened sysfs permission checksGobinda Charan Maji1-8/+10
2015-05-28module: Make the mod_tree stuff conditional on PERF_EVENTS || TRACINGPeter Zijlstra1-1/+3
2015-05-28module: Optimize __module_address() using a latched RB-treePeter Zijlstra1-3/+26
2015-05-28rbtree: Implement generic latch_treePeter Zijlstra1-0/+212
2015-05-28seqlock: Introduce raw_read_seqcount_latch()Peter Zijlstra1-2/+7
2015-05-28rcu: Move lockless_dereference() out of rcupdate.hPeter Zijlstra2-15/+15
2015-05-28seqlock: Better document raw_write_seqcount_latch()Peter Zijlstra1-1/+75
2015-05-28rbtree: Make lockless searches non-fatalPeter Zijlstra2-10/+27
2015-05-28module: Sanitize RCU usage and lockingPeter Zijlstra1-2/+10
2015-05-28e820, efi: add ACPI 6.0 persistent memory typesDan Williams1-1/+2
2015-05-28cpumask_set_cpu_local_first => cpumask_local_spread, lamentRusty Russell1-4/+2
2015-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-3/+6
2015-05-27Merge branches 'array.2015.05.27a', 'doc.2015.05.27a', 'fixes.2015.05.27a', '...Paul E. McKenney6-11/+42
2015-05-27rcu: Further shrink Tiny RCU by making empty functions static inlinesPaul E. McKenney3-4/+21
2015-05-27rculist: Fix another sparse warningYing Xue1-2/+2
2015-05-27smp: Make control dependencies work on Alpha, improve documentationPaul E. McKenney1-0/+16
2015-05-27rcu: Eliminate a few CONFIG_RCU_NOCB_CPU_ALL #ifdefsPaul E. McKenney2-4/+2
2015-05-27documentation: memory-barriers: Fix smp_mb__before_spinlock() semanticsWill Deacon1-1/+1
2015-05-27rcu: Eliminate array-index-based RCU primitivesPaul E. McKenney1-50/+0
2015-05-27rcu: Convert ACCESS_ONCE() to READ_ONCE() and WRITE_ONCE()Paul E. McKenney2-11/+11
2015-05-27mtd: cfi: deinline large functionsDenys Vlasenko1-180/+8
2015-05-27ALSA: replace CONFIG_PROC_FS with CONFIG_SND_PROC_FSJie Yang1-4/+4
2015-05-27tcp/dccp: warn user for preferred ip_local_port_rangeEric Dumazet1-0/+1
2015-05-27pci: Add Cavium PCI vendor idSunil Goutham1-0/+2
2015-05-27sctp: Fix mangled IPv4 addresses on a IPv6 listening socketJason Gunthorpe1-2/+5
2015-05-27nl802154: add support to set cca ed levelAlexander Aring1-0/+1
2015-05-27phy: sun4i-usb: Add a sunxi specific function for setting squelch-detectHans de Goede1-0/+26
2015-05-27ip_fragment: don't forward defragmented DF packetFlorian Westphal2-1/+2
2015-05-27perf: allow for PMU-specific event filteringMark Rutland1-0/+5
2015-05-27sched/topology: Rename topology_thread_cpumask() to topology_sibling_cpumask()Bartosz Golaszewski1-3/+3
2015-05-27x86/mm/mtrr: Avoid #ifdeffery with phys_wc_to_mtrr_index()Luis R. Rodriguez1-0/+7
2015-05-27Merge tag 'v4.1-rc5' into x86/mm, to refresh the tree before applying new cha...Ingo Molnar27-34/+210