summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (second patchbomb from Andrew Morton)Linus Torvalds2014-08-0832-53/+2069
|\
| * kexec: verify the signature of signed PE bzImageVivek Goyal2014-08-083-0/+54
| * kexec: support kexec/kdump on EFI systemsVivek Goyal2014-08-081-12/+134
| * kexec: support for kexec on panic using new system callVivek Goyal2014-08-086-16/+687
| * kexec-bzImage64: support for loading bzImage using 64bit entryVivek Goyal2014-08-085-2/+406
| * kexec: load and relocate purgatory at kernel load timeVivek Goyal2014-08-082-0/+144
| * purgatory: core purgatory functionalityVivek Goyal2014-08-088-0/+305
| * purgatory/sha256: provide implementation of sha256 in purgaotory contextVivek Goyal2014-08-082-0/+305
| * kexec: implementation of new syscall kexec_file_loadVivek Goyal2014-08-081-0/+45
| * kexec: new syscall kexec_file_load() declarationVivek Goyal2014-08-081-0/+1
| * kernel: build bin2c based on config option CONFIG_BUILD_BIN2CVivek Goyal2014-08-081-0/+1
| * shm: add memfd_create() syscallDavid Herrmann2014-08-082-0/+2
| * arch/x86: replace strict_strto callsDaniel Walter2014-08-085-9/+9
| * arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate areaAndy Lutomirski2014-08-085-35/+3
| * lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual KconfigLaura Abbott2014-08-083-9/+3
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-08-075-17/+44
|\ \
| * | KVM: nVMX: fix "acknowledge interrupt on exit" when APICv is in useWanpeng Li2014-08-052-14/+40
| * | KVM: nVMX: Fix nested vmexit ack intr before load vmcs01Wanpeng Li2014-08-051-2/+2
| * | KVM: Give IRQFD its own separate enabling Kconfig optionPaul Mackerras2014-08-051-0/+1
| * | Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvmPaolo Bonzini2014-08-051-1/+1
| |\ \
| | * | KVM: Rename and add argument to check_extensionAlexander Graf2014-07-281-1/+1
* | | | Merge tag 'stable/for-linus-3.17-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2014-08-073-58/+20
|\ \ \ \ | |_|_|/ |/| | |
| * | | xen/setup: Remove Identity Map Debug MessageMatt Rushton2014-07-311-3/+2
| * | | xen/grant-table: remove support for V2 tablesDavid Vrabel2014-07-141-55/+5
| * | | x86/xen: safely map and unmap grant frames when in atomic contextDavid Vrabel2014-07-141-57/+91
| * | | xen: Introduce 'xen_nopv' to disable PV extensions for HVM guests.Konrad Rzeszutek Wilk2014-07-141-0/+13
* | | | Merge branch 'akpm' (patchbomb from Andrew Morton)Linus Torvalds2014-08-063-3/+6
|\ \ \ \
| * | | | memory-hotplug: x86_32: suitable memory should go to ZONE_MOVABLEWang Nan2014-08-061-1/+2
| * | | | memory-hotplug: x86_64: suitable memory should go to ZONE_MOVABLEWang Nan2014-08-061-1/+2
| * | | | mm: describe mmap_sem rules for __lock_page_or_retry() and callersPaul Cassella2014-08-061-1/+2
* | | | | Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-08-063-4/+7
|\ \ \ \ \
| * \ \ \ \ Merge branch 'acpi-config'Rafael J. Wysocki2014-07-272-0/+7
| |\ \ \ \ \
| | * | | | | ACPI / processor: Introduce ARCH_MIGHT_HAVE_ACPI_PDCHanjun Guo2014-07-211-0/+1
| | * | | | | ACPI: Don't use acpi_lapic in ACPI core codeGraeme Gregory2014-07-211-0/+5
| | * | | | | ACPI: add config for BIOS table scanGraeme Gregory2014-07-211-0/+1
| * | | | | | Merge branch 'acpi-headers'Rafael J. Wysocki2014-07-271-4/+0
| |\ \ \ \ \ \
| | * | | | | | ACPICA: Linux: Add support to exclude <asm/acenv.h> inclusion.Lv Zheng2014-07-231-4/+0
| | | |_|/ / / | | |/| | | |
* | | | | | | Merge tag 'sound-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-08-061-0/+78
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| | | | | | |
| | \ \ \ \ \
| *-. \ \ \ \ \ Merge remote-tracking branches 'asoc/topic/intel', 'asoc/topic/kirkwood', 'as...Mark Brown2014-08-041-0/+78
| |\ \ \ \ \ \ \
| | * | | | | | | ASoC: Intel: add mrfld pipelinesVinod Koul2014-06-231-0/+78
| | |/ / / / / /
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-08-061-8/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov2014-08-021-6/+6
| * | | | | | | | net: filter: rename sk_convert_filter() -> bpf_convert_filter()Alexei Starovoitov2014-08-021-1/+1
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-3011-89/+216
| |\ \ \ \ \ \ \ \
| * | | | | | | | | net: filter: rename 'struct sock_filter_int' into 'struct bpf_insn'Alexei Starovoitov2014-07-241-1/+1
* | | | | | | | | | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-08-062-0/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | random: introduce getrandom(2) system callTheodore Ts'o2014-08-052-0/+2
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2014-08-062-0/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | seccomp: add "seccomp" syscallKees Cook2014-07-182-0/+2
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-08-054-65/+43
|\ \ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud