summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* wireless: iwlwifi3945/4965 - fix incorrect counting of memoryCyrill Gorcunov2008-02-012-2/+2
* libertas: fix interrupt while removing driverHolger Schurig2008-02-011-3/+3
* libertas: fix memory alignment problems on the blackfinIhar Hrachyshka2008-02-012-3/+5
* iwlwifi: correct math in elapsed_jiffiesEric Sandeen2008-02-011-2/+2
* rfkill: add the WiMAX radio typeIñaky Pérez-González2008-02-014-0/+16
* b43: Drop packets that we are not able to encryptMichael Buesch2008-02-013-30/+58
* b43: Fix suspend/resumeMichael Buesch2008-02-012-16/+25
* iwlwifi: Fix uCode error on associationGregory Greenman2008-02-013-4/+5
* iwlwifi: do not schedule tasklet when rcv unused irqJoonwoo Park2008-02-014-10/+18
* iwlwifi: cleanup usage of inline functionsReinette Chatre2008-02-016-23/+20
* iwlwifi: initialize geo/channel information during probeReinette Chatre2008-02-012-28/+80
* iwl4965: fix return code indicating one interface is supportedReinette Chatre2008-02-011-1/+1
* iwlwifi: Fix an invalid bitmask test in iwl3945 and iwl4965Maarten Lankhorst2008-02-012-2/+2
* rtl8180_dev.c: add support for 1799:700fAdrian Bassett2008-02-011-0/+1
* mac80211: fixing null qos data frames check for reordering bufferRon Rindjunsky2008-02-011-1/+1
* b43legacy: fix MAC control and microcode initStefano Brivio2008-02-015-81/+110
* b43legacy: Fix rfkill allocation leakage in error pathsMichael Buesch2008-02-011-1/+8
* b43: Fix rfkill allocation leakage in error pathsMichael Buesch2008-02-011-1/+8
* ath5k: debug level improvementsBruno Randolf2008-02-013-37/+115
* mac80211: fix alignment warningJohannes Berg2008-02-011-13/+33
* rt61pci: fix-up merge damageJohn W. Linville2008-02-011-1/+2
* Ensure that we export __fatal_signal_pending()Trond Myklebust2008-02-011-0/+1
* Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2008-02-0138-252/+282
|\
| * Remove commented-out code copied from NFSMatthew Wilcox2007-12-061-1/+1
| * NFS: Switch from intr mount option to TASK_KILLABLEMatthew Wilcox2007-12-0619-147/+30
| * Add wait_for_completion_killableMatthew Wilcox2007-12-062-2/+14
| * Add wait_event_killableMatthew Wilcox2007-12-061-0/+41
| * Add schedule_timeout_killableMatthew Wilcox2007-12-062-0/+8
| * Use mutex_lock_killable in vfs_readdirLiam R. Howlett2007-12-061-1/+4
| * Add mutex_lock_killableLiam R. Howlett2007-12-062-3/+38
| * Use lock_page_killableMatthew Wilcox2007-12-061-4/+7
| * Add lock_page_killableMatthew Wilcox2007-12-062-0/+28
| * Add fatal_signal_pendingMatthew Wilcox2007-12-062-1/+13
| * Add TASK_WAKEKILLMatthew Wilcox2007-12-062-12/+18
| * exit: Use task_is_*Matthew Wilcox2007-12-061-49/+39
| * signal: Use task_is_*Matthew Wilcox2007-12-061-3/+3
| * sched: Use task_contributes_to_load, TASK_ALL and TASK_NORMALMatthew Wilcox2007-12-061-8/+5
| * ptrace: Use task_is_*Matthew Wilcox2007-12-061-4/+4
| * power: Use task_is_*Matthew Wilcox2007-12-061-3/+3
| * wait: Use TASK_NORMALMatthew Wilcox2007-12-062-6/+7
| * proc/base.c: Use task_is_*Matthew Wilcox2007-12-061-1/+1
| * proc/array.c: Use TASK_REPORTMatthew Wilcox2007-12-061-6/+1
| * perfmon: Use task_is_*Matthew Wilcox2007-12-061-2/+2
| * Add macros to replace direct uses of TASK_ flagsMatthew Wilcox2007-12-061-0/+16
| * Use wake_up_locked() in eventpollMatthew Wilcox2007-12-061-7/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds2008-02-014-9/+21
|\ \
| * | debug: turn ignore_loglevel into an early paramIngo Molnar2008-01-311-2/+2
| * | sched: remove unused paramsGerald Stralko2008-01-311-5/+5
| * | sched: let +nice tasks have smaller impactPeter Zijlstra2008-01-311-1/+5
| * | sched: fix high wake up latencies with FAIR_USER_SCHEDSrivatsa Vaddagiri2008-01-311-1/+1