summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master'David Teigland2006-01-1855-1878/+2533
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | [GFS2] Remove unused ioctls and unused structureDavid Teigland2006-01-181-11/+0
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | [GFS2] An update of the GFS2 lock modulesDavid Teigland2006-01-171-0/+40
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | [GFS2] The core of GFS2David Teigland2006-01-162-0/+486
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | [PATCH] Add fs_subsys to enable filesystems to use sysfsDavid Teigland2006-01-161-0/+3
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-10-046-3/+27
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | [XFRM]: BEET modeDiego Beltrami2006-10-044-2/+14
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | [NETFILTER]: ebt_mark: add or/and/xor action support to mark targetBart De Schuymer2006-10-041-0/+12
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | [NETFILTER]: add type parameter to ip_route_me_harderSimon Horman2006-10-041-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/willy/parisc-2.6Linus Torvalds2006-10-0420-177/+611
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [PARISC] Make DMA routines more stubbyMatthew Wilcox2006-10-041-6/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [PARISC] Define pci_get_legacy_ide_irqMatthew Wilcox2006-10-041-0/+5
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [PARISC] Fix iounmap compile warningMatthew Wilcox2006-10-041-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [PARISC] Add support for Quicksilver AGPGARTKyle McMartin2006-10-042-0/+37
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [PARISC] Move LBA and SBA register defines to the common ropes.hKyle McMartin2006-10-041-1/+161
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [PARISC] Create shared <asm/ropes.h> headerKyle McMartin2006-10-042-53/+150
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [PARISC] Allow nested interruptsJames Bottomley2006-10-041-0/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [PARISC] Enable interrupts while spinningMatthew Wilcox2006-10-041-10/+21
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [PARISC] Use CONFIG_HZ to determine interval timer rate (aka clock ticks)Grant Grundler2006-10-041-7/+3
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [PARISC] Implement futex_atomic_cmpxchg_inatomicCarlos O'Donell2006-10-041-3/+68
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [PARISC] Improve rwlock implementationMatthew Wilcox2006-10-041-37/+61
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [PARISC] Clean up asm-parisc/serial.hMatthew Wilcox2006-10-041-14/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [PARISC] Switch is_compat_task to use TIF_32BITKyle McMartin2006-10-042-3/+3
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [PARISC] Prevent multiple includes of asm-parisc/parisc-device.hKyle McMartin2006-10-041-0/+5
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [PARISC] parisc specific kmap API implementation for pa8800James Bottomley2006-10-043-22/+43
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [PARISC] Fix up parisc irq handling for genirq changesKyle McMartin2006-10-041-2/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [PARISC] Add asm-parisc/mckinley.h bus headerKyle McMartin2006-10-041-0/+9
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [PARISC] Abstract shift register left in .SKyle McMartin2006-10-041-2/+4
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [PATCH] Need forward decl of task_struct in linux/debug_locks.hKyle McMartin2006-10-041-0/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [PARISC] PA7200 also supports prefetch for readKyle McMartin2006-10-041-0/+3
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [PARISC] Untangle <asm/processor.h> header include messKyle McMartin2006-10-042-26/+38
| |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds2006-10-0410-50/+1726
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [POWERPC] Add QUICC Engine (QE) infrastructureLi Yang2006-10-047-14/+1665
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of git://oak/home/sfr/kernels/iseries/workPaul Mackerras2006-10-041-24/+43
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [POWERPC] implement BEGIN/END_FW_FTR_SECTIONStephen Rothwell2006-10-031-24/+43
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [POWERPC] Fix xmon=off and cleanup xmon initialisationMichael Ellerman2006-10-041-1/+5
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [POWERPC] Cleanup include/asm-powerpc/xmon.hMichael Ellerman2006-10-042-12/+14
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'audit.b32' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2006-10-041-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [PATCH] message types updatedSteve Grubb2006-10-041-1/+2
| | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-10-041-2/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into upstreamJeff Garzik2006-09-30253-3989/+4282
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [PATCH] libata: turn off NCQ if queue depth is adjusted to 1Tejun Heo2006-09-301-0/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [PATCH] libata: cosmetic changes to constantsTejun Heo2006-09-301-2/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [libata] Use new PCI_VDEVICE() macro to dramatically shorten ID listsJeff Garzik2006-09-271-0/+4
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [PATCH] The scheduled removal of some OSS driversAdrian Bunk2006-10-044-683/+0
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [PATCH] RCU: CREDITS and MAINTAINERSJosh Triplett2006-10-041-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [PATCH] rcu: simplify/improve batch tuningOleg Nesterov2006-10-041-3/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [PATCH] SRCU: report out-of-memory errorsAlan Stern2006-10-041-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [PATCH] Add SRCU-based notifier chainsAlan Stern2006-10-042-6/+43
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [PATCH] srcu-3: RCU variant permitting read-side blockingPaul E. McKenney2006-10-041-0/+49
OpenPOWER on IntegriCloud