summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* [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
|\ \ \
| * | | [CRYPTO] api: Removed const from cra_name/cra_driver_nameHerbert Xu2006-06-261-2/+2
| * | | [CRYPTO] api: Added cra_init/cra_exitHerbert Xu2006-06-261-2/+3
| * | | [CRYPTO] all: Pass tfm instead of ctx to algorithmsHerbert Xu2006-06-261-14/+15
| | |/ | |/|
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2006-06-261-7/+3
|\ \ \
| * | | Input: fix misspelling of Hangeul keyJerome Pinot2006-06-261-1/+2
| * | | Input: reset name, phys and uniq when unregisteringDmitry Torokhov2006-06-261-6/+1
| |/ /
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvbLinus Torvalds2006-06-261-0/+6
|\ \ \
| * | | V4L/DVB (4223): Add V4L2_CID_MPEG_STREAM_VBI_FMT controlHans Verkuil2006-06-261-0/+5
| * | | V4L/DVB (4221): Add HM12 YUV format define.Hans Verkuil2006-06-261-0/+1
| |/ /
* | | Merge branch 'x86-64'Linus Torvalds2006-06-267-4/+153
|\ \ \
| * | | [PATCH] x86_64: Add useful constants to time.hVojtech Pavlik2006-06-261-4/+7
| * | | [PATCH] x86_64: allow unwinder to build without module supportJan Beulich2006-06-261-0/+8
| * | | [PATCH] i386/x86-64: fall back to old-style call trace if no unwindingJan Beulich2006-06-261-4/+4
| * | | [PATCH] x86_64: reliable stack trace supportJan Beulich2006-06-263-0/+129
| * | | [PATCH] x86_64: Optimize bitmap_weight for small bitmapsAndi Kleen2006-06-261-0/+5
| * | | [PATCH] x86_64: Add compat_printk and sysctl to turn off compat layer warningsAndi Kleen2006-06-262-0/+4
| |/ /
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-06-262-1/+1
|\ \ \
| * | | [NET] netpoll: break recursive loop in netpoll rx pathNeil Horman2006-06-261-0/+1
| * | | [NET]: make net/core/dev.c:netdev_nit staticAdrian Bunk2006-06-251-1/+0
| |/ /
* | | [PATCH] md: Don't write dirty/clean update to spares - leave them aloneNeilBrown2006-06-261-0/+1
* | | [PATCH] md/bitmap: change md/bitmap file handling to use bmap to file blocksNeilBrown2006-06-261-3/+4
* | | [PATCH] md/bitmap: remove bitmap writeback daemonNeilBrown2006-06-261-6/+0
* | | [PATCH] md: make md_print_devices() staticAdrian Bunk2006-06-261-4/+0
* | | [PATCH] md: support stripe/offset mode in raid10NeilBrown2006-06-261-1/+6
* | | [PATCH] md: allow a linear array to have drives added while activeNeilBrown2006-06-261-0/+2
* | | [PATCH] md: allow checkpoint of recovery with version-1 superblockNeilBrown2006-06-262-1/+10
* | | [PATCH] md: merge raid5 and raid6 codeNeilBrown2006-06-261-0/+1
* | | [PATCH] md: remove arbitrary limit on chunk sizeNeilBrown2006-06-261-1/+2
* | | [PATCH] dm: improve error message consistencyAlasdair G Kergon2006-06-261-0/+1
* | | [PATCH] dm: prevent removal if openAlasdair G Kergon2006-06-261-3/+3
* | | [PATCH] dm: create error tableDavid Teigland2006-06-261-0/+6
* | | [PATCH] dm: add exportsAlasdair G Kergon2006-06-261-2/+102
OpenPOWER on IntegriCloud