summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | x86/apic: Trivial whitespace fixesAlexander Gordeev2012-06-063-4/+4
| * | x86/x2apic/cluster: Use all the members of one cluster specified in the smp_a...Suresh Siddha2012-06-063-26/+48
| * | x86/irq: Update irq_cfg domain unless the new affinity is a subset of the cur...Suresh Siddha2012-06-061-9/+6
* | | x86/vsmp: Fix linker error when CONFIG_PROC_FS is not setIdo Yariv2012-06-151-0/+3
* | | x86/vsmp: Ignore IOAPIC IRQ affinity if possibleRavikiran Thirumalai2012-06-111-4/+23
* | | x86/platform: Introduce APIC post-initialization callbackIdo Yariv2012-06-064-9/+20
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2012-06-056-11/+87
|\ \
| * | fuse: fix blksize calculationMiklos Szeredi2012-05-141-1/+9
| * | fuse: fix stat call on 32 bit platformsPavel Shilovsky2012-05-143-1/+20
| * | fuse: optimize fallocate on permanent failureMiklos Szeredi2012-04-262-0/+10
| * | fuse: add FALLOCATE operationAnatol Pomozov2012-04-252-1/+46
| * | fuse: Convert to kstrtoul_from_userPeter Huewe2012-04-251-8/+2
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-06-058-59/+120
|\ \ \
| * | | sched: Remove NULL assignment of dattr_curKamalesh Babulal2012-05-301-1/+0
| * | | sched: Remove the last NULL entry from sched_feat_namesHiroshi Shimamoto2012-05-301-1/+0
| * | | sched: Make sched_feat_names constHiroshi Shimamoto2012-05-301-1/+1
| * | | sched/rt: Fix SCHED_RR across cgroupsColin Cross2012-05-301-5/+10
| * | | sched: Move nr_cpus_allowed out of 'struct sched_rt_entity'Peter Zijlstra2012-05-306-20/+26
| * | | sched: Make sure to not re-read variables after validationPeter Zijlstra2012-05-301-4/+11
| * | | sched: Fix SD_OVERLAPPeter Zijlstra2012-05-302-7/+25
| * | | sched: Don't try allocating memory from offline nodesPeter Zijlstra2012-05-301-1/+1
| * | | sched/nohz: Fix rq->cpu_load calculations some morePeter Zijlstra2012-05-303-10/+45
| * | | sched/x86: Use cpu_llc_shared_mask(cpu) for coregroup_maskPeter Zijlstra2012-05-301-9/+1
| | | |
| \ \ \
*-. \ \ \ Pull 'for-linus' branches of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2012-06-054-5/+5
|\ \ \ \ \
| | * | | | nommu: fix compilation of nommu.cGreg Ungerer2012-06-041-1/+1
| * | | | | fixups for signal breakageAl Viro2012-06-043-4/+4
| |/ / / /
* | | | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2012-06-058-143/+167
|\ \ \ \ \
| * | | | | CIFS: Move get_next_mid to ops structPavel Shilovsky2012-06-017-95/+103
| * | | | | CIFS: Make accessing is_valid_oplock/dump_detail ops struct field safePavel Shilovsky2012-06-011-2/+4