aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-13drivers/net/tulip/eeprom.c: fix bogus "(null)" in tulip init messagesJoe Perches1-24/+30
2010-03-13sky2: Avoid rtnl_unlock without rtnl_lockMike McCormack1-1/+1
2010-03-13ipv6: Send netlink notification when DAD failsHerbert Xu1-0/+2
2010-03-13drivers/net/tg3.c: change the field used with the TG3_FLAG_10_100_ONLY constantJulia Lawall1-1/+1
2010-03-13x86, k8 nb: Fix boot crash: enable k8_northbridges unconditionally on AMD systemsBorislav Petkov4-4/+18
2010-03-12tracing: Do not record user stack trace from NMI contextSteven Rostedt1-0/+7
2010-03-12tracing: Disable buffer switching when starting or stopping traceSteven Rostedt1-0/+9
2010-03-12tracing: Use same local variable when resetting the ring bufferSteven Rostedt1-4/+4
2010-03-12function-graph: Init curr_ret_stack with ret_stackSteven Rostedt1-1/+1
2010-03-12ring-buffer: Move disabled check into preempt disable sectionLai Jiangshan1-6/+6
2010-03-12Fix up .gitignore for top-level file patternsLinus Torvalds1-8/+12
2010-03-12anon_inodes: mark the anon inode privateEric Paris1-0/+1
2010-03-13locking: Make sparse work with inline spinlocks and rwlocksLuca Barbieri2-15/+18
2010-03-12sysctl extern cleanup: pollDave Young1-0/+2
2010-03-12sysctl extern cleanup: lockdepDave Young2-3/+7
2010-03-12sysctl extern cleanup: rtmutexDave Young2-4/+5
2010-03-12sysctl extern cleanup: acctDave Young2-4/+4
2010-03-12sysctl extern cleanup: sgDave Young2-4/+6
2010-03-12sysctl extern cleanup: moduleDave Young3-4/+2
2010-03-12sysctl extern cleanup: rcuDave Young2-3/+4
2010-03-12sysctl extern cleanup: signalDave Young2-1/+3
2010-03-12sysctl extern cleanup: C_A_DDave Young2-1/+1
2010-03-12mxcmmc: fixed max_seg_size value on initializationVladimir Zapolskiy1-1/+1
2010-03-12inflate_fast: sout is already a short so ptr arith was off by one.Joakim Tjernlund1-1/+1
2010-03-12zlib: make new optimized inflate endian independentJoakim Tjernlund1-40/+30
2010-03-12decompress: fix new decompressor for PICRussell King1-2/+12
2010-03-12sgi-gru: use for_each_set_bit()Akinobu Mita1-11/+4
2010-03-12drivers/char/mmtimer.c: eliminate useless codeJulia Lawall1-1/+1
2010-03-12w1: mxc_w1: move probe() and remove() to the dev* text areaAlberto Panizzo1-2/+2
2010-03-12w1: fix test in ds2482_wait_1wire_idle()Roel Kluin1-1/+1
2010-03-12serial amba-pl010: enable PPS supportRodolfo Giometti1-0/+15
2010-03-12serial 8250: enable PPS supportRodolfo Giometti1-0/+16
2010-03-12pps: serial clients supportRodolfo Giometti4-1/+172
2010-03-12ldisc n_tty: add new method n_tty_inherit_ops()Rodolfo Giometti2-0/+18
2010-03-12ldisc: new dcd_change() method for line disciplinesRodolfo Giometti2-0/+12
2010-03-12pps: LinuxPPS clients supportRodolfo Giometti5-0/+153
2010-03-12Documentation: rename PCI-DMA-mapping.txt to DMA-API-HOWTO.txtFUJITA Tomonori1-1/+1
2010-03-12Documentation: remove the PCI DMA API description in DMA-API.txtFUJITA Tomonori1-137/+15
2010-03-12Documentation: convert PCI-DMA-mapping.txt to use the generic DMA APIFUJITA Tomonori1-180/+172
2010-03-12dma-mapping: pci: move pci_set_dma_mask and pci_set_consistent_dma_mask to pci-dma-compat.hFUJITA Tomonori3-33/+12
2010-03-12dma-mapping: arm: use generic pci_set_dma_mask and pci_set_consistent_dma_maskFUJITA Tomonori5-59/+8
2010-03-12dma-mapping: powerpc: use generic pci_set_dma_mask and pci_set_consistent_dma_maskFUJITA Tomonori2-18/+0
2010-03-12dma-mapping: dma-mapping.h: add dma_set_coherent_maskFUJITA Tomonori3-4/+21
2010-03-12dma-mapping: pci: convert pci_set_dma_mask to call dma_set_maskFUJITA Tomonori1-6/+4
2010-03-12dma-mapping: alpha: use include/linux/pci-dma-compat.hFUJITA Tomonori5-342/+165
2010-03-12dma-mapping: sparc: unify 32bit and 64bit dma_set_maskFUJITA Tomonori3-22/+13
2010-03-12dma-mapping: mn10300: remove the obsolete and unnecessary DMA API commentsFUJITA Tomonori1-60/+5
2010-03-12dma-mapping: blackfin: remove the obsolete and unnecessary DMA API commentsFUJITA Tomonori1-36/+0
2010-03-12dma-mapping: frv: remove the obsolete and unnecessary DMA API commentsFUJITA Tomonori3-96/+5
2010-03-12dma-mapping.h: add the dma_unmap state APIFUJITA Tomonori3-15/+80