summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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 branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2007-12-066-27/+63
|\
| * [MIPS] Oprofile: Fix computation of number of counters.Ralf Baechle2007-12-061-6/+38
| * [MIPS] Alchemy: fix IRQ basesSergei Shtylyov2007-12-062-14/+15
| * [MIPS] Alchemy: replace ffs() with __ffs()Sergei Shtylyov2007-12-063-6/+6
| * [MIPS] BCM1480: Fix interrupt routing, take 2.Ralf Baechle2007-12-061-1/+4
* | Tiny clean-up of OPROFILE/KPROBES configurationLinus Torvalds2007-12-062-6/+7
* | Fix oprofile configuration breakageRalf Baechle2007-12-062-1/+5
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds2007-12-054-91/+114
|\
| * futex: correctly return -EFAULT not -EINVALThomas Gleixner2007-12-051-1/+1
| * lockdep: in_range() fixOleg Nesterov2007-12-051-12/+10
| * lockdep: fix debug_show_all_locks()Ingo Molnar2007-12-051-0/+7
| * sched: style cleanupsIngo Molnar2007-12-051-64/+68
| * futex: fix for futex_wait signal stack corruptionSteven Rostedt2007-12-052-14/+28
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2007-12-055-40/+57
|\ \
| * | VM/Security: add security hook to do_brkEric Paris2007-12-061-0/+4
| * | Security: round mmap hint address above mmap_min_addrEric Paris2007-12-063-0/+22
| * | security: protect from stack expantion into low vm addressesEric Paris2007-12-061-2/+6
| * | Security: allow capable check to permit mmap or low vm spaceEric Paris2007-12-061-1/+1
| * | SELinux: detect dead booleansStephen Smalley2007-12-061-13/+30
| * | SELinux: do not clear f_op when removing entriesStephen Smalley2007-12-061-27/+1
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2007-12-0510-31/+41
|\ \
| * | [LRO]: fix lro_gen_skb() alignmentAndrew Gallatin2007-12-053-1/+6
| * | [TCP]: NAGLE_PUSH seems to be a wrong way aroundIlpo Järvinen2007-12-051-2/+1
| * | [TCP]: Move prior_in_flight collect to more robust placeIlpo Järvinen2007-12-051-2/+1
| * | [TCP] FRTO: Use of existing funcs make code more obvious & robustIlpo Järvinen2007-12-051-9/+5
| * | [IRDA]: Move ircomm_tty_line_info() under #ifdef CONFIG_PROC_FSPavel Emelyanov2007-12-051-1/+1
| * | [ROSE]: Trivial compilation CONFIG_INET=n casePavel Emelyanov2007-12-051-1/+1
| * | [IPVS]: Fix sched registration race when checking for name collision.Pavel Emelyanov2007-12-051-13/+14
| * | [IPVS]: Don't leak sysctl tables if the scheduler registration fails.Pavel Emelyanov2007-12-052-2/+12
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2007-12-058-17/+32
|\ \
| * | [SPARC64]: Update defconfig.David S. Miller2007-12-051-4/+5
| * | [SPARC]: Add missing of_node_putJulia Lawall2007-12-051-1/+3
| * | [SPARC64]: check for possible NULL pointer dereferenceCyrill Gorcunov2007-12-051-0/+4