summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* reboot: move arch/x86 reboot= handling to generic kernelRobin Holt2013-07-093-121/+4
* reboot: x86: prepare reboot_mode for moving to generic kernel codeRobin Holt2013-07-091-5/+7
* ptrace/x86: flush_ptrace_hw_breakpoint() shoule clear the virtual debug regis...Oleg Nesterov2013-07-091-0/+3
* ptrace/x86: cleanup ptrace_set_debugreg()Oleg Nesterov2013-07-091-18/+8
* ptrace/x86: ptrace_write_dr7() should create bp if !disabledOleg Nesterov2013-07-091-7/+10
* ptrace/x86: introduce ptrace_register_breakpoint()Oleg Nesterov2013-07-091-36/+50
* ptrace/x86: dont delay "disable" till second pass in ptrace_write_dr7()Oleg Nesterov2013-07-091-33/+20
* ptrace/x86: simplify the "disable" logic in ptrace_write_dr7()Oleg Nesterov2013-07-091-25/+15
* ptrace/x86: revert "hw_breakpoints: Fix racy access to ptrace breakpoints"Oleg Nesterov2013-07-091-23/+5
* mm/pgtable: don't accumulate addr during pgd prepopulate pmdWanpeng Li2013-07-091-3/+1
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-07-069-48/+75
|\
| * Merge branch 'timers/posix-cpu-timers-for-tglx' ofThomas Gleixner2013-07-0434-271/+258
| |\
| * | x86: xen: Sync the CMOS RTC as well as the Xen wallclockDavid Vrabel2013-06-281-19/+26
| * | x86: xen: Sync the wallclock when the system time is setDavid Vrabel2013-06-281-0/+28
| * | x86: Fix vrtc_get_time/set_mmss to use new timespec interfaceJohn Stultz2013-05-292-7/+8
| * | x86: Increase precision of x86_platform.get/set_wallclock()David Vrabel2013-05-287-39/+30
* | | Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-07-061-3/+1
|\ \ \
| * | | irqdomain: Refactor irq_domain_associate_many()Grant Likely2013-06-241-3/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2013-07-0514-2386/+1016
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptoHerbert Xu2013-06-213-18/+34
| |\ \ \ \
| * | | | | Revert "crypto: twofish - add AVX2/x86_64 assembler implementation of twofish...Jussi Kivilinna2013-06-215-1216/+2
| * | | | | Revert "crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipher"Jussi Kivilinna2013-06-215-1089/+24
| * | | | | crypto: camellia-aesni-avx2 - tune assembly code for more performanceJussi Kivilinna2013-06-211-71/+89
| * | | | | crypto: sha256_ssse3 - add sha224 supportJussi Kivilinna2013-05-281-5/+52
| * | | | | crypto: sha512_ssse3 - add sha384 supportJussi Kivilinna2013-05-281-5/+53
| * | | | | crypto: crct10dif - Glue code to cast accelerated CRCT10DIF assembly as a cry...Tim Chen2013-05-242-0/+153
| * | | | | crypto: crct10dif - Accelerated CRC T10 DIF computation with PCLMULQDQ instru...Tim Chen2013-05-201-0/+643
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-07-041-4/+4
|\ \ \ \ \ \
| * | | | | | update AMD powerflags commentsThorsten Glaser2013-05-281-4/+4
* | | | | | | Merge branch 'kconfig-diet' from Dave HansenLinus Torvalds2013-07-042-10/+1
|\ \ \ \ \ \ \
| * | | | | | | consolidate per-arch stack overflow debugging optionsDave Hansen2013-07-042-10/+1
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds2013-07-0311-91/+57
|\ \ \ \ \ \ \
| * | | | | | | rapidio: add modular build option for the subsystem coreAlexandre Bounine2013-07-031-2/+2
| * | | | | | | x86: kill TIF_DEBUGOleg Nesterov2013-07-031-3/+1
| * | | | | | | mm/x86: prepare for removing num_physpages and simplify mem_init()Jiang Liu2013-07-035-52/+4
| * | | | | | | mm: concentrate modification of totalram_pages into the mm coreJiang Liu2013-07-032-2/+2
| * | | | | | | mm: make __free_pages_bootmem() only available at boot timeJiang Liu2013-07-031-16/+2
| * | | | | | | mm: accurately calculate zone->managed_pages for highmem zonesJiang Liu2013-07-031-0/+6
| * | | | | | | mm/x86: use free_reserved_area() to simplify codeJiang Liu2013-07-032-14/+5
| * | | | | | | mm: soft-dirty bits for user memory changes trackingPavel Emelyanov2013-07-033-2/+35
* | | | | | | | Merge tag 'pci-v3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-07-031-5/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/PCI: Increase info->res_num before checking pci_use_crsYijing Wang2013-05-281-5/+2
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-07-034-3/+12
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'acpi-pm'Rafael J. Wysocki2013-06-284-3/+12
| |\ \ \ \ \ \ \ \
| | * | | | | | | | x86 / ACPI / sleep: Provide registration for acpi_suspend_lowlevel.Konrad Rzeszutek Wilk2013-06-194-3/+12
* | | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-07-0312-391/+567
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | KVM: Fix RTC interrupt coalescing trackingGleb Natapov2013-06-272-24/+35
| * | | | | | | | | | kvm: Add a tracepoint write_tsc_offsetYoshihiro YUNOMAE2013-06-274-2/+37
| * | | | | | | | | | KVM: MMU: Inform users of mmio generation wraparoundTakuya Yoshikawa2013-06-271-1/+3
| * | | | | | | | | | KVM: MMU: document fast invalidate all pagesXiao Guangrong2013-06-271-0/+3