| Commit message (Expand) | Author | Age | Files | Lines |
* | tipc: Simplify log buffer resizing | Allan Stephens | 2008-05-05 | 4 | -25/+13 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-inttypes | Linus Torvalds | 2008-05-05 | 2 | -2/+6 |
|\ |
|
| * | fix asm-mips/types.h syntax error | Adrian Bunk | 2008-05-04 | 1 | -2/+0 |
| * | fix asm-alpha/types.h breakage | Adrian Bunk | 2008-05-04 | 1 | -0/+6 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86... | Linus Torvalds | 2008-05-05 | 14 | -45/+34 |
|\ \ |
|
| * | | x86: fix setup printk format warning | Randy Dunlap | 2008-05-04 | 1 | -1/+1 |
| * | | x86: olpc build fix | Thomas Gleixner | 2008-05-04 | 1 | -0/+1 |
| * | | x86: video/fbdev.c: add MODULE_LICENSE | Adrian Bunk | 2008-05-04 | 1 | -1/+1 |
| * | | x86: fix up bootparam.h for userspace inclusion | Rusty Russell | 2008-05-04 | 1 | -4/+4 |
| * | | x86: relocs ELF handling - use SELFMAG instead of numeric constant | Cyrill Gorcunov | 2008-05-04 | 1 | -1/+1 |
| * | | x86: vdso ELF handling - use SELFMAG instead of numeric constant | Cyrill Gorcunov | 2008-05-04 | 1 | -1/+1 |
| * | | x86: remove dell reboot dmi quirk board name match | Ben | 2008-05-04 | 1 | -1/+0 |
| * | | x86: es7000 build fix | Ingo Molnar | 2008-05-04 | 1 | -2/+5 |
| * | | x86: make additional_cpus static | Adrian Bunk | 2008-05-04 | 1 | -1/+1 |
| * | | x86: make start_secondary() static | Adrian Bunk | 2008-05-04 | 1 | -1/+1 |
| * | | kbuild, suspend, x86: fix rebuild of wakeup.bin | Sam Ravnborg | 2008-05-04 | 2 | -3/+4 |
| * | | uml: fix gcc problem | Ingo Molnar | 2008-05-04 | 1 | -1/+4 |
| * | | x86: undo visws/numaq build changes | Thomas Gleixner | 2008-05-04 | 2 | -28/+10 |
| |/ |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes | Linus Torvalds | 2008-05-05 | 4 | -37/+31 |
|\ \ |
|
| * | | kconfig-language.txt: remove bogus hint | Adrian Bunk | 2008-05-04 | 1 | -24/+0 |
| * | | kconfig: fix MAC OS X warnings in menuconfig | Sam Ravnborg | 2008-05-04 | 2 | -4/+5 |
| * | | modpost: i2c aliases need no trailing wildcard | Jean Delvare | 2008-05-04 | 1 | -9/+26 |
| |/ |
|
* | | task_nommu: fix compile failing bug because of spilt file.h | Bryan Wu | 2008-05-05 | 1 | -0/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 | Linus Torvalds | 2008-05-05 | 1 | -6/+6 |
|\ \ |
|
| * | | ide: IDE_HFLAG_SERIALIZE_DMA bugfix | Bartlomiej Zolnierkiewicz | 2008-05-04 | 1 | -6/+6 |
| |/ |
|
* | | Merge branch 'kvm-updates-2.6.26' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2008-05-05 | 15 | -79/+542 |
|\ \ |
|
| * | | x86: KVM geust: make setup_secondary_clock definition dependent on local apic | Glauber Costa | 2008-05-04 | 1 | -0/+4 |
| * | | KVM: MMU: Allow more than PAGES_PER_HPAGE write protections per large page | Avi Kivity | 2008-05-04 | 1 | -1/+0 |
| * | | KVM: avoid fx_init() schedule in atomic | Andrea Arcangeli | 2008-05-04 | 2 | -2/+11 |
| * | | KVM: Avoid spurious execeptions after setting registers | Jan Kiszka | 2008-05-04 | 1 | -0/+2 |
| * | | KVM: PIT: support mode 4 | Marcelo Tosatti | 2008-05-04 | 1 | -0/+2 |
| * | | KVM: x86 emulator: disable writeback on lmsw | Avi Kivity | 2008-05-04 | 1 | -0/+1 |
| * | | KVM: ppc: deliver INTERRUPT_FP_UNAVAIL to the guest | Christian Ehrhardt | 2008-05-04 | 1 | -0/+5 |
| * | | KVM: ppc: Handle guest idle by emulating MSR[WE] writes | Hollis Blanchard | 2008-05-04 | 4 | -3/+24 |
| * | | KVM: x86: task switch: fix wrong bit setting for the busy flag | Izik Eidus | 2008-05-04 | 1 | -2/+2 |
| * | | KVM: VMX: Enable EPT feature for KVM | Sheng Yang | 2008-05-04 | 4 | -10/+234 |
| * | | KVM: VMX: Prepare an identity page table for EPT in real mode | Sheng Yang | 2008-05-04 | 4 | -3/+84 |
| * | | KVM: Export necessary function for EPT | Sheng Yang | 2008-05-04 | 1 | -0/+1 |
| * | | KVM: MMU: Remove #ifdef CONFIG_X86_64 to support 4 level EPT | Sheng Yang | 2008-05-04 | 1 | -4/+0 |
| * | | KVM: MMU: Add EPT support | Sheng Yang | 2008-05-04 | 3 | -10/+39 |
| * | | KVM: Add kvm_x86_ops get_tdp_level() | Sheng Yang | 2008-05-04 | 6 | -8/+20 |
| * | | KVM: MMU: Move some definitions to a header file | Sheng Yang | 2008-05-04 | 2 | -34/+33 |
| * | | KVM: VMX: EPT Feature Detection | Sheng Yang | 2008-05-04 | 2 | -5/+83 |
| |/ |
|
* | | sysfs: build fix | Ingo Molnar | 2008-05-05 | 1 | -6/+0 |
* | | Make forced module loading optional | Linus Torvalds | 2008-05-05 | 2 | -15/+38 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrt | Linus Torvalds | 2008-05-03 | 4 | -17/+11 |
|\ |
|
| * | clocksource: allow read access to available/current_clocksource | Heiko Carstens | 2008-05-03 | 1 | -2/+2 |
| * | clocksource: Fix permissions for available_clocksource | Heiko Carstens | 2008-05-03 | 1 | -1/+1 |
| * | hrtimer: remove duplicate helper function | Oliver Hartkopp | 2008-05-03 | 3 | -15/+9 |
* | | tiny mq_open optimization | Ulrich Drepper | 2008-05-03 | 1 | -2/+1 |