| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2017-05-01 | 1 | -4/+4 |
|\ |
|
| * | x86/boot/e820: Create coherent API function names for E820 range operations | Ingo Molnar | 2017-01-28 | 1 | -1/+1 |
| * | x86/boot/e820: Rename everything to e820_table | Ingo Molnar | 2017-01-28 | 1 | -3/+3 |
| * | x86/boot/e820: Rename 'e820_map' variables to 'e820_array' | Ingo Molnar | 2017-01-28 | 1 | -3/+3 |
| * | x86/boot/e820: Move asm/e820.h to asm/e820/api.h | Ingo Molnar | 2017-01-28 | 1 | -1/+1 |
* | | x86/lguest/timer: Set ->min_delta_ticks and ->max_delta_ticks | Nicolai Stange | 2017-04-14 | 1 | -0/+2 |
|/ |
|
* | clocksource: Use a plain u64 instead of cycle_t | Thomas Gleixner | 2016-12-25 | 1 | -1/+1 |
* | x86/fpu: Remove clts() | Andy Lutomirski | 2016-11-01 | 1 | -12/+0 |
* | x86/fpu, lguest: Remove CR0.TS support | Andy Lutomirski | 2016-11-01 | 1 | -10/+7 |
* | lguest: Read offset of device_cap later | Paul Bolle | 2016-06-10 | 1 | -9/+3 |
* | lguest: Read length of device_cap later | Paul Bolle | 2016-06-10 | 1 | -4/+3 |
* | x86/paravirt: Remove paravirt_enabled() | Luis R. Rodriguez | 2016-04-22 | 1 | -2/+0 |
* | x86/rtc: Replace paravirt rtc check with platform legacy quirk | Luis R. Rodriguez | 2016-04-22 | 1 | -1/+0 |
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2016-03-14 | 1 | -1/+1 |
|\ |
|
| * | x86/cpufeature: Use enum cpuid_leafs instead of magic numbers | Huaitong Han | 2016-02-01 | 1 | -1/+1 |
* | | locking/lockdep: Eliminate lockdep_init() | Andrey Ryabinin | 2016-02-09 | 1 | -6/+0 |
|/ |
|
* | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2016-01-11 | 1 | -1/+0 |
|\ |
|
| * | x86/paravirt: Remove paravirt ops pmd_update[_defer] and pte_update_defer | Juergen Gross | 2015-11-25 | 1 | -1/+0 |
* | | x86/paravirt: Prevent rtc_cmos platform device init on PV guests | David Vrabel | 2015-12-19 | 1 | -0/+1 |
|/ |
|
* | genirq: Remove irq argument from irq flow handlers | Thomas Gleixner | 2015-09-16 | 1 | -1/+1 |
* | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-09-01 | 1 | -30/+37 |
|\ |
|
| * | x86/irq: Store irq descriptor in vector array | Thomas Gleixner | 2015-08-06 | 1 | -1/+3 |
| * | x86/lguest: Do not setup unused irq vectors | Thomas Gleixner | 2015-08-06 | 1 | -9/+13 |
| * | x86/lguest: Clean up lguest_setup_irq | Rusty Russell | 2015-08-06 | 1 | -21/+22 |
* | | x86/lguest/timer: Migrate to new set-state interface | Viresh Kumar | 2015-07-30 | 1 | -18/+6 |
|/ |
|
* | Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-06-22 | 1 | -2/+2 |
|\ |
|
| * | x86/asm/entry: Remove SYSCALL_VECTOR | Brian Gerst | 2015-05-10 | 1 | -2/+2 |
* | | x86/fpu: Rename i387.h to fpu/api.h | Ingo Molnar | 2015-05-19 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-04-22 | 2 | -21/+16 |
|\ |
|
| * | lguest: suppress interrupts for single insn, not range. | Rusty Russell | 2015-03-24 | 2 | -11/+7 |
| * | lguest: simplify lguest_iret | Denys Vlasenko | 2015-03-24 | 1 | -10/+9 |
| * | lguest: rename i386_head.S in the comments | Alexander Kuleshov | 2015-03-24 | 1 | -2/+2 |
| * | lguest: fix pending interrupt test. | Rusty Russell | 2015-03-20 | 1 | -1/+1 |
* | | x86/asm/entry/irq: Simplify interrupt dispatch table (IDT) layout | Denys Vlasenko | 2015-04-08 | 1 | -1/+2 |
* | | x86/asm/entry: Add this_cpu_sp0() to read sp0 for the current cpu | Andy Lutomirski | 2015-03-06 | 1 | -0/+1 |
|/ |
|
* | lguest: update help text. | Rusty Russell | 2015-02-19 | 1 | -1/+1 |
* | lguest: now depends on PCI | Rusty Russell | 2015-02-19 | 1 | -1/+1 |
* | lguest: don't look in console features to find emerg_wr. | Rusty Russell | 2015-02-13 | 1 | -33/+24 |
* | lguest: use the PCI console device's emerg_wr for early boot messages. | Rusty Russell | 2015-02-11 | 1 | -12/+134 |
* | lguest: Override pcibios_enable_irq/pcibios_disable_irq to our stupid PIC | Rusty Russell | 2015-02-11 | 1 | -0/+24 |
* | lguest: disable ACPI explicitly. | Rusty Russell | 2015-02-11 | 1 | -0/+4 |
* | lguest: don't disable iospace. | Rusty Russell | 2015-02-11 | 1 | -8/+0 |
* | x86: Avoid building unused IRQ entry stubs | Jan Beulich | 2014-12-16 | 1 | -1/+1 |
* | asmlinkage, x86: Add explicit __visible to arch/x86/* | Andi Kleen | 2014-05-05 | 1 | -2/+2 |
* | x86, asmlinkage, lguest: Fix C functions used by inline assembler | Andi Kleen | 2014-01-29 | 1 | -6/+6 |
* | lguest: fix GPF in guest when using gdb. | Rusty Russell | 2013-09-06 | 1 | -0/+7 |
* | lguest: Point to the right directory for the lguest launcher | Holger Hans Peter Freyther | 2013-07-15 | 1 | -2/+1 |
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2013-07-06 | 1 | -2/+2 |
|\ |
|
| * | x86: Increase precision of x86_platform.get/set_wallclock() | David Vrabel | 2013-05-28 | 1 | -2/+2 |
| | | |
| \ | |
*-. \ | Merge tags 'modules-next-for-linus' and 'virtio-next-for-linus' of git://git.... | Linus Torvalds | 2013-07-03 | 2 | -1/+1 |
|\ \ \
| | |/
| |/| |
|