summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | x32: Drop non-__vdso weak symbols from the x32 VDSOH. Peter Anvin2012-02-221-4/+0
| * | | | | | | | | | | x32: Fix coding style violations in the x32 VDSO codeH. Peter Anvin2012-02-213-6/+7
| * | | | | | | | | | | x32: Add x32 VDSO supportH. J. Lu2012-02-206-9/+177
| * | | | | | | | | | | x32: Allow x32 to be configuredH. J. Lu2012-02-201-4/+17
| * | | | | | | | | | | x32: If configured, add x32 system calls to system call tablesH. Peter Anvin2012-02-202-2/+11
| * | | | | | | | | | | x32: Handle process creationH. Peter Anvin2012-02-205-14/+79
| * | | | | | | | | | | x32: Signal-related system callsH. Peter Anvin2012-02-202-1/+136
| * | | | | | | | | | | x86: Add #ifdef CONFIG_COMPAT to <asm/sys_ia32.h>H. Peter Anvin2012-02-201-0/+5
| * | | | | | | | | | | x32: Handle the x32 system call flagH. Peter Anvin2012-02-204-4/+31
| * | | | | | | | | | | x32: Add rt_sigframe_x32H. Peter Anvin2012-02-201-0/+13
| * | | | | | | | | | | x32: Add struct ucontext_x32H. J. Lu2012-02-201-0/+9
| * | | | | | | | | | | x32: Export setup/restore_sigcontext from signal.cH. Peter Anvin2012-02-202-6/+9
| * | | | | | | | | | | x86: Move some signal-handling definitions to a common headerH. Peter Anvin2012-02-204-20/+22
| * | | | | | | | | | | x32: Generate <asm/unistd_64_x32.h>H. Peter Anvin2012-02-202-1/+7
| * | | | | | | | | | | x32: Generate <asm/unistd_x32.h>H. Peter Anvin2012-02-203-4/+17
| * | | | | | | | | | | x32: Add x32 system calls to syscall/syscall_64.tblH. Peter Anvin2012-02-206-274/+317
| * | | | | | | | | | | x86-64, ia32: Drop sys32_rt_sigprocmaskH. Peter Anvin2012-02-203-43/+1
| * | | | | | | | | | | x32: Add a thread flag for x32 processesH. Peter Anvin2012-02-202-0/+4
| * | | | | | | | | | | x86-64: Add prototype for old_rsp to a header fileH. J. Lu2012-02-201-0/+6
| * | | | | | | | | | | x32: Create posix_types_x32.hH. Peter Anvin2012-02-203-1/+23
| * | | | | | | | | | | x86-64: Use explicit sizes in sigcontext.h, prepare for x32H. Peter Anvin2012-02-201-27/+30
| * | | | | | | | | | | x86: Factor out TIF_IA32 from 32-bit address spaceH. Peter Anvin2012-02-206-9/+13
| * | | | | | | | | | | x86: Use generic posix_types.hH. Peter Anvin2012-02-142-169/+12
* | | | | | | | | | | | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-03-291-1/+0
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | irq: make SPARSE_IRQ an optionally hidden optionRob Herring2012-01-251-1/+0
* | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2012-03-291-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | [PATCH v3] ipc: provide generic compat versions of IPC syscallsChris Metcalf2012-03-151-0/+1
* | | | | | | | | | | | | | 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-2921-315/+412
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | 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-282-7/+60
| * | | | | | | | | | | | | | x86/olpc: Add debugfs interface for EC commandsDaniel Drake2012-03-271-0/+97
| * | | | | | | | | | | | | | x86: Merge the x86_32 and x86_64 cpu_idle() functionsRichard Weinberger2012-03-264-165/+115
| * | | | | | | | | | | | | | x86/kconfig: Remove CONFIG_TR=y from the defconfigsRandy Dunlap2012-03-242-2/+0
| * | | | | | | | | | | | | | 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-238-8/+17
| * | | | | | | | | | | | | | x86/kconfig: Update defconfigsIngo Molnar2012-03-232-86/+47
| * | | | | | | | | | | | | | 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-294-88/+99
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | x86: vdso: Put declaration before codeThomas Gleixner2012-03-241-1/+2
| * | | | | | | | | | | | | | x86-64: Inline vdso clock_gettime helpersAndy Lutomirski2012-03-231-4/+5
| * | | | | | | | | | | | | | x86-64: Simplify and optimize vdso clock_gettime monotonic variantsAndy Lutomirski2012-03-233-37/+26
| * | | | | | | | | | | | | | 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-153-17/+12
| * | | | | | | | | | | | | | x86: vdso: Remove bogus locking in update_vsyscall_tz()Thomas Gleixner2012-03-151-5/+0
| * | | | | | | | | | | | | | time: x86: Fix race switching from vsyscall to non-vsyscall clockJohn Stultz2012-03-151-26/+46
* | | | | | | | | | | | | | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-03-281-10/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | |
OpenPOWER on IntegriCloud