summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | ACPICA: Fix for Load/LoadTable to specify load locationBob Moore2008-04-221-1/+2
| * | | | | | | | | ACPICA: update version number to 20070919Bob Moore2008-04-221-1/+1
| * | | | | | | | | ACPICA: New interfaces for table event handlersLin Ming2008-04-224-2/+20
| * | | | | | | | | ACPICA: Add minimal disassembly support for the SLIC tableBob Moore2008-04-222-0/+2
| * | | | | | | | | ACPICA: Update version to 20070508Bob Moore2008-04-221-1/+1
| * | | | | | | | | ACPICA: Update version to 20070320Bob Moore2008-04-221-1/+1
| * | | | | | | | | ACPICA: Misc fixes for recent global lock code updateBob Moore2008-04-221-1/+1
| * | | | | | | | | ACPICA: Removed obsolete ACPI_NO_INTEGER64_SUPPORT defineBob Moore2008-04-222-31/+4
| * | | | | | | | | ACPICA: Fixed a couple compiler warnings for extra extern statementsBob Moore2008-04-221-0/+6
| * | | | | | | | | ACPICA: changed order of interpretation of operand objectsBob Moore2008-04-223-0/+7
| * | | | | | | | | ACPICA: Update for mutiple global lock acquisitions by same threadBob Moore2008-04-223-11/+23
| * | | | | | | | | ACPICA: Several fixes for internal method result stackBob Moore2008-04-224-19/+18
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | 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
OpenPOWER on IntegriCloud