aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* kbuild: set correct KBUILD_MODNAME when using well known kernel symbols as mo...Ustyugov Roman2005-12-261-2/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2005-11-181-1/+3
|\
| * [PATCH] ide: remove ide_driver_t.owner fieldLaurent Riffard2005-11-181-1/+3
* | Merge branch 'parisc' of master.kernel.org:/pub/scm/linux/kernel/git/kyle/par...Linus Torvalds2005-11-181-0/+2
|\ \
| * | [PARISC] Fix compile warning caused by conflicting types of expand_upwards()Matthew Wilcox2005-11-181-0/+2
| |/
* / [PATCH 1/3] cciss: bug fix for hpacuclimikem2005-11-181-1/+1
|/
* Add definitions for the Dallas DS1742 RTC / non-volatile memory.Ralf Baechle2005-11-171-0/+53
* Add definitions for the Dallas DS17287 RTC.Ralf Baechle2005-11-171-0/+67
* Add GT64111 PCI ID backYoichi Yuasa2005-11-171-0/+1
* [DVB]: Add compat ioctl handling.David S. Miller2005-11-161-0/+67
* Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2005-11-151-0/+14
|\
| * [libata] minor fixes, new helpersJeff Garzik2005-11-141-0/+14
* | [PATCH] Make sysctl.h (again) usable from userspaceHarald Welte2005-11-151-1/+1
* | Merge x86-64 update from AndiLinus Torvalds2005-11-144-16/+35
|\ \
| * | [PATCH] x86-64/i386: Intel HT, Multi core detection fixesSiddha, Suresh B2005-11-141-0/+10
| * | [PATCH] x86_64: Speed up numa_node_id by putting it directly into the PDAAndi Kleen2005-11-141-0/+2
| * | [PATCH] x86_64: Remove obsolete ARCH_HAS_ATOMIC_UNSIGNED and page_flags_tAndi Kleen2005-11-142-9/+3
| * | [PATCH] x86_64: Add 4GB DMA32 zoneAndi Kleen2005-11-142-7/+20
* | | [NETFILTER] nfnetlink: unconditionally require CAP_NET_ADMINHarald Welte2005-11-141-1/+0
* | | [NETFILTER] nfnetlink: skip size check if size not specified (== 0)Pablo Neira Ayuso2005-11-141-1/+4
* | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2005-11-131-0/+1
|\ \ \
| * | | [ARM] 3160/1: SharpSL: Add driver for Akita specific GPIOsRichard Purdie2005-11-131-0/+1
* | | | [PATCH] DocBook: allow to mark structure members privateMartin Waitz2005-11-131-3/+3
* | | | [PATCH] v4l: (943) added secam l video standardMauro Carvalho Chehab2005-11-131-0/+1
* | | | [PATCH] timespec: normalize off by one errorsGeorge Anzinger2005-11-131-1/+1
* | | | [PATCH] acct.h needs jiffies.hAndrew Morton2005-11-131-0/+2
* | | | [PATCH] aio: don't ref kioctx after decref in put_ioctxZach Brown2005-11-131-2/+9
* | | | [PATCH] aio: remove kioctx from mm_structZach Brown2005-11-133-3/+1
* | | | [PATCH] Shut up per_cpu_ptr() on UPPaul Mundt2005-11-131-1/+1
* | | | [PATCH] m68k: convert thread flags to use bit fieldsRoman Zippel2005-11-131-34/+13
* | | | [PATCH] m68k: thread_info header cleanupAl Viro2005-11-135-2/+9
* | | | [PATCH] m68k: introduce setup_thread_stack() and end_of_stack()Al Viro2005-11-131-0/+11
* | | | [PATCH] m68k: introduce task_thread_infoAl Viro2005-11-131-7/+9
* | | | [PATCH] ppc: add support for new powerbooksOlof Johansson2005-11-131-0/+4
* | | | [PATCH] mm: gfp_noreclaim cleanupPaul Jackson2005-11-132-5/+4
* | | | [PATCH] mm: __alloc_pages cleanupRohit Seth2005-11-131-1/+1
* | | | [PATCH] mm: ZAP_BLOCK causes redundant workRobin Holt2005-11-131-2/+2
* | | | [PATCH] Update email address for KumarKumar Gala2005-11-131-1/+1
* | | | [PATCH] New Omnikey Cardman 4000 driverHarald Welte2005-11-131-0/+66
* | | | [PATCH] move pm_register/etc. to CONFIG_PM_LEGACY, pm_legacy.hJeff Garzik2005-11-132-49/+56
* | | | [PATCH] reorder struct files_structEric Dumazet2005-11-131-5/+5
| |_|/ |/| |
* | | [SPARC]: Fix RTC compat ioctl kernel log spam.Christoph Hellwig2005-11-121-0/+8
* | | Revert "[PATCH] fbcon: Add rl (Roman Large) font"Linus Torvalds2005-11-121-2/+0
* | | [BLOCK] Implement elv_drain_elevator for improved switch error detectionTejun Heo2005-11-121-0/+2
* | | [BLOCK] Document the READ/WRITE splitup of the disk statsJens Axboe2005-11-121-2/+2
|/ /
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2005-11-111-0/+1
|\ \
| * | [SCTP]: Include ulpevents in socket receive buffer accounting.Neil Horman2005-11-111-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2005-11-111-0/+6
|\ \ \ | |/ / |/| |
| * | include/linux: enclose idr.h in #ifndefLuben Tuikov2005-11-081-0/+6
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-for-linus-2.6Linus Torvalds2005-11-113-7/+29
|\ \ \