summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | 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
* | | | | | | | | | | | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2012-03-231-2/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | PCI: Use class for quirk for via_no_dacYinghai Lu2012-02-241-2/+3
* | | | | | | | | | | | | | Merge tag 'for_linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2012-03-231-2/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / |/| | | | | | | | | | | | / | | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
| * | | | | | | | | | | | kgdb: x86: Return all segment registers also in 64-bit modeJan Kiszka2012-03-221-2/+4
| | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-03-222-9/+33
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | x86/ioapic: Add register level checks to detect bogus io-apic entriesSuresh Siddha2012-03-131-8/+32
| * | | | | | | | | | | | x86, mce: Fix rcu splat in drain_mce_log_buffer()Srivatsa S. Bhat2012-03-071-1/+1
| | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-03-2212-2/+22
|\ \ \ \ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud