| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'kconfig-diet' from Dave Hansen | Linus Torvalds | 2013-07-04 | 2 | -10/+1 |
|\ |
|
| * | consolidate per-arch stack overflow debugging options | Dave Hansen | 2013-07-04 | 2 | -10/+1 |
* | | Merge branch 'akpm' (updates from Andrew Morton) | Linus Torvalds | 2013-07-03 | 11 | -91/+57 |
|\ \ |
|
| * | | rapidio: add modular build option for the subsystem core | Alexandre Bounine | 2013-07-03 | 1 | -2/+2 |
| * | | x86: kill TIF_DEBUG | Oleg Nesterov | 2013-07-03 | 1 | -3/+1 |
| * | | mm/x86: prepare for removing num_physpages and simplify mem_init() | Jiang Liu | 2013-07-03 | 5 | -52/+4 |
| * | | mm: concentrate modification of totalram_pages into the mm core | Jiang Liu | 2013-07-03 | 2 | -2/+2 |
| * | | mm: make __free_pages_bootmem() only available at boot time | Jiang Liu | 2013-07-03 | 1 | -16/+2 |
| * | | mm: accurately calculate zone->managed_pages for highmem zones | Jiang Liu | 2013-07-03 | 1 | -0/+6 |
| * | | mm/x86: use free_reserved_area() to simplify code | Jiang Liu | 2013-07-03 | 2 | -14/+5 |
| * | | mm: soft-dirty bits for user memory changes tracking | Pavel Emelyanov | 2013-07-03 | 3 | -2/+35 |
* | | | Merge tag 'pci-v3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2013-07-03 | 1 | -5/+2 |
|\ \ \ |
|
| * | | | x86/PCI: Increase info->res_num before checking pci_use_crs | Yijing Wang | 2013-05-28 | 1 | -5/+2 |
* | | | | Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2013-07-03 | 4 | -3/+12 |
|\ \ \ \ |
|
| * \ \ \ | Merge branch 'acpi-pm' | Rafael J. Wysocki | 2013-06-28 | 4 | -3/+12 |
| |\ \ \ \ |
|
| | * | | | | x86 / ACPI / sleep: Provide registration for acpi_suspend_lowlevel. | Konrad Rzeszutek Wilk | 2013-06-19 | 4 | -3/+12 |
* | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2013-07-03 | 12 | -391/+567 |
|\ \ \ \ \ \ |
|
| * | | | | | | KVM: Fix RTC interrupt coalescing tracking | Gleb Natapov | 2013-06-27 | 2 | -24/+35 |
| * | | | | | | kvm: Add a tracepoint write_tsc_offset | Yoshihiro YUNOMAE | 2013-06-27 | 4 | -2/+37 |
| * | | | | | | KVM: MMU: Inform users of mmio generation wraparound | Takuya Yoshikawa | 2013-06-27 | 1 | -1/+3 |
| * | | | | | | KVM: MMU: document fast invalidate all pages | Xiao Guangrong | 2013-06-27 | 1 | -0/+3 |
| * | | | | | | KVM: MMU: document write_flooding_count | Xiao Guangrong | 2013-06-27 | 1 | -0/+1 |
| * | | | | | | KVM: MMU: document clear_spte_count | Xiao Guangrong | 2013-06-27 | 2 | -3/+18 |
| * | | | | | | KVM: MMU: drop kvm_mmu_zap_mmio_sptes | Xiao Guangrong | 2013-06-27 | 2 | -22/+1 |
| * | | | | | | KVM: MMU: init kvm generation close to mmio wrap-around value | Xiao Guangrong | 2013-06-27 | 1 | -1/+6 |
| * | | | | | | KVM: MMU: add tracepoint for check_mmio_spte | Xiao Guangrong | 2013-06-27 | 2 | -2/+31 |
| * | | | | | | KVM: MMU: fast invalidate all mmio sptes | Xiao Guangrong | 2013-06-27 | 6 | -14/+61 |
| * | | | | | | KVM: MMU: make return value of mmio page fault handler more readable | Xiao Guangrong | 2013-06-27 | 3 | -12/+21 |
| * | | | | | | KVM: MMU: store generation-number into mmio spte | Xiao Guangrong | 2013-06-27 | 3 | -17/+60 |
| * | | | | | | KVM: MMU: retain more available bits on mmio spte | Xiao Guangrong | 2013-06-20 | 2 | -3/+9 |
| * | | | | | | KVM: x86: handle idiv overflow at kvm_write_tsc | Marcelo Tosatti | 2013-06-12 | 1 | -3/+20 |
| * | | | | | | KVM: MMU: reduce KVM_REQ_MMU_RELOAD when root page is zapped | Gleb Natapov | 2013-06-05 | 1 | -1/+7 |
| * | | | | | | KVM: MMU: reclaim the zapped-obsolete page first | Xiao Guangrong | 2013-06-05 | 3 | -4/+20 |
| * | | | | | | KVM: MMU: collapse TLB flushes when zap all pages | Xiao Guangrong | 2013-06-05 | 1 | -3/+30 |
| * | | | | | | KVM: MMU: zap pages in batch | Xiao Guangrong | 2013-06-05 | 1 | -24/+11 |
| * | | | | | | KVM: MMU: do not reuse the obsolete page | Xiao Guangrong | 2013-06-05 | 1 | -0/+3 |
| * | | | | | | KVM: MMU: add tracepoint for kvm_mmu_invalidate_all_pages | Xiao Guangrong | 2013-06-05 | 2 | -0/+21 |
| * | | | | | | KVM: MMU: show mmu_valid_gen in shadow page related tracepoints | Xiao Guangrong | 2013-06-05 | 1 | -10/+12 |
| * | | | | | | KVM: x86: use the fast way to invalidate all pages | Xiao Guangrong | 2013-06-05 | 2 | -17/+2 |
| * | | | | | | KVM: MMU: fast invalidate all pages | Xiao Guangrong | 2013-06-05 | 3 | -0/+93 |
| * | | | | | | KVM: MMU: drop unnecessary kvm_reload_remote_mmus | Xiao Guangrong | 2013-06-05 | 1 | -4/+1 |
| * | | | | | | KVM: x86: drop calling kvm_mmu_zap_all in emulator_fix_hypercall | Xiao Guangrong | 2013-06-05 | 1 | -7/+0 |
| * | | | | | | KVM: x86 emulator: convert XADD to fastop | Avi Kivity | 2013-05-21 | 1 | -7/+3 |
| * | | | | | | KVM: x86 emulator: drop unused old-style inline emulation | Avi Kivity | 2013-05-21 | 1 | -198/+0 |
| * | | | | | | KVM: x86 emulator: convert DIV/IDIV to fastop | Avi Kivity | 2013-05-21 | 1 | -25/+26 |
| * | | | | | | KVM: x86 emulator: convert single-operand MUL/IMUL to fastop | Avi Kivity | 2013-05-21 | 1 | -19/+16 |
| * | | | | | | KVM: x86 emulator: Switch fastop src operand to RDX | Avi Kivity | 2013-05-21 | 1 | -13/+13 |
| * | | | | | | KVM: x86 emulator: switch MUL/DIV to DstXacc | Avi Kivity | 2013-05-21 | 1 | -7/+8 |
| * | | | | | | KVM: x86 emulator: decode extended accumulator explicity | Avi Kivity | 2013-05-21 | 1 | -0/+24 |
| * | | | | | | KVM: x86 emulator: add support for writing back the source operand | Avi Kivity | 2013-05-21 | 1 | -21/+27 |