| Commit message (Expand) | Author | Age |
* | [PATCH] wext: extend MLME support | Christian Lamparter | 2006-12-02 |
* | [PATCH] ieee80211: Drop and count duplicate data frames to remove 'replay det... | Larry Finger | 2006-12-02 |
* | [PATCH] ieee80211: Move IV/ICV stripping into ieee80211_rx | Daniel Drake | 2006-12-02 |
* | [PATCH] 2.6.18: sb1250-mac: Missing inclusions from <linux/phy.h> | Maciej W. Rozycki | 2006-12-02 |
* | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus | Linus Torvalds | 2006-12-01 |
|\ |
|
| * | [MIPS] Remove duplicate ISA DMA code for 0 DMA channel case. | Ralf Baechle | 2006-11-29 |
| * | [MIPS] Remove unused definition of cpu_to_lelongp() | Ralf Baechle | 2006-11-29 |
| * | [MIPS] Remove userspace proofing from <asm/bitops.h>. | Ralf Baechle | 2006-11-29 |
| * | [MIPS] Remove old junk left from old atomic_lock. | Ralf Baechle | 2006-11-29 |
| * | [MIPS] Use conditional traps for BUG_ON on MIPS II and better. | Ralf Baechle | 2006-11-29 |
| * | [MIPS] mips HPT cleanup: make clocksource_mips public | Atsushi Nemoto | 2006-11-29 |
| * | [MIPS] do_IRQ cleanup | Atsushi Nemoto | 2006-11-29 |
| * | [MIPS] use generic_handle_irq, handle_level_irq, handle_percpu_irq | Atsushi Nemoto | 2006-11-29 |
| * | [MIPS] IRQ cleanups | Atsushi Nemoto | 2006-11-29 |
| * | [MIPS] mips hpt cleanup: get rid of mips_hpt_init | Atsushi Nemoto | 2006-11-29 |
| * | [MIPS] Fix alignment hole in struct cache_desc; shrink struct. | Ralf Baechle | 2006-11-29 |
| * | [MIPS] Remove unused R10000 performance counter definitions. | Ralf Baechle | 2006-11-29 |
| * | [MIPS] Add support for kexec | Nicolas Schichan | 2006-11-29 |
| * | [MIPS] Load modules to CKSEG0 if CONFIG_BUILD_ELF64=n | Atsushi Nemoto | 2006-11-29 |
| * | [MIPS] Rewrite GALILEO_INL/GALILEO_OUTL to GT_READ/GT_WRITE | Yoichi Yuasa | 2006-11-29 |
| * | [MIPS] Use "long" for 64-bit values on 64-bit kernel. | Atsushi Nemoto | 2006-11-29 |
| * | [MIPS] Introduce __pa_symbol() | Franck Bui-Huu | 2006-11-29 |
| * | [MIPS] Make __pa() aware of XKPHYS/CKSEG0 address mix for 64 bit kernels | Franck Bui-Huu | 2006-11-29 |
| * | [MIPS] page.h: remove __pa() usages. | Franck Bui-Huu | 2006-11-29 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2006-12-01 |
|\ \ |
|
| * | | IB/cm: Fix automatic path migration support | Sean Hefty | 2006-11-29 |
| |/ |
|
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6 | Linus Torvalds | 2006-12-01 |
|\ \ |
|
| * | | USB: keep count of unsuspended children | Alan Stern | 2006-12-01 |
| * | | USB: struct usb_device: change flag to bitflag | Alan Stern | 2006-12-01 |
| * | | USB: expand autosuspend/autoresume API | Alan Stern | 2006-12-01 |
| * | | USB: makes usb_endpoint_* functions inline. | Luiz Fernando N. Capitulino | 2006-12-01 |
| * | | usb/hub: allow hubs up to 31 children | inaky@linux.intel.com | 2006-12-01 |
| |/ |
|
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 | Linus Torvalds | 2006-12-01 |
|\ \ |
|
| * | | PCI: irq: irq and pci_ids patch for Intel ICH9 | Jason Gaston | 2006-12-01 |
| * | | PCI: switch pci_{enable,disable}_device() to be nestable | Inaky Perez-Gonzalez | 2006-12-01 |
| * | | Altix: Initial ACPI support - ROM shadowing. | John Keller | 2006-12-01 |
| * | | Altix: Add initial ACPI IO support | John Keller | 2006-12-01 |
| * | | PCI: Replace HAVE_ARCH_PCI_MWI with PCI_DISABLE_MWI | Matthew Wilcox | 2006-12-01 |
| * | | PCI: Use pci_generic_prep_mwi on sparc64 | Matthew Wilcox | 2006-12-01 |
| * | | PCI: Use pci_generic_prep_mwi on ia64 | Matthew Wilcox | 2006-12-01 |
| * | | PCI: Make some MSI-X #defines generic | Michael Ellerman | 2006-12-01 |
| |/ |
|
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 2006-12-01 |
|\ \ |
|
| * | | Driver core: show drivers in /sys/module/ | Kay Sievers | 2006-12-01 |
| * | | Driver core: platform_driver_probe(), can save codespace | David Brownell | 2006-12-01 |
| * | | driver core: Introduce device_move(): move a device to a new parent. | Cornelia Huck | 2006-12-01 |
| * | | driver core: Introduce device_find_child(). | Cornelia Huck | 2006-12-01 |
| * | | ACPI: Change ACPI to use dev_archdata instead of firmware_data | Benjamin Herrenschmidt | 2006-12-01 |
| * | | Driver core: add dev_archdata to struct device | Benjamin Herrenschmidt | 2006-12-01 |
| * | | Driver core: convert sound core to use struct device | Greg Kroah-Hartman | 2006-12-01 |
| * | | Driver core: convert fb code to use struct device | Greg Kroah-Hartman | 2006-12-01 |