Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | * | | | | | x86: convert to use __HEAD and HEAD_TEXT macros. | Tim Abbott | 2009-09-18 | |
| | * | | | | | x86: convert compressed loader to use __HEAD and HEAD_TEXT macros. | Tim Abbott | 2009-09-18 | |
| | * | | | | | x86: fix fragile computation of vsyscall address | Anders Kaseorg | 2009-09-18 | |
| * | | | | | | x86: Remove redundant non-NUMA topology functions | Rusty Russell | 2009-09-24 | |
| * | | | | | | x86: early_printk: Protect against using the same device twice | Jason Wessel | 2009-09-24 | |
| * | | | | | | Merge branch 'linus' into x86/urgent | Ingo Molnar | 2009-09-24 | |
| |\ \ \ \ \ \ | ||||
| * | | | | | | | x86: Reduce verbosity of "PAT enabled" kernel message | Roland Dreier | 2009-09-24 | |
| * | | | | | | | x86: Reduce verbosity of "TSC is reliable" message | Roland Dreier | 2009-09-24 | |
| * | | | | | | | x86: mce: Use safer ways to access MCE registers | Ingo Molnar | 2009-09-23 | |
| * | | | | | | | Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy... | Ingo Molnar | 2009-09-23 | |
| |\ \ \ \ \ \ \ | ||||
| | * | | | | | | | x86: split NX setup into separate file to limit unstack-protected code | Jeremy Fitzhardinge | 2009-09-21 | |
| | * | | | | | | | xen: check EFER for NX before setting up GDT mapping | Jeremy Fitzhardinge | 2009-09-21 | |
| * | | | | | | | | x86: mce, inject: Use real inject-msg in raise_local | Huang Ying | 2009-09-22 | |
| * | | | | | | | | x86: mce: Fix thermal throttling message storm | Ingo Molnar | 2009-09-22 | |
| * | | | | | | | | x86: mce: Clean up thermal throttling state tracking code | Ingo Molnar | 2009-09-22 | |
* | | | | | | | | | Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2009-09-24 | |
|\ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | agp/intel: Fix the pre-9xx chipset flush. | Eric Anholt | 2009-09-11 | |
* | | | | | | | | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2009-09-24 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | x86/PCI: make 32 bit NUMA node array int, not unsigned char | Jesse Barnes | 2009-09-18 | |
| * | | | | | | | | | | x86/PCI: default pcibus cpumask to all cpus if it lacks affinity | David Rientjes | 2009-09-18 | |
| | |_|/ / / / / / / | |/| | | | | | | | | ||||
* | | | | | | | | | | Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l... | Linus Torvalds | 2009-09-24 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | HWPOISON: x86: Add VM_FAULT_HWPOISON handling to x86 page fault handler v2 | Andi Kleen | 2009-09-16 | |
* | | | | | | | | | | | sysctl: remove "struct file *" argument of ->proc_handler | Alexey Dobriyan | 2009-09-24 | |
* | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus | Linus Torvalds | 2009-09-23 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | cpumask: use mm_cpumask() wrapper: x86 | Rusty Russell | 2009-09-23 | |
| * | | | | | | | | | | | cpumask: remove arch_send_call_function_ipi | Rusty Russell | 2009-09-23 | |
| * | | | | | | | | | | | cpumask: remove last assignment to mask field of struct irqaction. | Rusty Russell | 2009-09-23 | |
| * | | | | | | | | | | | cpumask: use zalloc_cpumask_var() where possible | Li Zefan | 2009-09-23 | |
| | |_|_|_|/ / / / / / | |/| | | | | | | | | | ||||
* | | | | | | | | | | | headers: utsname.h redux | Alexey Dobriyan | 2009-09-23 | |
* | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next | Linus Torvalds | 2009-09-23 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||
| * | | | | | | | | | | Use macros for .data.page_aligned section. | Tim Abbott | 2009-09-21 | |
| * | | | | | | | | | | Use macros for .bss.page_aligned section. | Tim Abbott | 2009-09-21 | |
| * | | | | | | | | | | Use new __init_task_data macro in arch init_task.c files. | Joe Perches | 2009-09-21 | |
| * | | | | | | | | | | kbuild: rename ld-option to cc-ldoption | Sam Ravnborg | 2009-09-20 | |
| * | | | | | | | | | | kbuild: use INSTALLKERNEL to select customized installkernel script | Sam Ravnborg | 2009-09-20 | |
| | |_|_|_|_|_|_|/ / | |/| | | | | | | | | ||||
* | | | | | | | | | | Merge branch 'x86/ptrace-syscall-exit' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2009-09-23 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | | | ||||
| * | | | | | | | | | x86: ptrace: sysret path should reach syscall_trace_leave | Roland McGrath | 2009-09-22 | |
* | | | | | | | | | | Merge git://git.infradead.org/iommu-2.6 | Linus Torvalds | 2009-09-23 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | intel-iommu: Kill DMAR_BROKEN_GFX_WA option. | David Woodhouse | 2009-09-19 | |
| * | | | | | | | | | | Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6 | David Woodhouse | 2009-08-08 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | intel-iommu: Unify hardware and software passthrough support | David Woodhouse | 2009-08-04 | |
| * | | | | | | | | | | | iommu=pt is a valid early param | Alex Williamson | 2009-08-03 | |
* | | | | | | | | | | | | Merge branch 'sfi-release' of git://git.kernel.org/pub/scm/linux/kernel/git/l... | Linus Torvalds | 2009-09-23 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'linus' into sfi-release | Len Brown | 2009-09-19 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / | | |/| | | | | | | | | | | ||||
| * | | | | | | | | | | | | SFI: remove unneeded includes | Feng Tang | 2009-09-15 | |
| * | | | | | | | | | | | | sfi: Remove unused code | Thomas Gleixner | 2009-09-15 | |
| * | | | | | | | | | | | | SFI: Hook PCI MMCONFIG | Feng Tang | 2009-08-28 | |
| * | | | | | | | | | | | | x86: add arch-specific SFI support | Feng Tang | 2009-08-28 | |
* | | | | | | | | | | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2009-09-23 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | Merge branch 'sfi-base' into release | Len Brown | 2009-09-19 | |
| |\| | | | | | | | | | | | | | |/ / / / / / / / / / / | |/| | | | | | | | | | | |