summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] ieee80211: Drop and count duplicate data frames to remove 'replay det...Larry Finger2006-12-021-0/+2
* [PATCH] ieee80211: Move IV/ICV stripping into ieee80211_rxDaniel Drake2006-12-021-0/+4
* [PATCH] 2.6.18: sb1250-mac: Missing inclusions from <linux/phy.h>Maciej W. Rozycki2006-12-021-0/+4
* Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2006-12-0220-182/+172Star
|\
| * [MIPS] Remove duplicate ISA DMA code for 0 DMA channel case.Ralf Baechle2006-11-301-0/+2
| * [MIPS] Remove unused definition of cpu_to_lelongp()Ralf Baechle2006-11-301-2/+0Star
| * [MIPS] Remove userspace proofing from <asm/bitops.h>.Ralf Baechle2006-11-301-42/+21Star
| * [MIPS] Remove old junk left from old atomic_lock.Ralf Baechle2006-11-301-9/+1Star
| * [MIPS] Use conditional traps for BUG_ON on MIPS II and better.Ralf Baechle2006-11-302-2/+12
| * [MIPS] mips HPT cleanup: make clocksource_mips publicAtsushi Nemoto2006-11-301-4/+4
| * [MIPS] do_IRQ cleanupAtsushi Nemoto2006-11-301-6/+0Star
| * [MIPS] use generic_handle_irq, handle_level_irq, handle_percpu_irqAtsushi Nemoto2006-11-301-1/+1
| * [MIPS] IRQ cleanupsAtsushi Nemoto2006-11-301-2/+0Star
| * [MIPS] mips hpt cleanup: get rid of mips_hpt_initAtsushi Nemoto2006-11-301-1/+0Star
| * [MIPS] Fix alignment hole in struct cache_desc; shrink struct.Ralf Baechle2006-11-301-5/+5
| * [MIPS] Remove unused R10000 performance counter definitions.Ralf Baechle2006-11-301-56/+0Star
| * [MIPS] Add support for kexecNicolas Schichan2006-11-302-0/+34
| * [MIPS] Load modules to CKSEG0 if CONFIG_BUILD_ELF64=nAtsushi Nemoto2006-11-301-0/+13
| * [MIPS] Rewrite GALILEO_INL/GALILEO_OUTL to GT_READ/GT_WRITEYoichi Yuasa2006-11-303-28/+43
| * [MIPS] Use "long" for 64-bit values on 64-bit kernel.Atsushi Nemoto2006-11-301-18/+22
| * [MIPS] Introduce __pa_symbol()Franck Bui-Huu2006-11-301-0/+1
| * [MIPS] Make __pa() aware of XKPHYS/CKSEG0 address mix for 64 bit kernelsFranck Bui-Huu2006-11-301-2/+7
| * [MIPS] page.h: remove __pa() usages.Franck Bui-Huu2006-11-303-4/+6
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2006-12-022-7/+16
|\ \
| * | IB/cm: Fix automatic path migration supportSean Hefty2006-11-302-7/+16
| |/
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2006-12-021-16/+165
|\ \
| * | USB: keep count of unsuspended childrenAlan Stern2006-12-011-0/+1
| * | USB: struct usb_device: change flag to bitflagAlan Stern2006-12-011-1/+1
| * | USB: expand autosuspend/autoresume APIAlan Stern2006-12-011-3/+26
| * | USB: makes usb_endpoint_* functions inline.Luiz Fernando N. Capitulino2006-12-011-11/+131
| * | usb/hub: allow hubs up to 31 childreninaky@linux.intel.com2006-12-011-1/+6
| |/
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2006-12-0214-43/+82
|\ \
| * | PCI: irq: irq and pci_ids patch for Intel ICH9Jason Gaston2006-12-011-0/+7
| * | PCI: switch pci_{enable,disable}_device() to be nestableInaky Perez-Gonzalez2006-12-011-1/+2
| * | Altix: Initial ACPI support - ROM shadowing.John Keller2006-12-011-0/+1
| * | Altix: Add initial ACPI IO supportJohn Keller2006-12-017-14/+47
| * | PCI: Replace HAVE_ARCH_PCI_MWI with PCI_DISABLE_MWIMatthew Wilcox2006-12-011-13/+7Star
| * | PCI: Use pci_generic_prep_mwi on sparc64Matthew Wilcox2006-12-011-4/+2Star
| * | PCI: Use pci_generic_prep_mwi on ia64Matthew Wilcox2006-12-011-11/+10Star
| * | PCI: Make some MSI-X #defines genericMichael Ellerman2006-12-011-0/+6
| |/
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2006-12-0237-22/+283
|\ \
| * | Driver core: show drivers in /sys/module/Kay Sievers2006-12-011-0/+1
| * | Driver core: platform_driver_probe(), can save codespaceDavid Brownell2006-12-011-0/+6
| * | driver core: Introduce device_move(): move a device to a new parent.Cornelia Huck2006-12-013-0/+17
| * | driver core: Introduce device_find_child().Cornelia Huck2006-12-011-0/+2
| * | ACPI: Change ACPI to use dev_archdata instead of firmware_dataBenjamin Herrenschmidt2006-12-015-6/+28
| * | Driver core: add dev_archdata to struct deviceBenjamin Herrenschmidt2006-12-0127-0/+190
| * | Driver core: convert sound core to use struct deviceGreg Kroah-Hartman2006-12-011-3/+5
| * | Driver core: convert fb code to use struct deviceGreg Kroah-Hartman2006-12-011-4/+4
| * | Driver core: convert mmc code to use struct deviceGreg Kroah-Hartman2006-12-011-4/+4