summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* pcmcia: some class_device falloutAlexey Dobriyan2007-02-162-5/+5
* Driver core: device_add_attrs() cleanupAndrew Morton2007-02-161-12/+10
* debugfs: Remove misleading comments.Cornelia Huck2007-02-161-9/+3
* debugfs: implement symbolic linksPeter Oberparleiter2007-02-163-4/+94
* Driver: remove redundant kobject_unregister checksMariusz Kozlowski2007-02-163-13/+6
* kobject: kobj->k_name verification fixMartin Stoilov2007-02-161-1/+1
* serial: Add PCMCIA IDs for Quatech DSP-100 dual RS232 adapter.Sergei Organov2007-02-162-0/+6
* Driver core: let request_module() send a /sys/modules/kmod/-ueventKay Sievers2007-02-164-10/+139
* Driver.h copyright updateGreg Kroah-Hartman2007-02-161-0/+1
* Merge branch 'for-linus' of git://www.atmel.no/~hskinnemoen/linux/kernel/avr32Linus Torvalds2007-02-167-58/+167
|\
| * [AVR32] Use per-controller spi_board_info structuresHaavard Skinnemoen2007-02-163-24/+44
| * [AVR32] Warn, don't BUG if clk_disable is called too many timesHaavard Skinnemoen2007-02-161-1/+5
| * [AVR32] Make sure all genclocks have a parentHaavard Skinnemoen2007-02-161-16/+73
| * [AVR32] Remove unnecessary sys_nfsservctl conditionalHaavard Skinnemoen2007-02-161-4/+0
| * [AVR32] Wire up the SysV IPC calls properlyHaavard Skinnemoen2007-02-162-7/+28
| * [AVR32] Define ioremap_nocache, ioport_map and ioport_unmapHaavard Skinnemoen2007-02-161-0/+11
| * [AVR32] Fix prototypes for __raw_writesb and friendsHaavard Skinnemoen2007-02-161-6/+6
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgartLinus Torvalds2007-02-1624-98/+707
|\ \
| * | [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-0319-75/+296
| * | [AGPGART] compat ioctlZwane Mwaikambo2007-02-035-14/+407
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds2007-02-1613-407/+795
|\ \ \
| * | | [CPUFREQ] Longhaul - Redo Longhaul ver. 2Rafał Bilski2007-02-141-22/+31
| * | | [CPUFREQ] EPS - Correct 2nd brand testRafał Bilski2007-02-131-1/+1
| * | | [CPUFREQ] Fix up merge conflicts with recent ACPI changes.Dave Jones2007-02-101978-53145/+127363
| |\ \ \
| * | | | [CPUFREQ] Longhaul - Separate frequency and voltage transitionRafał Bilski2007-02-101-16/+93
| * | | | [CPUFREQ] Longhaul - Models of NehemiahRafał Bilski2007-02-101-3/+3
| * | | | [CPUFREQ] Whitespace fixupDave Jones2007-02-101-1/+1
| * | | | [CPUFREQ] Longhaul - Simplier minmultRafał Bilski2007-02-101-15/+8
| * | | | [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-102-67/+187
| * | | | [CPUFREQ] Remove hotplug cpu crapDave Jones2007-02-105-24/+0
| * | | | [CPUFREQ] Enhanced PowerSaver driverRafał Bilski2007-02-103-0/+344
| * | | | [CPUFREQ] Longhaul - Add VT8235 supportRafał Bilski2007-02-041-12/+50
| * | | | [CPUFREQ] Longhaul - Fix guess_fsb functionRafał Bilski2007-02-041-22/+10
| * | | | [CPUFREQ] Longhaul - Remove duplicate tablesRafał Bilski2007-02-032-154/+11
| * | | | [CPUFREQ] Longhaul - Introduce Nehemiah CRafał Bilski2007-02-031-45/+28
| * | | | [CPUFREQ] fix cpuinfo_cur_freq for CPU_HW_PSTATEJoachim Deguara2007-02-031-1/+5
| * | | | [CPUFREQ] Longhaul - Remove "ignore_latency" optionRafał Bilski2007-02-031-5/+1
| | |/ / | |/| |
* | | | [PATCH] s3c2410fb: fix un-initialised dev fieldBen Dooks2007-02-161-0/+2
* | | | [PATCH] ecryptfs: fix forgotten format specifierThomas Hisch2007-02-161-1/+2
* | | | [PATCH] eCryptfs: Reduce stack usage in ecryptfs_generate_key_packet_set()Michael Halcrow2007-02-163-8/+24
* | | | [PATCH] knfsd: stop NFSD writes from being broken into lots of little writes ...NeilBrown2007-02-161-13/+19
* | | | [PATCH] knfsd: nfsd4: fix handling of directories without default ACLsJ. Bruce Fields2007-02-161-1/+20
* | | | [PATCH] knfsd: nfsd4: acls: avoid unnecessary deniesJ. Bruce Fields2007-02-161-45/+145
OpenPOWER on IntegriCloud