summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-03-297-69/+77
|\
| * x86: Rename trap_no to trap_nr in thread_structSrikar Dronamraju2012-03-136-13/+14
| * Merge branch 'x86/x32' into x86/cleanupsIngo Molnar2012-03-139-30/+312
| |\
| * | x86: Use enum instead of literals for trap valuesKees Cook2012-03-092-59/+66
* | | Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-299-30/+312
|\ \ \ | | |/ | |/|
| * | x32: Add ptrace for x32H.J. Lu2012-03-051-0/+99
| * | x86, mtrr: Use explicit sizing and padding for the 64-bit ioctlsH. Peter Anvin2012-03-011-4/+6
| * | x32: Only clear TIF_X32 flag onceBobby Powers2012-02-251-1/+0
| * | x32: Make sure TS_COMPAT is cleared for x32 tasksBobby Powers2012-02-251-0/+3
| * | x32: If configured, add x32 system calls to system call tablesH. Peter Anvin2012-02-202-2/+11
| * | x32: Handle process creationH. Peter Anvin2012-02-203-8/+34
| * | x32: Signal-related system callsH. Peter Anvin2012-02-202-1/+136
| * | x32: Handle the x32 system call flagH. Peter Anvin2012-02-201-0/+10
| * | x32: Export setup/restore_sigcontext from signal.cH. Peter Anvin2012-02-201-6/+4
| * | x86: Move some signal-handling definitions to a common headerH. Peter Anvin2012-02-201-9/+1
| * | x32: Add x32 system calls to syscall/syscall_64.tblH. Peter Anvin2012-02-202-0/+5
| * | x32: Add a thread flag for x32 processesH. Peter Anvin2012-02-201-0/+2
| * | x86: Factor out TIF_IA32 from 32-bit address spaceH. Peter Anvin2012-02-202-3/+5
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-03-291-5/+0
|\ \ \
| * | | sched/x86/smp: Do not enable IRQs over calibrate_delay()Peter Zijlstra2012-03-271-5/+0
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-03-2913-227/+253
|\ \ \ \
| * | | | x86/apic/amd: Be more verbose about LVT offset assignmentsRobert Richter2012-03-281-4/+9
| * | | | x86, tls: Off by one limit checkDan Carpenter2012-03-281-2/+2
| * | | | x86/ioapic: Add io_apic_ops driver layer to allow interceptionJeremy Fitzhardinge2012-03-281-7/+51
| * | | | x86: Merge the x86_32 and x86_64 cpu_idle() functionsRichard Weinberger2012-03-263-165/+114
| * | | | x86: Stop recursive fault in print_context_stack after stack overflowHugh Dickins2012-03-241-2/+5
| * | | | x86/io_apic: Move and reenable irq only when CONFIG_GENERIC_PENDING_IRQ=yAlexander Gordeev2012-03-231-40/+61
| * | | | x86/apic: Add separate apic_id_valid() functions for selected apic driversSteffen Persvold2012-03-235-6/+10
| * | | | x86: Fix excessive MSR print out when show_msr is not specifiedYinghai Lu2012-03-231-1/+1
* | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-03-292-13/+22
|\ \ \ \ \
| * | | | | x86: vdso: Put declaration before codeThomas Gleixner2012-03-241-1/+2
| * | | | | x86-64: Simplify and optimize vdso clock_gettime monotonic variantsAndy Lutomirski2012-03-231-1/+9
| * | | | | x86, tsc: Skip refined tsc calibration on systems with reliable TSCAlok Kataria2012-03-151-0/+10
| * | | | | x86: vdso: Use seqcount instead of seqlockThomas Gleixner2012-03-151-8/+3
| * | | | | x86: vdso: Remove bogus locking in update_vsyscall_tz()Thomas Gleixner2012-03-151-5/+0
* | | | | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-03-281-10/+1
|\ \ \ \ \ \
| * | | | | | kdump x86: fix total mem size calculation for reservationDave Young2012-03-281-10/+1
* | | | | | | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-2825-22/+5
|\ \ \ \ \ \ \
| * | | | | | | Disintegrate asm/system.h for X86David Howells2012-03-2825-22/+5
* | | | | | | | Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-03-284-6/+19
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | x86: kvmclock: abstract save/restore sched_clock_stateMarcelo Tosatti2012-03-203-3/+16
| * | | | | | | x86: Introduce x86_cpuinit.early_percpu_clock_init hookIgor Mammedov2012-03-053-3/+3
* | | | | | | | Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds2012-03-242-0/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | bug.h: add include of it to various implicit C usersPaul Gortmaker2012-02-291-0/+1
| * | | | | | | | x86: relocate get/set debugreg fcns to include/asm/debugreg.Paul Gortmaker2012-02-281-0/+1
* | | | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-03-231-7/+10
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| * | | | | | | | x86-32: Fix endless loop when processing signals for kernel tasksDmitry Adamushko2012-03-221-7/+10
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-03-232-5/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | x86: use for_each_clear_bit_from()Akinobu Mita2012-03-231-3/+3
| * | | | | | | | bitops: rename for_each_set_bit_cont() in favor of analogous list.h functionAkinobu Mita2012-03-231-2/+2
OpenPOWER on IntegriCloud