Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_kernel_shift_sdm845
/
a39b863342b8aba52390092be95db58f6ed56061
a39b863
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
b0f4b28
Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
be9c5ae
Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
bb26c6c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6
by Linus Torvalds
· 16 years ago
e14e61e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 16 years ago
cb10ea5
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6
by Linus Torvalds
· 16 years ago
81d6e59
Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6
by Linus Torvalds
· 16 years ago
4e20228
Merge branch 'sched/urgent'; commit 'v2.6.28' into sched/core
by Ingo Molnar
· 16 years ago
5250d32
Merge branches 'tracing/ftrace', 'tracing/hw-branch-tracing' and 'tracing/ring-buffer'; commit 'v2.6.28' into tracing/core
by Ingo Molnar
· 16 years ago
468a15b
sched, trace: update trace_sched_wakeup()
by Peter Zijlstra
· 16 years ago
a3eeeefb
Merge branch 'x86/tsc' into tracing/core
by Ingo Molnar
· 16 years ago
79a66b9
Merge branches 'x86/pat2' and 'x86/fpu'; commit 'v2.6.28' into x86/core
by Ingo Molnar
· 16 years ago
1fcccb0
x86: traps.c replace #if CONFIG_X86_32 with #ifdef CONFIG_X86_32
by Jaswinder Singh
· 16 years ago
5ce442f
Merge branch 'topic/udev-id-rename' into to-push
by Takashi Iwai
· 16 years ago
60cda2b
Merge branch 'topic/sound-core-fix' into to-push
by Takashi Iwai
· 16 years ago
9649745
Merge branch 'topic/snd-hrtimer' into to-push
by Takashi Iwai
· 16 years ago
a9c3c7e
Merge branch 'topic/pcxhr-update' into to-push
by Takashi Iwai
· 16 years ago
cc49108
Merge branch 'topic/oxygen' into to-push
by Takashi Iwai
· 16 years ago
a802269
Merge branch 'topic/jack-mechanical' into to-push
by Takashi Iwai
· 16 years ago
a650562
Merge branch 'topic/hda' into to-push
by Takashi Iwai
· 16 years ago
313769d
Merge branch 'topic/cs5535audio' into to-push
by Takashi Iwai
· 16 years ago
8afabfa
Merge branch 'topic/convert-tasklet' into to-push
by Takashi Iwai
· 16 years ago
86b3aa3
Merge branch 'topic/ca0106' into to-push
by Takashi Iwai
· 16 years ago
e4456e7
Merge branch 'topic/audigy-capture-boost' into to-push
by Takashi Iwai
· 16 years ago
5c8261e
Merge branch 'topic/asoc' into to-push
by Takashi Iwai
· 16 years ago
facef86
Merge branch 'topic/aoa' into to-push
by Takashi Iwai
· 16 years ago
0ca59dd
tracing/ftrace: don't trace on early stage of a secondary cpu boot, v3
by Frederic Weisbecker
· 16 years ago
cbacc2c
Merge branch 'next' into for-linus
by James Morris
· 16 years ago
0ee4a96
crypto: aes - Precompute tables
by Herbert Xu
· 16 years ago
ca38a81
crypto: talitos - Ack done interrupt in isr instead of tasklet
by Lee Nipper
· 16 years ago
bcf84a3
crypto: testmgr - Correct comment about deflate parameters
by Geert Uytterhoeven
· 16 years ago
f0d1ec3
crypto: salsa20 - Remove private wrappers around various operations
by Harvey Harrison
· 16 years ago
ad79cdd
crypto: des3_ede - permit weak keys unless REQ_WEAK_KEY set
by Jarod Wilson
· 16 years ago
bd9d20d
crypto: sha512 - Switch to shash
by Adrian-Ken Rueegsegger
· 16 years ago
f9e2bca
crypto: sha512 - Move message schedule W[80] to static percpu area
by Adrian-Ken Rueegsegger
· 16 years ago
19e2bf1
crypto: michael_mic - Switch to shash
by Adrian-Ken Rueegsegger
· 16 years ago
4946510
crypto: wp512 - Switch to shash
by Adrian-Ken Rueegsegger
· 16 years ago
f63fbd3
crypto: tgr192 - Switch to shash
by Adrian-Ken Rueegsegger
· 16 years ago
50e109b5
crypto: sha256 - Switch to shash
by Adrian-Ken Rueegsegger
· 16 years ago
14b75ba
crypto: md5 - Switch to shash
by Adrian-Ken Rueegsegger
· 16 years ago
808a176
crypto: md4 - Switch to shash
by Adrian-Ken Rueegsegger
· 16 years ago
54ccb36
crypto: sha1 - Switch to shash
by Adrian-Ken Rueegsegger
· 16 years ago
3b8efb4
crypto: rmd320 - Switch to shash
by Herbert Xu
· 16 years ago
d8a5e2e
crypto: rmd256 - Switch to shash
by Herbert Xu
· 16 years ago
e5835fb
crypto: rmd160 - Switch to shash
by Herbert Xu
· 16 years ago
7c4468b
crypto: rmd128 - Switch to shash
by Herbert Xu
· 16 years ago
d35d245
crypto: null - Switch to shash
by Herbert Xu
· 16 years ago
3751f40
crypto: hash - Make setkey optional
by Herbert Xu
· 16 years ago
b812eb0
crypto: testmgr - Validate output length in (de)compression tests
by Geert Uytterhoeven
· 16 years ago
dad3df2
crypto: remove uses of __constant_{endian} helpers
by Harvey Harrison
· 16 years ago
664134d
crypto: testmgr - Fix error flow of test_comp
by Ingo Molnar
· 16 years ago
5f459f0
crypto: hifn_795x - Use softirq kernel mapping in bh context
by Evgeniy Polyakov
· 16 years ago
d6a10c8
crypto: hifn_795x - Fix queue management
by Evgeniy Polyakov
· 16 years ago
3ec858d
crypto: hifn_795x - Remove some unused cruft
by Patrick McHardy
· 16 years ago
ed4f92e
crypto: hifn_795x - Fix queue processing
by Patrick McHardy
· 16 years ago
5df4c0c
crypto: hifn_795x - Fix request context corruption
by Patrick McHardy
· 16 years ago
3416158
crypto: hifn_795x - Don't copy src sg list
by Patrick McHardy
· 16 years ago
75741a0
crypto: hifn_795x - Fix DMA setup
by Patrick McHardy
· 16 years ago
09fbf7c
crypto: ansi_cprng - fix inverted DT increment routine
by Jarod Wilson
· 16 years ago
9302735
libcrc32c: Select CRYPTO in Kconfig
by Herbert Xu
· 16 years ago
aa1a85d
crypto: ansi_cprng - Avoid incorrect extra call to _get_more_prng_bytes
by Jarod Wilson
· 16 years ago
31a61bf
crypto: md4 - Use ARRAY_SIZE
by Julia Lawall
· 16 years ago
0426c16
libcrc32c: Add crc32c_le macro
by Herbert Xu
· 16 years ago
53b146a
libcrc32c: Fix "crc32c undefined" compilation error
by Adrian-Ken Rueegsegger
· 16 years ago
69c35ef
libcrc32c: Move implementation to crypto crc32c
by Herbert Xu
· 16 years ago
8e3ee85
crypto: crc32c - Test descriptor context format
by Herbert Xu
· 16 years ago
b7e8bda
crypto: crc32c-intel - Switch to shash
by Herbert Xu
· 16 years ago
faccc4b
crypto: crc32c - Switch to shash
by Herbert Xu
· 16 years ago
5f7082e
crypto: hash - Export shash through hash
by Herbert Xu
· 16 years ago
67cd080
crypto: api - Call type show function before legacy for proc
by Herbert Xu
· 16 years ago
dec8b78
crypto: hash - Add import/export interface
by Herbert Xu
· 16 years ago
3b2f6df
crypto: hash - Export shash through ahash
by Herbert Xu
· 16 years ago
7b5a080b
crypto: hash - Add shash interface
by Herbert Xu
· 16 years ago
7b0bac6
crypto: api - Rebirth of crypto_alloc_tfm
by Herbert Xu
· 16 years ago
4a77948
crypto: api - Move type exit function into crypto_tfm
by Herbert Xu
· 16 years ago
2566578
crypto: ansi_cprng - Allow resetting of DT value
by Neil Horman
· 16 years ago
420a4b2
crypto: padlock - Avoid resetting cword on successive operations
by Herbert Xu
· 16 years ago
1c06da8
crypto: crc32c-intel - Update copyright head
by Kent Liu
· 16 years ago
4b24ea9
crypto: talitos - Preempt overflow interrupts off-by-one fix
by Vishnu Suresh
· 16 years ago
32bd78e
crypto: camellia - use kernel-provided bitops, unaligned access
by Harvey Harrison
· 16 years ago
d12d6b6
crypto: testmgr - Trigger a panic when self test fails in FIPS mode
by Neil Horman
· 16 years ago
fe5720e
crypto: talitos - Perform auth check in h/w if on sec 2.1 and above
by Kim Phillips
· 16 years ago
1c2e8811
crypto: talitos - Implement done interrupt mitigation
by Lee Nipper
· 16 years ago
40405f1
crypto: talitos - Pass correct interrupt status to error handler
by Kim Phillips
· 16 years ago
a44b56c
crypto: hifn - Disable driver when physical size exceeds 32 bits
by Evgeniy Polyakov
· 16 years ago
4a6908a
Linux 2.6.28
by Linus Torvalds
· 16 years ago
67be403
Revert "x86: disable X86_PTRACE_BTS"
by Ingo Molnar
· 16 years ago
db8862e
Merge branch 'linus' into tracing/hw-branch-tracing
by Ingo Molnar
· 16 years ago
c20137f
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6
by Linus Torvalds
· 16 years ago
1806f82
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
2523659
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6
by Linus Torvalds
· 16 years ago
7645c4b
Merge branch 'fix/hda' into topic/hda
by Takashi Iwai
· 16 years ago
574f3c4
ALSA: hda - Add missing terminators in patch_sigmatel.c
by Herton Ronaldo Krzesinski
· 16 years ago
40f15ad
x86: disable X86_PTRACE_BTS
by Ingo Molnar
· 16 years ago
c1c15b6
x86: PAT: fix address types in track_pfn_vma_new()
by H. Peter Anvin
· 16 years ago
5289f46
parisc: disable UP-optimized flush_tlb_mm
by Kyle McMartin
· 16 years ago
8960223
Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
by Linus Torvalds
· 16 years ago
d519c8d
edac: fix edac core deadlock when removing a device
by Harry Ciao
· 16 years ago
20ca9b3
cgroups: avoid accessing uninitialized data in failure path
by Li Zefan
· 16 years ago
e368d3a
cgroups: suppress bogus warning messages
by Sharyathi Nagesh
· 16 years ago
Next »