index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
pxa.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-04-05
Hexagon: remove SP macro
Richard Kuo
1
-3
/
+1
2014-04-05
Hexagon: set ELF_EXEC_PAGESIZE to PAGE_SIZE
Richard Kuo
1
-1
/
+1
2014-04-05
Hexagon: set the e_flags in user regset view for core dumps
Richard Kuo
1
-0
/
+1
2014-04-05
Hexagon: fix atomic_set
Richard Kuo
1
-1
/
+14
2014-04-05
Hexagon: add screen_info for VGA_CONSOLE
Richard Kuo
2
-0
/
+5
2014-04-05
hexagon: correct type on pgd copy
Ilia Mirkin
1
-1
/
+1
2014-04-05
smp, hexagon: kill SMP single function call interrupt
Jiang Liu
2
-6
/
+1
2014-04-05
arch: hexagon: include: asm: add generic macro 'mmiowb' in "io.h"
Chen Gang
1
-0
/
+2
2014-04-05
arch: hexagon: kernel: hexagon_ksyms.c: export related symbols which various ...
Chen Gang
1
-4
/
+20
2014-04-05
arch: hexagon: kernel: reset.c: use function pointer instead of function for ...
Chen Gang
1
-3
/
+2
2014-04-05
arch: hexagon: include: asm: add "vga.h" in Kbuild
Chen Gang
1
-1
/
+2
2014-04-05
arch: hexagon: include: asm: Kbuild: add generic "serial.h" in Kbuild
Chen Gang
1
-0
/
+1
2014-04-05
arch: hexagon: include: uapi: asm: setup.h add swith macro __KERNEL__
Chen Gang
1
-0
/
+5
2014-04-05
arch: hexagon: include: asm: add prefix "hvm[ci]_" for all enum members in "h...
Chen Gang
1
-36
/
+36
2014-04-05
arch: hexagon: Kconfig: add HAVE_DMA_ATTR in Kconfig and remove "linux/dma-ma...
Chen Gang
2
-1
/
+1
2014-04-05
arch: hexagon: kernel: add export symbol function __delay()
Chen Gang
2
-0
/
+10
2014-04-05
hexagon: include: asm: kgdb: extend DBG_MAX_REG_NUM for "cs0/1"
Chen Gang
1
-2
/
+3
2014-04-05
hexagon: kernel: kgdb: include related header for pass compiling.
Chen Gang
1
-0
/
+2
2014-04-05
hexagon: kernel: remove useless variables 'dn', 'r' and 'err' in time_init_de...
Chen Gang
1
-3
/
+0
2014-04-05
mm: get_user_pages(write,force) refuse to COW in shared areas
Hugh Dickins
1
-21
/
+45
2014-04-04
dmaengine: omap-dma: more consolidation of CCR register setup
Russell King
1
-28
/
+18
2014-04-04
dmaengine: omap-dma: move IRQ handling to omap-dma
Russell King
1
-6
/
+115
2014-04-04
dmaengine: omap-dma: move register read/writes into omap-dma.c
Russell King
4
-15
/
+105
2014-04-04
ARM: omap: dma: get rid of 'p' allocation and clean up
Russell King
2
-43
/
+27
2014-04-04
ARM: omap: move dma channel allocation into plat-omap code
Russell King
4
-26
/
+10
2014-04-04
ARM: omap: dma: get rid of errata global
Russell King
2
-5
/
+4
2014-04-04
ARM: omap: clean up DMA register accesses
Russell King
3
-114
/
+115
2014-04-04
ARM: omap: remove almost-const variables
Russell King
2
-19
/
+9
2014-04-04
ARM: omap: remove references to disable_irq_lch
Russell King
3
-12
/
+0
2014-04-04
dmaengine: omap-dma: cleanup errata 3.3 handling
Russell King
1
-23
/
+29
2014-04-04
dmaengine: omap-dma: provide register read/write functions
Russell King
1
-41
/
+61
2014-04-04
dmaengine: omap-dma: use cached CCR value when enabling DMA
Russell King
1
-4
/
+2
2014-04-04
dmaengine: omap-dma: move barrier to omap_dma_start_desc()
Russell King
1
-1
/
+7
2014-04-04
dmaengine: omap-dma: move clnk_ctrl setting to preparation functions
Russell King
1
-14
/
+9
2014-04-04
dmaengine: omap-dma: improve efficiency loading C.SA/C.EI/C.FI registers
Russell King
1
-12
/
+20
2014-04-04
dmaengine: omap-dma: consolidate clearing channel status register
Russell King
1
-10
/
+10
2014-04-04
dmaengine: omap-dma: move CCR buffering disable errata out of the fast path
Russell King
1
-2
/
+5
2014-04-04
dmaengine: omap-dma: provide register definitions
Russell King
1
-54
/
+117
2014-04-04
dmaengine: omap-dma: consolidate setup of CCR
Russell King
1
-86
/
+61
2014-04-04
dmaengine: omap-dma: consolidate setup of CSDP
Russell King
1
-36
/
+28
2014-04-04
dmaengine: omap-dma: move reading of dma position to omap-dma.c
Russell King
1
-2
/
+64
2014-04-04
dmaengine: omap-dma: control start/stop directly
Russell King
1
-10
/
+141
2014-04-04
dmaengine: omap-dma: consolidate writes to DMA registers
Russell King
1
-75
/
+48
2014-04-04
dmaengine: omap-dma: program hardware directly
Russell King
2
-18
/
+130
2014-04-04
dmaengine: omap-dma: provide a hook to get the underlying DMA platform ops
Russell King
3
-0
/
+15
2014-04-04
dmaengine: omap-dma: use devm_kzalloc() to allocate omap_dmadev.
Russell King
1
-2
/
+1
2014-04-04
Documentation/SubmittingPatches: remove references to patch-scripts
Mitchel Humpherys
2
-9
/
+0
2014-04-04
Documentation/SubmittingPatches: update some dead URLs
Mitchel Humpherys
3
-6
/
+6
2014-04-04
Documentation/filesystems/ntfs.txt: remove changelog reference
Fabian Frederick
1
-2
/
+0
2014-04-04
Documentation/kmemleak.txt: updates
Wang YanQing
1
-5
/
+3
[next]