Age | Commit message (Expand) | Author | Files | Lines |
2009-09-23 | Merge branch 'sfi-release' of git://git.kernel.org/pub/scm/linux/kernel/git/l... | Linus Torvalds | 6 | -4/+134 |
2009-09-23 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2 | -1/+2 |
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 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus | Linus Torvalds | 1 | -6/+4 |
2009-09-23 | Merge branch 'x86/orig_ax' of git://git.kernel.org/pub/scm/linux/kernel/git/f... | Linus Torvalds | 2 | -20/+15 |
2009-09-23 | kcore: register module area in generic way | KAMEZAWA Hiroyuki | 1 | -3/+1 |
2009-09-23 | kcore: use registerd physmem information | KAMEZAWA Hiroyuki | 2 | -6/+1 |
2009-09-23 | kcore: register text area in generic way | KAMEZAWA Hiroyuki | 2 | -3/+5 |
2009-09-23 | kcore: register vmalloc area in generic way | KAMEZAWA Hiroyuki | 2 | -6/+2 |
2009-09-23 | kcore: add kclist types | KAMEZAWA Hiroyuki | 2 | -7/+8 |
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-23 | lguest: move panic notifier registration to its expected place. | Rusty Russell | 1 | -6/+4 |
2009-09-23 | x86: ptrace: set TS_COMPAT when 32-bit ptrace sets orig_eax>=0 | Roland McGrath | 1 | -1/+13 |
2009-09-23 | x86: ptrace: do not sign-extend orig_ax on write | Roland McGrath | 1 | -18/+1 |
2009-09-23 | x86: syscall_get_nr returns int | Roland McGrath | 1 | -7/+7 |
2009-09-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/veg... | Linus Torvalds | 1 | -3/+0 |
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 | 2 | -3/+3 |
2009-09-22 | mm: replace various uses of num_physpages by totalram_pages | Jan Beulich | 1 | -2/+2 |
2009-09-22 | arches: drop superfluous casts in nr_free_pages() callers | Geert Uytterhoeven | 2 | -2/+2 |
2009-09-21 | Merge branch 'perfcounters-rename-for-linus' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 17 | -316/+316 |
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 | 19 | -78/+98 |
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 | 17 | -290/+290 |
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 | 66 | -974/+845 |
2009-09-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jaswinder/linux-2.6 | Linus Torvalds | 3 | -3/+0 |
2009-09-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 3 | -5/+5 |
2009-09-21 | 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 | 61 | -966/+840 |
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: Fix uaccess_32.h typo | Sergey Senozhatsky | 1 | -1/+1 |
2009-09-20 | x86: Trivial whitespace cleanups | Felipe Contreras | 2 | -2/+1 |
2009-09-20 | x86, apic: Fix missed handling of discrete apics | Cyrill Gorcunov | 3 | -3/+16 |
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, shadow.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 |