summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* atl1: bump version numberJay Cliburn2007-02-171-1/+1
* atl1: add L1 device id to pci_ids, then use itChris Snook2007-02-171-1/+1
* atl1: remove unused defineChris Snook2007-02-171-1/+0
* atl1: read MAC address from registerJay Cliburn2007-02-171-15/+20
* atl1: fix bad ioread addressAl Viro2007-02-171-1/+1
* atl1: drop NET_PCI from KconfigJay Cliburn2007-02-171-1/+1
* PCMCIA-NETDEV : the 2nd argument of el3_interrrupt and smc_interrupt is struc...Komuro2007-02-172-2/+2
* phylib: Add support for Marvell 88e1111S and 88e1145Andy Fleming2007-02-171-12/+144
* Merge branch 'master' into upstreamJeff Garzik2007-02-17579-1506/+15865
|\
| * Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgartLinus Torvalds2007-02-1623-98/+702
| |\
| | * [AGPGART] allow drm populated agp memory types cleanupsAndrew Morton2007-02-102-14/+4
| | * [AGPGART] intel-agp: Use ARRAY_SIZE macro when appropriateAhmed S. Darwish2007-02-061-1/+2
| | * [AGPGART] Add agp-type-to-mask-type method missing from some drivers.Thomas Hellstrom2007-02-052-0/+2
| | * [AGPGART] Don't try to remap i810 registers on resume.Dave Jones2007-02-041-6/+8
| | * [AGPGART] Allow drm-populated agp memory typesThomas Hellstrom2007-02-0318-75/+291
| | * [AGPGART] compat ioctlZwane Mwaikambo2007-02-035-14/+407
| * | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds2007-02-166-117/+213
| |\ \
| | * \ [CPUFREQ] Fix up merge conflicts with recent ACPI changes.Dave Jones2007-02-10783-34866/+59874
| | |\ \
| | * | | [CPUFREQ] Whitespace fixupDave Jones2007-02-101-1/+1
| | * | | [CPUFREQ] CPU_FREQ_TABLE shouldn't be a def_tristateAdrian Bunk2007-02-101-1/+1
| | * | | [CPUFREQ] ondemand governor use new cpufreq rwsem locking in work callbackVenkatesh Pallipadi2007-02-101-18/+16
| | * | | [CPUFREQ] ondemand governor restructure the work callbackVenkatesh Pallipadi2007-02-101-12/+16
| | * | | [CPUFREQ] Rewrite lock in cpufreq to eliminate cpufreq/hotplug related issuesVenkatesh Pallipadi2007-02-101-63/+181
| | * | | [CPUFREQ] Remove hotplug cpu crapDave Jones2007-02-105-24/+0
| | | |/ | | |/|
| * | | [PATCH] s3c2410fb: fix un-initialised dev fieldBen Dooks2007-02-161-0/+2
| * | | [PATCH] time: x86_64: convert x86_64 to use GENERIC_TIMEjohn stultz2007-02-161-1/+1
| * | | [PATCH] Add SysRq-Q to print timer_list debug infoIngo Molnar2007-02-161-1/+13
| * | | [PATCH] clockevents: i386 driversThomas Gleixner2007-02-161-0/+38
| * | | [PATCH] Allow early access to the power management timerThomas Gleixner2007-02-161-8/+9
| * | | [PATCH] ACPI keep track of timer broadcastingThomas Gleixner2007-02-161-19/+47
| * | | [PATCH] ACPI: fix missing include for UPThomas Gleixner2007-02-161-0/+10
| * | | [PATCH] hrtimers: namespace and enum cleanupThomas Gleixner2007-02-161-5/+6
| * | | [PATCH] clocksource: replace is_continuous by a flag fieldThomas Gleixner2007-02-163-3/+4
| * | | [PATCH] correct CONFIG_GIGASET_M101 Makefile entryAdrian Bunk2007-02-161-1/+1
| * | | sata_vsc: use default cache line size if non-zeroNate Dailey2007-02-151-2/+6
| * | | sata_nv: handle SError status indicationRobert Hancock2007-02-151-1/+5
| * | | add delay around sl82c105_reset_engine callsOlaf Hering2007-02-151-0/+3
| * | | libata: clear TF before IDENTIFYingTejun Heo2007-02-151-1/+10
| * | | libata: Add a host flag to indicate lack of IORDY capabilityAlan Cox2007-02-152-3/+12
| * | | sata_promise: new EH conversion for 20619 chips, take 2Mikael Pettersson2007-02-151-51/+4
| * | | sata_promise: fix missing PATA cable detectionMikael Pettersson2007-02-151-1/+8
| * | | Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds2007-02-142-6/+15
| |\ \ \
| | * | | [PATCH] x86: fix laptop bootup hang in init_acpi()Ingo Molnar2007-02-131-0/+9
| | * | | [PATCH] i386: Convert i386 PDA code to use %fsJeremy Fitzhardinge2007-02-131-6/+6
| * | | | [PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman2007-02-149-11/+11
| * | | | [PATCH] sysctl: C99 convert ctl_tables in drivers/parport/procfs.cEric W. Biederman2007-02-141-75/+189
| * | | | [PATCH] sysctl: register the sysctl number used by the arlan driverEric W. Biederman2007-02-141-1/+1
| * | | | [PATCH] sysctl: remove sys_sysctl support from drivers/char/rtc.cEric W. Biederman2007-02-141-4/+2
| * | | | [PATCH] sysctl: remove sys_sysctl support from the hpet timer driverEric W. Biederman2007-02-141-2/+2
| * | | | [PATCH] sysctl: cdrom: don't set de->ownerEric W. Biederman2007-02-141-2/+0
OpenPOWER on IntegriCloud