summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] Shrinks sizeof(files_struct) and better layoutEric Dumazet2006-03-232-9/+29
* [PATCH] ext3_readdir: use generic readaheadAndrew Morton2006-03-231-3/+6
* [PATCH] swsusp: add check for suspension of X-controlled devicesRafael J. Wysocki2006-03-231-0/+5
* [PATCH] kernel/power: move externs to header filesRandy Dunlap2006-03-231-1/+2
* [PATCH] swsusp: low level interfaceRafael J. Wysocki2006-03-231-2/+3
* [PATCH] x86: Make _syscallX() macros compile in PIC modeMarkus Gutschke2006-03-231-15/+21
* [PATCH] i386 spinlocks: disable interrupts only if we enabled themChuck Ebbert2006-03-231-4/+9
* [PATCH] Fix the imlicit declaration of mtrr_centaur_report_mcr in arch/i386/k...Jesper Juhl2006-03-231-0/+1
* [PATCH] i386: fix uses of user_mode() vs. user_mode_vm()Jan Beulich2006-03-233-3/+3
* [PATCH] i386: actively synchronize vmalloc area when registering certain call...Jan Beulich2006-03-232-0/+4
* [PATCH] x86: early printk handling fixesStas Sergeev2006-03-231-0/+3
* [PATCH] i386: remove duplicate declaration of mp_bus_id_to_pci_busChris Wright2006-03-231-1/+0
* [PATCH] Compilation fix for ES7000 when no ACPI is specified in config (i386)Natalie.Protasevich@unisys.com2006-03-231-2/+8
* [PATCH] i386: Add a temporary to make put_user more type safeEric W. Biederman2006-03-231-5/+7
* [PATCH] x86: SMP alternativesGerd Hoffmann2006-03-2310-124/+200
* [PATCH] DM: Fix bug: BIO_RW_BARRIER requests to md/raid1 hang.NeilBrown2006-03-231-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds2006-03-2233-101/+417
|\
| * [PATCH] powerpc: Remove calculation of io holeMichael Ellerman2006-03-222-3/+0
| * [PATCH] powerpc: Add strne2a() to convert a string from EBCDIC to ASCIIMichael Ellerman2006-03-221-0/+2
| * [PATCH] powerpc: iseries: Make more stuff static in platforms/iseries/mf.cMichael Ellerman2006-03-221-4/+0
| * [PATCH] powerpc: iseries: Remove pointless iSeries_(restart|power_off|halt)Michael Ellerman2006-03-221-1/+1
| * [PATCH] powerpc: iseries: mf related cleanupsMichael Ellerman2006-03-221-1/+0
| * [PATCH] powerpc: Replace platform_is_lpar() with a firmware featureMichael Ellerman2006-03-222-4/+4
| * [PATCH] powerpc: trivial: Cleanup whitespace in cputable.hMichael Ellerman2006-03-221-17/+17
| * [PATCH] powerpc: add for_each_node_by_foo helpersChristoph Hellwig2006-03-171-0/+6
| * [PATCH] powerpc: Better pmd_bad() and pud_bad() checksDavid Gibson2006-03-171-2/+7
| * Merge ../linux-2.6Paul Mackerras2006-03-1710-8/+49
| |\
| * \ Merge ../linux-2.6Paul Mackerras2006-03-0925-28/+88
| |\ \
| * \ \ Merge ../powerpc-mergePaul Mackerras2006-02-2818-31/+147
| |\ \ \
| * | | | [PATCH] powerpc: native atomic_add_unlessNick Piggin2006-02-241-14/+24
| * | | | [PATCH] powerpc: newline for ISYNC_ON_SMPNick Piggin2006-02-241-1/+1
| * | | | [PATCH] powerpc: Fixup for STRICT_MM_TYPECHECKSDavid Gibson2006-02-241-3/+8
| * | | | powerpc: Implement accurate task and CPU time accountingPaul Mackerras2006-02-248-3/+280
| * | | | Merge ../powerpc-mergePaul Mackerras2006-02-24106-741/+582
| |\ \ \ \
| * | | | | [PATCH] powerpc: trivial: modify comments to refer to new location of filesJon Mason2006-02-105-8/+2
| * | | | | [PATCH] ppc32: Make platform devices being able to assign functionsVitaly Bordug2006-02-107-0/+38
| * | | | | [PATCH] powerpc: Move pSeries firmware feature setup into platforms/pseriesMichael Ellerman2006-02-101-9/+0
| * | | | | Merge ../powerpc-mergePaul Mackerras2006-02-1058-642/+542
| |\ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcPaul Mackerras2006-02-08181-1411/+2127
| |\ \ \ \ \ \
| | * | | | | | [PATCH] powerpc: Put parameter names in lmb.h prototypesMichael Ellerman2006-02-071-9/+8
| | * | | | | | [PATCH] powerpc: Move LMB_ALLOC_ANYWHERE out of lmb.hMichael Ellerman2006-02-071-2/+0
| | * | | | | | [PATCH] powerpc: Always panic if lmb_alloc() failsMichael Ellerman2006-02-071-0/+2
| | * | | | | | [PATCH] powerpc: Add support for Xilinx ML403 reference designGrant C. Likely2006-02-071-0/+4
| | * | | | | | [PATCH] powerpc: Migrate Xilinx Vertex support from the OCP bus to the platfo...Grant C. Likely2006-02-071-0/+2
| | * | | | | | [PATCH] powerpc: Move xparameters.h into xilinx virtex device specific pathGrant C. Likely2006-02-071-18/+0
| * | | | | | | [PATCH] powerpc: generalize PPC44x_PIN_SIZEMarcelo Tosatti2006-01-203-4/+6
| * | | | | | | [PATCH] ppc32 8xx: Added setbitsXX/clrbitsXX macro for read-modify-write oper...Vitaly Bordug2006-01-201-0/+7
* | | | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-03-226-154/+94
|\ \ \ \ \ \ \ \
| * | | | | | | | [NETFILTER]: futher {ip,ip6,arp}_tables unificationDmitry Mishin2006-03-225-140/+66
| * | | | | | | | [NETFILTER]: nf_conntrack: support for layer 3 protocol load on demandPablo Neira Ayuso2006-03-221-0/+4
OpenPOWER on IntegriCloud