aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAge
* x86/mrst/pci: avoid SoC fixups on non-SoC platformsAlan Cox2012-02-23
* x86/mrst/pci: v4l/atomisp: treat atomisp as real pci deviceJacob Pan2012-02-23
* x86/mrst/pci: assign d3_delay to 0 for Langwell devicesJacob Pan2012-02-23
* x86/PCI: don't fall back to defaults if _CRS has no aperturesBjorn Helgaas2012-02-14
* x86/PCI: Convert maintaining FW-assigned BIOS BAR values to use a listMyron Stowe2012-02-14
* x86/PCI: Infrastructure to maintain a list of FW-assigned BIOS BAR valuesMyron Stowe2012-02-14
* x86/microcode_amd: Add support for CPU family specific container filesAndreas Herrmann2012-01-26
* x86/amd: Add missing feature flag for fam15h models 10h-1fh processorsAndreas Herrmann2012-01-26
* x86/boot-image: Don't leak phdrs in arch/x86/boot/compressed/misc.c::Parse_elf()Jesper Juhl2012-01-26
* x86/numachip: Drop unnecessary conflict with EDACDaniel J Blueman2012-01-26
* x86/uv: Fix uninitialized spinlocksCliff Wickman2012-01-26
* x86/uv: Fix uv_gpa_to_soc_phys_ram() shiftRuss Anderson2012-01-26
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-01-24
|\
| * net: bpf_jit: fix divide by 0 generationEric Dumazet2012-01-18
| |
| \
| \
| \
*---. \ Merge branches 'sched-urgent-for-linus', 'perf-urgent-for-linus' and 'x86-urg...Linus Torvalds2012-01-19
|\ \ \ \
| | | * | x86, syscall: Need __ARCH_WANT_SYS_IPC for 32 bitsH. Peter Anvin2012-01-19
| | | * | Merge remote-tracking branch 'linus/master' into x86/urgentH. Peter Anvin2012-01-19
| | | |\ \ | |_|_|/ / |/| | | |
| | | * | x86, tsc: Fix SMI induced variation in quick_pit_calibrate()Linus Torvalds2012-01-17
| | | * | x86, opcode: ANDN and Group 17 in x86-opcode-map.txtUlrich Drepper2012-01-17
| | | * | x86/kconfig: Move the ZONE_DMA entry under a menuRandy Dunlap2012-01-17
| | | * | x86/UV2: Add accounting for BAU strong nacksCliff Wickman2012-01-17
| | | * | x86/UV2: Ack BAU interrupt earlierCliff Wickman2012-01-17
| | | * | x86/UV2: Remove stale no-resources test for UV2 BAUCliff Wickman2012-01-17
| | | * | x86/UV2: Work around BAU bugCliff Wickman2012-01-17
| | | * | x86/UV2: Fix BAU destination timeout initializationCliff Wickman2012-01-17
| | | * | x86/UV2: Fix new UV2 hardware by using native UV2 broadcast modeCliff Wickman2012-01-17
| | | * | x86: Get rid of dubious one-bit signed bitfieldAnton Vorontsov2012-01-16
| | * | | Merge branch 'tip/perf/urgent-2' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2012-01-17
| | |\ \ \
| | * | | | x86/kprobes: Add arch/x86/tools/insn_sanity to .gitignorexiyou.wangcong@gmail.com2012-01-16
| | * | | | x86/kprobes: Fix typo transferred from Intel manualUlrich Drepper2012-01-16
* | | | | | uml: fix compile for x86-64Linus Torvalds2012-01-18
* | | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2012-01-18
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| | | | | |
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *---. \ \ \ \ Merge branches 'einj', 'intel_idle', 'misc', 'srat' and 'turbostat-ivb' into ...Len Brown2012-01-18
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| | | * | | | | ACPI, x86: Use SRAT table rev to use 8bit or 32bit PXM fields (x86/x86-64)Kurt Garloff2012-01-17
| | |/ / / / /
| * / / / / / ACPI, Record ACPI NVS regionsHuang Ying2012-01-17
| |/ / / / /
* | | | | | x86-32: Fix build failure with AUDIT=y, AUDITSYSCALL=nAl Viro2012-01-17
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-01-17
|\ \ \ \ \ \
| * | | | | | audit: inline audit_syscall_entry to reduce burden on archsEric Paris2012-01-17
| * | | | | | audit: ia32entry.S sign extend error codes when calling 64 bit codeEric Paris2012-01-17
| * | | | | | Audit: push audit success and retcode into arch ptrace.hEric Paris2012-01-17
* | | | | | | Merge branch 'x86-syscall-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-01-16
|\ \ \ \ \ \ \
| * | | | | | | x86: Move <asm/asm-offsets.h> from trace_syscalls.c to asm/syscall.hH. Peter Anvin2012-01-07
| * | | | | | | x86, um: Fix typo in 32-bit system call modificationsH. Peter Anvin2011-12-09
| * | | | | | | x86, um: Mark system call tables readonlyH. Peter Anvin2011-12-06
| * | | | | | | x86, um: Use the same style generated syscall tables as nativeH. Peter Anvin2011-12-05
| * | | | | | | x86, syscall: Allow syscall offset to be symbolicH. Peter Anvin2011-11-18
| * | | | | | | x86, syscall: Re-fix typo in commentH. Peter Anvin2011-11-18
| * | | | | | | x86: Simplify syscallhdr.shH. Peter Anvin2011-11-18
| * | | | | | | x86: Generate system call tables and unistd_*.h from tablesH. Peter Anvin2011-11-17
| * | | | | | | x86: Machine-readable syscall tables and scripts to process themH. Peter Anvin2011-11-17