summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* blk-mq: fix schedule from atomic contextMing Lei2014-06-034-31/+78
* blk-mq: move blk_mq_get_ctx/blk_mq_put_ctx to mq private headerMing Lei2014-06-032-22/+22
* Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-06-034-20/+71
|\
| * x86/UV: Fix conditional in gru_exit()Dimitri Sivanich2014-04-011-3/+8
| * x86/UV: Set n_lshift based on GAM_GR_CONFIG MMR for UV3Dimitri Sivanich2014-04-013-17/+63
* | Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-06-031-9/+41
|\ \
| * | mce: Panic when a core has reached a timeoutBorislav Petkov2014-05-301-2/+1
| * | x86/mce: Improve mcheck_init_device() error handlingMathieu Souchaud2014-05-301-7/+40
* | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-033-6/+69
|\ \ \
| * | | x86, iosf: Add PCI ID macros for better readabilityOng Boon Leong2014-05-091-2/+5
| * | | x86, iosf: Add Quark X1000 PCI IDOng Boon Leong2014-05-091-0/+1
| * | | x86, iosf: Added Quark MBI identifiersOng Boon Leong2014-05-091-0/+22
| * | | x86, iosf: Make IOSF driver modular and usable by more driversDavid E. Box2014-05-093-5/+42
* | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-06-032-14/+33
|\ \ \ \
| * | | | x86, ioremap: Speed up check for RAM pagesRoland Dreier2014-05-021-7/+19
| * | | | Merge commit 'b13b1d2d8692' into x86/mmIngo Molnar2014-04-168-52/+66
| |\ \ \ \
| | * | | | x86/mm: In the PTE swapout page reclaim case clear the accessed bit instead o...Shaohua Li2014-04-161-7/+14
* | | | | | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-06-036-1/+135
|\ \ \ \ \ \
| * | | | | | x86, microcode: Add a disable chicken bitBorislav Petkov2014-05-203-0/+44
| * | | | | | x86, boot: Carve out early cmdline parsing functionBorislav Petkov2014-05-203-1/+91
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-031-2/+2
|\ \ \ \ \ \
| * | | | | | x86/irq: Clean up VECTOR_UNDEFINED and VECTOR_RETRIGGERED definitionPrarit Bhargava2014-04-141-2/+2
* | | | | | | Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-06-032-4/+2
|\ \ \ \ \ \ \
| * | | | | | | x86/build: Supress realmode.bin is up to date messagePeter Foley2014-04-161-1/+2
| * | | | | | | compiler-intel.h: Remove duplicate definitionPranith Kumar2014-04-151-3/+0
| |/ / / / / /
* | | | | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-06-032-11/+2
|\ \ \ \ \ \ \
| * | | | | | | x86, boot: Remove misc.h inclusion from compressed/string.cVivek Goyal2014-05-082-10/+0
| * | | | | | | x86, boot: Do not include boot.h in string.cVivek Goyal2014-05-081-1/+2
* | | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-06-031-105/+80
|\ \ \ \ \ \ \ \
| * | | | | | | | x86_64, entry: Merge paranoidzeroentry_ist into idtentryAndy Lutomirski2014-05-211-25/+22
| * | | | | | | | x86_64, entry: Merge most 64-bit asm entry macrosAndy Lutomirski2014-05-211-88/+64
| * | | | | | | | x86_64, entry: Add missing 'DEFAULT_FRAME 0' entry annotationsAndy Lutomirski2014-05-211-0/+2
* | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-06-0348-662/+759
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | sched/numa: Decay ->wakee_flips instead of zeroingRik van Riel2014-05-221-1/+1
| * | | | | | | | | sched/numa: Update migrate_improves/degrades_locality()Rik van Riel2014-05-221-13/+29
| * | | | | | | | | sched/numa: Allow task switch if load imbalance improvesRik van Riel2014-05-221-10/+36
| * | | | | | | | | sched/rt: Fix 'struct sched_dl_entity' and dl_task_time() comments, to match ...xiaofeng.yan2014-05-222-3/+3
| * | | | | | | | | sched: Consolidate open coded implementations of nice level frobbing into nic...Dongsheng Yang2014-05-224-5/+21
| * | | | | | | | | sched: Initialize rq->age_stamp on processor startCorey Minyard2014-05-221-0/+11
| * | | | | | | | | sched, nohz: Change rq->nr_running to always use wrappersKirill Tkhai2014-05-225-15/+17
| * | | | | | | | | sched: Fix the rq->next_balance logic in rebalance_domains() and idle_balance()Jason Low2014-05-221-23/+46
| * | | | | | | | | sched: Use clamp() and clamp_val() to make sys_nice() more readableDongsheng Yang2014-05-221-9/+2
| * | | | | | | | | sched: Do not zero sg->cpumask and sg->sgp->power in build_sched_groups()Dietmar Eggemann2014-05-221-2/+0
| * | | | | | | | | sched/numa: Fix initialization of sched_domain_topology for NUMAVincent Guittot2014-05-221-1/+1
| * | | | | | | | | sched: Call select_idle_sibling() when not affine_sdRik van Riel2014-05-221-3/+3
| * | | | | | | | | sched: Simplify return logic in sched_read_attr()Michael Kerrisk2014-05-221-7/+2
| * | | | | | | | | sched: Simplify return logic in sched_copy_attr()Michael Kerrisk2014-05-221-4/+2
| * | | | | | | | | sched: Fix exec_start/task_hot on migrated tasksBen Segall2014-05-221-0/+3
| * | | | | | | | | Merge branch 'sched/urgent' into sched/core to avoid conflicts with upcoming ...Ingo Molnar2014-05-226-31/+78
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'pm-cpuidle' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Ingo Molnar2014-05-225-35/+59
| |\ \ \ \ \ \ \ \ \ \