Age | Commit message (Expand) | Author | Files | Lines |
2009-09-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus | Linus Torvalds | 5 | -18/+9 |
2009-09-23 | headers: utsname.h redux | Alexey Dobriyan | 3 | -3/+0 |
2009-09-24 | cpumask: use mm_cpumask() wrapper: x86 | Rusty Russell | 1 | -2/+2 |
2009-09-24 | cpumask: remove last assignment to mask field of struct irqaction. | Rusty Russell | 1 | -1/+0 |
2009-09-24 | cpumask: use zalloc_cpumask_var() where possible | Li Zefan | 3 | -15/+7 |
2009-09-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next | Linus Torvalds | 3 | -6/+5 |
2009-09-23 | Merge branch 'x86/ptrace-syscall-exit' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -14/+8 |
2009-09-23 | Merge git://git.infradead.org/iommu-2.6 | Linus Torvalds | 1 | -3/+2 |
2009-09-23 | Merge branch 'sfi-release' of git://git.kernel.org/pub/scm/linux/kernel/git/l... | Linus Torvalds | 3 | -0/+126 |
2009-09-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 | Linus Torvalds | 1 | -747/+33 |
2009-09-23 | early_printk: Allow more than one early console | Jason Wessel | 1 | -32/+33 |
2009-09-23 | USB: ehci,dbgp,early_printk: split ehci debug driver from early_printk.c | Jason Wessel | 1 | -715/+0 |
2009-09-22 | x86: ptrace: set TS_COMPAT when 32-bit ptrace sets orig_eax>=0 | Roland McGrath | 1 | -1/+13 |
2009-09-22 | x86: ptrace: do not sign-extend orig_ax on write | Roland McGrath | 1 | -18/+1 |
2009-09-22 | x86: ptrace: sysret path should reach syscall_trace_leave | Roland McGrath | 1 | -14/+8 |
2009-09-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2009-09-22 | mm: don't use alloc_bootmem_low() where not strictly needed | Jan Beulich | 1 | -1/+1 |
2009-09-22 | mm: replace various uses of num_physpages by totalram_pages | Jan Beulich | 1 | -2/+2 |
2009-09-21 | Merge branch 'perfcounters-rename-for-linus' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 8 | -288/+288 |
2009-09-21 | Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 1 | -3/+6 |
2009-09-21 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 14 | -63/+74 |
2009-09-21 | trivial: fix missing printk space in amd_k7_smp_check | Michael Tokarev | 1 | -1/+1 |
2009-09-21 | perf: Tidy up after the big rename | Ingo Molnar | 1 | -7/+7 |
2009-09-21 | perf: Do the big rename: Performance Counters -> Performance Events | Ingo Molnar | 8 | -262/+262 |
2009-09-21 | perf_counter: Rename 'event' to event_id/hw_event | Ingo Molnar | 1 | -24/+24 |
2009-09-21 | Merge branch 'linus' into perfcounters/rename | Ingo Molnar | 38 | -713/+537 |
2009-09-21 | Use macros for .data.page_aligned section. | Tim Abbott | 1 | -1/+1 |
2009-09-21 | Use macros for .bss.page_aligned section. | Tim Abbott | 2 | -2/+2 |
2009-09-21 | Use new __init_task_data macro in arch init_task.c files. | Joe Perches | 1 | -3/+2 |
2009-09-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jaswinder/linux-2.6 | Linus Torvalds | 2 | -2/+0 |
2009-09-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 3 | -5/+5 |
2009-09-20 | Merge branch 'perfcounters-core-for-linus' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 3 | -47/+45 |
2009-09-20 | x86: Print the hypervisor returned tsc_khz during boot | Alok Kataria | 1 | -0/+6 |
2009-09-20 | Merge branch 'linus' into x86/urgent | Ingo Molnar | 34 | -706/+532 |
2009-09-20 | x86: Correct segment permission flags in 64-bit linker script | Jan Beulich | 1 | -2/+2 |
2009-09-20 | x86: cpuinit-annotate SMP boot trampolines properly | Jan Beulich | 3 | -10/+7 |
2009-09-20 | x86: Increase timeout for EHCI debug port reset completion in early printk | Jan Beulich | 1 | -1/+1 |
2009-09-20 | x86: Trivial whitespace cleanups | Felipe Contreras | 1 | -1/+1 |
2009-09-20 | x86, apic: Fix missed handling of discrete apics | Cyrill Gorcunov | 2 | -3/+3 |
2009-09-20 | x86/i386: Remove duplicated #include | Huang Weiyi | 1 | -1/+0 |
2009-09-20 | x86, mtrr: Convert loop to a while based construct, avoid naked semicolon | Joe Perches | 1 | -6/+6 |
2009-09-20 | perf_counter: x86: Fix PMU resource leak | Peter Zijlstra | 1 | -3/+6 |
2009-09-20 | includecheck fix: x86, cpu/common.c | Jaswinder Singh Rajput | 1 | -1/+0 |
2009-09-20 | includecheck fix: x86, traps.c | Jaswinder Singh Rajput | 1 | -1/+0 |
2009-09-19 | Driver-Core: extend devnode callbacks to provide permissions | Kay Sievers | 3 | -5/+5 |
2009-09-19 | Revert 'x86: Fix system crash when loading with "reservetop" parameter' | Yinghai Lu | 1 | -15/+15 |
2009-09-19 | x86, mce: Fix compile warning in case of CONFIG_SMP=n | Andreas Herrmann | 1 | -1/+2 |
2009-09-19 | tracing, x86, cpuidle: Move the end point of a C state in the power tracer | Arjan van de Ven | 1 | -3/+0 |
2009-09-19 | tracing, perf: Convert the power tracer into an event tracer | Arjan van de Ven | 2 | -24/+11 |
2009-09-19 | Merge branch 'linus' into perfcounters/core | Ingo Molnar | 75 | -2617/+2597 |