summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | ACPI: don't duplicate input events on netlinkZhang Rui2007-08-231-2/+1Star
* | | | | | Pull misc into release branchLen Brown2007-08-252-2/+2
|\ \ \ \ \ \
| * | | | | | ACPI: Fix a warning of discarding qualifiers from pointer target typeAl Viro2007-08-252-2/+2
| | |_|/ / / | |/| | | |
* | | | | | Pull video into release branchLen Brown2007-08-251-0/+6
|\ \ \ \ \ \
| * | | | | | ACPI: video: Add keycode for ACPI video driver hotkey events.Yu Luming2007-08-241-0/+6
| | |/ / / / | |/| | | |
* | | | | | Pull bugzilla-1641 into release branchLen Brown2007-08-252-1/+6
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | ACPI: boot correctly with "nosmp" or "maxcpus=0"Len Brown2007-08-212-1/+6
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds2007-08-241-2/+3
|\ \ \ \ \ \
| * | | | | | sched: fix broken SMT/MC optimizationsSuresh Siddha2007-08-231-1/+1
| * | | | | | sched: sched_clock_idle_[sleep|wakeup]_event()Ingo Molnar2007-08-231-1/+2
| | |/ / / / | |/| | | |
* | | | | | Renumber AUDIT_TTY_[GS]ETMiloslav Trmac2007-08-241-2/+2
* | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2007-08-243-0/+10
|\ \ \ \ \ \
| * | | | | | PCI: disable MSI on RX790Tejun Heo2007-08-221-0/+1
| * | | | | | PCI: disable MSI on RD580Tejun Heo2007-08-221-0/+1
| * | | | | | PCI: disable MSI on RS690Tejun Heo2007-08-221-0/+1
| * | | | | | PCI: make pcie_get_readrq visible in pci.hBrice Goglin2007-08-221-0/+1
| * | | | | | PCI: Document pci_iomap()Rolf Eike Beer2007-08-221-0/+3
| * | | | | | PCI: Move prototypes for pci_bus_find_capability to include/linux/pci.hKumar Gala2007-08-221-0/+3
* | | | | | | m68knommu: include asm-generic/pgtable.hGreg Ungerer2007-08-241-0/+2
| |/ / / / / |/| | | | |
* | | | | | Apply memory policies to top two highest zones when highest zone is ZONE_MOVABLEMel Gorman2007-08-232-1/+19
* | | | | | selection.h: add tty_struct forward declarationAndrew Morton2007-08-231-0/+2
* | | | | | m68k/mac: Make mac_hid_mouse_emulate_buttons() declaration visibleGeert Uytterhoeven2007-08-231-0/+3
* | | | | | m68k: Enable arbitary speed tty supportAlan Cox2007-08-233-3/+12
* | | | | | m68k: Use _AC() instead of #ifdef __ASSEMBLY__Geert Uytterhoeven2007-08-232-9/+3Star
* | | | | | m68k: <asm/page.h> needs <linux/compiler.h>Geert Uytterhoeven2007-08-231-0/+2
* | | | | | fix NULL pointer dereference in __vm_enough_memory()Alan Cox2007-08-232-6/+16
* | | | | | Serial 8250: handle saving the clear-on-read bits from the LSR and MSRCorey Minyard2007-08-231-0/+1
|/ / / / /
* | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp...Linus Torvalds2007-08-222-15/+15
|\ \ \ \ \
| * | | | | [SPARC64]: Need to clobber global reg vars in switch_to().David S. Miller2007-08-212-15/+15
* | | | | | [S390] Change atomic_read/set to inline functions with barrier semantics.Heiko Carstens2007-08-221-4/+22
* | | | | | [S390] vmur: fix diag14 exceptions with addresses > 2GB.Michael Holzheu2007-08-223-17/+39
| |_|_|_|/ |/| | | |
* | | | | [POWERPC] Fix PCI Device ID for MPC8544/8533 processorsKumar Gala2007-08-221-2/+4
|/ / / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2007-08-211-2/+2
|\ \ \ \
| * | | | ide: add cable detection for early UDMA66 devices (take 3)Bartlomiej Zolnierkiewicz2007-08-201-1/+2
| * | | | ide: config_drive_for_dma() fixesBartlomiej Zolnierkiewicz2007-08-201-1/+0Star
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mcheha...Linus Torvalds2007-08-211-2/+0Star
|\ \ \ \ \
| * | | | | V4L/DVB (5968): videodev2.h: remove superfluous FBUF GLOBAL_INV_ALPHA supportHans Verkuil2007-08-201-2/+0Star
| |/ / / /
* | | | | Merge branch 'fixes-2.6.23' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2007-08-211-1/+11
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | [POWERPC] Fix FSL BookE machine check reportingBecky Bruce2007-08-171-1/+11
| |/ / /
* | | | Fix <math-emu/soft-fp.h> tpyoAl Viro2007-08-191-1/+1
* | | | x86_64: Fix to keep watchdog disabled by default for i386/x86_64Daniel Gollub2007-08-182-2/+4
* | | | i386: Fix a couple busy loops in mach_wakecpu.h:wait_for_init_deassert()Satyam Sharma2007-08-182-2/+4
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh64-2.6Linus Torvalds2007-08-181-0/+18
|\ \ \ \
| * | | | sh64: Add missing dma_sync_single_for_*().Paul Mundt2007-08-091-0/+18
* | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.23Linus Torvalds2007-08-181-0/+19
|\ \ \ \ \
| * | | | | sh: Add missing dma_sync_single_range_for_*().Paul Mundt2007-08-091-0/+19
| | |_|/ / | |/| | |
* | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2007-08-186-4/+20
|\ \ \ \ \
| * | | | | Cross-compilation between e.g. i386 -> 64bit could break -> work around itThomas Renninger2007-08-181-1/+2
| * | | | | [IA64] SN2 needs platform specific irq_to_vector() function.Kenji Kaneshige2007-08-134-1/+16
| * | | | | [IA64] Use atomic64_read to read an atomic64_t.Andreas Schwab2007-08-131-2/+2
| | |_|_|/ | |/| | |