summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | [ARM] 5341/2: there is no copy_page on nommu ARMNicolas Pitre2008-12-111-2/+2
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-12-1511-156/+164
| |\ \ \ \ \
| | * | | | | Phonet: keep TX queue disabled when the device is offRĂ©mi Denis-Courmont2008-12-151-5/+22
| | * | | | | SCHED: netem: Correct documentation comment in code.Jesper Dangaard Brouer2008-12-151-3/+0
| | * | | | | netfilter: update rwlock initialization for nat_tableSteven Rostedt2008-12-151-1/+1
| | * | | | | netlabel: Compiler warning and NULL pointer dereference fixPaul Moore2008-12-111-18/+20
| | * | | | | e1000e: fix double release of mutexJeff Kirsher2008-12-111-2/+7
| | * | | | | IA64: HP_SIMETH needs to depend upon NETAlexander Beregalov2008-12-101-0/+1
| | * | | | | netpoll: fix race on poll_list resulting in garbage entryNeil Horman2008-12-092-0/+9
| | * | | | | ipv6: silence log messages for locally generated multicastJan Sembera2008-12-091-1/+6
| | * | | | | sungem: improve ethtool output with internal pcs and serdesHermann Lauer2008-12-091-0/+15
| | * | | | | tcp: tcp_vegas cong avoid fix Doug Leith2008-12-091-70/+10
| | * | | | | sungem: Make PCS PHY support partially work again.David S. Miller2008-12-091-56/+73
| * | | | | | Define smp_call_function_many for UPRusty Russell2008-12-151-0/+2
| * | | | | | cgroups: fix a race between rmdir and remountPaul Menage2008-12-151-1/+1
| * | | | | | ACPI toshiba: only register rfkill if bt is enabledFrederik Deweerdt2008-12-151-25/+29
| * | | | | | eCryptfs: Update maintainersMichael Halcrow2008-12-151-4/+4
| * | | | | | slob: do not pass the SLAB flags as GFP in kmem_cache_create()Catalin Marinas2008-12-151-1/+1
| * | | | | | pcmcia: blackfin: fix bug - add missing ; to MODULE macroMike Frysinger2008-12-151-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'next' of master.kernel.org:/pub/scm/linux/kernel/git/jwboyer/po...Paul Mackerras2008-12-174-105/+230
|\ \ \ \ \ \
| * | | | | | powerpc/4xx: Add L2 cache node to AMCC Canyonlands dts fileStefan Roese2008-12-111-0/+11
| * | | | | | powerpc/4xx: Add support for ISA holes on 4xx PCI/X/EBenjamin Herrenschmidt2008-12-043-99/+213
| * | | | | | powerpc/44x: update ppc44x_defconfigStephen Rothwell2008-12-041-3/+3
| * | | | | | powerpc/kvm: update KVM config options in ppc44x_defconfigHollis Blanchard2008-12-041-3/+3
* | | | | | | rapidio: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2008-12-162-6/+6
* | | | | | | powerpc: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2008-12-165-37/+29
* | | | | | | powerpc/mm: Remove flush_HPTE()Benjamin Herrenschmidt2008-12-162-18/+5
* | | | | | | powerpc/mm: Rename tlb_32.c and tlb_64.c to tlb_hash32.c and tlb_hash64.cBenjamin Herrenschmidt2008-12-163-1/+1
* | | | | | | powerpc/mm: Add local_flush_tlb_mm() to SW loaded TLB implementationsBenjamin Herrenschmidt2008-12-161-0/+5
* | | | | | | powerpc: Fix asm EMIT_BUG_ENTRY with !CONFIG_BUGBenjamin Herrenschmidt2008-12-161-1/+10
* | | | | | | powerpc: Remove dead BIO_VMERGE_BOUNDARY definitionFUJITA Tomonori2008-12-161-7/+0
* | | | | | | powerpc: Introduce ppc_pci_flags accessorsJosh Boyer2008-12-1614-18/+42
* | | | | | | powerpc/pseries: Check for GIQ indicator before calling set-indicatorNathan Lynch2008-12-163-3/+39
* | | | | | | powerpc/powermac: Use set_hard_smp_processor_id() instead of smp_hw_indexNathan Lynch2008-12-161-1/+1
* | | | | | | powerpc: Move smp_hw_index to 32-bit codeNathan Lynch2008-12-162-1/+2
* | | | | | | powerpc: Remove `have_of' global variableAnton Vorontsov2008-12-166-15/+2
* | | | | | | powerpc: Fix !CONFIG_PPC_NEED_DMA_SYNC_OPS build warningBecky Bruce2008-12-161-6/+35
* | | | | | | powerpc/ps3: Add sub-match id modalias supportGeert Uytterhoeven2008-12-164-36/+37
* | | | | | | powerpc/ps3: Quiet dmesg outputGeoff Levand2008-12-161-1/+1
* | | | | | | powerpc: Fix typo in pgtable-ppc64.hGeoff Levand2008-12-161-1/+1
* | | | | | | powerpc/chrp: Add missing of_node_put in pci.cNicolas Palix2008-12-161-0/+1
* | | | | | | Merge branch 'merge' into nextPaul Mackerras2008-12-16197-2383/+3707
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | powerpc/cell/axon-msi: Fix MSI after kexecArnd Bergmann2008-12-161-0/+3
| * | | | | | powerpc: Fix bootmem reservation on uninitialized nodeDave Hansen2008-12-161-5/+11
| * | | | | | powerpc: Check for valid hugepage size in hugetlb_get_unmapped_areaBrian King2008-12-161-0/+3
| | |/ / / / | |/| | | |
| * | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/galak/p...Linus Torvalds2008-12-141-0/+3
| |\ \ \ \ \
| | * | | | | powerpc/fsl-booke: Fix problem with _tlbil_va being interruptedKumar Gala2008-12-131-0/+3
| * | | | | | x86 Fix VMI crash on boot in 2.6.28-rc8Zachary Amsden2008-12-144-15/+23
| * | | | | | Revert "sched_clock: prevent scd->clock from moving backwards"Linus Torvalds2008-12-141-3/+3
| * | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer...Linus Torvalds2008-12-131-0/+1
| |\ \ \ \ \ \
OpenPOWER on IntegriCloud