| Commit message (Expand) | Author | Age |
* | Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2014-06-03 |
|\ |
|
| * | x86/UV: Fix conditional in gru_exit() | Dimitri Sivanich | 2014-04-01 |
| * | x86/UV: Set n_lshift based on GAM_GR_CONFIG MMR for UV3 | Dimitri Sivanich | 2014-04-01 |
* | | Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-06-03 |
|\ \ |
|
| * | | mce: Panic when a core has reached a timeout | Borislav Petkov | 2014-05-30 |
| * | | x86/mce: Improve mcheck_init_device() error handling | Mathieu Souchaud | 2014-05-30 |
* | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2014-06-03 |
|\ \ \ |
|
| * | | | x86, iosf: Add PCI ID macros for better readability | Ong Boon Leong | 2014-05-09 |
| * | | | x86, iosf: Add Quark X1000 PCI ID | Ong Boon Leong | 2014-05-09 |
| * | | | x86, iosf: Added Quark MBI identifiers | Ong Boon Leong | 2014-05-09 |
| * | | | x86, iosf: Make IOSF driver modular and usable by more drivers | David E. Box | 2014-05-09 |
* | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2014-06-03 |
|\ \ \ \ |
|
| * | | | | x86, ioremap: Speed up check for RAM pages | Roland Dreier | 2014-05-02 |
| * | | | | Merge commit 'b13b1d2d8692' into x86/mm | Ingo Molnar | 2014-04-16 |
| |\ \ \ \ |
|
| | * | | | | x86/mm: In the PTE swapout page reclaim case clear the accessed bit instead o... | Shaohua Li | 2014-04-16 |
* | | | | | | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2014-06-03 |
|\ \ \ \ \ \ |
|
| * | | | | | | x86, microcode: Add a disable chicken bit | Borislav Petkov | 2014-05-20 |
| * | | | | | | x86, boot: Carve out early cmdline parsing function | Borislav Petkov | 2014-05-20 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2014-06-03 |
|\ \ \ \ \ \ |
|
| * | | | | | | x86/irq: Clean up VECTOR_UNDEFINED and VECTOR_RETRIGGERED definition | Prarit Bhargava | 2014-04-14 |
* | | | | | | | Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2014-06-03 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | x86/build: Supress realmode.bin is up to date message | Peter Foley | 2014-04-16 |
| * | | | | | | | compiler-intel.h: Remove duplicate definition | Pranith Kumar | 2014-04-15 |
| |/ / / / / / |
|
* | | | | | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2014-06-03 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | x86, boot: Remove misc.h inclusion from compressed/string.c | Vivek Goyal | 2014-05-08 |
| * | | | | | | | x86, boot: Do not include boot.h in string.c | Vivek Goyal | 2014-05-08 |
* | | | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-06-03 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | x86_64, entry: Merge paranoidzeroentry_ist into idtentry | Andy Lutomirski | 2014-05-21 |
| * | | | | | | | | x86_64, entry: Merge most 64-bit asm entry macros | Andy Lutomirski | 2014-05-21 |
| * | | | | | | | | x86_64, entry: Add missing 'DEFAULT_FRAME 0' entry annotations | Andy Lutomirski | 2014-05-21 |
* | | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2014-06-03 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | sched/numa: Decay ->wakee_flips instead of zeroing | Rik van Riel | 2014-05-22 |
| * | | | | | | | | | sched/numa: Update migrate_improves/degrades_locality() | Rik van Riel | 2014-05-22 |
| * | | | | | | | | | sched/numa: Allow task switch if load imbalance improves | Rik van Riel | 2014-05-22 |
| * | | | | | | | | | sched/rt: Fix 'struct sched_dl_entity' and dl_task_time() comments, to match ... | xiaofeng.yan | 2014-05-22 |
| * | | | | | | | | | sched: Consolidate open coded implementations of nice level frobbing into nic... | Dongsheng Yang | 2014-05-22 |
| * | | | | | | | | | sched: Initialize rq->age_stamp on processor start | Corey Minyard | 2014-05-22 |
| * | | | | | | | | | sched, nohz: Change rq->nr_running to always use wrappers | Kirill Tkhai | 2014-05-22 |
| * | | | | | | | | | sched: Fix the rq->next_balance logic in rebalance_domains() and idle_balance() | Jason Low | 2014-05-22 |
| * | | | | | | | | | sched: Use clamp() and clamp_val() to make sys_nice() more readable | Dongsheng Yang | 2014-05-22 |
| * | | | | | | | | | sched: Do not zero sg->cpumask and sg->sgp->power in build_sched_groups() | Dietmar Eggemann | 2014-05-22 |
| * | | | | | | | | | sched/numa: Fix initialization of sched_domain_topology for NUMA | Vincent Guittot | 2014-05-22 |
| * | | | | | | | | | sched: Call select_idle_sibling() when not affine_sd | Rik van Riel | 2014-05-22 |
| * | | | | | | | | | sched: Simplify return logic in sched_read_attr() | Michael Kerrisk | 2014-05-22 |
| * | | | | | | | | | sched: Simplify return logic in sched_copy_attr() | Michael Kerrisk | 2014-05-22 |
| * | | | | | | | | | sched: Fix exec_start/task_hot on migrated tasks | Ben Segall | 2014-05-22 |
| * | | | | | | | | | Merge branch 'sched/urgent' into sched/core to avoid conflicts with upcoming ... | Ingo Molnar | 2014-05-22 |
| |\ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ | Merge branch 'pm-cpuidle' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Ingo Molnar | 2014-05-22 |
| |\ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | PM / suspend: Always use deepest C-state in the "freeze" sleep state | Rafael J. Wysocki | 2014-05-06 |
| | * | | | | | | | | | | cpuidle / menu: move repeated correction factor check to init | Chander Kashyap | 2014-04-30 |