summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-11-129-728/+409
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86/efi: Add EFI framebuffer earlyprintk supportMatt Fleming2013-10-285-0/+211
| * | | | | | | | | | x86/efi: Fix config_table_type array terminationLeif Lindholm2013-10-041-1/+1
| * | | | | | | | | | x86 efi: bugfix interrupt disabling sequenceBart Kuivenhoven2013-09-301-15/+2
| * | | | | | | | | | x86: EFI stub support for large memory mapsLinn Crosetto2013-09-301-61/+161
| * | | | | | | | | | efi: Generalize handle_ramdisks() and rename to handle_cmdline_files().Roy Franz2013-09-251-1/+8
| * | | | | | | | | | efi: Allow efi_free() to be called with size of 0Roy Franz2013-09-251-2/+1
| * | | | | | | | | | efi: use efi_get_memory_map() to get final map for x86Roy Franz2013-09-251-17/+5
| * | | | | | | | | | efi: Move unicode to ASCII conversion to shared function.Roy Franz2013-09-251-37/+6
| * | | | | | | | | | efi: Generalize relocate_kernel() for use by other architectures.Roy Franz2013-09-251-2/+8
| * | | | | | | | | | efi: Move relocate_kernel() to shared file.Roy Franz2013-09-251-34/+0
| * | | | | | | | | | efi: Rename memory allocation/free functionsRoy Franz2013-09-251-9/+10
| * | | | | | | | | | efi: Add system table pointer argument to shared functions.Roy Franz2013-09-251-18/+20
| * | | | | | | | | | efi: Move common EFI stub code from x86 arch code to common locationRoy Franz2013-09-252-442/+1
| * | | | | | | | | | efi: Add proper definitions for some EFI function pointers.Roy Franz2013-09-251-8/+0
| * | | | | | | | | | EFI stub documentation updatesRoy Franz2013-09-251-1/+1
| * | | | | | | | | | efi: x86: make efi_lookup_mapped_addr() a common functionLeif Lindholm2013-09-051-28/+2
| * | | | | | | | | | efi: x86: ia64: provide a generic efi_config_init()Leif Lindholm2013-09-051-88/+8
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-11-128-40/+45
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86/cpu: Increase max CPU count to 8192Josh Boyer2013-11-061-2/+2
| * | | | | | | | | | x86/cpu: Allow higher NR_CPUS valuesJosh Boyer2013-11-061-2/+4
| * | | | | | | | | | x86/cpu: Always print SMP information in /proc/cpuinfoHATAYAMA Daisuke2013-11-061-9/+6
| * | | | | | | | | | Merge tag 'v3.12' into x86/cpu, to refresh the branch before queueing up more...Ingo Molnar2013-11-064-7/+8
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | x86/cpu: Track legacy CPU model data only on 32-bit kernelsJan Beulich2013-10-266-28/+34
| | |_|_|_|/ / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-11-122-7/+11
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | x86, msr: Use file_inode(), not f_mapping->hostAndre Richter2013-10-081-1/+1
| * | | | | | | | | | | x86: mkpiggy.c: Explicitly close the output fileGeyslan G. Bem2013-10-081-6/+10
| | |_|_|/ / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-11-124-17/+30
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | x86, defconfig: Add DEVTMPFS and DEVTMPFS_MOUNT to *86*_defconfigChen Gang2013-11-042-0/+4
| * | | | | | | | | | | x86, build: move build output statistics away from stderrKees Cook2013-09-262-17/+26
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-11-124-8/+58
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | x86/boot: Further compress CPUs bootup messageBorislav Petkov2013-10-012-10/+34
| * | | | | | | | | | | x86: Improve the printout of the SMP bootup CPU tableBorislav Petkov2013-09-284-7/+33
* | | | | | | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-11-124-62/+101
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | x86: Unify copy_to_user() and add size checking to itJan Beulich2013-10-264-16/+32
| * | | | | | | | | | | | x86: Unify copy_from_user() size checkingJan Beulich2013-10-264-46/+69
| | |_|_|/ / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-11-122-5/+5
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | x86/apic: Disable I/O APIC before shutdown of the local APICFenghua Yu2013-11-072-5/+5
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-11-121-0/+8
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | x86/time: Honor ACPI FADT flag indicating absence of a CMOS RTCJan Beulich2013-10-261-0/+8
| | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-11-1221-113/+280
|\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'linus' into sched/coreIngo Molnar2013-11-017-14/+52
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | x86: Apply the asm_volatile_goto() compiler quirkIngo Molnar2013-10-111-1/+1
| * | | | | | | | | | | | | Merge branch 'core/urgent' into sched/coreIngo Molnar2013-10-115-26/+21
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge tag 'v3.12-rc4' into sched/coreIngo Molnar2013-10-0916-57/+102
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | sched: Revert need_resched() to look at TIF_NEED_RESCHEDPeter Zijlstra2013-09-281-8/+0
| * | | | | | | | | | | | | | sched, x86: Optimize the preempt_schedule() callPeter Zijlstra2013-09-256-0/+101
| * | | | | | | | | | | | | | sched, x86: Provide a per-cpu preempt_count implementationPeter Zijlstra2013-09-2510-17/+124
| * | | | | | | | | | | | | | sched: Extract the basic add/sub preempt_count modifiersPeter Zijlstra2013-09-251-2/+2
| * | | | | | | | | | | | | | sched, arch: Create asm/preempt.hPeter Zijlstra2013-09-251-0/+1
OpenPOWER on IntegriCloud