summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'regmap-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Linus Torvalds2012-07-225-39/+478
|\
| *-. Merge branches 'regmap-core', 'regmap-irq' and 'regmap-page' into regmap-nextMark Brown2012-07-22514-3330/+8496
| |\ \
| | | * regmap: Fix work_buf switching for page update during virtual range access.Krystian Garbaciak2012-06-191-2/+3
| | | * regmap: Add support for register indirect addressing.Krystian Garbaciak2012-06-173-5/+252
| | | * regmap: Move lock out from internal function _regmap_update_bits().Krystian Garbaciak2012-06-171-8/+14
| | * | regmap: Implement support for wake IRQsMark Brown2012-06-052-0/+49
| | * | regmap: Don't try to map non-existant IRQsMark Brown2012-06-051-0/+4
| * | | regmap: Fix incorrect arguments to kzalloc() callDimitris Papastamos2012-07-181-1/+1
| * | | regmap: Add hook for printk logging for debugging during early initMark Brown2012-07-061-0/+23
| * | | regmap: mmio: Staticize regmap_mmio_gen_context()Axel Lin2012-06-131-1/+1
| * | | regmap: Remove warning on stubbed dev_get_regmap()Mark Brown2012-06-131-1/+0
| * | | regmap: Constify regmap_irq_chipMark Brown2012-06-032-4/+4
| * | | regmap: mmio: request native endian formattingStephen Warren2012-06-031-8/+18
| * | | regmap: allow busses to request formatting with specific endiannessStephen Warren2012-06-032-11/+115
| |/ /
* | | Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-07-221-0/+3
|\ \ \
| * | | x86-64, gcc: Use -mpreferred-stack-boundary=3 if supportedH.J. Lu2012-06-231-0/+3
| | |/ | |/|
* | | Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-07-222-224/+257
|\ \ \
| * | | x86/uv: Work around UV2 BAU hangsCliff Wickman2012-06-252-215/+200
| * | | x86/uv: Implement UV BAU runtime enable and disable control via /proc/sgi_uv/Cliff Wickman2012-06-252-15/+63
| * | | x86/uv: Fix the UV BAU destination timeout periodCliff Wickman2012-06-251-2/+2
* | | | Merge branch 'x86-reboot-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-07-227-46/+59
|\ \ \ \
| * | | | x86-64, reboot: Be more paranoid in 64-bit reboot=biosH. Peter Anvin2012-06-211-2/+6
| * | | | x86, reboot: Drop redundant write of reboot_modeH. Peter Anvin2012-06-201-8/+0
| * | | | x86-64, reboot: Allow reboot=bios and reboot-cpu override on x86-64H. Peter Anvin2012-06-177-38/+55
* | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-07-2225-581/+429
|\ \ \ \ \
| * | | | | Revert "x86/early_printk: Replace obsolete simple_strtoul() usage with kstrto...Ingo Molnar2012-07-221-6/+6
| * | | | | x86/apic/x2apic: Use multiple cluster members for the irq destination only wi...Suresh Siddha2012-07-061-2/+19
| * | | | | x86/apic/x2apic: Limit the vector reservation to the user specified maskSuresh Siddha2012-07-065-24/+28
| * | | | | x86/apic: Optimize cpu traversal in __assign_irq_vector() using domain member...Suresh Siddha2012-07-065-18/+14
| * | | | | x86/vsmp: Fix vector_allocation_domain's return valueIdo Yariv2012-06-181-1/+2
| * | | | | Merge branch 'x86/apic' into x86/platformIngo Molnar2012-06-1824-562/+359
| |\ \ \ \ \
| | * | | | | irq/apic: Use config_enabled(CONFIG_SMP) checks to clean up irq_set_affinity(...Suresh Siddha2012-06-155-110/+86
| | * | | | | Merge branch 'x86/cleanups' into x86/apicIngo Molnar2012-06-156-17/+12
| | |\ \ \ \ \
| | | * | | | | x86/early_printk: Replace obsolete simple_strtoul() usage with kstrtoint()Shuah Khan2012-06-061-6/+6
| | | * | | | | x86: Return IRQ_SET_MASK_OK_NOCOPY from irq affinity functionsJiang Liu2012-05-242-5/+6
| | | * | | | | Revert "x86/platform: Add a wallclock_init func to x86_platforms ops"Feng Tang2012-05-243-6/+0
| | * | | | | | x86/apic/es7000: Make apicid of a cluster (not CPU) from a cpumaskAlexander Gordeev2012-06-141-1/+1
| | * | | | | | x86/apic/es7000+summit: Always make valid apicid from a cpumaskAlexander Gordeev2012-06-142-0/+4
| | * | | | | | x86/apic/es7000+summit: Fix compile warning in cpu_mask_to_apicid()Alexander Gordeev2012-06-142-2/+2
| | * | | | | | x86/apic: Fix ugly casting and branching in cpu_mask_to_apicid_and()Alexander Gordeev2012-06-144-10/+10
| | * | | | | | x86/apic: Eliminate cpu_mask_to_apicid() operationAlexander Gordeev2012-06-1415-105/+25
| | * | | | | | x86/x2apic/cluster: Vector_allocation_domain() should return a valueAlexander Gordeev2012-06-141-1/+2
| | * | | | | | x86/apic/irq_remap: Silence a bogus pr_err()Dan Carpenter2012-06-131-1/+1
| | * | | | | | x86/apic: Make cpu_mask_to_apicid() operations check cpu_online_maskAlexander Gordeev2012-06-086-11/+7
| | * | | | | | x86/apic: Make cpu_mask_to_apicid() operations return error codeAlexander Gordeev2012-06-0810-105/+188
| | * | | | | | x86/apic: Avoid useless scanning thru a cpumask in assign_irq_vector()Alexander Gordeev2012-06-083-7/+16
| | * | | | | | x86/apic: Try to spread IRQ vectors to different priority levelsAlexander Gordeev2012-06-081-4/+3
| | * | | | | | x86/apic: Factor out default vector_allocation_domain() operationAlexander Gordeev2012-06-0811-117/+32
| | * | | | | | x86/apic: Factor out default cpu_mask_to_apicid() operationsAlexander Gordeev2012-06-068-139/+52
| | * | | | | | x86/apic: Factor out default target_cpus() operationAlexander Gordeev2012-06-068-45/+12
OpenPOWER on IntegriCloud