aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2006-06-271-0/+1
|\
| * [JFFS2][XATTR] using 'delete marker' for xdatum/xref deletionKaiGai Kohei2006-06-271-0/+1
* | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-06-272-1/+16
|\ \
| * | [PATCH] ata: add some NVIDIA chipset IDsRandy Dunlap2006-06-261-0/+1
| * | [PATCH] libata: implement ata_port_max_devices()Tejun Heo2006-06-261-0/+14
| * | [PATCH] libata.h needs scatterlist.hAndrew Morton2006-06-261-0/+1
| * | [libata] sata_vsc: partially revert a PCI ID-related commitJeff Garzik2006-06-261-1/+0
* | | [PATCH] drivers/char/ipmi/ipmi_msghandler.c: make proc_ipmi_root staticAdrian Bunk2006-06-271-4/+0
* | | [PATCH] rtmutex: Propagate priority settings into PI lock chainsThomas Gleixner2006-06-271-0/+2
* | | [PATCH] pi-futex: futex_lock_pi/futex_unlock_pi supportIngo Molnar2006-06-272-0/+10
* | | [PATCH] pi-futex: rt mutex testerThomas Gleixner2006-06-271-0/+1
* | | [PATCH] pi-futex: rt mutex debugIngo Molnar2006-06-272-1/+15
* | | [PATCH] pi-futex: rt mutex coreIngo Molnar2006-06-274-0/+118
* | | [PATCH] pi-futex: scheduler support for piIngo Molnar2006-06-272-2/+21
* | | [PATCH] pi-futex: add plist implementationIngo Molnar2006-06-271-0/+247
* | | [PATCH] pi-futex: introduce debug_check_no_locks_freed()Ingo Molnar2006-06-271-2/+8
* | | [PATCH] pi-futex: futex code cleanupsIngo Molnar2006-06-272-5/+4
* | | [PATCH] sched: mc/smt power savings sched policySiddha, Suresh B2006-06-272-1/+12
* | | [PATCH] sched_domain: handle kmalloc failureSrivatsa Vaddagiri2006-06-271-1/+1
* | | [PATCH] sched: implement smpnicePeter Williams2006-06-271-2/+6
* | | [PATCH] chardev: GPIO for SCx200 & PC-8736x: use dev_dbg in common moduleJim Cromie2006-06-271-1/+5
* | | [PATCH] chardev: GPIO for SCx200 & PC-8736x: migrate file-ops to common moduleJim Cromie2006-06-271-0/+5
* | | [PATCH] chardev: GPIO for SCx200 & PC-8736x: add gpio-ops vtableJim Cromie2006-06-271-0/+33
* | | [PATCH] chardev: GPIO for SCx200 & PC-8736x: device minor numbers are unsigne...Jim Cromie2006-06-271-7/+7
* | | [PATCH] chardev: GPIO for SCx200 & PC-8736x: whitespace pre-cleanJim Cromie2006-06-272-14/+0
* | | [PATCH] cpu hotplug: add hotplug versions of cpu_notifierChandra Seetharaman2006-06-271-0/+4
* | | [PATCH] cpu hotplug: make [un]register_cpu_notifier init time onlyChandra Seetharaman2006-06-271-0/+6
* | | [PATCH] rcutorture: add call_rcu_bh() operationsPaul E. McKenney2006-06-271-0/+1
* | | [PATCH] Remove gratuitous inclusion of <linux/config.h> from <linux/dmaengine.h>David Woodhouse2006-06-271-1/+1
* | | [PATCH] fs/buffer.c: cleanupsAdrian Bunk2006-06-271-1/+1
* | | [PATCH] poison: add & use more constantsRandy Dunlap2006-06-271-0/+7
* | | [PATCH] update two drivers for poison.hRandy Dunlap2006-06-271-0/+6
* | | [PATCH] add poison.h and patch primary usersRandy Dunlap2006-06-272-8/+46
* | | [PATCH] vdso: randomize the i386 vDSO by moving it into a vmaIngo Molnar2006-06-272-0/+3
* | | [PATCH] node hotplug: register cpu: remove node structKAMEZAWA Hiroyuki2006-06-272-2/+15
* | | [PATCH] pgdat allocation and update for ia64 of memory hotplug: allocate pgda...Yasunori Goto2006-06-271-7/+2
* | | [PATCH] pgdat allocation and update for ia64 of memory hotplug: update pgdat ...Yasunori Goto2006-06-271-3/+1
* | | [PATCH] Register sysfs file for hotplugged new nodeYasunori Goto2006-06-271-0/+4
* | | [PATCH] catch valid mem range at onlining memoryKAMEZAWA Hiroyuki2006-06-271-0/+3
* | | [PATCH] pgdat allocation for new node add (export kswapd start func)Yasunori Goto2006-06-271-0/+2
* | | [PATCH] pgdat allocation for new node add (refresh node_data[])Yasunori Goto2006-06-271-0/+12
* | | [PATCH] pgdat allocation for new node add (generic alloc node_data)Yasunori Goto2006-06-271-0/+55
* | | [PATCH] pgdat allocation for new node add (get node id by acpi)Yasunori Goto2006-06-271-0/+6
* | | [PATCH] pgdat allocation for new node add (specify node id)Yasunori Goto2006-06-271-1/+12
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-06-261-1/+1
|\ \
| * | spelling fixesAndreas Mohr2006-06-261-1/+1
| |/
* | Revert "[PATCH] kthread: update loop.c to use kthread"Linus Torvalds2006-06-261-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds2006-06-261-0/+14
|\ \
| * | kbuild: check license compatibility when building modulesSam Ravnborg2006-06-091-0/+14
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2006-06-261-16/+18
|\ \ \