summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-07-141-3/+4
|\
| * perf/x86: Fix incorrect use of do_div() in NMI warningDave Hansen2013-07-121-3/+4
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2013-07-112-4/+66
|\ \
| * | x86, mcheck, therm_throt: Process package thresholdsSrinivas Pandruvada2013-06-132-4/+66
* | | Merge tag 'kvm-3.11-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-07-111-2/+9
|\ \ \
| * | | KVM: VMX: mark unusable segment as nonpresentGleb Natapov2013-07-041-2/+9
* | | | Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2013-07-112-4/+0Star
|\ \ \ \
| * | | | mm: remove free_area_cacheMichel Lespinasse2013-07-112-4/+0Star
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-07-111-3/+1Star
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | perf/x86/amd: Do not print an error when the device is not presentPeter Zijlstra2013-07-051-3/+1Star
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-07-101-11/+18
|\ \ \ \
| * | | | x86/tracing: Add irq_enter/exit() in smp_trace_reschedule_interrupt()Seiji Aguchi2013-07-021-11/+18
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-07-101-17/+44
|\ \ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-07-0315-51/+71
| |\ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-208-185/+78Star
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-071-1/+4
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-0611-29/+102
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-05-256-14/+28
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86: bpf_jit_comp: secure bpf jit against spraying attacksEric Dumazet2013-05-201-6/+47
| * | | | | | | | | | x86: bpf_jit_comp: can call module_free() from any contextEric Dumazet2013-05-181-17/+3Star
* | | | | | | | | | | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-07-103-1/+87
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'core/mutexes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Dave Airlie2013-06-272-14/+8Star
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge tag 'v3.10-rc7' into drm-nextDave Airlie2013-06-2731-260/+243Star
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Add arch_phys_wc_{add, del} to manipulate WC MTRRs if neededAndy Lutomirski2013-05-313-1/+87
| | |_|_|/ / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | arm: add support for LZ4-compressed kernelKyungsik Lee2013-07-093-1/+10
* | | | | | | | | | | | | reboot: move arch/x86 reboot= handling to generic kernelRobin Holt2013-07-093-121/+4Star
* | | | | | | | | | | | | 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/+8Star
* | | | | | | | | | | | | 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/+20Star
* | | | | | | | | | | | | ptrace/x86: simplify the "disable" logic in ptrace_write_dr7()Oleg Nesterov2013-07-091-25/+15Star
* | | | | | | | | | | | | ptrace/x86: revert "hw_breakpoints: Fix racy access to ptrace breakpoints"Oleg Nesterov2013-07-091-23/+5Star
* | | | | | | | | | | | | mm/pgtable: don't accumulate addr during pgd prepopulate pmdWanpeng Li2013-07-091-3/+1Star
* | | | | | | | | | | | | 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/+258Star
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | 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/+30Star
| | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-07-061-3/+1Star
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | irqdomain: Refactor irq_domain_associate_many()Grant Likely2013-06-241-3/+1Star
| | |_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2013-07-0514-2386/+1016Star
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ 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/+2Star
| * | | | | | | | | | | | | | Revert "crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipher"Jussi Kivilinna2013-06-215-1089/+24Star
| * | | | | | | | | | | | | | 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