Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | | * | | | | | | | x86: Add counter when debug stack is used with interrupts enabled | Steven Rostedt | 2011-12-21 | |
| | | * | | | | | | | x86: Allow NMIs to hit breakpoints in i386 | Steven Rostedt | 2011-12-21 | |
| | | * | | | | | | | x86: Keep current stack in NMI breakpoints | Steven Rostedt | 2011-12-21 | |
| | | * | | | | | | | x86: Add workaround to NMI iret woes | Steven Rostedt | 2011-12-21 | |
| | | * | | | | | | | x86: Document the NMI handler about not using paranoid_exit | Steven Rostedt | 2011-12-21 | |
| | | * | | | | | | | x86: Do not schedule while still in NMI context | Linus Torvalds | 2011-12-21 | |
| | | | |_|_|_|_|/ | | | |/| | | | | | ||||
| * | | | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2012-01-15 | |
| |\ \ \ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ \ \ | Merge tag 'for-linus' of git://github.com/rustyrussell/linux | Linus Torvalds | 2012-01-14 | |
| |\ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | module_param: make bool parameters really bool (arch) | Rusty Russell | 2012-01-12 | |
| | | |_|_|_|_|/ / / | | |/| | | | | | | | ||||
| * / | | | | | | | | x86/mce: Fix CPU hotplug and suspend regression related to MCE | Srivatsa S. Bhat | 2012-01-13 | |
| |/ / / / / / / / | ||||
| * | | | | | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2012-01-11 | |
| |\ \ \ \ \ \ \ \ | ||||
| | * \ \ \ \ \ \ \ | Merge commit 'v3.2-rc6' into x86/platform | Ingo Molnar | 2011-12-18 | |
| | |\ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | x86: Reduce clock calibration time during slave cpu startup | Jack Steiner | 2011-12-05 | |
| | * | | | | | | | | | x86/config: Revamp configuration for MID devices | Alan Cox | 2011-12-05 | |
| * | | | | | | | | | | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2012-01-11 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | x86, reboot: Fix typo in nmi reboot path | Don Zickus | 2012-01-07 | |
| | * | | | | | | | | | | x86, NMI: Add to_cpumask() to silence compile warning | Dan Carpenter | 2011-12-07 | |
| | * | | | | | | | | | | x86: Add stack top margin for stack overflow checking | Mitsuo Hayasaka | 2011-12-07 | |
| | * | | | | | | | | | | x86, NMI: NMI-selftest should handle the UP case properly | Don Zickus | 2011-12-06 | |
| | * | | | | | | | | | | x86: Fix the 32-bit stackoverflow-debug build | Ingo Molnar | 2011-12-05 | |
| | * | | | | | | | | | | x86, NMI: Add knob to disable using NMI IPIs to stop cpus | Don Zickus | 2011-12-05 | |
| | * | | | | | | | | | | x86, NMI: Add NMI IPI selftest | Don Zickus | 2011-12-05 | |
| | * | | | | | | | | | | x86, reboot: Use NMI instead of REBOOT_VECTOR to stop cpus | Don Zickus | 2011-12-05 | |
| | * | | | | | | | | | | x86: Clean up the range of stack overflow checking | Mitsuo Hayasaka | 2011-12-05 | |
| | * | | | | | | | | | | x86: Panic on detection of stack overflow | Mitsuo Hayasaka | 2011-12-05 | |
| | * | | | | | | | | | | x86: Check stack overflow in detail | Mitsuo Hayasaka | 2011-12-05 | |
| * | | | | | | | | | | | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2012-01-11 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | x86, efi: EFI boot stub support | Matt Fleming | 2011-12-12 | |
| | * | | | | | | | | | | | x86: Don't use magic strings for EFI loader signature | Matt Fleming | 2011-12-09 | |
| | | |_|_|_|_|/ / / / / | | |/| | | | | | | | | | ||||
| * | | | | | | | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2012-01-11 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | arch/x86/kernel/e820.c: quiet sparse noise about plain integer as NULL pointer | H Hartley Sweeten | 2011-12-05 | |
| | * | | | | | | | | | | | arch/x86/kernel/e820.c: Eliminate bubble sort from sanitize_e820_map() | Mike Ditto | 2011-12-05 | |
| | | |_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | ||||
| * | | | | | | | | | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2012-01-11 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | x86/PCI: Expand the x86_msi_ops to have a restore MSIs. | Konrad Rzeszutek Wilk | 2012-01-06 | |
| | * | | | | | | | | | | | x86/PCI: amd: factor out MMCONFIG discovery | Bjorn Helgaas | 2012-01-06 | |
| | | |_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | ||||
| * | | | | | | | | | | | Merge branch 'akpm' (aka "Andrew's patch-bomb") | Linus Torvalds | 2012-01-10 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | signal: add block_sigmask() for adding sigmask to current->blocked | Matt Fleming | 2012-01-10 | |
| * | | | | | | | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu | Linus Torvalds | 2012-01-10 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * \ \ \ \ \ \ \ \ \ \ \ | Merge branches 'iommu/page-sizes' and 'iommu/group-id' into next | Joerg Roedel | 2012-01-09 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / | | |/| | | | | | | | | | | | ||||
| | | * | | | | | | | | | | | iommu: Add option to group multi-function devices | Alex Williamson | 2011-11-15 | |
| | | | |/ / / / / / / / / | | | |/| | | | | | | | | | ||||
| * | | | | | | | | | | | | Merge branch 'kvm-updates/3.3' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2012-01-10 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / | |/| | | | | | | | | | | | ||||
| | * | | | | | | | | | | | Merge remote-tracking branch 'tip/perf/core' into kvm-updates/3.3 | Avi Kivity | 2011-12-27 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | KVM guest: remove KVM guest pv mmu support | Chris Wright | 2011-12-27 | |
| * | | | | | | | | | | | | | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2012-01-09 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ | Merge 3.2-rc3 into tty-next to handle merge conflict in tty_ldisc.c | Greg Kroah-Hartman | 2011-11-26 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | | | serial, mfd: don't hardcode the console | Mika Westerberg | 2011-11-15 | |
| | | |_|_|_|/ / / / / / / / / | | |/| | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2012-01-08 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | | | switch device_get_devnode() and ->devnode() to umode_t * | Al Viro | 2012-01-03 | |
| | | |_|_|_|/ / / / / / / / / | | |/| | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2012-01-07 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | | Merge branch 'driver-core-next' into Linux 3.2 | Greg Kroah-Hartman | 2012-01-06 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / | | |/| | | | | | | | | | | | |