summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2015-05-28module: Make the mod_tree stuff conditional on PERF_EVENTS || TRACINGPeter Zijlstra
2015-05-28module: Optimize __module_address() using a latched RB-treePeter Zijlstra
2015-05-28rbtree: Implement generic latch_treePeter Zijlstra
2015-05-28seqlock: Introduce raw_read_seqcount_latch()Peter Zijlstra
2015-05-28rcu: Move lockless_dereference() out of rcupdate.hPeter Zijlstra
2015-05-28seqlock: Better document raw_write_seqcount_latch()Peter Zijlstra
2015-05-28rbtree: Make lockless searches non-fatalPeter Zijlstra
2015-05-28module: Sanitize RCU usage and lockingPeter Zijlstra
2015-05-27e820, efi: add ACPI 6.0 persistent memory typesDan Williams
2015-05-28cpumask_set_cpu_local_first => cpumask_local_spread, lamentRusty Russell
2015-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-05-27Merge branches 'array.2015.05.27a', 'doc.2015.05.27a', 'fixes.2015.05.27a', '...Paul E. McKenney
2015-05-27rcu: Further shrink Tiny RCU by making empty functions static inlinesPaul E. McKenney
2015-05-27rculist: Fix another sparse warningYing Xue
2015-05-27smp: Make control dependencies work on Alpha, improve documentationPaul E. McKenney
2015-05-27rcu: Eliminate a few CONFIG_RCU_NOCB_CPU_ALL #ifdefsPaul E. McKenney
2015-05-27documentation: memory-barriers: Fix smp_mb__before_spinlock() semanticsWill Deacon
2015-05-27rcu: Eliminate array-index-based RCU primitivesPaul E. McKenney
2015-05-27rcu: Convert ACCESS_ONCE() to READ_ONCE() and WRITE_ONCE()Paul E. McKenney
2015-05-27mtd: cfi: deinline large functionsDenys Vlasenko
2015-05-27pci: Add Cavium PCI vendor idSunil Goutham
2015-05-27phy: sun4i-usb: Add a sunxi specific function for setting squelch-detectHans de Goede
2015-05-27perf: allow for PMU-specific event filteringMark Rutland
2015-05-27sched/topology: Rename topology_thread_cpumask() to topology_sibling_cpumask()Bartosz Golaszewski
2015-05-27x86/mm/mtrr: Avoid #ifdeffery with phys_wc_to_mtrr_index()Luis R. Rodriguez
2015-05-27random: Blocking API for accessing nonblocking_poolStephan Mueller
2015-05-27perf/x86/intel/cqm: Use proper data typesThomas Gleixner
2015-05-27Merge branch 'perf/urgent' into perf/core, before applying dependent patchesIngo Molnar
2015-05-27perf/x86: Fix event/group validationPeter Zijlstra
2015-05-27net: phy: Add phy_interface_is_rgmii helperFlorian Fainelli
2015-05-26drivers: of/base: move of_init to driver_initSudeep Holla
2015-05-26sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsemTejun Heo
2015-05-26sched, cgroup: reorganize threadgroup lockingTejun Heo
2015-05-26Input: stmpe-ts - enforce device tree only modeDmitry Torokhov
2015-05-26usb: phy: Add interface to get phy give of device_node.NeilBrown
2015-05-26usb: gadget: net2280: fix use of GPEP in both directionsMian Yousaf Kaukab
2015-05-26usb: gadget: net2280: check interrupts for all endpointsMian Yousaf Kaukab
2015-05-26usb: renesas_usbhs: Change USBHS_TYPE_R8A779x to USBHS_TYPE_RCAR_GEN2Yoshihiro Shimoda
2015-05-26lib: crc-itu-t.[ch] fix 0x0x prefix in integer constantsAntonio Ospite
2015-05-26rapidio: Fix kerneldoc and commentMasanari Iida
2015-05-26netfilter: ebtables: fix comment grammarGeert Uytterhoeven
2015-05-26bcma: add module_bcma_driver()Hauke Mehrtens
2015-05-26KVM: add memslots argument to kvm_arch_memslots_updatedPaolo Bonzini
2015-05-26KVM: const-ify uses of struct kvm_userspace_memory_regionPaolo Bonzini
2015-05-26dmaengine: pxa: add pxa dmaengine driverRobert Jarzmik
2015-05-25gpiolib: Add missing dummies for the unified device properties interfaceGeert Uytterhoeven
2015-05-25net: phy: bcm7xxx: Fix 7425 PHY ID and flagsFlorian Fainelli
2015-05-25net: make skb_splice_bits more configureableHannes Frederic Sowa
2015-05-25net: skbuff: add skb_append_pagefrags and use itHannes Frederic Sowa
2015-05-24drivers: of/base: move of_init to driver_initSudeep Holla