| Commit message (Expand) | Author | Age |
... | |
| * | x86-64: Allow alternative patching in the vDSO | Andy Lutomirski | 2011-07-13 |
| * | x86: Make alternative instruction pointers relative | Andy Lutomirski | 2011-07-13 |
| * | x86-64: Improve vsyscall emulation CS and RIP handling | Andy Lutomirski | 2011-07-13 |
| * | x86-64: Emulate legacy vsyscalls | Andy Lutomirski | 2011-06-07 |
| * | x86-64: Fill unused parts of the vsyscall page with 0xcc | Andy Lutomirski | 2011-06-06 |
| * | x86-64: Remove vsyscall number 3 (venosys) | Andy Lutomirski | 2011-06-06 |
| * | x86-64: Map the HPET NX | Andy Lutomirski | 2011-06-05 |
| * | x86-64: Remove kernel.vsyscall64 sysctl | Andy Lutomirski | 2011-06-05 |
| * | x86-64: Give vvars their own page | Andy Lutomirski | 2011-06-05 |
| * | x86-64: Document some of entry_64.S | Andy Lutomirski | 2011-06-05 |
| * | x86-64: Fix alignment of jiffies variable | Andy Lutomirski | 2011-06-05 |
* | | Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2011-07-22 |
|\ \ |
|
| * | | x86, UV: Correct UV2 BAU destination timeout | cpw@sgi.com | 2011-06-21 |
| * | | x86, UV: Correct failed topology memory leak | cpw@sgi.com | 2011-06-21 |
| * | | x86, UV: Remove cpumask_t from the stack | cpw@sgi.com | 2011-06-21 |
| * | | x86, UV: Rename hubmask to pnmask | cpw@sgi.com | 2011-06-21 |
| * | | x86, UV: Correct reset_with_ipi() | cpw@sgi.com | 2011-06-21 |
| * | | x86, UV: Allow for non-consecutive sockets | cpw@sgi.com | 2011-06-21 |
| * | | x86, UV: Inline header file functions | cpw@sgi.com | 2011-06-21 |
| * | | x86, UV: Fix smp_processor_id() use in a preemptable region | cpw@sgi.com | 2011-06-21 |
| * | | x66, UV: Enable 64-bit ACPI MFCG support for SGI UV2 platform | Jack Steiner | 2011-06-03 |
| * | | x86, UV: Clean up uv_mmrs.h | Jack Steiner | 2011-05-30 |
* | | | Merge branch 'x86-signal-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2011-07-22 |
|\ \ \ |
|
| * | | | x86: Kill handle_signal()->set_fs() | Oleg Nesterov | 2011-07-15 |
| * | | | x86, do_signal: Simplify the TS_RESTORE_SIGMASK logic | Oleg Nesterov | 2011-07-15 |
| * | | | x86, signals: Convert the X86_32 code to use set_current_blocked() | Oleg Nesterov | 2011-07-15 |
| * | | | x86, signals: Convert the IA32_EMULATION code to use set_current_blocked() | Oleg Nesterov | 2011-07-15 |
* | | | | Merge branch 'x86-numa-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2011-07-22 |
|\ \ \ \ |
|
| * | | | | x86, numa: Implement pfn -> nid mapping granularity check | Tejun Heo | 2011-07-13 |
| * | | | | x86, mm: s/PAGES_PER_ELEMENT/PAGES_PER_SECTION/ | Tejun Heo | 2011-07-13 |
| |/ / / |
|
* | | | | Merge branch 'x86-mtrr-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2011-07-22 |
|\ \ \ \ |
|
| * | | | | x86, mtrr: Use pci_dev->revision | Sergei Shtylyov | 2011-07-02 |
| * | | | | x86, mtrr: use stop_machine APIs for doing MTRR rendezvous | Suresh Siddha | 2011-06-27 |
| * | | | | x86, mtrr: lock stop machine during MTRR rendezvous sequence | Suresh Siddha | 2011-06-27 |
* | | | | | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2011-07-22 |
|\ \ \ \ \ |
|
| * | | | | | x86, microcode, AMD: Fix section header size check | Borislav Petkov | 2011-06-16 |
| * | | | | | x86, microcode, AMD: Correct buf references | Borislav Petkov | 2011-06-15 |
* | | | | | | Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2011-07-22 |
|\ \ \ \ \ \ |
|
| * | | | | | | x86, mce: Use mce_sysdev_ prefix to group functions | Hidetoshi Seto | 2011-06-16 |
| * | | | | | | x86, mce: Use mce_chrdev_ prefix to group functions | Hidetoshi Seto | 2011-06-16 |
| * | | | | | | x86, mce: Cleanup mce_read() | Hidetoshi Seto | 2011-06-16 |
| * | | | | | | x86, mce: Cleanup mce_create()/remove_device() | Hidetoshi Seto | 2011-06-16 |
| * | | | | | | x86, mce: Check the result of ancient_init() | Hidetoshi Seto | 2011-06-16 |
| * | | | | | | x86, mce: Introduce mce_gather_info() | Hidetoshi Seto | 2011-06-16 |
| * | | | | | | x86, mce: Replace MCM_ with MCI_MISC_ | Hidetoshi Seto | 2011-06-16 |
| * | | | | | | x86, mce: Replace MCE_SELF_VECTOR by irq_work | Hidetoshi Seto | 2011-06-16 |
| * | | | | | | x86, mce, severity: Clean up trivial coding style problems | Hidetoshi Seto | 2011-06-16 |
| * | | | | | | x86, mce, severity: Cleanup severity table | Hidetoshi Seto | 2011-06-16 |
| * | | | | | | x86, mce, severity: Make formatting a bit more readable | Hidetoshi Seto | 2011-06-16 |
| * | | | | | | x86, mce, severity: Fix two severities table signatures | Tony Luck | 2011-06-16 |