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
/
arch
Commit message (
Expand
)
Author
Age
*
crypto: sha512 - Optimized SHA512 x86_64 assembly routine using AVX2 RORX ins...
Tim Chen
2013-04-25
*
crypto: sha512 - Optimized SHA512 x86_64 assembly routine using AVX instructi...
Tim Chen
2013-04-25
*
crypto: sha512 - Optimized SHA512 x86_64 assembly routine using Supplemental ...
Tim Chen
2013-04-25
*
crypto: sha256 - Create module providing optimized SHA256 routines using SSSE...
Tim Chen
2013-04-25
*
crypto: sha256 - Optimized sha256 x86_64 routine using AVX2's RORX instructions
Tim Chen
2013-04-02
*
crypto: sha256 - Optimized sha256 x86_64 assembly routine with AVX instructions.
Tim Chen
2013-04-02
*
crypto: sha256 - Optimized sha256 x86_64 assembly routine using Supplemental ...
Tim Chen
2013-04-02
*
crypto: x86 - build AVX block cipher implementations only if assembler suppor...
Jussi Kivilinna
2013-04-02
*
crypto: x86/crc32-pclmul - assembly clean-ups: use ENTRY/ENDPROC
Jussi Kivilinna
2013-04-02
*
crypto: crc32c - Update the links to the white papers on CRC32C calculations ...
Tim Chen
2013-03-10
*
ARM: AT91SAM9G45: same platform data structure for all crypto peripherals
Nicolas Royer
2013-03-10
*
crypto: crc32c - Kill pointless CRYPTO_CRC32C_X86_64 option
Herbert Xu
2013-02-26
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2013-02-25
|
\
|
*
crypto: crc32-pclmul - Kill warning on x86-32
Herbert Xu
2013-01-20
|
*
crypto: x86/twofish - assembler clean-ups: use ENTRY/ENDPROC, localize jump l...
Jussi Kivilinna
2013-01-19
|
*
crypto: x86/sha1 - assembler clean-ups: use ENTRY/ENDPROC
Jussi Kivilinna
2013-01-19
|
*
crypto: x86/serpent - use ENTRY/ENDPROC for assember functions and localize j...
Jussi Kivilinna
2013-01-19
|
*
crypto: x86/salsa20 - assembler cleanup, use ENTRY/ENDPROC for assember funct...
Jussi Kivilinna
2013-01-19
|
*
crypto: x86/ghash - assembler clean-up: use ENDPROC at end of assember functions
Jussi Kivilinna
2013-01-19
|
*
crypto: x86/crc32c - assembler clean-up: use ENTRY/ENDPROC
Jussi Kivilinna
2013-01-19
|
*
crypto: cast6-avx: use ENTRY()/ENDPROC() for assembler functions
Jussi Kivilinna
2013-01-19
|
*
crypto: cast5-avx: use ENTRY()/ENDPROC() for assembler functions and localize...
Jussi Kivilinna
2013-01-19
|
*
crypto: camellia-x86_64/aes-ni: use ENTRY()/ENDPROC() for assembler functions...
Jussi Kivilinna
2013-01-19
|
*
crypto: blowfish-x86_64: use ENTRY()/ENDPROC() for assembler functions and lo...
Jussi Kivilinna
2013-01-19
|
*
crypto: aesni-intel - add ENDPROC statements for assembler functions
Jussi Kivilinna
2013-01-19
|
*
crypto: x86/aes - assembler clean-ups: use ENTRY/ENDPROC, localize jump targets
Jussi Kivilinna
2013-01-19
|
*
crypto: crc32 - add crc32 pclmulqdq implementation and wrappers for table imp...
Alexander Boyko
2013-01-19
*
|
Merge tag 'please-pull-vm_unwrapped' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2013-02-25
|
\
\
|
*
|
mm: use vm_unmapped_area() in hugetlbfs on ia64 architecture
Michel Lespinasse
2013-02-22
|
*
|
mm: use vm_unmapped_area() on ia64 architecture
Michel Lespinasse
2013-02-22
*
|
|
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2013-02-25
|
\
\
\
|
*
|
|
taint: add explicit flag to show whether lock dep is still OK.
Rusty Russell
2013-01-21
*
|
|
|
Merge tag 'mfd-3.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...
Linus Torvalds
2013-02-24
|
\
\
\
\
|
*
|
|
|
mfd: max8925: Add dts
Qing Xu
2013-02-13
|
*
|
|
|
ARM: OMAP: zoom-display: Remove the use of TWL4030_MODULE_PWM1
Peter Ujfalusi
2013-02-13
*
|
|
|
|
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2013-02-24
|
\
\
\
\
\
|
*
|
|
|
|
[media] ARM: davinci: da850 evm: pass platform data for adv7343 encoder
Lad, Prabhakar
2013-02-05
|
*
|
|
|
|
[media] s5p-fimc: Redefine platform data structure for fimc-is
Sylwester Nawrocki
2013-02-05
|
*
|
|
|
|
Merge branch 'v4l_for_linus' into staging/for_v3.9
Mauro Carvalho Chehab
2013-01-24
|
|
\
\
\
\
\
|
*
\
\
\
\
\
Merge tag 'v3.8-rc1' into staging/for_v3.9
Mauro Carvalho Chehab
2012-12-27
|
|
\
\
\
\
\
\
|
|
|
|
_
|
_
|
_
|
/
|
|
|
/
|
|
|
|
|
*
|
|
|
|
|
[media] davinci: vpbe: pass different platform names to handle different ip's
Lad, Prabhakar
2012-12-21
|
*
|
|
|
|
|
Merge tag 'v3.7-rc8' into staging/for_v3.8
Mauro Carvalho Chehab
2012-12-04
|
|
\
\
\
\
\
\
*
|
\
\
\
\
\
\
Merge tag 'stable/for-linus-3.9-rc0-tag' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2013-02-24
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
xen: event channel arrays are xen_ulong_t and not unsigned long
Ian Campbell
2013-02-20
|
*
|
|
|
|
|
|
|
xen: Send spinlock IPI to all waiters
Stefan Bader
2013-02-19
|
*
|
|
|
|
|
|
|
xen: introduce xen_remap, use it instead of ioremap
Stefano Stabellini
2013-02-19
|
*
|
|
|
|
|
|
|
xen: implement updated XENMEM_add_to_physmap_range ABI
Ian Campbell
2013-02-19
|
*
|
|
|
|
|
|
|
xen/smp: Move the common CPU init code a bit to prep for PVH patch.
Konrad Rzeszutek Wilk
2013-02-19
*
|
|
|
|
|
|
|
|
Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2013-02-24
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
Revert "KVM: MMU: lazily drop large spte"
Marcelo Tosatti
2013-02-20
[next]