summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-07-023-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-302-3/+35
| * | net: Kill sock->sk_protinfoDavid Miller2015-06-291-2/+0
| * | ax25: Stop using sock->sk_protinfo.David Miller2015-06-291-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-07-011-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-07-011-55/+0
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | btrfs: qgroup: Cleanup the old ref_node-oriented mechanism.Qu Wenruo2015-06-101-55/+0
* | | | | | | | | | | | | Merge tag 'md/4.2' of git://neil.brown.name/mdLinus Torvalds2015-06-291-0/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | wait: introduce wait_event_exclusive_cmdYuanhan Liu2015-06-171-0/+13
* | | | | | | | | | | | | | Fix kmalloc slab creation sequenceChristoph Lameter2015-06-291-22/+0
* | | | | | | | | | | | | | Merge tag 'libnvdimm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-06-298-1/+661
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | arch, x86: pmem api for ensuring durability of persistent memory updatesRoss Zwisler2015-06-262-0/+155
| * | | | | | | | | | | | | | libnvdimm: Add sysfs numa_node to NVDIMM devicesToshi Kani2015-06-261-0/+1
| * | | | | | | | | | | | | | libnvdimm: Set numa_node to NVDIMM devicesToshi Kani2015-06-261-0/+1
| * | | | | | | | | | | | | | acpi: Add acpi_map_pxm_to_online_node()Toshi Kani2015-06-261-0/+5
| * | | | | | | | | | | | | | libnvdimm, nfit: handle unarmed dimms, mark namespaces read-onlyDan Williams2015-06-261-0/+2
| * | | | | | | | | | | | | | libnvdimm, nfit, nd_blk: driver for BLK-mode access persistent memoryRoss Zwisler2015-06-261-2/+25
| * | | | | | | | | | | | | | nd_btt: atomic sector updatesVishal Verma2015-06-261-0/+1
| * | | | | | | | | | | | | | libnvdimm: infrastructure for btt devicesDan Williams2015-06-251-5/+58
| * | | | | | | | | | | | | | libnvdimm: blk labels and namespace instantiationDan Williams2015-06-252-0/+28