| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2011-05-25 | 1 | -0/+1 |
|\ |
|
| * | i8k: Integrate with the hwmon subsystem | Jean Delvare | 2011-05-25 | 1 | -0/+1 |
* | | lib: consolidate DEBUG_STACK_USAGE option | Stephen Boyd | 2011-05-25 | 1 | -9/+0 |
* | | lib: consolidate DEBUG_PER_CPU_MAPS | Stephen Boyd | 2011-05-25 | 1 | -11/+0 |
* | | printk: allocate kernel log buffer earlier | Mike Travis | 2011-05-25 | 1 | -0/+2 |
* | | x86: remove 32-bit versions of readq()/writeq() | Roland Dreier | 2011-05-25 | 2 | -24/+2 |
* | | vmscan: change shrinker API by passing shrink_control struct | Ying Han | 2011-05-25 | 1 | -1/+2 |
* | | mm: convert mm->cpu_vm_cpumask into cpumask_var_t | KOSAKI Motohiro | 2011-05-25 | 1 | -1/+0 |
* | | mm: Convert i_mmap_lock to a mutex | Peter Zijlstra | 2011-05-25 | 1 | -2/+2 |
* | | mm: now that all old mmu_gather code is gone, remove the storage | Peter Zijlstra | 2011-05-25 | 1 | -2/+0 |
* | | x86,mm: make pagefault killable | KOSAKI Motohiro | 2011-05-25 | 1 | -1/+11 |
|/ |
|
* | Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj... | Linus Torvalds | 2011-05-24 | 2 | -2/+7 |
|\ |
|
| * | Merge branch 'fixes-2.6.39' into for-2.6.40 | Tejun Heo | 2011-05-24 | 20 | -267/+180 |
| |\ |
|
| | * | percpu: Avoid extra NOP in percpu_cmpxchg16b_double | Eric Dumazet | 2011-03-28 | 1 | -1/+6 |
| * | | percpu: Always align percpu output section to PAGE_SIZE | Tejun Heo | 2011-03-24 | 1 | -1/+1 |
* | | | x86, ioapic: Restore ioapic entries during resume properly | Suresh Siddha | 2011-05-24 | 1 | -2/+2 |
* | | | x86: Get rid of asmregparm | Richard Weinberger | 2011-05-24 | 2 | -7/+2 |
* | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 2011-05-23 | 6 | -79/+19 |
|\ \ \ |
|
| * | | | x86/PCI: derive pcibios_last_bus from ACPI MCFG | Jan Beulich | 2011-05-21 | 1 | -0/+10 |
| * | | | x86/PCI: irq and pci_ids patch for Intel Panther Point DeviceIDs | Seth Heasley | 2011-05-10 | 1 | -1/+3 |
| * | | | x86/PCI: Remove dma32_reserve_bootmem | Yinghai Lu | 2011-05-10 | 3 | -67/+0 |
| * | | | x86/PCI: Convert release_resource to release_region/release_mem_region | Julia Lawall | 2011-05-10 | 1 | -11/+6 |
* | | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2011-05-23 | 20 | -563/+539 |
|\ \ \ \ |
|
| * | | | | x86, apic: Include module.h header in apic_flat_64.c | Randy Dunlap | 2011-05-23 | 1 | -0/+1 |
| * | | | | x86, apic: Make apic drivers static | Suresh Siddha | 2011-05-22 | 11 | -64/+22 |
| * | | | | x86, apic: Clean up bigsmp apic selection code | Suresh Siddha | 2011-05-22 | 3 | -30/+32 |
| * | | | | x86, apic: Use .apicdrivers section for the apic drivers list | Suresh Siddha | 2011-05-22 | 2 | -31/+36 |
| * | | | | x86, apic: Introduce .apicdrivers section to find the list of apic drivers | Suresh Siddha | 2011-05-22 | 12 | -6/+63 |
| * | | | | x86, x2apic: Move the common bits to x2apic.h | Cyrill Gorcunov | 2011-05-20 | 3 | -124/+69 |
| * | | | | x86, x2apic: Minimize IPI register writes using cluster groups | Cyrill Gorcunov | 2011-05-20 | 1 | -14/+44 |
| * | | | | x86, x2apic: Track the x2apic cluster sibling map | Cyrill Gorcunov | 2011-05-20 | 1 | -2/+70 |
| * | | | | x86, x2apic: Remove duplicate code for IPI mask routines | Suresh Siddha | 2011-05-20 | 2 | -62/+31 |
| * | | | | x86, apic: Use probe routines to simplify apic selection | Suresh Siddha | 2011-05-20 | 5 | -19/+37 |
| * | | | | x86, ioapic: Consolidate mp_ioapic_routing[] into 'struct ioapic' | Suresh Siddha | 2011-05-20 | 1 | -6/+3 |
| * | | | | x86, ioapic: Consolidate gsi routing info into 'struct ioapic' | Suresh Siddha | 2011-05-20 | 3 | -14/+29 |
| * | | | | x86, ioapic: Consolidate mp_ioapics[] into 'struct ioapic' | Suresh Siddha | 2011-05-20 | 5 | -50/+62 |
| * | | | | x86, ioapic: Consolidate ioapic_saved_data[] into 'struct ioapic' | Suresh Siddha | 2011-05-20 | 1 | -14/+13 |
| * | | | | x86, ioapic: Add struct ioapic | Suresh Siddha | 2011-05-20 | 2 | -16/+17 |
| * | | | | x86, ioapic: Remove duplicate code for saving/restoring RTEs | Suresh Siddha | 2011-05-20 | 1 | -31/+5 |
| * | | | | x86, ioapic: Use ioapic_saved_data while enabling intr-remapping | Suresh Siddha | 2011-05-20 | 3 | -111/+37 |
| * | | | | x86, ioapic: Allocate ioapic_saved_data early | Suresh Siddha | 2011-05-20 | 1 | -14/+13 |
| * | | | | x86, ioapic: Fix potential resume deadlock | Daniel J Blueman | 2011-05-20 | 1 | -2/+2 |
* | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2011-05-23 | 1 | -2/+2 |
|\ \ \ \ \ |
|
| * | | | | | watchdog: Change the default timeout and configure nmi watchdog period based ... | Mandeep Singh Baines | 2011-05-23 | 1 | -2/+2 |
| |/ / / / |
|
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2011-05-23 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | treewide: fix a few typos in comments | Justin P. Mattock | 2011-05-10 | 1 | -1/+1 |
* | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2011-05-23 | 4 | -19/+11 |
|\ \ \ \ \ \ |
|
| * | | | | | | x86: Eliminate various 'set but not used' warnings | Gustavo F. Padovan | 2011-05-21 | 3 | -16/+5 |
| * | | | | | | x86, SMEP: Fix section mismatch warnings | Fenghua Yu | 2011-05-21 | 1 | -2/+2 |
| * | | | | | | x86, amd: Use _safe() msr access for GartTlbWlk disable code | Roedel, Joerg | 2011-05-20 | 1 | -3/+6 |
| | |/ / / /
| |/| | | | |
|