summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add __init attribute to new_kmalloc_cacheChristoph Lameter2015-07-011-1/+1
* Merge tag 'pm+acpi-4.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-07-0111-28/+41
|\
| *-----. Merge branches 'acpi-video', 'device-properties', 'pm-sleep' and 'pm-cpuidle'Rafael J. Wysocki2015-06-2610-27/+38
| |\ \ \ \
| | | | | * tick/idle/powerpc: Do not register idle states with CPUIDLE_FLAG_TIMER_STOP s...preeti2015-06-261-3/+12
| | | | * | PM / sleep: Increase default DPM watchdog timeout to 60Takashi Iwai2015-06-251-1/+1
| | | | * | PM / hibernate: re-enable nonboot cpus on disable_nonboot_cpus() failureVitaly Kuznetsov2015-06-241-1/+3
| | | * | | ACPI / OF: Rename of_node() and acpi_node() to to_of_node() and to_acpi_node()Alexander Sverdlin2015-06-246-21/+21
| | * | | | ACPI / video: Inline acpi_video_set_dmi_backlight_typeBorislav Petkov2015-06-241-1/+1
| * | | | | Merge branch 'acpi-pnp'Rafael J. Wysocki2015-06-241-1/+3
| |\ \ \ \ \
| | * | | | | ACPI / resources: free memory on error in add_region_before()Dan Carpenter2015-06-241-1/+3
* | | | | | | Merge tag 'for-linus-4.2-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-07-0125-59/+157
|\ \ \ \ \ \ \
| * | | | | | | block/xen-blkback: s/nr_pages/nr_segs/Julien Grall2015-06-172-6/+6
| * | | | | | | block/xen-blkfront: Remove invalid commentJulien Grall2015-06-171-6/+0
| * | | | | | | block/xen-blkfront: Remove unused macro MAXIMUM_OUTSTANDING_BLOCK_REQSJulien Grall2015-06-171-2/+0
| * | | | | | | arm/xen: Drop duplicate define mfn_to_virtJulien Grall2015-06-171-1/+0
| * | | | | | | xen/grant-table: Remove unused macro SPPJulien Grall2015-06-171-1/+0
| * | | | | | | xen/xenbus: client: Fix call of virt_to_mfn in xenbus_grant_ringJulien Grall2015-06-171-3/+3
| * | | | | | | xen: Include xen/page.h rather than asm/xen/page.hJulien Grall2015-06-1710-10/+9
| * | | | | | | kconfig: add xenconfig defconfig helperLuis R. Rodriguez2015-06-163-0/+81
| * | | | | | | kconfig: clarify kvmconfig is for kvmLuis R. Rodriguez2015-06-161-1/+1
| * | | | | | | xen/pcifront: Remove usage of struct timevalTina Ruchandani2015-06-081-5/+3
| * | | | | | | xen/tmem: use BUILD_BUG_ON() in favor of BUG_ON()Jan Beulich2015-05-281-1/+1
| * | | | | | | hvc_xen: avoid uninitialized variable warningJan Beulich2015-05-281-1/+1
| * | | | | | | xenbus: avoid uninitialized variable warningJan Beulich2015-05-281-1/+1
| * | | | | | | xen/arm: allow console=hvc0 to be omitted for guestsArd Biesheuvel2015-05-281-0/+4
| * | | | | | | arm,arm64/xen: move Xen initialization earlierStefano Stabellini2015-05-284-24/+46
| * | | | | | | arm/xen: Correctly check if the event channel interrupt is presentJulien Grall2015-05-281-4/+6
* | | | | | | | 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