summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2007-04-308-10/+81
|\
| * [SNMP]: Add definitions for {In,Out}BcastPktsMitsuru Chinen2007-04-301-0/+2
| * [TCP] FRTO: RFC4138 allows Nagle override when new data must be sentIlpo Järvinen2007-04-301-0/+5
| * [XFRM]: Restrict upper layer information by bundle.Masahide NAKAMURA2007-04-302-0/+16
| * [TCP]: Catch skb with S+L bugs earlierIlpo Järvinen2007-04-301-3/+1
| * [SKB]: Introduce skb_queue_walk_safe()James Chapman2007-04-301-0/+5
| * [AF_IUCV/IUCV]: smp_call_function deadlockMartin Schwidefsky2007-04-291-1/+1
| * [XFRM]: Export SPD infoJamal Hadi Salim2007-04-292-0/+48
| * [NET]: Remove NETIF_F_INTERNAL_STATS, default to internal stats.Rusty Russell2007-04-291-1/+0
| * [NETPOLL]: Fix TX queue overflow in trapped mode.Sergei Shtylyov2007-04-291-5/+3
* | Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2007-04-302-1/+2
|\ \
| * \ Merge branch 'cfq' into for-linusJens Axboe2007-04-301-0/+1
| |\ \
| | * | ll_rw_blk: add io_context private pointerJens Axboe2007-04-301-0/+1
| | |/
| * / [BLOCK] Don't pin lots of memory in mempoolsJens Axboe2007-04-301-1/+1
| |/
* | Merge branch 'for-2.6.22' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds2007-04-3038-682/+812
|\ \
| * | Merge branch 'linux-2.6' into for-2.6.22Paul Mackerras2007-04-30292-5317/+4136
| |\|
| * | [POWERPC] Declare enable_kernel_spe in a headerJohannes Berg2007-04-301-0/+1
| * | [POWERPC] Stop using ppc_sys for Xilinx Virtex boardsGrant Likely2007-04-301-2/+0
| * | [POWERPC] Merge common virtex header filesGrant Likely2007-04-301-6/+2
| * | [POWERPC] Generic check_legacy_ioportOlaf Hering2007-04-272-4/+6
| * | [POWERPC] Prepare for splitting up mmu.h by MMU typeDavid Gibson2007-04-272-400/+406
| * | [POWERPC] Remove old interface find_devicesStephen Rothwell2007-04-241-3/+0
| * | [POWERPC] Remove old interface find_type_devicesStephen Rothwell2007-04-241-1/+0
| * | [POWERPC] Remove old interface find_path_deviceStephen Rothwell2007-04-241-1/+0
| * | [POWERPC] Remove find_all_nodesStephen Rothwell2007-04-241-1/+0
| * | [POWERPC] Remove find_compatible_devicesStephen Rothwell2007-04-241-2/+0
| * | [POWERPC] Cleanup and fix breakage in tlbflush.hDavid Gibson2007-04-242-65/+80
| * | [POWERPC] Save trap number in bad_stackOlof Johansson2007-04-241-0/+1
| * | [POWERPC] Rename MPIC_BROKEN_U3 to MPIC_U3_HT_IRQSMichael Ellerman2007-04-241-6/+6
| * | [POWERPC] Add arch/powerpc driver for UIC, PPC4xx interrupt controllerDavid Gibson2007-04-241-0/+23
| * | [POWERPC] kprobes: Eliminate sstep exception if instruction can be emulatedAnanth N Mavinakayanahalli2007-04-241-0/+5
| * | [POWERPC] pasemi: PA6T oprofile supportOlof Johansson2007-04-244-6/+66
| * | [POWERPC] Fix PowerPC 750CL and 750GX CPU featuresJosh Boyer2007-04-241-3/+7
| * | Merge branch 'for-2.6.22' of master.kernel.org:/pub/scm/linux/kernel/git/arnd...Paul Mackerras2007-04-242-5/+11
| |\ \
| | * | [POWERPC] add of_iomap functionChristian Krafft2007-04-231-0/+11
| | * | [POWERPC] cell: add cbe_node_to_cpu functionChristian Krafft2007-04-231-5/+0
| * | | [POWERPC] spufs: make spu page faults not block schedulingArnd Bergmann2007-04-232-0/+2
| |/ /
| * | [POWERPC] DEBUG_PAGEALLOC for 32-bitBenjamin Herrenschmidt2007-04-121-0/+6
| * | [POWERPC] Make tlb flush batch use lazy MMU modeBenjamin Herrenschmidt2007-04-123-49/+41
| * | [POWERPC] Add inatomic versions of __get_user and __put_userBenjamin Herrenschmidt2007-04-121-0/+28
| * | [POWERPC] Rename get_property to of_get_property: includeStephen Rothwell2007-04-121-3/+3
| * | [POWERPC] Allow drivers to map individual 4k pages to userspacePaul Mackerras2007-04-122-0/+8
| * | [POWERPC] Make struct property's value a void *Stephen Rothwell2007-04-121-1/+1
| * | [POWERPC] Rename prom_n_size_cells to of_n_size_cellsStephen Rothwell2007-04-121-1/+1
| * | [POWERPC] Rename prom_n_addr_cells to of_n_addr_cellsStephen Rothwell2007-04-121-1/+1
| * | [POWERPC] Rename device_is_compatible to of_device_is_compatibleStephen Rothwell2007-04-121-1/+2
| * | [POWERPC] Rename get_property to of_get_propertyStephen Rothwell2007-04-122-2/+4
| * | [POWERPC] Use mtocrf instruction in asm when CONFIG_POWER4_ONLY=yOlof Johansson2007-04-121-0/+10
| * | [POWERPC] Add a unified uevent handler for bus based on of_deviceSylvain Munaut2007-04-121-0/+3
| * | Merge branch 'linux-2.6' into for-2.6.22Paul Mackerras2007-04-12146-512/+563
| |\ \