summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-08-131-3/+6
| |\ \ \ \
| | * \ \ \ Merge branch 'linus' into perf/urgentIngo Molnar2010-08-1256-584/+1106
| | |\ \ \ \ | | | |/ / /
| | * | | | perf, x86: P4 PMU -- update nmi irq statistics and unmask lvt entry properlyCyrill Gorcunov2010-08-081-3/+6
| * | | | | Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2010-08-131-250/+506
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | x86, UV: Initialize BAU MMRs only on hubs with cpusCliff Wickman2010-07-171-6/+10
| | * | | | x86, UV: Modularize BAU send and waitCliff Wickman2010-06-081-38/+44
| | * | | | x86, UV: BAU broadcast to the local hubCliff Wickman2010-06-081-85/+53
| | * | | | x86, UV: Correct BAU regular message typeCliff Wickman2010-06-081-14/+1
| | * | | | x86, UV: Remove BAU check for stay-busyCliff Wickman2010-06-081-23/+0
| | * | | | x86, UV: Correct BAU discovery of hubs and socketsCliff Wickman2010-06-081-18/+31
| | * | | | x86, UV: Correct BAU software acknowledgeCliff Wickman2010-06-081-9/+8
| | * | | | x86, UV: BAU structure rearrangingCliff Wickman2010-06-081-12/+0
| | * | | | x86, UV: Shorten access to BAU statistics structureCliff Wickman2010-06-081-8/+8
| | * | | | x86, UV: Disable BAU on network congestionCliff Wickman2010-06-081-3/+73
| | * | | | x86, UV: BAU tunables into a debugfs fileCliff Wickman2010-06-081-40/+241
| | * | | | x86, UV: Calculate BAU destination timeoutCliff Wickman2010-06-081-4/+47
| * | | | | Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2010-08-132-1/+17
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | x86, apic: Map the local apic when parsing the MP table.Eric W. Biederman2010-08-052-1/+17
| * | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...Linus Torvalds2010-08-121-1/+1
| |\ \ \ \ \
| | * | | | | [CPUFREQ] add missing __percpu markup in pcc-cpufreq.cNamhyung Kim2010-08-121-1/+1
| * | | | | | x86/hpet: Use the FSEC_PER_SEC constant for femto-second periodsChris Wilson2010-08-121-2/+2
| * | | | | | Merge branch 'stable/xen-swiotlb-0.8.6' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2010-08-121-2/+5
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | x86: Detect whether we should use Xen SWIOTLB.Konrad Rzeszutek Wilk2010-08-021-2/+5
| * | | | | | x86: fix up system call numbering nitLinus Torvalds2010-08-101-1/+1
| * | | | | | Merge branch 'writable_limits' of git://decibel.fi.muni.cz/~xslaby/linuxLinus Torvalds2010-08-101-0/+1
| |\ \ \ \ \ \
| | * | | | | | unistd: add __NR_prlimit64 syscall numbersJiri Slaby2010-07-161-0/+1
| * | | | | | | Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds2010-08-101-0/+2
| |\ \ \ \ \ \ \
| | * | | | | | | fanotify: sys_fanotify_mark declartionEric Paris2010-07-281-0/+1
| | * | | | | | | fanotify: fanotify_init syscall declarationEric Paris2010-07-281-0/+1
| | | |_|/ / / / | | |/| | | | |
| * | | | | | | x86, ia64, smp: use workqueues unconditionally during do_boot_cpu()Suresh Siddha2010-08-091-6/+2
| * | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2010-08-071-1/+1
| |\ \ \ \ \ \ \
| | * | | | | | | workqueue: increase max_active of keventd and kill current_is_keventd()Tejun Heo2010-06-291-1/+1
| | | |_|_|/ / / | | |/| | | | |
| * | | | | | | Merge branch 'x86-xsave-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-08-063-35/+190
| |\ \ \ \ \ \ \
| | * | | | | | | x86, xsave: Make xstate_enable_boot_cpu() __init, protect on CPU 0H. Peter Anvin2010-07-211-11/+17
| | * | | | | | | x86, xsave: Add __init attribute to setup_xstate_features()Robert Richter2010-07-211-1/+1
| | * | | | | | | x86, xsave: Make init_xstate_buf staticRobert Richter2010-07-211-5/+5
| | * | | | | | | x86, xsave: Check cpuid level for XSTATE_CPUID (0x0d)Robert Richter2010-07-211-3/+8
| | * | | | | | | x86, xsave: Introduce xstate enable functionsRobert Richter2010-07-211-11/+8
| | * | | | | | | x86, xsave: Separate fpu and xsave initializationRobert Richter2010-07-213-13/+26
| | * | | | | | | x86, xsave: Move boot cpu initialization to xsave_init()Robert Richter2010-07-203-13/+12
| | * | | | | | | x86, xsave: 32/64 bit boot cpu check unification in initializationRobert Richter2010-07-201-1/+1
| | * | | | | | | x86, xsave: Use xsaveopt in context-switch path when supportedSuresh Siddha2010-07-191-0/+8
| | * | | | | | | x86, xsave: Sync xsave memory layout with its header for user handlingSuresh Siddha2010-07-192-1/+99
| | * | | | | | | x86, xsave: Track the offset, size of state in the xsave layoutSuresh Siddha2010-07-191-0/+29
| * | | | | | | | Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-08-062-26/+15
| |\ \ \ \ \ \ \ \
| | * | | | | | | | x86, mce: Use HW_ERR in MCE handlerHuang Ying2010-06-101-22/+10
| | * | | | | | | | x86, mce: Fix MSR_IA32_MCI_CTL2 CMCI threshold setupHuang Ying2010-06-101-0/+1
| | * | | | | | | | x86, mce: Rename MSR_IA32_MCx_CTL2 valueHuang Ying2010-06-101-4/+4
| | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | Merge branch 'x86-olpc-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-08-065-12/+127
| |\ \ \ \ \ \ \ \
| | * | | | | | | | x86, olpc: Constify an olpc_ofw() argAndres Salomon2010-07-302-2/+2
OpenPOWER on IntegriCloud