summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86: enable_update_mptable should be a macroYinghai Lu2009-05-281-9/+2
* sparseirq: Allow early irq_desc allocationPaul Mundt2009-05-231-4/+14
* x86, io-apic: Don't mark pin_programmed earlyYinghai Lu2009-05-191-1/+4
* x86, irq: don't call mp_config_acpi_gsi() if update_mptable is not enabledYinghai Lu2009-05-183-2/+13
* x86, irq: update_mptable needs pci_routeirqYinghai Lu2009-05-181-0/+7
* x86: don't call read_apic_id if !cpu_has_apicYinghai Lu2009-05-184-5/+11
* x86, apic: introduce io_apic_irq_attrYinghai Lu2009-05-186-47/+66
* x86/pci: add 4 more return parameters to IO_APIC_get_PCI_irq_vector(), fixCyrill Gorcunov2009-05-121-1/+1
* x86: read apic ID in the !acpi_lapic caseYinghai Lu2009-05-123-25/+28
* Merge branch 'x86/apic' into irq/numaIngo Molnar2009-05-12573-15591/+16237
|\
| * x86: apic: Fixmap apic address even if apic disabledCyrill Gorcunov2009-05-111-8/+9
| * x86: display extended apic registers with print_local_APIC and cpu_debug codeAndreas Herrmann2009-05-114-7/+31
| * x86: read apic ID in the !acpi_lapic caseYinghai Lu2009-05-111-10/+21
| * x86: apic: Check rev 3 fadt correctly for physical_apic bitYinghai Lu2009-05-111-1/+1
| * Merge commit 'v2.6.30-rc5' into x86/apicIngo Molnar2009-05-111343-28753/+28715
| |\
| | * Linux 2.6.30-rc5v2.6.30-rc5Linus Torvalds2009-05-081-1/+1
| | * Merge git://git.infradead.org/mtd-2.6Linus Torvalds2009-05-082-15/+29
| | |\
| | | * mtd: fix timeout in M25P80 driverPeter Horton2009-05-081-8/+8
| | | * mtd: Bug in m25p80.c during whole-chip eraseSteven A. Falco2009-04-291-5/+7
| | | * mtd: expose subpage size via sysfsArtem Bityutskiy2009-04-191-0/+12
| | | * mtd: mtd in mtd_release is unused without CONFIG_MTD_CHARDenis V. Lunev2009-04-191-3/+3
| | * | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-05-088-15/+40
| | |\ \
| | | * | x86: MCE: make cmci_discover_lock irq-safeHidetoshi Seto2009-05-081-4/+6
| | | * | x86: xen, i386: reserve Xen pagetablesJeremy Fitzhardinge2009-05-081-0/+5
| | | * | x86, kexec: fix crashdump panic with CONFIG_KEXEC_JUMPHuang Ying2009-05-072-4/+4
| | | * | x86-64: finish cleanup_highmaps()'s job wrt. _brk_endJan Beulich2009-05-071-1/+17
| | | * | x86: fix boot hang in early_reserve_e820()Jan Beulich2009-05-071-5/+6
| | | * | x86: Fix a typo in a printk messageNikanth Karthikesan2009-05-061-1/+1
| | | * | x86, srat: do not register nodes beyond e820 mapDavid Rientjes2009-05-061-0/+1
| | * | | Merge branch 'hwmon-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds2009-05-082-1/+4
| | |\ \ \
| | | * | | hwmon: (w83781d) Fix W83782D support (NULL pointer dereference)Jean Delvare2009-05-081-1/+2
| | | * | | hwmon: (asus_atk0110) Fix compiler warningLuca Tettamanti2009-05-081-0/+2
| | * | | | Merge branch 'fixes-for-linus' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2009-05-082-3/+3
| | |\ \ \ \
| | | * | | | microblaze: Fix return value for sys_ipcMichal Simek2009-05-011-1/+1
| | | * | | | microblaze: Storage class should be before const qualifierTobias Klauser2009-05-011-2/+2
| | * | | | | kprobes: fix to use text_mutex around arm/disarm kprobeMasami Hiramatsu2009-05-081-9/+22
| | * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2009-05-0722-1642/+810
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | | * | | | [CIFS] Fix double list addition in cifs posix open codeSteve French2009-05-082-20/+9
| | | * | | | [CIFS] Allow raw ntlmssp code to be enabled with sec=ntlmsspSteve French2009-05-064-8/+35
| | | * | | | [CIFS] Fix SMB uid in NTLMSSP authenticate requestSteve French2009-05-061-0/+4
| | | * | | | [CIFS] NTLMSSP reenabled after move from connect.c to sess.cSteve French2009-05-042-4/+251
| | | * | | | [CIFS] Remove sparse warningSteve French2009-05-021-1/+0
| | | * | | | [CIFS] remove checkpatch warningSteve French2009-05-021-1/+1
| | | * | | | [CIFS] Fix final user of old string conversion codeSteve French2009-05-021-42/+38
| | | * | | | [CIFS] remove cifs_strfromUCS_leJeff Layton2009-05-022-30/+0
| | | * | | | [CIFS] NTLMSSP support moving into new file, old dead code removedSteve French2009-05-021-730/+0
| | | * | | | [CIFS] Fix endian conversion of vcnum fieldSteve French2009-05-011-1/+1
| | | * | | | [CIFS] Remove trailing whitespaceSteve French2009-05-012-2/+4
| | | * | | | [CIFS] Remove sparse endian warningsSteve French2009-05-014-103/+58
| | | * | | | [CIFS] Add remaining ntlmssp flags and standardize field namesSteve French2009-05-012-41/+57