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