summaryrefslogtreecommitdiffstats
path: root/firmware (unfollow)
Commit message (Expand)AuthorFilesLines
2009-01-06dmaengine: advertise all channels on a device to dma_filter_fnDan Williams1-20/+13
2009-01-06dmaengine: use idr for registering dma device numbersDan Williams2-2/+29
2009-01-06dmaengine: add a release for dma class devices and dependent infrastructureDan Williams5-75/+157
2009-01-06ioat: do not perform removal actions at shutdownDan Williams1-58/+34
2009-01-06iop-adma: enable module removalDan Williams1-4/+0
2009-01-06iop-adma: kill debug BUG_ONDan Williams1-2/+0
2009-01-06iop-adma: let devm do its job, don't duplicate freeDan Williams1-13/+0
2009-01-06dmaengine: kill enum dma_state_clientDan Williams4-31/+14
2009-01-06dmaengine: remove 'bigref' infrastructureDan Williams4-87/+9
2009-01-06dmaengine: kill struct dma_client and supporting infrastructureDan Williams9-232/+17
2009-01-06dmaengine: replace dma_async_client_register with dmaengine_getDan Williams4-133/+11
2009-01-06atmel-mci: convert to dma_request_channel and down-level dma_slaveDan Williams7-159/+62
2009-01-06dmatest: convert to dma_request_channelDan Williams2-72/+49
2009-01-06dmaengine: introduce dma_request_channel and private channelsDan Williams2-16/+155
2009-01-06net_dma: convert to dma_find_channelDan Williams7-59/+5
2009-01-06dmaengine: provide a common 'issue_pending_all' implementationDan Williams5-24/+27
2009-01-06dmaengine: centralize channel allocation, introduce dma_find_channelDan Williams3-143/+174
2009-01-06dmaengine: up-level reference counting to the module levelDan Williams8-111/+132
2009-01-06dmaengine: remove dependency on async_txDan Williams7-96/+95
2009-01-06async_tx, dmaengine: document channel allocation and api reworkDan Williams2-52/+45
2009-01-04rtc: add alarm/update irq interfacesAlessandro Zummo4-18/+101
2009-01-04fs: symlink write_begin allocation context fixNick Piggin22-36/+49
2009-01-04viafb: fix crashes due to 4k stack overflowBruno Prémont1-119/+129
2009-01-04fs: introduce bgl_lock_ptr()Pekka Enberg4-2/+23
2009-01-04spi.h uses/needs device.hRandy Dunlap1-0/+2
2009-01-04vmalloc.c: fix flushing in vmap_page_range()Adam Lackorzynski1-2/+3
2009-01-04cgroups: fix a race between cgroup_clone and umountLi Zefan1-1/+5
2009-01-04audit: validate comparison operations, store them in sane formAl Viro5-84/+94
2009-01-04clean up audit_rule_{add,del} a bitAl Viro1-25/+17
2009-01-04make sure that filterkey of task,always rules is reportedAl Viro1-4/+11
2009-01-04audit rules ordering, part 2Al Viro3-56/+41
2009-01-04fixing audit rule ordering mess, part 1Al Viro4-43/+59
2009-01-04audit_update_lsm_rules() misses the audit_inode_hash[] onesAl Viro1-30/+47
2009-01-04sanitize audit_log_capset()Al Viro3-36/+21
2009-01-04sanitize audit_fd_pair()Al Viro4-49/+20
2009-01-04sanitize audit_mq_open()Al Viro3-59/+38
2009-01-04sanitize AUDIT_MQ_SENDRECVAl Viro3-135/+63
2009-01-04sanitize audit_mq_notify()Al Viro3-52/+27
2009-01-04sanitize audit_mq_getsetattr()Al Viro3-47/+22
2009-01-04sanitize audit_ipc_set_perm()Al Viro3-45/+32
2009-01-04sanitize audit_ipc_obj()Al Viro4-65/+45
2009-01-04sanitize audit_socketcallAl Viro3-33/+41
2009-01-04don't reallocate buffer in every audit_sockaddr()Al Viro1-24/+22
2009-01-03sparseirq: move set/get_timer_rand_state back to .cYinghai Lu2-56/+34
2009-01-03Make %p print '(null)' for NULL pointersLinus Torvalds1-0/+3
2009-01-03get rid of special-casing the /sbin/loader on alphaAl Viro3-40/+52
2009-01-03sanitize ifdefs in binfmt_aoutAl Viro1-9/+7
2009-01-03remove the rudiment of a.out for sparcAl Viro1-64/+1
2009-01-03Updated contact info for CREDITS fileHugh Blemings1-4/+4
2009-01-03x86: setup_per_cpu_areas() cleanupCyrill Gorcunov1-17/+8