| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | | | | Merge branch 'tip/perf/urgent-2' of git://git.kernel.org/pub/scm/linux/kernel... | Ingo Molnar | 2012-01-17 | 3 | -15/+18 |
| | |\ \ \ \ |
|
| | * | | | | | x86/kprobes: Add arch/x86/tools/insn_sanity to .gitignore | xiyou.wangcong@gmail.com | 2012-01-16 | 1 | -0/+1 |
| | * | | | | | x86/kprobes: Fix typo transferred from Intel manual | Ulrich Drepper | 2012-01-16 | 1 | -1/+3 |
* | | | | | | | uml: fix compile for x86-64 | Linus Torvalds | 2012-01-18 | 1 | -0/+5 |
* | | | | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2012-01-18 | 2 | -2/+6 |
|\ \ \ \ \ \ \
| |_|_|_|_|/ /
|/| | | | | | |
|
| | | | | | | | |
| | \ \ \ \ \ | |
| | \ \ \ \ \ | |
| | \ \ \ \ \ | |
| *---. \ \ \ \ \ | Merge branches 'einj', 'intel_idle', 'misc', 'srat' and 'turbostat-ivb' into ... | Len Brown | 2012-01-18 | 1 | -0/+4 |
| |\ \ \ \ \ \ \ \
| | | |_|_|_|/ / /
| | |/| | | | | | |
|
| | | * | | | | | | ACPI, x86: Use SRAT table rev to use 8bit or 32bit PXM fields (x86/x86-64) | Kurt Garloff | 2012-01-17 | 1 | -0/+4 |
| | |/ / / / / / |
|
| * | | | | | | | ACPI, Record ACPI NVS regions | Huang Ying | 2012-01-17 | 1 | -2/+2 |
| |/ / / / / / |
|
* | | | | | | | x86-32: Fix build failure with AUDIT=y, AUDITSYSCALL=n | Al Viro | 2012-01-17 | 1 | -0/+2 |
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-01-17 | 6 | -34/+38 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | audit: inline audit_syscall_entry to reduce burden on archs | Eric Paris | 2012-01-17 | 4 | -16/+14 |
| * | | | | | | | audit: ia32entry.S sign extend error codes when calling 64 bit code | Eric Paris | 2012-01-17 | 1 | -1/+3 |
| * | | | | | | | Audit: push audit success and retcode into arch ptrace.h | Eric Paris | 2012-01-17 | 6 | -18/+22 |
* | | | | | | | | Merge branch 'x86-syscall-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2012-01-16 | 28 | -1948/+1012 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | x86: Move <asm/asm-offsets.h> from trace_syscalls.c to asm/syscall.h | H. Peter Anvin | 2012-01-07 | 1 | -0/+1 |
| * | | | | | | | | x86, um: Fix typo in 32-bit system call modifications | H. Peter Anvin | 2011-12-09 | 1 | -1/+1 |
| * | | | | | | | | x86, um: Mark system call tables readonly | H. Peter Anvin | 2011-12-05 | 2 | -2/+2 |
| * | | | | | | | | x86, um: Use the same style generated syscall tables as native | H. Peter Anvin | 2011-12-05 | 5 | -46/+84 |
| * | | | | | | | | x86, syscall: Allow syscall offset to be symbolic | H. Peter Anvin | 2011-11-18 | 1 | -1/+5 |
| * | | | | | | | | x86, syscall: Re-fix typo in comment | H. Peter Anvin | 2011-11-18 | 2 | -2/+2 |
| * | | | | | | | | x86: Simplify syscallhdr.sh | H. Peter Anvin | 2011-11-18 | 1 | -16/+3 |
| * | | | | | | | | x86: Generate system call tables and unistd_*.h from tables | H. Peter Anvin | 2011-11-17 | 16 | -1896/+154 |
| * | | | | | | | | x86: Machine-readable syscall tables and scripts to process them | H. Peter Anvin | 2011-11-17 | 5 | -0/+771 |
| * | | | | | | | | x86-64, ia32: Move compat_ni_syscall into C and its own file | H. Peter Anvin | 2011-11-17 | 3 | -3/+8 |
| * | | | | | | | | x86-64, syscall: Adjust comment spacing and remove typo | H. Peter Anvin | 2011-11-17 | 1 | -3/+3 |
* | | | | | | | | | mce: fix warning messages about static struct mce_device | Greg Kroah-Hartman | 2012-01-16 | 3 | -12/+26 |
* | | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2012-01-15 | 7 | -33/+369 |
|\ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ | Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g... | Ingo Molnar | 2012-01-08 | 6 | -24/+27 |
| |\ \ \ \ \ \ \ \ \
| | | |_|/ / / / / /
| | |/| | | | | | | |
|
| * | | | | | | | | | Merge branch 'tip/x86/core-3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Ingo Molnar | 2012-01-07 | 7 | -33/+369 |
| |\ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | x86: Add counter when debug stack is used with interrupts enabled | Steven Rostedt | 2011-12-21 | 4 | -8/+40 |
| | * | | | | | | | | | x86: Allow NMIs to hit breakpoints in i386 | Steven Rostedt | 2011-12-21 | 1 | -7/+94 |
| | * | | | | | | | | | x86: Keep current stack in NMI breakpoints | Steven Rostedt | 2011-12-21 | 6 | -0/+65 |
| | * | | | | | | | | | x86: Add workaround to NMI iret woes | Steven Rostedt | 2011-12-21 | 1 | -0/+177 |
| | * | | | | | | | | | x86: Document the NMI handler about not using paranoid_exit | Steven Rostedt | 2011-12-21 | 1 | -1/+8 |
| | * | | | | | | | | | x86: Do not schedule while still in NMI context | Linus Torvalds | 2011-12-21 | 1 | -32/+0 |
* | | | | | | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2012-01-15 | 2 | -2/+7 |
|\ \ \ \ \ \ \ \ \ \ \
| | |_|_|_|_|_|_|_|/ /
| |/| | | | | | | | | |
|
| * | | | | | | | | | | x86, atomic: atomic64_read() take a const pointer | H. Peter Anvin | 2012-01-09 | 1 | -1/+1 |
| * | | | | | | | | | | x86, UV: Update Boot messages for SGI UV2 platform | Jack Steiner | 2012-01-08 | 1 | -1/+6 |
| | |_|_|_|_|_|/ / /
| |/| | | | | | | | |
|
* | | | | | | | | | | Merge tag 'for-linus' of git://github.com/rustyrussell/linux | Linus Torvalds | 2012-01-14 | 7 | -24/+24 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | module_param: make bool parameters really bool (arch) | Rusty Russell | 2012-01-13 | 7 | -24/+24 |
* | | | | | | | | | | | x86/mce: Fix CPU hotplug and suspend regression related to MCE | Srivatsa S. Bhat | 2012-01-13 | 1 | -1/+1 |
* | | | | | | | | | | | Merge branch 'akpm' (aka "Andrew's patch-bomb, take two") | Linus Torvalds | 2012-01-12 | 4 | -15/+4 |
|\ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / /
|/| | | | | | | | | | |
|
| * | | | | | | | | | | cpumask: update setup_node_to_cpumask_map() comments | Wanlong Gao | 2012-01-12 | 1 | -1/+1 |
| * | | | | | | | | | | mm,x86,um: move CMPXCHG_DOUBLE config option | Heiko Carstens | 2012-01-12 | 3 | -7/+1 |
| * | | | | | | | | | | mm,x86,um: move CMPXCHG_LOCAL config option | Heiko Carstens | 2012-01-12 | 3 | -7/+1 |
| * | | | | | | | | | | mm,slub,x86: decouple size of struct page from CONFIG_CMPXCHG_LOCAL | Heiko Carstens | 2012-01-12 | 1 | -0/+1 |
* | | | | | | | | | | | Merge tag 'to-linus' of git://github.com/rustyrussell/linux | Linus Torvalds | 2012-01-12 | 1 | -8/+13 |
|\ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / /
|/| | | | | | | | | | |
|
| * | | | | | | | | | | lguest: Make sure interrupt is allocated ok by lguest_setup_irq | Stratos Psomadakis | 2012-01-12 | 1 | -8/+13 |
* | | | | | | | | | | | x86: Get rid of 'dubious one-bit signed bitfield' sprase warning | Anton Vorontsov | 2012-01-12 | 1 | -2/+2 |
* | | | | | | | | | | | x86/PCI: build amd_bus.o only when CONFIG_AMD_NB=y | Bjorn Helgaas | 2012-01-12 | 1 | -1/+2 |
| |_|_|_|_|_|/ / / /
|/| | | | | | | | | |
|