index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
media
/
videobuf-dma-sg.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2010-03-13
drivers/net/tulip/eeprom.c: fix bogus "(null)" in tulip init messages
Joe Perches
1
-24
/
+30
2010-03-13
sky2: Avoid rtnl_unlock without rtnl_lock
Mike McCormack
1
-1
/
+1
2010-03-13
ipv6: Send netlink notification when DAD fails
Herbert Xu
1
-0
/
+2
2010-03-13
drivers/net/tg3.c: change the field used with the TG3_FLAG_10_100_ONLY constant
Julia Lawall
1
-1
/
+1
2010-03-13
x86, k8 nb: Fix boot crash: enable k8_northbridges unconditionally on AMD sys...
Borislav Petkov
4
-4
/
+18
2010-03-13
tracing: Do not record user stack trace from NMI context
Steven Rostedt
1
-0
/
+7
2010-03-13
tracing: Disable buffer switching when starting or stopping trace
Steven Rostedt
1
-0
/
+9
2010-03-13
tracing: Use same local variable when resetting the ring buffer
Steven Rostedt
1
-4
/
+4
2010-03-13
function-graph: Init curr_ret_stack with ret_stack
Steven Rostedt
1
-1
/
+1
2010-03-13
ring-buffer: Move disabled check into preempt disable section
Lai Jiangshan
1
-6
/
+6
2010-03-13
Fix up .gitignore for top-level file patterns
Linus Torvalds
1
-8
/
+12
2010-03-13
anon_inodes: mark the anon inode private
Eric Paris
1
-0
/
+1
2010-03-13
locking: Make sparse work with inline spinlocks and rwlocks
Luca Barbieri
2
-15
/
+18
2010-03-13
sysctl extern cleanup: poll
Dave Young
1
-0
/
+2
2010-03-13
sysctl extern cleanup: lockdep
Dave Young
2
-3
/
+7
2010-03-13
sysctl extern cleanup: rtmutex
Dave Young
2
-4
/
+5
2010-03-13
sysctl extern cleanup: acct
Dave Young
2
-4
/
+4
2010-03-13
sysctl extern cleanup: sg
Dave Young
2
-4
/
+6
2010-03-13
sysctl extern cleanup: module
Dave Young
3
-4
/
+2
2010-03-13
sysctl extern cleanup: rcu
Dave Young
2
-3
/
+4
2010-03-13
sysctl extern cleanup: signal
Dave Young
2
-1
/
+3
2010-03-13
sysctl extern cleanup: C_A_D
Dave Young
2
-1
/
+1
2010-03-13
mxcmmc: fixed max_seg_size value on initialization
Vladimir Zapolskiy
1
-1
/
+1
2010-03-13
inflate_fast: sout is already a short so ptr arith was off by one.
Joakim Tjernlund
1
-1
/
+1
2010-03-13
zlib: make new optimized inflate endian independent
Joakim Tjernlund
1
-40
/
+30
2010-03-13
decompress: fix new decompressor for PIC
Russell King
1
-2
/
+12
2010-03-13
sgi-gru: use for_each_set_bit()
Akinobu Mita
1
-11
/
+4
2010-03-13
drivers/char/mmtimer.c: eliminate useless code
Julia Lawall
1
-1
/
+1
2010-03-13
w1: mxc_w1: move probe() and remove() to the dev* text area
Alberto Panizzo
1
-2
/
+2
2010-03-13
w1: fix test in ds2482_wait_1wire_idle()
Roel Kluin
1
-1
/
+1
2010-03-13
serial amba-pl010: enable PPS support
Rodolfo Giometti
1
-0
/
+15
2010-03-13
serial 8250: enable PPS support
Rodolfo Giometti
1
-0
/
+16
2010-03-13
pps: serial clients support
Rodolfo Giometti
4
-1
/
+172
2010-03-13
ldisc n_tty: add new method n_tty_inherit_ops()
Rodolfo Giometti
2
-0
/
+18
2010-03-13
ldisc: new dcd_change() method for line disciplines
Rodolfo Giometti
2
-0
/
+12
2010-03-13
pps: LinuxPPS clients support
Rodolfo Giometti
5
-0
/
+153
2010-03-13
Documentation: rename PCI-DMA-mapping.txt to DMA-API-HOWTO.txt
FUJITA Tomonori
1
-1
/
+1
2010-03-13
Documentation: remove the PCI DMA API description in DMA-API.txt
FUJITA Tomonori
1
-137
/
+15
2010-03-13
Documentation: convert PCI-DMA-mapping.txt to use the generic DMA API
FUJITA Tomonori
1
-180
/
+172
2010-03-13
dma-mapping: pci: move pci_set_dma_mask and pci_set_consistent_dma_mask to pc...
FUJITA Tomonori
3
-33
/
+12
2010-03-13
dma-mapping: arm: use generic pci_set_dma_mask and pci_set_consistent_dma_mask
FUJITA Tomonori
5
-59
/
+8
2010-03-13
dma-mapping: powerpc: use generic pci_set_dma_mask and pci_set_consistent_dma...
FUJITA Tomonori
2
-18
/
+0
2010-03-13
dma-mapping: dma-mapping.h: add dma_set_coherent_mask
FUJITA Tomonori
3
-4
/
+21
2010-03-13
dma-mapping: pci: convert pci_set_dma_mask to call dma_set_mask
FUJITA Tomonori
1
-6
/
+4
2010-03-13
dma-mapping: alpha: use include/linux/pci-dma-compat.h
FUJITA Tomonori
5
-342
/
+165
2010-03-13
dma-mapping: sparc: unify 32bit and 64bit dma_set_mask
FUJITA Tomonori
3
-22
/
+13
2010-03-13
dma-mapping: mn10300: remove the obsolete and unnecessary DMA API comments
FUJITA Tomonori
1
-60
/
+5
2010-03-13
dma-mapping: blackfin: remove the obsolete and unnecessary DMA API comments
FUJITA Tomonori
1
-36
/
+0
2010-03-13
dma-mapping: frv: remove the obsolete and unnecessary DMA API comments
FUJITA Tomonori
3
-96
/
+5
2010-03-13
dma-mapping.h: add the dma_unmap state API
FUJITA Tomonori
3
-15
/
+80
[next]