summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | * | | | | | | | | | | | | | | | | | | | | | | Merge branch 'linus' into x86/cleanupsIngo Molnar2009-01-101955-50659/+539987
| | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | * | | | | | | | | | | | | | | | | | | | | | | | x86: smp.h move boot_cpu_id declartion to cpu.hJaswinder Singh Rajput2009-01-071-0/+1
| | | | | * | | | | | | | | | | | | | | | | | | | | | | | | xen: fix too early kmalloc callChristophe Saout2009-01-121-2/+3
| | | | | * | | | | | | | | | | | | | | | | | | | | | | | | Xen: reduce memory required for cpu_evtchn_maskMike Travis2009-01-111-5/+16
| | | | | * | | | | | | | | | | | | | | | | | | | | | | | | cpumask: use cpumask_var_t in dcdbas.cMike Travis2009-01-111-4/+8
| | | | | * | | | | | | | | | | | | | | | | | | | | | | | | cpumask: convert drivers/net/sfcRusty Russell2009-01-111-4/+11
| | | | | * | | | | | | | | | | | | | | | | | | | | | | | | cpumask: convert misc driver functionsRusty Russell2009-01-116-8/+33
| | | | | * | | | | | | | | | | | | | | | | | | | | | | | | cpumask: Use topology_core_cpumask()/topology_thread_cpumask()Rusty Russell2009-01-112-19/+18
| | | | | * | | | | | | | | | | | | | | | | | | | | | | | | cpumask: update irq_desc to use cpumask_var_tMike Travis2009-01-111-2/+2
| | | | | | |_|/ / / / / / / / / / / / / / / / / / / / / / | | | | | |/| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | acpi: add some missing section markersJeremy Fitzhardinge2009-02-231-2/+2
| |/ / / / / / / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | | | | | pci, x86, acpi: fix early_ioremap() leakYinghai Lu2009-02-111-2/+5
| * | | | | | | | | | | | | | | | | | | | | | | | | | | acpi/x86: introduce __apci_map_table, v4Yinghai Lu2009-02-094-17/+37
| * | | | | | | | | | | | | | | | | | | | | | | | | | | acpi: remove final __acpi_map_table mapping before setting acpi_gbl_permanent...Jeremy Fitzhardinge2009-02-091-0/+6
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'tracing/ftrace'; commit 'v2.6.29-rc7' into tracing/coreIngo Molnar2009-03-0468-388/+777
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2009-03-033-5/+7
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | | crypto: ixp4xx - Fix qmgr_request_queue build failureKrzysztof Hałasa2009-03-041-2/+4
| | * | | | | | | | | | | | | | | | | | | | | | | | | | crypto: api - Fix module load deadlock with fallback algorithmsHerbert Xu2009-02-262-3/+3
| | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-03-037-12/+12
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | [ARM] fix lots of ARM __devexit sillynessRussell King2009-03-035-6/+6
| | * | | | | | | | | | | | | | | | | | | | | | | | | [ARM] RiscPC: Fix etherh oopsRussell King2009-02-222-6/+6
| * | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2009-03-025-12/+20
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | | drm/i915: Fix use-before-null-check in i915_irq_emit().Eric Anholt2009-03-031-2/+3
| | * | | | | | | | | | | | | | | | | | | | | | | | | | drm: Avoid client deadlocks when the master disappears.Thomas Hellstrom2009-03-033-8/+15
| | * | | | | | | | | | | | | | | | | | | | | | | | | | drm: Wake up all lock waiters when the master disappears.Thomas Hellstrom2009-03-032-2/+2
| | * | | | | | | | | | | | | | | | | | | | | | | | | | drm: Don't return ERESTARTSYS to user-space.Thomas Hellstrom2009-03-031-1/+1
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds2009-03-023-1/+7
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | | sdhci: Add NO_BUSY_IRQ quirk for Marvell CAFE host chipAndres Salomon2009-03-021-0/+1
| | * | | | | | | | | | | | | | | | | | | | | | | | | | sdhci: Add quirk for controllers with no end-of-busy IRQBen Dooks2009-03-022-1/+6
| | |/ / / / / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-03-0220-135/+281
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | | zaurus: add usb id for motomagx phonesDmitriy Taychenachev2009-03-011-0/+5
| | * | | | | | | | | | | | | | | | | | | | | | | | | | usbnet: make usbnet_get_link() fall back to ethtool_op_get_link()Bjørn Mork2009-03-011-2/+2
| | * | | | | | | | | | | | | | | | | | | | | | | | | | veth: Fix carrier detectEric W. Biederman2009-03-011-40/+11
| | * | | | | | | | | | | | | | | | | | | | | | | | | | cdc_ether: add usb id for Ericsson F3507gBjørn Mork2009-03-011-0/+5
| | * | | | | | | | | | | | | | | | | | | | | | | | | | r8169: read MAC address from EEPROM on init (2nd attempt)Ivan Vecera2009-03-011-2/+112
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-02-2898-371/+3803
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-02-287-70/+71
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | libertas: fix misuse of netdev_priv() and dev->ml_privKiran Divekar2009-02-267-70/+71
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | gianfar: Do right check on num_txbdfreeRini van Zetten2009-02-271-1/+1
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | b44: Disable device on shutdownMichael Buesch2009-02-261-0/+1
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | b44: Unconditionally enable interrupt routing on resetMichael Buesch2009-02-261-4/+8
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | net: fix hp-plus build errorRandy Dunlap2009-02-261-1/+1
| | |/ / / / / / / / / / / / / / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-02-243-11/+44
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | rtl8187: New USB ID's for RTL8187LLarry Finger2009-02-231-0/+12
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | ath9k: Fix panic upon attach failureVasanthakumar Thiagarajan2009-02-231-7/+17
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | orinoco: do not resgister NULL pm_notifier functionAndrey Borzenkov2009-02-231-4/+15
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | asix: new device idsGreg Kroah-Hartman2009-02-241-0/+8
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-02-24220-3179/+8271
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | netxen: handle pci bar 0 mapping failureDhananjay Phadke2009-02-241-1/+6
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | netxen: fix physical port mappingDhananjay Phadke2009-02-241-3/+6
| | | |/ / / / / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2009-03-0217-49/+84
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud