| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-08-04 | 16 | -79/+120 |
|\ |
|
| * | x86: Work around compilation warning in arch/x86/kernel/apm_32.c | Subrata Modak | 2009-08-04 | 1 | -1/+1 |
| * | x86, UV: Complete IRQ interrupt migration in arch_enable_uv_irq() | Jack Steiner | 2009-08-04 | 1 | -0/+3 |
| * | x86, 32-bit: Fix double accounting in reserve_top_address() | Jan Beulich | 2009-08-04 | 1 | -1/+0 |
| * | x86: Don't use current_cpu_data in x2apic phys_pkg_id | Yinghai Lu | 2009-08-04 | 2 | -2/+2 |
| * | x86, UV: Fix UV apic mode | Jack Steiner | 2009-08-04 | 1 | -1/+1 |
| * | x86, UV: Fix macros for accessing large node numbers | Jack Steiner | 2009-08-04 | 1 | -1/+1 |
| * | x86, UV: Delete mapping of MMR rangs mapped by BIOS | Jack Steiner | 2009-08-04 | 1 | -30/+1 |
| * | x86, UV: Handle missing blade-local memory correctly | Jack Steiner | 2009-08-04 | 2 | -0/+12 |
| * | x86: fix assembly constraints in native_save_fl() | H. Peter Anvin | 2009-08-03 | 1 | -1/+7 |
| * | x86, msr: execute on the correct CPU subset | Borislav Petkov | 2009-08-03 | 1 | -16/+10 |
| * | x86: Fix assert syntax in vmlinux.lds.S | H. Peter Anvin | 2009-08-03 | 1 | -8/+8 |
| * | x86: Make 64-bit efi_ioremap use ioremap on MMIO regions | Paul Mackerras | 2009-08-03 | 3 | -4/+9 |
| * | x86: Add quirk to make Apple MacBook5,2 use reboot=pci | Paul Mackerras | 2009-08-03 | 1 | -1/+33 |
| * | x86: Fix CPA memtype reserving in the set_pages_array*() cases | Thomas Hellstrom | 2009-08-03 | 1 | -9/+21 |
| * | x86, pat: Fix set_memory_wc related corruption | Pallipadi, Venkatesh | 2009-07-30 | 1 | -3/+6 |
| * | x86: fix section mismatch for i386 init code | Robert Richter | 2009-07-27 | 1 | -1/+5 |
* | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c... | Linus Torvalds | 2009-08-04 | 2 | -3/+30 |
|\ \ |
|
| * | | [CPUFREQ] Make cpufreq suspend code conditional on powerpc. | Dave Jones | 2009-08-04 | 1 | -2/+19 |
| * | | [CPUFREQ] Fix a kobject reference bug related to managed CPUs | Thomas Renninger | 2009-08-04 | 1 | -1/+3 |
| * | | [CPUFREQ] Do not set policy for offline cpus | Prarit Bhargava | 2009-08-04 | 1 | -0/+2 |
| * | | [CPUFREQ] Fix NULL pointer dereference regression in conservative governor | Pallipadi, Venkatesh | 2009-08-04 | 1 | -0/+6 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu... | Linus Torvalds | 2009-08-04 | 2 | -2/+18 |
|\ \ \ |
|
| * | | | nilfs2: fix missing unlock in error path of nilfs_mdt_write_page | Ryusuke Konishi | 2009-08-02 | 1 | -1/+3 |
| * | | | nilfs2: fix oops due to inconsistent state in page with discrete b-tree nodes | Ryusuke Konishi | 2009-08-01 | 1 | -1/+15 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 | Linus Torvalds | 2009-08-04 | 6 | -32/+73 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | [CIFS] Update readme to reflect forceuid mount parms | Steve French | 2009-08-04 | 2 | -14/+14 |
| * | | | cifs: Read buffer overflow | Roel Kluin | 2009-08-03 | 1 | -1/+1 |
| * | | | cifs: show noforceuid/noforcegid mount options (try #2) | Jeff Layton | 2009-08-03 | 1 | -0/+4 |
| * | | | cifs: reinstate original behavior when uid=/gid= options are specified | Jeff Layton | 2009-08-02 | 1 | -12/+30 |
| * | | | [CIFS] Updates fs/cifs/CHANGES | Steve French | 2009-07-30 | 1 | -0/+6 |
| * | | | cifs: fix error handling in mount-time DFS referral chasing code | Jeff Layton | 2009-07-28 | 2 | -6/+19 |
* | | | | Merge branch 'for-linus' of git://neil.brown.name/md | Linus Torvalds | 2009-08-02 | 8 | -84/+132 |
|\ \ \ \ |
|
| * | | | | md: Use revalidate_disk to effect changes in size of device. | NeilBrown | 2009-08-03 | 4 | -33/+9 |
| * | | | | md: allow raid5_quiesce to work properly when reshape is happening. | NeilBrown | 2009-08-03 | 1 | -1/+10 |
| * | | | | md/raid5: set reshape_position correctly when reshape starts. | NeilBrown | 2009-08-03 | 1 | -1/+1 |
| * | | | | md: Handle growth of v1.x metadata correctly. | NeilBrown | 2009-08-03 | 1 | -1/+7 |
| * | | | | md: avoid array overflow with bad v1.x metadata | NeilBrown | 2009-08-03 | 1 | -1/+6 |
| * | | | | md: when a level change reduces the number of devices, remove the excess. | NeilBrown | 2009-08-03 | 1 | -0/+7 |
| * | | | | md: Push down data integrity code to personalities. | Andre Noll | 2009-08-03 | 7 | -33/+80 |
| * | | | | md/raid6: release spare page at ->stop() | Dan Williams | 2009-07-31 | 1 | -14/+12 |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog | Linus Torvalds | 2009-08-02 | 1 | -0/+11 |
|\ \ \ \ \ |
|
| * | | | | | [WATCHDOG] Fix COH 901 327 watchdog enablement | Linus Walleij | 2009-08-02 | 1 | -0/+11 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2009-08-02 | 12 | -511/+148 |
|\ \ \ \ \ |
|
| * \ \ \ \ | Merge branch 'misc-2.6.31' into release | Len Brown | 2009-08-02 | 1 | -1/+1 |
| |\ \ \ \ \ |
|
| | * | | | | | ACPI: root-only read protection on /sys/firmware/acpi/tables/* | Len Brown | 2009-08-02 | 1 | -1/+1 |
| | |/ / / / |
|
| * | | | | | Merge branch 'bugzilla-13825' into release | Len Brown | 2009-08-02 | 1 | -3/+6 |
| |\ \ \ \ \ |
|
| | * | | | | | eeepc-laptop: fix hot-unplug on resume | Alan Jenkins | 2009-08-02 | 1 | -3/+6 |
| | |/ / / / |
|
| * | | | | | Merge branch 'memhotplug-crash' into release | Len Brown | 2009-08-02 | 1 | -9/+25 |
| |\ \ \ \ \ |
|
| | * | | | | | ACPI: Ingore the memory block with zero block size in course of memory hotplug | Zhao Yakui | 2009-08-02 | 1 | -3/+15 |