| Commit message (Expand) | Author | Age |
* | x86, ticketlock: Convert spin loop to C | Jeremy Fitzhardinge | 2011-08-29 |
* | x86, ticketlock: Clean up types and accessors | Jeremy Fitzhardinge | 2011-08-29 |
* | x86: Use xadd helper more widely | Jeremy Fitzhardinge | 2011-08-29 |
* | x86: Add xadd helper macro | Jeremy Fitzhardinge | 2011-08-29 |
* | x86, cmpxchg: Unify cmpxchg into cmpxchg.h | Jeremy Fitzhardinge | 2011-08-29 |
* | x86, cmpxchg: Move 64-bit set64_bit() to match 32-bit | Jeremy Fitzhardinge | 2011-08-29 |
* | x86, cmpxchg: Move 32-bit __cmpxchg_wrong_size to match 64 bit. | Jeremy Fitzhardinge | 2011-08-29 |
* | x86, cmpxchg: <linux/alternative.h> has LOCK_PREFIX | Jeremy Fitzhardinge | 2011-08-29 |
* | All Arch: remove linkage for sys_nfsservctl system call | NeilBrown | 2011-08-26 |
* | sfi: table irq 0xFF means 'no interrupt' | Kirill A. Shutemov | 2011-08-26 |
* | x86-32: Fix boot with CONFIG_X86_INVD_BUG | Andy Lutomirski | 2011-08-25 |
* | mtrr: fix UP breakage caused during switch to stop_machine | Tejun Heo | 2011-08-25 |
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2011-08-23 |
|\ |
|
| * | x86-32, vdso: On system call restart after SYSENTER, use int $0x80 | H. Peter Anvin | 2011-08-23 |
| * | x86, UV: Remove UV delay in starting slave cpus | Jack Steiner | 2011-08-05 |
| * | x86, olpc: Wait for last byte of EC command to be accepted | Paul Fox | 2011-08-05 |
* | | Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2011-08-22 |
|\ \ |
|
| * | | xen/tracing: Fix tracing config option properly | Jeremy Fitzhardinge | 2011-08-22 |
| * | | xen: Do not enable PV IPIs when vector callback not present | Stefano Stabellini | 2011-08-22 |
| * | | xen/x86: replace order-based range checking of M2P table by linear one | Jan Beulich | 2011-08-17 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba... | Linus Torvalds | 2011-08-19 |
|\ \ \ |
|
| * | | | PCI: Set PCI-E Max Payload Size on fabric | Jon Mason | 2011-08-01 |
* | | | | Merge branch 'kvm-updates/3.1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2011-08-16 |
|\ \ \ \ |
|
| * | | | | KVM: uses TASKSTATS, depends on NET | Randy Dunlap | 2011-08-16 |
| * | | | | KVM: fix TASK_DELAY_ACCT kconfig warning | Randy Dunlap | 2011-07-27 |
* | | | | | x86: fix mm/fault.c build | Randy Dunlap | 2011-08-15 |
* | | | | | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2011-08-12 |
|\ \ \ \ \ |
|
| * | | | | | x86-64: Rework vsyscall emulation and add vsyscall= parameter | Andy Lutomirski | 2011-08-10 |
| * | | | | | x86-64: Wire up getcpu syscall | Andy Lutomirski | 2011-08-10 |
| * | | | | | x86: Remove unnecessary compile flag tweaks for vsyscall code | Andy Lutomirski | 2011-08-10 |
| * | | | | | x86-64: Add vsyscall:emulate_vsyscall trace event | Andy Lutomirski | 2011-08-04 |
| * | | | | | x86-64: Add user_64bit_mode paravirt op | Andy Lutomirski | 2011-08-04 |
| * | | | | | x86-64, xen: Enable the vvar mapping | Andy Lutomirski | 2011-08-04 |
| * | | | | | x86-64: Work around gold bug 13023 | Andy Lutomirski | 2011-08-04 |
| * | | | | | x86-64: Move the "user" vsyscall segment out of the data segment. | Andy Lutomirski | 2011-08-04 |
| * | | | | | x86-64: Pad vDSO to a page boundary | Andy Lutomirski | 2011-08-04 |
| * | | | | | Merge commit 'v3.0' into x86/vdso | H. Peter Anvin | 2011-08-04 |
| |\ \ \ \ \ |
|
* | \ \ \ \ \ | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2011-08-11 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | perf, x86: Add model 45 SandyBridge support | Youquan Song | 2011-08-09 |
| | |_|_|_|_|/
| |/| | | | | |
|
* | | | | | | | Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2011-08-06 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | /
| | |_|_|_|/
| |/| | | | |
|
| * | | | | | xen/trace: Fix compile error when CONFIG_XEN_PRIVILEGED_GUEST is not set | Konrad Rzeszutek Wilk | 2011-08-05 |
| * | | | | | xen: Fix misleading WARN message at xen_release_chunk | Igor Mammedov | 2011-08-04 |
| * | | | | | xen: Fix printk() format in xen/setup.c | Igor Mammedov | 2011-08-04 |
| * | | | | | xen/tracing: it looks like we wanted CONFIG_FTRACE | Jeremy Fitzhardinge | 2011-08-04 |
* | | | | | | x86: don't include xen/xen.h in <asm/io.h> unless XEN is enabled | Linus Torvalds | 2011-08-04 |
* | | | | | | Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2011-08-04 |
|\ \ \ \ \ \ |
|
| * | | | | | | cpuidle: stop depending on pm_idle | Len Brown | 2011-08-03 |
| * | | | | | | x86 idle: move mwait_idle_with_hints() to where it is used | Len Brown | 2011-08-03 |
| * | | | | | | cpuidle: replace xen access to x86 pm_idle and default_idle | Len Brown | 2011-08-03 |
| * | | | | | | mrst_pmu: driver for Intel Moorestown Power Management Unit | Len Brown | 2011-08-03 |
| | |_|/ / /
| |/| | | | |
|