| Commit message (Expand) | Author | Age | Files | Lines |
* | PCI PM: Introduce __pci_[start|complete]_power_transition() (rev. 2) | Rafael J. Wysocki | 2009-03-30 | 2 | -18/+52 |
* | PCI PM: Restore config spaces of all devices during early resume | Rafael J. Wysocki | 2009-03-30 | 1 | -7/+9 |
* | PCI PM: Make pci_set_power_state() handle devices with no PM support | Rafael J. Wysocki | 2009-03-30 | 1 | -6/+12 |
* | PCI PM: Put devices into low power states during late suspend (rev. 2) | Rafael J. Wysocki | 2009-03-30 | 1 | -53/+81 |
* | PCI PM: Move pci_restore_standard_config to pci-driver.c | Rafael J. Wysocki | 2009-03-30 | 3 | -22/+17 |
* | PCI PM: Use pci_set_power_state during early resume | Rafael J. Wysocki | 2009-03-30 | 1 | -39/+9 |
* | PCI PM: Consistently use variable name "error" for pm call return values | Frans Pop | 2009-03-30 | 1 | -10/+10 |
* | kexec: Change kexec jump code ordering | Rafael J. Wysocki | 2009-03-30 | 1 | -10/+9 |
* | PM: Change hibernation code ordering | Rafael J. Wysocki | 2009-03-30 | 1 | -48/+61 |
* | PM: Change suspend code ordering | Rafael J. Wysocki | 2009-03-30 | 1 | -16/+22 |
* | PM: Rework handling of interrupts during suspend-resume | Rafael J. Wysocki | 2009-03-30 | 7 | -40/+83 |
* | PM: Introduce functions for suspending and resuming device interrupts | Rafael J. Wysocki | 2009-03-30 | 6 | -7/+116 |
* | Merge branch 'x86-stage-3-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2009-03-30 | 145 | -3583/+6465 |
|\ |
|
| * | Revert "cpuacct: reduce one NULL check in fast-path" | Ingo Molnar | 2009-03-30 | 1 | -3/+2 |
| * | Merge branch 'linus' into x86/core | Ingo Molnar | 2009-03-28 | 3171 | -128729/+252172 |
| |\ |
|
| | \ | |
| | \ | |
| *-. \ | Merge branches 'x86/apic', 'x86/cleanups' and 'x86/mm' into x86/core | Ingo Molnar | 2009-03-28 | 6 | -39/+27 |
| |\ \ \ |
|
| | | * | | x86: early_ioremap_init(), use __fix_to_virt(), because we are sure it's safe | Wang Chen | 2009-03-25 | 1 | -1/+1 |
| | * | | | Merge branch 'x86/core' of git://git.kernel.org/pub/scm/linux/kernel/git/jasw... | Ingo Molnar | 2009-03-24 | 5 | -38/+26 |
| | |\ \ \
| | | |/ /
| | |/| | |
|
| | | * | | x86: e820 fix various signedness issues in setup.c and e820.c | Jaswinder Singh Rajput | 2009-03-23 | 2 | -6/+6 |
| | | * | | x86: apic/io_apic.c define msi_ir_chip and ir_ioapic_chip all the time | Jaswinder Singh Rajput | 2009-03-23 | 1 | -5/+4 |
| | | * | | x86: irq.c keep CONFIG_X86_LOCAL_APIC interrupts together | Jaswinder Singh Rajput | 2009-03-23 | 1 | -9/+6 |
| | | * | | x86: irq.c use same path for show_interrupts | Jaswinder Singh Rajput | 2009-03-23 | 1 | -8/+0 |
| | | * | | x86: cpu/cpu.h cleanup | Jaswinder Singh Rajput | 2009-03-23 | 1 | -10/+10 |
| * | | | | Revert "x86: don't compile vsmp_64 for 32bit" | Ravikiran G Thirumalai | 2009-03-25 | 4 | -4/+14 |
| * | | | | x86: Correct behaviour of irq affinity | Rusty Russell | 2009-03-25 | 1 | -2/+3 |
| * | | | | x86: use default_cpu_mask_to_apicid for 64bit | Yinghai Lu | 2009-03-24 | 2 | -26/+12 |
| * | | | | x86: fix set_extra_move_desc calling | Yinghai Lu | 2009-03-24 | 1 | -1/+2 |
| |/ / / |
|
| | | | | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| *---------. \ \ | Merge branches 'x86/apic', 'x86/cleanups', 'x86/mm', 'x86/pat', 'x86/setup' a... | Ingo Molnar | 2009-03-24 | 96 | -2355/+2008 |
| |\ \ \ \ \ \ \ \ |
|
| | | | | | * | | | | x86: signal: check signal stack overflow properly | Hiroshi Shimamoto | 2009-03-20 | 1 | -21/+27 |
| | | | | | | |/ /
| | | | | | |/| | |
|
| | | | | * | | | | x86/dmi: fix dmi_alloc() section mismatches | Jeremy Fitzhardinge | 2009-03-23 | 1 | -1/+4 |
| | | | | |/ / / |
|
| | | | * | | | | x86, PAT, PCI: Change vma prot in pci_mmap to reflect inherited prot | Pallipadi, Venkatesh | 2009-03-24 | 1 | -0/+3 |
| | | | |/ / / |
|
| | | * | | | | Revert "x86: create a non-zero sized bm_pte only when needed" | Jeremy Fitzhardinge | 2009-03-21 | 1 | -16/+3 |
| | | * | | | | x86, CPA: Add set_pages_arrayuc and set_pages_array_wb | venkatesh.pallipadi@intel.com | 2009-03-20 | 2 | -0/+66 |
| | | * | | | | x86, PAT: Add support for struct page pointer array in cpa set_clr | venkatesh.pallipadi@intel.com | 2009-03-20 | 1 | -29/+50 |
| | | * | | | | x86, CPA: Add a flag parameter to cpa set_clr() | venkatesh.pallipadi@intel.com | 2009-03-20 | 1 | -5/+5 |
| | | |/ / / |
|
| | * | | | | x86: Fix a couple of sparse warnings in arch/x86/kernel/apic/io_apic.c | Dmitri Vorobiev | 2009-03-22 | 1 | -2/+2 |
| | * | | | | Merge branch 'x86/core' of git://git.kernel.org/pub/scm/linux/kernel/git/jasw... | Ingo Molnar | 2009-03-21 | 1 | -52/+60 |
| | |\ \ \ \ |
|
| | | * | | | | x86: mpparse.c introduce check_physptr helper function | Jaswinder Singh Rajput | 2009-03-21 | 1 | -44/+50 |
| | | * | | | | x86: mpparse.c introduce smp_dump_mptable helper function | Jaswinder Singh Rajput | 2009-03-21 | 1 | -8/+10 |
| | | |/ / / |
|
| | * | | | | x86: pci-nommu.c cleanup | Jaswinder Singh Rajput | 2009-03-21 | 1 | -10/+10 |
| | * | | | | x86: io_delay.c cleanup | Jaswinder Singh Rajput | 2009-03-21 | 1 | -14/+13 |
| | * | | | | x86: rtc.c cleanup | Jaswinder Singh Rajput | 2009-03-21 | 1 | -9/+11 |
| | * | | | | x86: i8253 cleanup | Jaswinder Singh Rajput | 2009-03-21 | 1 | -35/+33 |
| | * | | | | x86: kdebugfs.c cleanup | Jaswinder Singh Rajput | 2009-03-21 | 1 | -46/+36 |
| | * | | | | x86: topology.c cleanup | Jaswinder Singh Rajput | 2009-03-21 | 1 | -6/+8 |
| | |/ / / |
|
| * | | | | x86: fix IO APIC resource allocation error message | Bartlomiej Zolnierkiewicz | 2009-03-20 | 1 | -3/+6 |
| |/ / / |
|
| | | | | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| *---. \ \ | Merge branches 'x86/cleanups', 'x86/mm', 'x86/setup' and 'linus' into x86/core | Ingo Molnar | 2009-03-20 | 99 | -13285/+1391 |
| |\ \ \ \ \ |
|
| | | * | | | | x86, setup: fix the setting of 480-line VGA modes | H. Peter Anvin | 2009-03-18 | 1 | -9/+13 |
| | * | | | | | x86: with the last user gone, remove set_pte_present | Jeremy Fitzhardinge | 2009-03-19 | 8 | -56/+0 |
| | * | | | | | x86/32: no need to use set_pte_present in set_pte_vaddr | Jeremy Fitzhardinge | 2009-03-19 | 1 | -1/+1 |