summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-07-0148-355/+883
|\
| * modules: only use mod->param_lock if CONFIG_MODULESStephen Rothwell2015-06-281-0/+4
| * param: fix module param locks when !CONFIG_SYSFS.Rusty Russell2015-06-283-5/+24
| * 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-2310-93/+65
| * module: make perm constDan Streetman2015-06-232-6/+4
| * params: suppress unused variable error, warn once just in case code changes.Rusty Russell2015-06-231-0/+1
| * modules: clarify CONFIG_MODULE_COMPRESS help, suggest 'N'.Rusty Russell2015-06-231-15/+10
| * kernel/module.c: avoid ifdefs for sig_enforce declarationLuis R. Rodriguez2015-05-281-7/+2
| * kernel/workqueue.c: remove ifdefs over wq_power_efficientLuis R. Rodriguez2015-05-281-6/+1
| * kernel/params.c: export param_ops_bool_enable_onlyLuis R. Rodriguez2015-05-281-0/+1
| * kernel/params.c: generalize bool_enable_onlyLuis R. Rodriguez2015-05-283-31/+36
| * kernel/module.c: use generic module param operaters for sig_enforceLuis R. Rodriguez2015-05-281-7/+9
| * kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez2015-05-2827-66/+66
| * sysfs: tightened sysfs permission checksGobinda Charan Maji2015-05-281-8/+10
| * module: Rework module_addr_{min,max}Peter Zijlstra2015-05-281-28/+52
| * module: Use __module_address() for module_address_lookup()Peter Zijlstra2015-05-281-10/+7
| * module: Make the mod_tree stuff conditional on PERF_EVENTS || TRACINGPeter Zijlstra2015-05-283-3/+35
| * module: Optimize __module_address() using a latched RB-treePeter Zijlstra2015-05-282-8/+136
| * rbtree: Implement generic latch_treePeter Zijlstra2015-05-281-0/+212
| * seqlock: Introduce raw_read_seqcount_latch()Peter Zijlstra2015-05-282-3/+8
| * rcu: Move lockless_dereference() out of rcupdate.hPeter Zijlstra2015-05-282-15/+15
| * seqlock: Better document raw_write_seqcount_latch()Peter Zijlstra2015-05-282-27/+76
| * rbtree: Make lockless searches non-fatalPeter Zijlstra2015-05-283-32/+81
| * module: Sanitize RCU usage and lockingPeter Zijlstra2015-05-283-12/+47
| * module, jump_label: Fix module lockingPeter Zijlstra2015-05-271-4/+6
| * module: Annotate module version magicPeter Zijlstra2015-05-271-3/+9
* | Merge tag 'arc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds2015-07-01106-2333/+6998
|\ \
| * | ARC: Fix build failures for ARCompact in linux-next after ARCv2 supportVineet Gupta2015-06-282-9/+3
| * | ARCv2: Allow older gcc to cope with new regime of ARCv2/ARCompact supportVineet Gupta2015-06-281-1/+1
| * | ARCv2: [vdk] dts files and defconfig for HS38 VDKRuud Derwig2015-06-2510-0/+490
| * | ARCv2: [axs103] Support ARC SDP FPGA platform for HS38x coresVineet Gupta2015-06-2510-12/+720
| * | ARC: [axs101] Prepare for AXS103Alexey Brodkin2015-06-252-17/+21
| * | ARCv2: [nsim*hs*] Support simulation platforms for HS38x coresVineet Gupta2015-06-259-0/+601
| * | ARCv2: All bits in place, allow ARCv2 buildsVineet Gupta2015-06-251-5/+4
| * | ARCv2: SLC: Handle explcit flush for DMA ops (w/o IO-coherency)Vineet Gupta2015-06-253-2/+85
| * | ARCv2: STAR 9000837815 workaround hardware exclusive transactions livelockVineet Gupta2015-06-251-2/+12
| * | ARC: Reduce bitops lines of code using macrosVineet Gupta2015-06-251-333/+144
| * | ARCv2: barriersVineet Gupta2015-06-253-4/+87
| * | arch: conditionally define smp_{mb,rmb,wmb}Vineet Gupta2015-06-251-0/+25
| * | ARC: add smp barriers around atomics per Documentation/atomic_ops.txtVineet Gupta2015-06-254-0/+89
| * | ARC: add compiler barrier to LLSC based cmpxchgVineet Gupta2015-06-251-4/+5
| * | ARCv2: SMP: intc: IDU 2nd level intc for dynamic IRQ distributionVineet Gupta2015-06-222-1/+228
| * | ARCv2: SMP: clocksource: Enable Global Real Time counterVineet Gupta2015-06-224-0/+56
| * | ARCv2: SMP: ARConnect debug/robustnessVineet Gupta2015-06-223-11/+72
| * | ARCv2: SMP: Support ARConnect (MCIP) for Inter-Core-Interrupts et alVineet Gupta2015-06-227-8/+230
| * | ARC: make plat_smp_ops weak to allow over-ridesVineet Gupta2015-06-221-1/+1
| * | ARCv2: clocksource: Introduce 64bit local RTC counterVineet Gupta2015-06-223-2/+62
| * | ARCv2: extable: Enable sorting at build timeVineet Gupta2015-06-221-0/+5
| * | ARCv2: Adhere to Zero Delay loop restrictionVineet Gupta2015-06-223-15/+41