summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2008-04-308-97/+53
|\
| * sparc: Add kgdb support.David S. Miller2008-04-296-88/+53
| * sparc32: Kill smp_message_pass() and related code.David S. Miller2008-04-291-2/+0
| * sparc64: Kill PIL_RESERVED, unused.David S. Miller2008-04-281-7/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-04-306-16/+10
|\ \
| * | netfilter: nf_conntrack: padding breaks conntrack hash on ARMPhilip Craig2008-04-291-10/+0
| * | ipv4: Update MTU to all related cache entries in ip_rt_frag_needed()Timo Teras2008-04-291-1/+1
| * | net: Add compat support for getsockopt (MCAST_MSFILTER)David L Stevens2008-04-291-0/+3
| * | ipvs: fix oops in backup for fwmark conn templatesJulian Anastasov2008-04-291-1/+2
| * | qeth: read number of ports from cardUrsula Braun2008-04-291-0/+1
| * | ccwgroup: Unify parsing for group attribute.Ursula Braun2008-04-291-4/+3
* | | inlining: do not allow gcc below version 4 to optimize inliningIngo Molnar2008-04-301-2/+3
* | | Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2008-04-3012-57/+304
|\ \ \
| * | | [S390] use generic sys_ptraceMartin Schwidefsky2008-04-301-2/+0
| * | | [S390] Convert to SPARSEMEM & SPARSEMEM_VMEMMAPHeiko Carstens2008-04-303-26/+21
| * | | [S390] System z large page support.Gerald Schaefer2008-04-305-6/+225
| * | | [S390] Convert machine feature detection code to C.Heiko Carstens2008-04-303-14/+33
| * | | [S390] Move stfl to system.h and delete duplicated version.Heiko Carstens2008-04-301-0/+10
| * | | [S390] Add topology_core_siblings to topology.hHeiko Carstens2008-04-301-0/+4
| * | | [S390] Automatically detect added cpus.Heiko Carstens2008-04-301-0/+6
| * | | [S390] Add missing ifndef/define to include/asm-s390/sysinfo.h.Heiko Carstens2008-04-301-0/+5
| * | | [S390] Move show_regs to traps.c.Heiko Carstens2008-04-301-9/+0
* | | | Drop the exporting of empty <linux/byteorder/generic.h>Robert P. J. Day2008-04-304-12/+6
* | | | remove __KERNEL__ tests of unexported headers under asm-generic/Robert P. J. Day2008-04-305-14/+0
* | | | Remove "#ifdef __KERNEL__" checks from unexported headersRobert P. J. Day2008-04-3041-130/+1
* | | | add hrtimer specific debugobjects codeThomas Gleixner2008-04-301-0/+15
* | | | debugobjects: add timer specific object debugging codeThomas Gleixner2008-04-302-1/+29
* | | | infrastructure to debug (dynamic) objectsThomas Gleixner2008-04-301-0/+90
* | | | slab: add a flag to prevent debug_free checks on a kmem_cacheThomas Gleixner2008-04-301-0/+7
* | | | Add macros similar to min/max/min_t/max_tHarvey Harrison2008-04-301-17/+74
* | | | Basic braille screen reader supportSamuel Thibault2008-04-301-0/+4
* | | | asm-*/futex.h should include linux/uaccess.hJeff Dike2008-04-308-8/+8
* | | | reiserfs: use open_bdev_exclChristoph Hellwig2008-04-301-1/+0
* | | | mm: Add NR_WRITEBACK_TEMP counterMiklos Szeredi2008-04-301-0/+1
* | | | mm: bdi: export bdi_writeout_inc()Miklos Szeredi2008-04-301-0/+2
* | | | mm: bdi: add separate writeback accounting capabilityMiklos Szeredi2008-04-301-20/+57
* | | | mm: bdi: move statistics to debugfsMiklos Szeredi2008-04-301-0/+6
* | | | mm: bdi: allow setting a maximum for the bdi dirty limitPeter Zijlstra2008-04-302-0/+15
* | | | mm: bdi: allow setting a minimum for the bdi dirty limitPeter Zijlstra2008-04-301-0/+4
* | | | mm: bdi: export BDI attributes in sysfsPeter Zijlstra2008-04-302-0/+12
* | | | pidns: make pid->level and pid_ns->level unsignedPavel Emelyanov2008-04-302-2/+2
* | | | pids: introduce change_pid() helperOleg Nesterov2008-04-301-2/+4
* | | | Deprecate find_task_by_pid()Pavel Emelyanov2008-04-301-1/+4
* | | | devpts: factor out PTY index allocationSukadev Bhattiprolu2008-04-301-0/+4
* | | | tty: add throttle/unthrottle helpersAlan Cox2008-04-302-0/+6
* | | | tty: The big operations reworkAlan Cox2008-04-302-48/+62
* | | | char: switch gs, cyclades and esp to return int for put_charAlan Cox2008-04-301-1/+1
* | | | tty_io: fix remaining pid struct lockingAlan Cox2008-04-301-0/+1
* | | | redo locking of tty->pgrpAlan Cox2008-04-301-4/+6
* | | | tty: BKL pushdownAlan Cox2008-04-301-2/+2