summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* initramfs: add support for in-kernel initramfs compressed with LZOAlbin Tonnerre2010-05-273-1/+34
* radix-tree: fix radix_tree_prev_hole() underflow caseCesar Eduardo Barros2010-05-271-2/+2
* aio: fix the compat vectored operationsJeff Moyer2010-05-273-25/+47
* compat: factor out compat_rw_copy_check_uvector from compat_do_readv_writevJeff Moyer2010-05-272-53/+81
* panic: call console_verbose() in panicAnton Blanchard2010-05-271-0/+1
* fs/affs: use ERR_CASTJulia Lawall2010-05-271-1/+1
* Documentation/DMA-API-HOWTO: add ARCH_KMALLOC_MINALIGN descriptionFUJITA Tomonori2010-05-271-1/+14
* Documentation: move the error handling to the better place in DMA-API-HOWTOFUJITA Tomonori2010-05-271-30/+30
* Documentation: update scatterlist struct description in DMA-API-HOWTOFUJITA Tomonori2010-05-271-13/+4
* Documentation: add SCSI drivers' mapping error handling to DMA-API-HOWTOFUJITA Tomonori2010-05-271-0/+4
* dma-mapping: remove deprecated dma_sync_single and dma_sync_sg APIFUJITA Tomonori2010-05-271-15/+0
* Staging: saa7134-go7007: replace dma_sync_single with dma_sync_single_for_cpuFUJITA Tomonori2010-05-271-4/+4
* Documentation: add networking driver's mapping error handling to DMA-API-HOWTOFUJITA Tomonori2010-05-271-0/+5
* dma-mapping: remove unnecessary sync_single_range_* in dma_map_opsFUJITA Tomonori2010-05-272-28/+2
* swiotlb: remove unnecessary swiotlb_sync_single_range_*FUJITA Tomonori2010-05-272-41/+0
* powerpc: remove unnecessary sync_single_range_* in swiotlb_dma_opsFUJITA Tomonori2010-05-272-8/+8
* x86: remove unnecessary sync_single_range_* in swiotlb_dma_opsFUJITA Tomonori2010-05-271-2/+0
* ia64: remove unnecessary sync_single_range_* in swiotlb_dma_opsFUJITA Tomonori2010-05-271-2/+0
* drivers/edac: convert logging messages direct uses of __FILE__ to %s, __FILEJoe Perches2010-05-273-31/+31
* lib/random32: export pseudo-random number generator for modulesJoe Eykholt2010-05-272-21/+45
* INIT_SIGHAND: use SIG_DFL instead of NULLOleg Nesterov2010-05-271-1/+1
* pids: fix fork_idle() to setup ->pids correctlyOleg Nesterov2010-05-271-1/+13
* pids: init_struct_pid.tasks should never see the swapper processOleg Nesterov2010-05-271-4/+4
* INIT_TASK() should initialize ->thread_group listOleg Nesterov2010-05-271-0/+1
* pids: increase pid_max based on num_possible_cpusHedi Berriche2010-05-272-0/+16
* rapidio: fix maintenance access to higher memory areasThomas Moll2010-05-271-7/+30
* rapidio: use default route value for CPS switchesAlexandre Bounine2010-05-271-8/+10
* rapidio: add switch domain routinesAlexandre Bounine2010-05-275-0/+86
* rapidio: modify initialization of switch operationsAlexandre Bounine2010-05-278-134/+111
* rapidio: add debug configuration optionAlexandre Bounine2010-05-273-0/+19
* rapidio: fix typos and minor editsAlexandre Bounine2010-05-272-5/+4
* rapidio: add enabling SRIO port RX and TXThomas Moll2010-05-273-1/+94
* rapidio, powerpc/85xx: Add MChk handler for SRIO portAlexandre Bounine2010-05-271-4/+70
* rapidio, powerpc/85xx: add Port-Write message handler for SRIO portAlexandre Bounine2010-05-271-3/+260
* rapidio: add Port-Write handling for EMAlexandre Bounine2010-05-2710-41/+776
* rapidio: add switch locking during discoveryAlexandre Bounine2010-05-271-20/+144
* rapidio: add IDT CPS/TSI switchesAlexandre Bounine2010-05-2713-11/+505
* drivers/char/applicom.c: use memdup_userJulia Lawall2010-05-271-8/+3
* drivers/char/ppdev.c: use kasprintfJulia Lawall2010-05-271-3/+1
* char drivers: RAM oops/panic loggerMarco Stornelli2010-05-273-0/+170
* ipmi: handle run_to_completion properly in deliver_recv_msg()Jiri Kosina2010-05-271-3/+8
* ipmi: update driver to use dev_printk and its constructsMyron Stowe2010-05-272-127/+107
* ipmi: convert tracking of the ACPI device pointer to a PNP deviceMyron Stowe2010-05-271-1/+1
* ipmi: change timeout and event poll to one secondCorey Minyard2010-05-271-2/+2
* ipmi: attempt to register multiple SIs of the same typeMatthew Garrett2010-05-271-7/+21
* ipmi: reduce pollingMatthew Garrett2010-05-271-7/+13
* ipmi: reduce polling when interrupts are availableMatthew Garrett2010-05-271-2/+10
* ipmi: change device discovery orderMatthew Garrett2010-05-271-11/+12
* ipmi: only register one si per bmcMatthew Garrett2010-05-271-2/+27
* ipmi: split device discovery and registrationMatthew Garrett2010-05-271-46/+84