index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
mei
/
main.c
Commit message (
Expand
)
Author
Age
*
mei: fix out of array access to me clients array
Tomas Winkler
2013-05-21
*
mei: fix reading large reposnes
Tomas Winkler
2013-04-19
*
mei: revamp hbm state machine
Tomas Winkler
2013-04-19
*
mei: add mei_cl_write function
Tomas Winkler
2013-04-08
*
mei: add debugfs hooks
Tomas Winkler
2013-04-05
*
mei: bus: Call bus routines from the core code
Samuel Ortiz
2013-03-29
*
mei: move mei-me to separate module
Tomas Winkler
2013-03-29
*
mei: rename to mei_host_buffer_is_empty to hbuf_is_ready
Tomas Winkler
2013-02-06
*
mei: separate compilation of the ME hardware specifics
Tomas Winkler
2013-02-06
*
mei: sperate interface and pci code into two files
Tomas Winkler
2013-02-06
*
mei: move work initialization to mei_device_init
Tomas Winkler
2013-01-08
*
mei: use non cached hcsr for interrupt enablement
Tomas Winkler
2013-01-08
*
mei: normalize me host client linking routines
Tomas Winkler
2013-01-08
*
mei: rename remaining amthi strings to amthif
Tomas Winkler
2013-01-08
*
mei: drop read_pending member form struct mei_cl
Tomas Winkler
2013-01-08
*
mei: rename interface to hw-me
Tomas Winkler
2013-01-08
*
mei: implement mei_cl_connect function
Tomas Winkler
2013-01-08
*
mei: fix client functions names
Tomas Winkler
2013-01-08
*
mei: include local headers after the system ones
Tomas Winkler
2013-01-07
*
mei: use unified format for printing mei message header
Tomas Winkler
2013-01-07
*
mei: drop redundant length parameter from mei_write_message function
Tomas Winkler
2013-01-07
*
misc: remove use of __devexit
Bill Pemberton
2012-11-21
*
misc: remove use of __devinit
Bill Pemberton
2012-11-21
*
mei: remove use of __devexit_p
Bill Pemberton
2012-11-21
*
mei: Simplify the ME client enumeration code
Samuel Ortiz
2012-11-21
*
mei: use link and unlink terms for connecting ME and HOST client
Tomas Winkler
2012-11-15
*
mei: extract amthif specific code from mei_poll to mei_amthif_poll
Tomas Winkler
2012-11-15
*
mei: move amthif specific release code to amithif
Tomas Winkler
2012-11-15
*
mei: rename enum mei_cb_major_types to enum mei_cb_file_ops
Tomas Winkler
2012-11-15
*
mei: use type struct mei_cl *cl instead of void in struct mei_cb
Tomas Winkler
2012-11-15
*
mei: amthif: prefix cb list with amthif
Tomas Winkler
2012-11-15
*
mei: move amthif specific code from mei_write to mei_amthif_write
Tomas Winkler
2012-11-01
*
mei: mei_clear_list: kill file_temp
Tomas Winkler
2012-11-01
*
mei: extract AMTHI functions into the amthif.c file
Tomas Winkler
2012-11-01
*
mei: normalize timeouts definitions
Tomas Winkler
2012-11-01
*
mei: mei_write: revamp function flow
Tomas Winkler
2012-11-01
*
mei: use mei_io_cb_ warppers also for control flows
Tomas Winkler
2012-10-24
*
mei: rename mei_free_cb_private to mei_io_cb_free
Tomas Winkler
2012-10-24
*
mei: kill usless struct mei_io_list
Tomas Winkler
2012-10-24
*
mei: mei_write: revamp error path handling
Tomas Winkler
2012-10-24
*
mei: add allocation and initialization wrappers for io callback
Tomas Winkler
2012-10-24
*
mei: rename mei_cl_cb.information to mei_cl_cb.buf_idx
Tomas Winkler
2012-10-24
*
mei: add error messages for open count errors
Tomas Winkler
2012-09-10
*
mei: add lynx point pci device ids
Tomas Winkler
2012-09-05
*
mei: rename struct pci_dev *mei_device to mei_pdev
Tomas Winkler
2012-09-05
*
mei: wd: decouple and revamp watchdog state machine
Tomas Winkler
2012-08-16
*
mei: name space for mei device state
Tomas Winkler
2012-08-16
*
mei: use KBUILD_MODNAME when allocating resources from the OS
Tomas Winkler
2012-08-16
*
mei: add mei_quirk_probe function
Tomas Winkler
2012-08-16
*
mei: revamp me client search function
Tomas Winkler
2012-08-16
[next]