| Commit message (Expand) | Author | Age | Files | Lines |
* | kexec: verify the signature of signed PE bzImage | Vivek Goyal | 2014-08-08 | 1 | -0/+22 |
* | kexec: load and relocate purgatory at kernel load time | Vivek Goyal | 2014-08-08 | 1 | -0/+2 |
* | kernel: build bin2c based on config option CONFIG_BUILD_BIN2C | Vivek Goyal | 2014-08-08 | 1 | -0/+1 |
* | lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual Kconfig | Laura Abbott | 2014-08-08 | 1 | -0/+1 |
* | Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2014-08-06 | 1 | -0/+2 |
|\ |
|
| * | ACPI / processor: Introduce ARCH_MIGHT_HAVE_ACPI_PDC | Hanjun Guo | 2014-07-21 | 1 | -0/+1 |
| * | ACPI: add config for BIOS table scan | Graeme Gregory | 2014-07-21 | 1 | -0/+1 |
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2014-08-05 | 1 | -1/+1 |
|\ \ |
|
| * | | clocksource: Move cycle_last validation to core code | Thomas Gleixner | 2014-07-23 | 1 | -0/+1 |
| * | | ktime: Kill non-scalar ktime_t implementation for 2038 | John Stultz | 2014-07-23 | 1 | -1/+0 |
* | | | Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-08-04 | 1 | -0/+2 |
|\ \ \ |
|
| * | | | acpi, apei, ghes: Make NMI error notification to be GHES architecture extension. | Tomasz Nowicki | 2014-07-22 | 1 | -0/+2 |
| | |/
| |/| |
|
* | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2014-08-04 | 1 | -0/+4 |
|\ \ \ |
|
| * | | | x86/platform: New Intel Atom SOC power management controller driver | Li, Aubrey | 2014-07-25 | 1 | -0/+4 |
| | |/
| |/| |
|
* | | | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-08-04 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | efi/x86: Move UEFI Runtime Services wrappers to generic code | Ard Biesheuvel | 2014-07-07 | 1 | -0/+1 |
* | | | | Merge tag 'trace-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 2014-08-04 | 1 | -1/+0 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | ftrace: x86: Remove check of obsolete variable function_trace_stop | Steven Rostedt (Red Hat) | 2014-07-18 | 1 | -1/+0 |
| | |/
| |/| |
|
* | | | locking/mutex: Disable optimistic spinning on some architectures | Peter Zijlstra | 2014-07-16 | 1 | -0/+1 |
|/ / |
|
* | | x86, kaslr: boot-time selectable with hibernation | Kees Cook | 2014-06-16 | 1 | -1/+0 |
|/ |
|
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2014-06-12 | 1 | -0/+1 |
|\ |
|
| * | x86, locking/rwlocks: Enable qrwlocks on x86 | Waiman Long | 2014-06-06 | 1 | -0/+1 |
* | | Merge branch 'x86/espfix' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 2014-06-05 | 1 | -4/+21 |
|\ \ |
|
| * | | x86, espfix: Make it possible to disable 16-bit support | H. Peter Anvin | 2014-05-04 | 1 | -5/+18 |
| * | | x86, espfix: Make espfix64 a Kconfig option, fix UML | H. Peter Anvin | 2014-05-04 | 1 | -0/+4 |
| |/ |
|
* | | Merge branch 'akpm' (patchbomb from Andrew) into next | Linus Torvalds | 2014-06-04 | 1 | -3/+7 |
|\ \ |
|
| * | | mm: x86 pgtable: require X86_64 for soft-dirty tracker | Cyrill Gorcunov | 2014-06-04 | 1 | -1/+1 |
| * | | x86: enable DMA CMA with swiotlb | Akinobu Mita | 2014-06-04 | 1 | -1/+1 |
| * | | x86: require x86-64 for automatic NUMA balancing | Mel Gorman | 2014-06-04 | 1 | -1/+1 |
| * | | hugetlb: restrict hugepage_migration_support() to x86_64 | Naoya Horiguchi | 2014-06-04 | 1 | -0/+4 |
* | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2014-06-04 | 1 | -0/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | x86: Implement arch_setup/teardown_hwirq() | Thomas Gleixner | 2014-05-16 | 1 | -0/+1 |
| |/ |
|
* | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2014-06-03 | 1 | -5/+2 |
|\ \ |
|
| * | | x86, iosf: Make IOSF driver modular and usable by more drivers | David E. Box | 2014-05-09 | 1 | -5/+2 |
| |/ |
|
* | | Merge tag 'tty-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2014-06-03 | 1 | -0/+3 |
|\ \ |
|
| * | | x86: move FIX_EARLYCON_MEM kconfig into x86 | Rob Herring | 2014-04-24 | 1 | -0/+3 |
| |/ |
|
* | | goldfish: Allow 64bit builds | Alan | 2014-05-15 | 1 | -1/+0 |
|/ |
|
* | Merge git://git.infradead.org/users/eparis/audit | Linus Torvalds | 2014-04-12 | 1 | -0/+1 |
|\ |
|
| * | audit: Add CONFIG_HAVE_ARCH_AUDITSYSCALL | AKASHI Takahiro | 2014-03-20 | 1 | -0/+1 |
* | | x86: use generic early_ioremap | Mark Salter | 2014-04-07 | 1 | -0/+1 |
* | | Merge branch 'x86-nuke-platforms-for-linus' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 2014-04-02 | 1 | -73/+9 |
|\ \ |
|
| * | | x86, platforms: Remove NUMAQ | H. Peter Anvin | 2014-02-27 | 1 | -28/+8 |
| * | | x86, platforms: Remove SGI Visual Workstation | H. Peter Anvin | 2014-02-27 | 1 | -17/+0 |
| * | | x86, apic: Remove support for IBM Summit/EXA chipset | David Rientjes | 2014-02-11 | 1 | -28/+9 |
| * | | x86, apic: Remove support for ia32-based Unisys ES7000 | David Rientjes | 2014-02-11 | 1 | -10/+2 |
* | | | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2014-04-02 | 1 | -9/+21 |
|\ \ \ |
|
| * | | | x86, vdso: Make vsyscall_gtod_data handling x86 generic | Stefani Seibold | 2014-03-18 | 1 | -2/+2 |
| * | | | x86, vdso: Remove compat vdso support | Andy Lutomirski | 2014-03-13 | 1 | -7/+19 |
| |/ / |
|
* | | | Merge tag 'driver-core-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-04-01 | 1 | -3/+1 |
|\ \ \ |
|
| * | | | x86: align x86 arch with generic CPU modalias handling | Ard Biesheuvel | 2014-02-18 | 1 | -3/+1 |
| |/ / |
|