| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/early_printk: Replace obsolete simple_strtoul() usage with kstrtoint() | Shuah Khan | 2012-06-06 | 1 | -6/+6 |
* | x86: Return IRQ_SET_MASK_OK_NOCOPY from irq affinity functions | Jiang Liu | 2012-05-24 | 1 | -4/+5 |
* | Revert "x86/platform: Add a wallclock_init func to x86_platforms ops" | Feng Tang | 2012-05-24 | 2 | -4/+0 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-05-23 | 1 | -11/+1 |
|\ |
|
| * | new helper: sigsuspend() | Al Viro | 2012-05-21 | 1 | -11/+1 |
* | | Merge branch 'delete-mca' of git://git.kernel.org/pub/scm/linux/kernel/git/pa... | Linus Torvalds | 2012-05-23 | 9 | -530/+7 |
|\ \ |
|
| * | | MCA: delete all remaining traces of microchannel bus support. | Paul Gortmaker | 2012-05-17 | 9 | -530/+7 |
| | | | |
| \ \ | |
*-. \ \ | Merge branches 'perf-urgent-for-linus' and 'perf-core-for-linus' of git://git... | Linus Torvalds | 2012-05-23 | 1 | -1/+10 |
|\ \ \ \ |
|
| * | | | | perf/x86: Update event scheduling constraints for AMD family 15h models | Robert Richter | 2012-05-18 | 1 | -1/+10 |
* | | | | | Merge branch 'x86-reboot-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2012-05-23 | 2 | -192/+185 |
|\ \ \ \ \ |
|
| * | | | | | x86/reboot: Update nonmi_ipi parameter | Don Zickus | 2012-05-14 | 1 | -8/+4 |
| * | | | | | x86/reboot: Use NMI to assist in shutting down if IRQ fails | Don Zickus | 2012-05-14 | 1 | -5/+56 |
| * | | | | | Revert "x86, reboot: Use NMI instead of REBOOT_VECTOR to stop cpus" | Don Zickus | 2012-05-14 | 1 | -57/+2 |
| * | | | | | x86/reboot: Clean up coding style | Michael D Labriola | 2012-02-07 | 1 | -59/+70 |
| * | | | | | x86/reboot: Reduce to a single DMI table for reboot quirks | Michael D Labriola | 2012-02-07 | 1 | -93/+83 |
* | | | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2012-05-23 | 1 | -0/+40 |
|\ \ \ \ \ \ |
|
| * | | | | | | x86/vsmp: Fix number of CPUs when vsmp is disabled | Shai Fultheim | 2012-05-14 | 1 | -0/+40 |
* | | | | | | | Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2012-05-23 | 2 | -14/+88 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | x86, MCE, AMD: Disable error thresholding bank 4 on some models | Borislav Petkov | 2012-04-30 | 1 | -0/+37 |
| * | | | | | | | x86, MCE, AMD: Hide interrupt_enable sysfs node | Borislav Petkov | 2012-04-30 | 1 | -2/+7 |
| * | | | | | | | x86, MCE, AMD: Make APIC LVT thresholding interrupt optional | Borislav Petkov | 2012-04-30 | 1 | -12/+44 |
* | | | | | | | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2012-05-23 | 4 | -26/+19 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | x86, fpu: drop the fpu state during thread exit | Suresh Siddha | 2012-05-16 | 1 | -6/+13 |
| * | | | | | | | | x86, xsave: remove thread_has_fpu() bug check in __sanitize_i387_state() | Suresh Siddha | 2012-05-16 | 1 | -2/+0 |
| * | | | | | | | | fork: move the real prepare_to_copy() users to arch_dup_task_struct() | Suresh Siddha | 2012-05-16 | 3 | -18/+6 |
| | |_|_|_|_|/ /
| |/| | | | | | |
|
* | | | | | | | | Merge branch 'x86-extable-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2012-05-23 | 5 | -168/+208 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | x86, extable: Remove open-coded exception table entries in arch/x86/kernel/te... | H. Peter Anvin | 2012-04-20 | 1 | -8/+2 |
| * | | | | | | | | x86, extable: Remove open-coded exception table entries in arch/x86/kernel/en... | H. Peter Anvin | 2012-04-20 | 1 | -12/+4 |
| * | | | | | | | | x86, extable: Remove open-coded exception table entries in arch/x86/kernel/en... | H. Peter Anvin | 2012-04-20 | 1 | -33/+14 |
| * | | | | | | | | x86-32: Handle exception table entries during early boot | H. Peter Anvin | 2012-04-19 | 1 | -94/+129 |
| * | | | | | | | | x86-64: Handle exception table entries during early boot | H. Peter Anvin | 2012-04-19 | 1 | -19/+57 |
| * | | | | | | | | x86, paravirt: Replace GET_CR2_INTO_RCX with GET_CR2_INTO_RAX | H. Peter Anvin | 2012-04-19 | 1 | -3/+3 |
| * | | | | | | | | x86: Add symbolic constant for exceptions with error code | H. Peter Anvin | 2012-04-19 | 1 | -1/+1 |
* | | | | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2012-05-23 | 1 | -6/+6 |
|\ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ | Merge commit 'v3.4' into x86/urgent | H. Peter Anvin | 2012-05-21 | 3 | -12/+25 |
| |\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | x86, printk: Add missing KERN_CONT to NMI selftest | Sasha Levin | 2012-05-21 | 1 | -6/+6 |
| | | | | | | | | | | | |
| \ \ \ \ \ \ \ \ \ \ | |
| \ \ \ \ \ \ \ \ \ \ | |
| \ \ \ \ \ \ \ \ \ \ | |
| \ \ \ \ \ \ \ \ \ \ | |
| \ \ \ \ \ \ \ \ \ \ | |
| \ \ \ \ \ \ \ \ \ \ | |
| \ \ \ \ \ \ \ \ \ \ | |
*-------. \ \ \ \ \ \ \ \ \ \ | Merge branches 'x86-asm-for-linus', 'x86-cleanups-for-linus', 'x86-cpu-for-li... | Linus Torvalds | 2012-05-23 | 11 | -34/+53 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | | | | * | | | | | | | | | | | x86, microcode: microcode_core.c simple_strtoul cleanup | Shuah Khan | 2012-05-07 | 1 | -5/+4 |
| | | | * | | | | | | | | | | | | x86: Avoid double stack traces with show_regs() | Jan Beulich | 2012-05-09 | 6 | -12/+6 |
| | |_|/ / / / / / / / / / / /
| |/| | | | | | | | | | | | | |
|
| | | * | | | | | | | | | | | | x86/cache_info: Fix setup of l2/l3 ids | Shai Fultheim | 2012-05-07 | 1 | -2/+2 |
| | |/ / / / / / / / / / / /
| |/| | | | | | | | | | | | |
|
| | * | | | | | | | | | | | | x86/pci-calgary_64.c: Remove obsoleted simple_strtoul() usage | Shuah Khan | 2012-05-21 | 1 | -3/+5 |
| | * | | | | | | | | | | | | x86: Don't continue booting if we can't load the specified initrd | Peter Jones | 2012-05-16 | 1 | -4/+3 |
| | * | | | | | | | | | | | | x86: kernel/dumpstack.c simple_strtoul cleanup | Shuah Khan | 2012-05-15 | 1 | -2/+19 |
| | * | | | | | | | | | | | | x86: kernel/check.c simple_strtoul cleanup | Shuah Khan | 2012-05-15 | 1 | -6/+14 |
* | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2012-05-22 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | x86: Fix typo in MODULE_DEVICE_TABLE example: s/x86_cpu/x86cpu/ | Josh Triplett | 2012-04-16 | 1 | -1/+1 |
| | |_|_|_|_|_|_|_|/ / / / /
| |/| | | | | | | | | | | | |
|
* | | | | | | | | | | | | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2012-05-22 | 15 | -71/+57 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | x86/apic: Implement EIO micro-optimization | Michael S. Tsirkin | 2012-05-18 | 3 | -3/+3 |
| * | | | | | | | | | | | | | | x86/apic: Add apic->eoi_write() callback | Michael S. Tsirkin | 2012-05-18 | 11 | -0/+13 |
| * | | | | | | | | | | | | | | x86/apic: Only compile local function if used with !CONFIG_GENERIC_PENDING_IRQ | Márton Németh | 2012-05-08 | 1 | -23/+23 |