index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
Makefile.fwinst
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-05-08
staging: unisys: Remove wrapper around parser_init_guts()
Jes Sorensen
1
-12
/
+1
2015-05-08
staging: unisys: parser_init_guts(): standard_payload_header is always false
Jes Sorensen
1
-28
/
+9
2015-05-08
staging: unisys: parser: Remove unused functions and mark others static
Jes Sorensen
1
-197
/
+4
2015-05-08
staging: unisys: visorchipset: Declare parser_init_byte_stream() static
Jes Sorensen
1
-7
/
+1
2015-05-08
staging: unisys: visorchannel: Make visorchannel_create take a gfp_t
Jes Sorensen
5
-20
/
+21
2015-05-08
staging: unisys: remove visorutil from top level Makefile
Benjamin Romer
1
-1
/
+0
2015-05-08
staging: unisys: fix visorbus Kconfig
Benjamin Romer
1
-1
/
+1
2015-05-08
staging: unisys: move periodic_work.c into the visorbus directory
Erik Arfvidson
5
-19
/
+1
2015-05-08
staging: unisys: remove timskmod.h and procobjecttree.h
Erik Arfvidson
10
-108
/
+4
2015-05-08
staging: unisys: remove charqueue.c
Erik Arfvidson
3
-165
/
+1
2015-05-08
staging: unisys: move timskmod.h functionality
Erik Arfvidson
10
-195
/
+50
2015-05-08
staging: unisys: add ACPI and PCI requirement to Kconfig
Benjamin Romer
1
-0
/
+2
2015-05-08
staging: unisys: add acpi pnp driver
Prarit Bhargava
3
-23
/
+58
2015-05-08
staging: unisys: remove BOOL,TRUE,FALSE definitions
Prarit Bhargava
10
-90
/
+85
2015-05-08
staging: unisys: Finally remove the last remnants of memregion
Jes Sorensen
6
-93
/
+25
2015-05-08
staging: unisys: Eliminate visor_memregion_write()
Jes Sorensen
3
-32
/
+16
2015-05-08
staging: unisys: Eliminate visor_memregion_read()
Jes Sorensen
3
-20
/
+5
2015-05-08
staging: unisys: visorchannel_create_guts(): Use visorchannel_read()
Jes Sorensen
1
-2
/
+2
2015-05-08
staging: unisys: visorchannel_write(): Handle partial channel_header writes
Jes Sorensen
1
-3
/
+6
2015-05-08
staging: unisys: visorchannel_read(): Use memcpy_fromio() directly
Jes Sorensen
1
-6
/
+5
2015-05-08
staging: unisys: visorchannel_write(): Use memcpy_toio() directly
Jes Sorensen
1
-2
/
+7
2015-05-08
staging: unisys: memregion: {un, }mapit() are no longer used
Jes Sorensen
1
-30
/
+0
2015-05-08
staging: unisys: memregion: Eliminate visor_memregion_get_*() functions
Jes Sorensen
3
-28
/
+3
2015-05-08
staging: unisys: memregion: Eliminate visor_memregion_resize()
Jes Sorensen
3
-19
/
+15
2015-05-08
staging: unisys: memregion: Eliminate visor_memregion_destroy()
Jes Sorensen
3
-11
/
+5
2015-05-08
staging: unisys: Eliminate visor_memregion_create()
Jes Sorensen
3
-29
/
+10
2015-05-08
staging: unisys: get rid of serialloopbacktest
David Kershner
2
-8
/
+1
2015-05-08
staging: unisys: cleanup and align iochannel.h comments
Erik Arfvidson
1
-116
/
+124
2015-05-08
staging: unisys: remove unused #define in iochannel.h
Erik Arfvidson
1
-137
/
+0
2015-05-08
staging: unisys: remove unused chipset feature PCIVBUS
Erik Arfvidson
1
-1
/
+0
2015-05-08
staging: unisys: remove unused CONTROLVM_CHIPSET_SHUTDOWN
Erik Arfvidson
1
-1
/
+0
2015-05-08
staging: unisys: remove unused device_map and guest_devices struct
Erik Arfvidson
1
-19
/
+1
2015-05-08
staging: unisys: controlvmchannel.h comment aligment and cleanup
Erik Arfvidson
1
-124
/
+107
2015-05-08
staging: unisys: rename variable to reserverd since it is unused
Erik Arfvidson
1
-1
/
+1
2015-05-08
staging: unisys: remove unused CONTROL_VM messages from enum
Erik Arfvidson
1
-5
/
+0
2015-05-08
staging: unisys: remove server crust from visorchipset.
David Kershner
3
-183
/
+62
2015-05-08
staging: unisys: remove unused #define MAX_SERIAL_NUM
Erik Arfvidson
1
-4
/
+0
2015-05-08
staging: unisys: remove unused #define in controlvmchannel
Erik Arfvidson
1
-5
/
+0
2015-05-08
staging: unisys: remove unused enum from controlvmchannel.h
Erik Arfvidson
1
-4
/
+0
2015-05-08
staging: unisys: remove typedef GUEST_PHYSICAL_ADDRESS to u64
Erik Arfvidson
2
-21
/
+19
2015-05-08
staging: unisys: Eliminate unused visorchannel_dump_section()
Jes Sorensen
2
-39
/
+0
2015-05-08
staging: unisys: visorchannel_get_memregion() isn't used
Jes Sorensen
2
-8
/
+0
2015-05-08
staging: unisys: memregion: Embed memregion in struct channel
Jes Sorensen
3
-28
/
+20
2015-05-08
staging: unisys: memregion: move struct memregion to memregion.h
Jes Sorensen
2
-7
/
+5
2015-05-08
staging: unisys: decouple visor_memregion_{read, write}()
Jes Sorensen
1
-17
/
+9
2015-05-08
staging: unisys: visorchannel_clear(): No need to use vmalloc here
Jes Sorensen
1
-4
/
+5
2015-05-08
staging: unisys: visorchannel_clear(): Avoid 64KB memory leak
Jes Sorensen
1
-1
/
+1
2015-05-08
staging: unisys: visorchipset.c: No need to include memregion.h anymore
Jes Sorensen
1
-1
/
+0
2015-05-08
staging: unisys: visorchipset: Use ioremap direction rather than heavy visor_...
Jes Sorensen
1
-7
/
+8
2015-05-08
staging: unisys: visorchipset: parser_init_guts(): Localize memregion usage
Jes Sorensen
1
-5
/
+5
[next]