Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Merge branch 'x86/asm' into x86/urgent | Ingo Molnar | 2009-09-25 | 4 | -72/+17 | |
| |\ \ \ \ | ||||||
| | * | | | | x86: Cleanup linker script using new linker script macros. | Tim Abbott | 2009-09-18 | 1 | -44/+3 | |
| | * | | | | x86: Use section .data.page_aligned for the idt_table. | Tim Abbott | 2009-09-18 | 2 | -5/+2 | |
| | * | | | | x86: convert to use __HEAD and HEAD_TEXT macros. | Tim Abbott | 2009-09-18 | 3 | -11/+5 | |
| | * | | | | x86: fix fragile computation of vsyscall address | Anders Kaseorg | 2009-09-18 | 1 | -12/+7 | |
| * | | | | | x86: early_printk: Protect against using the same device twice | Jason Wessel | 2009-09-24 | 1 | -0/+5 | |
| * | | | | | Merge branch 'linus' into x86/urgent | Ingo Molnar | 2009-09-24 | 17 | -1069/+469 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | x86: Reduce verbosity of "TSC is reliable" message | Roland Dreier | 2009-09-24 | 1 | -1/+1 | |
| * | | | | | | x86: mce: Use safer ways to access MCE registers | Ingo Molnar | 2009-09-23 | 1 | -2/+21 | |
| * | | | | | | x86: mce, inject: Use real inject-msg in raise_local | Huang Ying | 2009-09-22 | 1 | -3/+4 | |
| * | | | | | | x86: mce: Fix thermal throttling message storm | Ingo Molnar | 2009-09-22 | 1 | -2/+4 | |
| * | | | | | | x86: mce: Clean up thermal throttling state tracking code | Ingo Molnar | 2009-09-22 | 1 | -24/+39 | |
* | | | | | | | sysctl: remove "struct file *" argument of ->proc_handler | Alexey Dobriyan | 2009-09-24 | 2 | -11/+3 | |
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus | Linus Torvalds | 2009-09-23 | 5 | -18/+9 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | cpumask: use mm_cpumask() wrapper: x86 | Rusty Russell | 2009-09-24 | 1 | -2/+2 | |
| * | | | | | | | cpumask: remove last assignment to mask field of struct irqaction. | Rusty Russell | 2009-09-24 | 1 | -1/+0 | |
| * | | | | | | | cpumask: use zalloc_cpumask_var() where possible | Li Zefan | 2009-09-24 | 3 | -15/+7 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | headers: utsname.h redux | Alexey Dobriyan | 2009-09-23 | 3 | -3/+0 | |
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next | Linus Torvalds | 2009-09-23 | 3 | -6/+5 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Use macros for .data.page_aligned section. | Tim Abbott | 2009-09-21 | 1 | -1/+1 | |
| * | | | | | | Use macros for .bss.page_aligned section. | Tim Abbott | 2009-09-21 | 2 | -2/+2 | |
| * | | | | | | Use new __init_task_data macro in arch init_task.c files. | Joe Perches | 2009-09-21 | 1 | -3/+2 | |
* | | | | | | | Merge branch 'x86/ptrace-syscall-exit' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2009-09-23 | 1 | -14/+8 | |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | ||||||
| * | | | | | | x86: ptrace: sysret path should reach syscall_trace_leave | Roland McGrath | 2009-09-22 | 1 | -14/+8 | |
* | | | | | | | Merge git://git.infradead.org/iommu-2.6 | Linus Torvalds | 2009-09-23 | 1 | -3/+2 | |
|\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6 | David Woodhouse | 2009-08-08 | 30 | -166/+408 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | intel-iommu: Unify hardware and software passthrough support | David Woodhouse | 2009-08-04 | 1 | -3/+2 | |
| * | | | | | | | | iommu=pt is a valid early param | Alex Williamson | 2009-08-03 | 1 | -3/+1 | |
* | | | | | | | | | Merge branch 'sfi-release' of git://git.kernel.org/pub/scm/linux/kernel/git/l... | Linus Torvalds | 2009-09-23 | 3 | -0/+126 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge branch 'linus' into sfi-release | Len Brown | 2009-09-19 | 104 | -3433/+3857 | |
| |\ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | | | | | | ||||||
| * | | | | | | | | | SFI: remove unneeded includes | Feng Tang | 2009-09-15 | 1 | -7/+0 | |
| * | | | | | | | | | sfi: Remove unused code | Thomas Gleixner | 2009-09-15 | 1 | -4/+0 | |
| * | | | | | | | | | x86: add arch-specific SFI support | Feng Tang | 2009-08-28 | 3 | -0/+137 | |
* | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 | Linus Torvalds | 2009-09-23 | 1 | -747/+33 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | early_printk: Allow more than one early console | Jason Wessel | 2009-09-23 | 1 | -32/+33 | |
| * | | | | | | | | | | USB: ehci,dbgp,early_printk: split ehci debug driver from early_printk.c | Jason Wessel | 2009-09-23 | 1 | -715/+0 | |
| | |_|_|_|/ / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | x86: ptrace: set TS_COMPAT when 32-bit ptrace sets orig_eax>=0 | Roland McGrath | 2009-09-22 | 1 | -1/+13 | |
* | | | | | | | | | | x86: ptrace: do not sign-extend orig_ax on write | Roland McGrath | 2009-09-22 | 1 | -18/+1 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2009-09-22 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | trivial: fix missing printk space in amd_k7_smp_check | Michael Tokarev | 2009-09-21 | 1 | -1/+1 | |
* | | | | | | | | | | mm: don't use alloc_bootmem_low() where not strictly needed | Jan Beulich | 2009-09-22 | 1 | -1/+1 | |
* | | | | | | | | | | mm: replace various uses of num_physpages by totalram_pages | Jan Beulich | 2009-09-22 | 1 | -2/+2 | |
| |_|_|_|_|_|_|/ / |/| | | | | | | | | ||||||
* | | | | | | | | | Merge branch 'perfcounters-rename-for-linus' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 2009-09-21 | 8 | -288/+288 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | | ||||||
| * | | | | | | | | perf: Tidy up after the big rename | Ingo Molnar | 2009-09-21 | 1 | -7/+7 | |
| * | | | | | | | | perf: Do the big rename: Performance Counters -> Performance Events | Ingo Molnar | 2009-09-21 | 8 | -262/+262 | |
| * | | | | | | | | perf_counter: Rename 'event' to event_id/hw_event | Ingo Molnar | 2009-09-21 | 1 | -24/+24 | |
| * | | | | | | | | Merge branch 'linus' into perfcounters/rename | Ingo Molnar | 2009-09-21 | 38 | -713/+537 | |
| |\| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 2009-09-21 | 1 | -3/+6 | |
|\| | | | | | | | | ||||||
| * | | | | | | | | perf_counter: x86: Fix PMU resource leak | Peter Zijlstra | 2009-09-20 | 1 | -3/+6 | |
* | | | | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-09-21 | 14 | -63/+74 | |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | |