summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* x86, extable: Switch to relative exception table entriesH. Peter Anvin2012-04-203-22/+146
* x86, extable: Disable presorted exception table for nowH. Peter Anvin2012-04-201-1/+0
* x86, extable: Add _ASM_EXTABLE_EX() macroH. Peter Anvin2012-04-202-12/+24
* x86, extable: Remove open-coded exception table entries in arch/x86/ia32/ia32...H. Peter Anvin2012-04-201-3/+1
* x86, extable: Remove open-coded exception table entries in arch/x86/include/a...H. Peter Anvin2012-04-201-8/+2
* x86, extable: Remove open-coded exception table entries in arch/x86/include/a...H. Peter Anvin2012-04-201-3/+2
* x86, extable: Remove the now-unused __ASM_EX_SEC macrosH. Peter Anvin2012-04-201-2/+0
* x86, extable: Remove open-coded exception table entries in arch/x86/xen/xen-a...H. Peter Anvin2012-04-201-4/+2
* x86, extable: Remove open-coded exception table entries in arch/x86/um/checks...H. Peter Anvin2012-04-201-6/+3
* x86, extable: Remove open-coded exception table entries in arch/x86/lib/userc...H. Peter Anvin2012-04-201-126/+106
* x86, extable: Remove open-coded exception table entries in arch/x86/lib/putus...H. Peter Anvin2012-04-201-7/+5
* x86, extable: Remove open-coded exception table entries in arch/x86/lib/getus...H. Peter Anvin2012-04-201-5/+4
* x86, extable: Remove open-coded exception table entries in arch/x86/lib/csum-...H. Peter Anvin2012-04-201-12/+4
* x86, extable: Remove open-coded exception table entries in arch/x86/lib/copy_...H. Peter Anvin2012-04-201-27/+23
* x86, extable: Remove open-coded exception table entries in arch/x86/lib/copy_...H. Peter Anvin2012-04-201-37/+26
* x86, extable: Remove open-coded exception table entries in arch/x86/lib/check...H. Peter Anvin2012-04-201-6/+3
* x86, extable: Remove open-coded exception table entries in arch/x86/kernel/te...H. Peter Anvin2012-04-201-8/+2
* x86, extable: Remove open-coded exception table entries in arch/x86/kernel/en...H. Peter Anvin2012-04-201-12/+4
* x86, extable: Remove open-coded exception table entries in arch/x86/kernel/en...H. Peter Anvin2012-04-201-33/+14
* x86, extable: Remove open-coded exception table entries in arch/x86/ia32/ia32...H. Peter Anvin2012-04-201-3/+2
* x86, extable: Use .pushsection ... .popsection for _ASM_EXTABLE()H. Peter Anvin2012-04-201-10/+10
* x86, doc: Revert "x86: Document rdmsr_safe restrictions"H. Peter Anvin2012-04-191-8/+1
* x86-32: Handle exception table entries during early bootH. Peter Anvin2012-04-191-94/+129
* x86-64: Handle exception table entries during early bootH. Peter Anvin2012-04-192-20/+58
* x86, extable: Add early_fixup_exception()H. Peter Anvin2012-04-191-0/+17
* x86, paravirt: Replace GET_CR2_INTO_RCX with GET_CR2_INTO_RAXH. Peter Anvin2012-04-192-7/+5
* x86: Add symbolic constant for exceptions with error codeH. Peter Anvin2012-04-192-1/+3
* x86, nop: Make the ASM_NOP* macros work from assemblyH. Peter Anvin2012-04-191-0/+4
* x86: Select BUILDTIME_EXTABLE_SORTDavid Daney2012-04-191-0/+1
* x86-32: fix up strncpy_from_user() sign errorLinus Torvalds2012-04-151-2/+2
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-04-122-5/+5
|\
| * x86: Use correct byte-sized register constraint in __add()H. Peter Anvin2012-04-061-1/+1
| * x86: Use correct byte-sized register constraint in __xchg_op()Jeremy Fitzhardinge2012-04-061-1/+1
| * x86: vsyscall: Use NULL instead 0 for a pointer argumentEmil Goode2012-04-061-3/+3
* | x86: merge 32/64-bit versions of 'strncpy_from_user()' and speed it upLinus Torvalds2012-04-116-145/+105
* | um: Use asm-generic/switch_to.hRichard Weinberger2012-04-101-7/+0
* | um: Disintegrate asm/system.hRichard Weinberger2012-04-103-135/+82
* | um: fix linker script generationAl Viro2012-04-091-0/+3
* | Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-04-073-1/+7
|\ \
| * | KVM: Resolve RCU vs. async page fault problemGleb Natapov2012-04-051-0/+4
| * | KVM: VMX: vmx_set_cr0 expects kvm->srcu lockedMarcelo Tosatti2012-04-051-0/+2
| * | KVM: PMU: Fix integer constant is too large warning in kvm_pmu_set_msr()Sasikantha babu2012-04-051-1/+1
* | | Merge tag 'stable/for-linus-3.4-rc1-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-04-062-2/+4
|\ \ \
| * | | xen/smp: Remove unnecessary call to smp_processor_id()Srivatsa S. Bhat2012-04-061-1/+1
| * | | xen/x86: Workaround 'x86/ioapic: Add register level checks to detect bogus io...Konrad Rzeszutek Wilk2012-04-061-1/+3
* | | | Make the "word-at-a-time" helper functions more commonly usableLinus Torvalds2012-04-061-0/+46
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-04-062-48/+115
|\ \ \ \
| * | | | bpf jit: Let the x86 jit handle negative offsetsJan Seiffert2012-04-032-48/+115
| | |/ / | |/| |
* | | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-04-051-8/+1
|\ \ \ \
| * | | | simple_open: automatically convert to simple_open()Stephen Boyd2012-04-051-8/+1
OpenPOWER on IntegriCloud