summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-07-018-16/+62
|\
| * genalloc: rename of_get_named_gen_pool() to of_gen_pool_get()Vladimir Zapolskiy2015-06-301-2/+2
| * genalloc: rename dev_get_gen_pool() to gen_pool_get()Vladimir Zapolskiy2015-06-301-1/+1
| * drm: use kvfree() in drm_free_large()Pekka Enberg2015-06-301-4/+1
| * drivers/scsi/scsi_debug.c: resolve sg buffer const-ness issueDave Gordon2015-06-301-0/+3
| * lib/scatterlist: mark input buffer parameters as 'const'Dave Gordon2015-06-301-2/+2
| * kernel/panic/kexec: fix "crash_kexec_post_notifiers" option issue in oops pathHATAYAMA Daisuke2015-06-301-0/+3
| * mm: meminit: finish initialisation of struct pages before basic setupMel Gorman2015-06-301-0/+8
| * mm: meminit: initialise a subset of struct pages if CONFIG_DEFERRED_STRUCT_PA...Mel Gorman2015-06-301-0/+8
| * mm: meminit: inline some helper functionsMel Gorman2015-06-301-9/+0
| * mm: meminit: make __early_pfn_to_nid SMP-safe and introduce meminit_pfn_in_nidMel Gorman2015-06-302-3/+19
| * mm: meminit: only set page reserved in the memblock regionNathan Zimmer2015-06-301-0/+2
| * memblock: introduce a for_each_reserved_mem_region iteratorRobin Holt2015-06-301-0/+18
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-07-013-10/+46
|\ \
| * | genirq: Implement irq_set_handler_locked()/irq_set_chip_handler_name_locked()Thomas Gleixner2015-06-261-0/+41
| * | genirq: Introduce helper irq_desc_get_irq()Jiang Liu2015-06-261-0/+5
| * | genirq: Remove irq_node()Jiang Liu2015-06-251-6/+0
| * | genirq: Clean up outdated comments related to include/linux/irqdesc.hJiang Liu2015-06-252-4/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-07-014-6/+50
|\ \ \
| * | | api: fix compatibility of linux/in.h with netinet/in.hStephen Hemminger2015-06-292-3/+35
| * | | net: Kill sock->sk_protinfoDavid Miller2015-06-281-2/+0
| * | | ax25: Stop using sock->sk_protinfo.David Miller2015-06-281-1/+15
* | | | Merge tag 'pm+acpi-4.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-07-014-6/+6
|\ \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *-----. \ \ \ Merge branches 'acpi-video', 'device-properties', 'pm-sleep' and 'pm-cpuidle'Rafael J. Wysocki2015-06-264-6/+6
| |\ \ \ \ \ \ \
| | | * | | | | | ACPI / OF: Rename of_node() and acpi_node() to to_of_node() and to_acpi_node()Alexander Sverdlin2015-06-243-5/+5
| | * | | | | | | ACPI / video: Inline acpi_video_set_dmi_backlight_typeBorislav Petkov2015-06-241-1/+1
* | | | | | | | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-07-019-107/+416
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | param: fix module param locks when !CONFIG_SYSFS.Rusty Russell2015-06-281-0/+2
| * | | | | | | | | rcu: merge fix for Convert ACCESS_ONCE() to READ_ONCE() and WRITE_ONCE()Stephen Rothwell2015-06-241-1/+1
| * | | | | | | | | module: add per-module param_lockDan Streetman2015-06-232-52/+10
| * | | | | | | | | module: make perm constDan Streetman2015-06-231-1/+1
| * | | | | | | | | kernel/params.c: generalize bool_enable_onlyLuis R. Rodriguez2015-05-281-0/+6
| * | | | | | | | | kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez2015-05-281-15/+15
| * | | | | | | | | sysfs: tightened sysfs permission checksGobinda Charan Maji2015-05-281-8/+10
| * | | | | | | | | module: Make the mod_tree stuff conditional on PERF_EVENTS || TRACINGPeter Zijlstra2015-05-281-1/+3
| * | | | | | | | | module: Optimize __module_address() using a latched RB-treePeter Zijlstra2015-05-281-3/+26
| * | | | | | | | | rbtree: Implement generic latch_treePeter Zijlstra2015-05-281-0/+212
| * | | | | | | | | seqlock: Introduce raw_read_seqcount_latch()Peter Zijlstra2015-05-281-2/+7
| * | | | | | | | | rcu: Move lockless_dereference() out of rcupdate.hPeter Zijlstra2015-05-282-15/+15
| * | | | | | | | | seqlock: Better document raw_write_seqcount_latch()Peter Zijlstra2015-05-281-1/+75
| * | | | | | | | | rbtree: Make lockless searches non-fatalPeter Zijlstra2015-05-282-10/+27
| * | | | | | | | | module: Sanitize RCU usage and lockingPeter Zijlstra2015-05-281-2/+10
* | | | | | | | | | Merge tag 'arc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds2015-07-011-1/+27
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | arch: conditionally define smp_{mb,rmb,wmb}Vineet Gupta2015-06-251-0/+25
* | | | | | | | | | | Merge tag 'xfs-for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-06-301-2/+7
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'xfs-dax-support' into for-nextDave Chinner2015-06-041-2/+7
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | dax: expose __dax_fault for filesystems with locking constraintsDave Chinner2015-06-041-1/+4
| | * | | | | | | | | | | dax: don't abuse get_block mapping for endio callbacksDave Chinner2015-06-041-2/+4
* | | | | | | | | | | | | Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-06-301-55/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
| * | | | | | | | | | | | btrfs: qgroup: Cleanup the old ref_node-oriented mechanism.Qu Wenruo2015-06-101-55/+0