index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
cpu-freq
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2010-03-15
kobj: kref.h incorrectly describes itself as kref.c.
Robert P. J. Day
1
-1
/
+1
2010-03-15
omfs: remove unused version.h include
Huang Weiyi
1
-1
/
+0
2010-03-15
powerpc/BSR: fix device_create() return value check
Jani Nikula
1
-1
/
+1
2010-03-15
kobj: add comment and multiple inclusion protection
Robert P. J. Day
1
-0
/
+9
2010-03-15
mm: fix typo in refill_stock() comment
Greg Thelen
1
-1
/
+1
2010-03-15
Documentation/filesystems/proc.txt typo fix.
Rob Landley
1
-1
/
+1
2010-03-15
kconfig: util: Fix typo in comment
Thomas Weber
1
-1
/
+1
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
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
2010-03-13
pci-dma: add linux/pci-dma.h to linux/pci.h
FUJITA Tomonori
13
-24
/
+1
2010-03-13
pci-dma: cris: use include/linux/pci-dma.h
FUJITA Tomonori
1
-7
/
+1
2010-03-13
pci-dma: xtensa: use include/linux/pci-dma.h
FUJITA Tomonori
1
-7
/
+1
2010-03-13
pci-dma: sparc: use include/linux/pci-dma.h
FUJITA Tomonori
4
-28
/
+5
[next]