aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [MIPS] Wire up getcpu(2) and epoll_wait(2) syscalls.Ralf Baechle2006-10-301-6/+12
* [PATCH] MTD: fix last kernel-doc warningRandy Dunlap2006-10-301-1/+1
* [PATCH] lockdep: annotate DECLARE_WAIT_QUEUE_HEADPeter Zijlstra2006-10-301-0/+9
* Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-10-291-10/+10
|\
| * [ARM] Add __must_check to uaccess functionsRussell King2006-10-281-10/+10
* | [PATCH] taskstats: kill ->taskstats_lock in favor of ->siglockOleg Nesterov2006-10-282-10/+6
* | [PATCH] taskstats_tgid_alloc: optimizationOleg Nesterov2006-10-281-0/+3
* | [PATCH] taskstats_tgid_free: fix usageOleg Nesterov2006-10-281-11/+2
* | [PATCH] Constify compat_get_bitmap argumentStephen Rothwell2006-10-281-1/+1
* | [PATCH] visws build fixAndrey Panin2006-10-282-53/+5
* | [PATCH] __vmalloc with GFP_ATOMIC causes 'sleeping from invalid context'Giridhar Pemmasani2006-10-281-1/+2
* | [PATCH] vmscan: Fix temp_priority raceMartin Bligh2006-10-281-5/+1
* | [PATCH] mm: clean up pagecache allocationNick Piggin2006-10-281-5/+9
|/
* [PATCH] drivers: wait for threaded probes between initcall levelsAndrew Morton2006-10-272-10/+27
* [PATCH] vmlinux.lds: consolidate initcall sectionsAndrew Morton2006-10-271-0/+10
* [PATCH] AVR32: add io{read,write}{8,16,32}{be,} supportBen Nizette2006-10-251-0/+33
* [PATCH] AVR32: Fix oversize immediates in atomic.hHaavard Skinnemoen2006-10-251-4/+4
* Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2006-10-253-8/+4
|\
| * [SCSI] replace u8 and u32 with __u8 and __u32 in scsi.h for user spaceFUJITA Tomonori2006-10-251-1/+1
| * [SCSI] scsi_debug: support REPORT TARGET PORT GROUPSHannes Reinecke2006-10-251-0/+3
| * [SCSI] libiscsi: fix oops in connection create failure pathMike Christie2006-10-251-3/+0
| * [SCSI] iscsi class: fix slab corruption during restartMike Christie2006-10-251-4/+0
* | Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds2006-10-251-0/+2
|\ \
| * | [PATCH] x86-64: Only look at per_cpu data for online cpus.Eric W. Biederman2006-10-251-0/+2
* | | Merge branch 'merge' of master.kernel.org:/pub/scm/linux/kernel/git/paulus/po...Linus Torvalds2006-10-259-64/+144
|\ \ \
| * | | [POWERPC] Fix CHRP platforms with only 8259Benjamin Herrenschmidt2006-10-251-0/+1
| * | | [POWERPC] Fix device_is_compatible() const warningBenjamin Herrenschmidt2006-10-251-4/+6
| * | | [POWERPC] Cell timebase bug workaroundBenjamin Herrenschmidt2006-10-255-23/+62
| * | | [POWERPC] Support feature fixups in vdso'sBenjamin Herrenschmidt2006-10-254-39/+67
| * | | [POWERPC] Support nested cpu feature sectionsBenjamin Herrenschmidt2006-10-251-5/+9
| * | | [POWERPC] Consolidate feature fixup codeBenjamin Herrenschmidt2006-10-252-2/+7
| * | | [POWERPC] Add 970GX cputable entryJake Moilanen2006-10-231-0/+1
* | | | [ARM] 3902/1: Enable GPIO81-84 on PXA255Craig Hughes2006-10-241-1/+1
| |/ / |/| |
* | | [PATCH] Remove __must_check for device_for_each_child()Russell King2006-10-231-1/+1
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/perex/alsaLinus Torvalds2006-10-231-1/+1
|\ \ \
| * | | [ALSA] version 1.0.13Jaroslav Kysela2006-10-221-1/+1
| |/ /
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-10-233-10/+1
|\ \ \
| * | | [NET]: kernel-doc fix for sock.hRandy Dunlap2006-10-221-2/+1
| * | | [NET]: Reduce sizeof(struct flowi) by 20 bytes.Eric Dumazet2006-10-212-8/+0
| |/ /
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2006-10-231-2/+5
|\ \ \
| * | | [SPARC64]: 8-byte align return value from compat_alloc_user_space()David S. Miller2006-10-221-2/+5
| |/ /
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2006-10-2317-99/+10
|\ \ \ | |/ / |/| |
| * | sh: Convert INTC2 to IRQ table registration.Paul Mundt2006-10-203-13/+1
| * | sh: Add some missing board headers.Paul Mundt2006-10-196-0/+420
| * | sh: Fix exception_handling_table alignment.Paul Mundt2006-10-191-0/+7
| * | sh: Cleanup board header directories.Paul Mundt2006-10-197-434/+0
| * | sh: Remove board-specific ide.h headers.Paul Mundt2006-10-197-72/+0
| * | sh: Proper show_stack/show_trace() implementation.Paul Mundt2006-10-191-0/+2
* | | [MIPS] Fix aliasing bug in copy_to_user_page / copy_from_user_pageRalf Baechle2006-10-212-18/+15
* | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-10-211-1/+1
|\ \ \