index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
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
2015-05-08
staging: unisys: memregion: Eliminate unnecessary 'requested' flag
Jes Sorensen
1
-11
/
+3
2015-05-08
staging: unisys: memregion: Use proper errno for mapit()
Jes Sorensen
1
-11
/
+17
2015-05-08
staging: unisys: memregion: Nothing uses overlap allocations, so nuke it
Jes Sorensen
2
-47
/
+7
2015-05-08
staging: unisys: visorbus: visorchannel_create_guts() always has parent == NULL
Jes Sorensen
1
-9
/
+5
2015-05-08
staging: unisys: visorchannel: visorchannel_create_overlap() is never used
Jes Sorensen
2
-28
/
+1
2015-05-08
staging: unisys: fix sig_read_data and sig_read_data functions
Prarit Bhargava
1
-25
/
+21
2015-05-08
staging: unisys: visorchannel some general function cleanups
Prarit Bhargava
1
-69
/
+41
2015-05-08
staging: unisys: visorchannel cleanup visorchannel_create_guts()
Prarit Bhargava
2
-47
/
+36
2015-05-08
staging: unisys: cleanup visorbus_private.h
Prarit Bhargava
2
-59
/
+33
2015-05-08
staging: unisys: move visorchipset files to visorbus
Prarit Bhargava
9
-39
/
+17
2015-05-08
staging: unisys: move parser.[ch] functionality into visorchipset
Erik Arfvidson
6
-482
/
+432
2015-05-08
staging: unisys: remove file.c and pass functionality to visorchipset
Erik Arfvidson
3
-164
/
+136
2015-05-08
staging: unisys: moving file.h functionality to visorchipset.h
Erik Arfvidson
4
-29
/
+6
2015-05-08
staging: unisys: remove visorchipset_umode.h
Erik Arfvidson
3
-36
/
+1
2015-05-08
staging: unisys: remove visorbus_private.h
Prarit Bhargava
2
-51
/
+26
2015-05-08
staging: unisys: remove globals.h
Prarit Bhargava
2
-28
/
+2
2015-05-08
staging: unisys: rename visorchannel_funcs.c to visorchannel.c
Prarit Bhargava
2
-1
/
+1
2015-05-08
staging: unisys: unify devmajorminor attributes into visorbus_main.c
Prarit Bhargava
4
-225
/
+176
2015-05-08
staging: unisys: unify channel attributes into visorbus_main.c
Prarit Bhargava
4
-256
/
+209
2015-05-08
staging: unisys: unify businst attributes into visorbus_main.c
Prarit Bhargava
4
-145
/
+97
2015-05-08
staging: unisys: Remove unused driver
Don Zickus
1
-1
/
+0
2015-05-08
staging: unisys: Move visorbus.h to public namespace
Don Zickus
1
-0
/
+0
2015-05-08
staging: unisys: Dissolve visorchannel.h
Don Zickus
6
-81
/
+53
2015-05-08
staging: unisys: Move visorchannel into visorbus
Don Zickus
9
-6
/
+31
2015-05-08
staging: unisys: add visorbus driver
Erik Arfvidson
14
-1
/
+2506
2015-05-08
staging: unisys: Remove write-only variable g_del_dump_msg_hdr
Jes Sorensen
1
-5
/
+0
2015-05-08
staging: unisys: Remove write-only variable g_diag_msg_hdr
Jes Sorensen
1
-6
/
+0
2015-05-08
staging: unisys: No point in checking != 0
Jes Sorensen
1
-13
/
+13
2015-05-08
staging: unisys: Avoid some == 0 checks
Jes Sorensen
1
-6
/
+6
2015-05-08
staging: unisys: delbusdevices() doesn't need to be inline
Jes Sorensen
2
-14
/
+14
2015-05-08
staging: unisys: finddevice() doesn't need to be inline
Jes Sorensen
2
-21
/
+23
2015-05-08
staging: unisys: Remove unused typedef SPARREPORTEVENT_COMPLETE_FUNC
Jes Sorensen
1
-3
/
+0
2015-05-08
staging: unisys: findbus() doesn't need to be inline
Jes Sorensen
2
-21
/
+22
2015-05-08
staging: unisys: Remove write-only visorchipset_bus_info.dev_no
Jes Sorensen
2
-2
/
+0
2015-05-08
staging: unisys: buffer_list_pool isn't used for anything
Jes Sorensen
1
-20
/
+0
2015-05-08
staging: unisys: Remove a couple of unnecessary blank lines
Jes Sorensen
1
-2
/
+0
2015-05-08
staging: unisys: Don't include timskmod.h
Jes Sorensen
2
-2
/
+0
[prev]
[next]