index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
ccree
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-14
staging: ccree: remove ccree staging driver copy
Greg Kroah-Hartman
30
-11758
/
+0
2018-02-16
staging: ccree: fixed pointer signedness warnings.
Jeremy Sowden
4
-15
/
+20
2018-01-25
staging: ccree: Fix missing blank line after declaration
Kamal Heib
1
-0
/
+1
2018-01-15
staging: ccree: fix memory leaks in cc_ivgen_init
Colin Ian King
1
-2
/
+2
2018-01-15
staging: ccree: remove redundant dev_err call in init_cc_resources()
Wei Yongjun
1
-3
/
+1
2018-01-15
staging: ccree: don't break lines unnecessarily
Dan Carpenter
7
-23
/
+12
2018-01-09
staging: ccree: dma mask is type u64
Gilad Ben-Yossef
1
-2
/
+2
2018-01-09
staging: ccree: make stub function static inline
Gilad Ben-Yossef
1
-4
/
+4
2018-01-09
staging: ccree: add missing include
Gilad Ben-Yossef
1
-0
/
+1
2018-01-09
staging: ccree: remove unneeded includes
Gilad Ben-Yossef
8
-58
/
+0
2018-01-09
staging: ccree: use a consistent file naming convention
Gilad Ben-Yossef
25
-69
/
+69
2018-01-08
staging: ccree: update TODO
Gilad Ben-Yossef
1
-1
/
+1
2018-01-08
stating: ccree: fix allocation of void sized buf
Gilad Ben-Yossef
2
-8
/
+10
2018-01-08
staging: ccree: put pointer next to var name
Gilad Ben-Yossef
1
-1
/
+1
2018-01-08
staging: ccree: fold common code into service func
Gilad Ben-Yossef
1
-223
/
+116
2018-01-08
staging: ccree: fix indentation of func params
Gilad Ben-Yossef
1
-26
/
+20
2018-01-08
staging: ccree: do not map bufs in ahash_init
Gilad Ben-Yossef
1
-89
/
+103
2018-01-08
staging: ccree: allocate hash bufs inside req ctx
Gilad Ben-Yossef
2
-68
/
+12
2018-01-08
staging: ccree: use array for double buffer
Gilad Ben-Yossef
3
-37
/
+46
2018-01-08
staging: ccree: remove unused field
Gilad Ben-Yossef
1
-1
/
+0
2018-01-08
staging: ccree: use Makefile to include PM code
Gilad Ben-Yossef
4
-32
/
+37
2018-01-08
staging: ccree: handle end of sg list gracefully
Gilad Ben-Yossef
1
-1
/
+1
2018-01-08
staging: ccree: check DMA pool buf !NULL before free
Gilad Ben-Yossef
1
-1
/
+2
2018-01-08
staging: ccree: failing the suspend is not an error
Gilad Ben-Yossef
1
-7
/
+1
2018-01-08
stating: ccree: revert "staging: ccree: fix leak of import() after init()"
Gilad Ben-Yossef
1
-7
/
+4
2018-01-08
staging: ccree: add backlog processing
Gilad Ben-Yossef
5
-42
/
+163
2018-01-08
staging: ccree: break send_request and fix ret val
Gilad Ben-Yossef
5
-94
/
+128
2018-01-08
staging: ccree: remove unused leftover field
Gilad Ben-Yossef
1
-1
/
+0
2018-01-08
staging: ccree: tag debugfs init/exit func properly
Gilad Ben-Yossef
1
-2
/
+2
2018-01-08
staging: ccree: copy larval digest from RAM
Gilad Ben-Yossef
3
-57
/
+68
2018-01-08
staging: ccree: pick alloc mem flags based on req flags
Gilad Ben-Yossef
5
-35
/
+54
2018-01-08
staging: ccree: remove GFP_DMA flag from mem allocs
Gilad Ben-Yossef
2
-10
/
+7
2018-01-08
staging: ccree: fold reg common defines into driver
Gilad Ben-Yossef
3
-17
/
+5
2018-01-08
staging: ccree: fold hash defs into queue defs
Gilad Ben-Yossef
3
-24
/
+13
2018-01-08
staging: ccree: SPDXify driver
Gilad Ben-Yossef
31
-435
/
+62
2018-01-08
staging: ccree: mark debug_regs[] as static
Arnd Bergmann
1
-1
/
+1
2017-12-20
staging: ccree: use size_t consistently
Gilad Ben-Yossef
2
-4
/
+3
2017-12-19
Staging: ccree: Add blank line after declarations
Kamal Heib
1
-0
/
+1
2017-12-19
staging: ccree: update TODO
Gilad Ben-Yossef
1
-2
/
+1
2017-12-19
staging: ccree: fix fips event irq handling build
Gilad Ben-Yossef
1
-1
/
+1
2017-12-19
staging: ccree: remove ssi_config.h
Gilad Ben-Yossef
13
-42
/
+3
2017-12-19
staging: ccree: turn compile time debug log to params
Gilad Ben-Yossef
4
-27
/
+35
2017-12-19
staging: ccree: remove useless debug code
Gilad Ben-Yossef
4
-84
/
+0
2017-12-19
staging: ccree: remove CC_IRQ_DELAY dead code
Gilad Ben-Yossef
2
-12
/
+0
2017-12-19
staging: ccree: staging: ccree: replace sysfs by debugfs interface
Gilad Ben-Yossef
12
-224
/
+154
2017-12-19
staging: ccree: add explicit module init/exit func
Gilad Ben-Yossef
1
-1
/
+12
2017-12-19
staging: ccree: clean up PM registration
Gilad Ben-Yossef
3
-13
/
+10
2017-12-19
staging: ccree: drop ifdef CONFIG_OF in code
Gilad Ben-Yossef
1
-4
/
+0
2017-12-18
Merge 4.15-rc4 into staging-next
Greg Kroah-Hartman
1
-1
/
+1
2017-12-13
staging: ccree: fix FIPS mgr naming convention
Gilad Ben-Yossef
3
-9
/
+9
[next]