| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2012-01-18 | 1 | -2/+2 |
|\ |
|
| * | 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 | 4 | -28/+25 |
|\ \ |
|
| * | | audit: inline audit_syscall_entry to reduce burden on archs | Eric Paris | 2012-01-17 | 3 | -15/+13 |
| * | | Audit: push audit success and retcode into arch ptrace.h | Eric Paris | 2012-01-17 | 4 | -13/+12 |
* | | | Merge branch 'x86-syscall-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2012-01-16 | 7 | -393/+69 |
|\ \ \ |
|
| * | | | x86, syscall: Re-fix typo in comment | H. Peter Anvin | 2011-11-18 | 1 | -1/+1 |
| * | | | x86: Generate system call tables and unistd_*.h from tables | H. Peter Anvin | 2011-11-17 | 7 | -390/+66 |
| * | | | 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 | 2 | -11/+25 |
* | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2012-01-15 | 5 | -33/+335 |
|\ \ \ \ |
|
| * \ \ \ | Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g... | Ingo Molnar | 2012-01-08 | 3 | -9/+9 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| * | | | | Merge branch 'tip/x86/core-3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Ingo Molnar | 2012-01-07 | 5 | -33/+335 |
| |\ \ \ \ |
|
| | * | | | | x86: Add counter when debug stack is used with interrupts enabled | Steven Rostedt | 2011-12-21 | 2 | -2/+18 |
| | * | | | | 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 | 4 | -0/+47 |
| | * | | | | 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 | 1 | -1/+6 |
|\ \ \ \ \ \ |
|
| * | | | | | | 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 | 1 | -8/+8 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | module_param: make bool parameters really bool (arch) | Rusty Russell | 2012-01-13 | 1 | -8/+8 |
| | |_|_|_|_|/
| |/| | | | | |
|
* | | | | | | | x86/mce: Fix CPU hotplug and suspend regression related to MCE | Srivatsa S. Bhat | 2012-01-13 | 1 | -1/+1 |
|/ / / / / / |
|
* | | | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2012-01-11 | 3 | -6/+32 |
|\ \ \ \ \ \ |
|
| * \ \ \ \ \ | Merge commit 'v3.2-rc6' into x86/platform | Ingo Molnar | 2011-12-18 | 14 | -42/+116 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | x86: Reduce clock calibration time during slave cpu startup | Jack Steiner | 2011-12-05 | 2 | -5/+31 |
| * | | | | | | | x86/config: Revamp configuration for MID devices | Alan Cox | 2011-12-05 | 1 | -1/+1 |
* | | | | | | | | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2012-01-11 | 6 | -8/+286 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | x86, reboot: Fix typo in nmi reboot path | Don Zickus | 2012-01-07 | 1 | -1/+1 |
| * | | | | | | | | x86, NMI: Add to_cpumask() to silence compile warning | Dan Carpenter | 2011-12-07 | 1 | -1/+1 |
| * | | | | | | | | x86: Add stack top margin for stack overflow checking | Mitsuo Hayasaka | 2011-12-07 | 1 | -3/+5 |
| * | | | | | | | | x86, NMI: NMI-selftest should handle the UP case properly | Don Zickus | 2011-12-06 | 1 | -1/+2 |
| * | | | | | | | | x86: Fix the 32-bit stackoverflow-debug build | Ingo Molnar | 2011-12-05 | 1 | -0/+3 |
| * | | | | | | | | x86, NMI: Add knob to disable using NMI IPIs to stop cpus | Don Zickus | 2011-12-05 | 1 | -0/+13 |
| * | | | | | | | | x86, NMI: Add NMI IPI selftest | Don Zickus | 2011-12-05 | 3 | -0/+181 |
| * | | | | | | | | x86, reboot: Use NMI instead of REBOOT_VECTOR to stop cpus | Don Zickus | 2011-12-05 | 1 | -2/+57 |
| * | | | | | | | | x86: Clean up the range of stack overflow checking | Mitsuo Hayasaka | 2011-12-05 | 1 | -4/+3 |
| * | | | | | | | | x86: Panic on detection of stack overflow | Mitsuo Hayasaka | 2011-12-05 | 2 | -0/+7 |
| * | | | | | | | | x86: Check stack overflow in detail | Mitsuo Hayasaka | 2011-12-05 | 1 | -6/+23 |
* | | | | | | | | | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2012-01-11 | 2 | -6/+3 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | x86, efi: EFI boot stub support | Matt Fleming | 2011-12-12 | 1 | -0/+2 |
| * | | | | | | | | | x86: Don't use magic strings for EFI loader signature | Matt Fleming | 2011-12-09 | 1 | -6/+1 |
| | |_|_|_|_|/ / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2012-01-11 | 1 | -35/+24 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | arch/x86/kernel/e820.c: quiet sparse noise about plain integer as NULL pointer | H Hartley Sweeten | 2011-12-05 | 1 | -1/+1 |
| * | | | | | | | | | arch/x86/kernel/e820.c: Eliminate bubble sort from sanitize_e820_map() | Mike Ditto | 2011-12-05 | 1 | -35/+24 |
| | |_|_|_|_|_|_|/
| |/| | | | | | | |
|
* | | | | | | | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2012-01-11 | 2 | -0/+32 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | x86/PCI: Expand the x86_msi_ops to have a restore MSIs. | Konrad Rzeszutek Wilk | 2012-01-06 | 1 | -0/+1 |
| * | | | | | | | | | x86/PCI: amd: factor out MMCONFIG discovery | Bjorn Helgaas | 2012-01-06 | 1 | -0/+31 |
| | |_|_|_|_|_|_|/
| |/| | | | | | | |
|