index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-05
crypto: x86 - Rename functions to avoid conflict with crypto/sha256.h
Hans de Goede
1
-6
/
+6
2019-09-05
crypto: s390 - Rename functions to avoid conflict with crypto/sha256.h
Hans de Goede
1
-4
/
+4
2019-09-05
crypto: arm64 - Rename functions to avoid conflict with crypto/sha256.h
Hans de Goede
1
-12
/
+12
2019-09-05
crypto: arm - Rename functions to avoid conflict with crypto/sha256.h
Hans de Goede
2
-16
/
+16
2019-09-05
hwrng: timeriomem - relax check on memory resource size
Daniel Mack
2
-3
/
+3
2019-09-05
crypto: inside-secure - Added support for basic AES-CCM
Pascal van Leeuwen
3
-49
/
+245
2019-09-05
crypto: inside-secure - Added AES-OFB support
Pascal van Leeuwen
3
-0
/
+39
2019-09-05
crypto: inside-secure - Added AES-CFB support
Pascal van Leeuwen
3
-0
/
+39
2019-09-05
crypto: inside-secure - Added support for basic AES-GCM
Pascal van Leeuwen
4
-41
/
+204
2019-09-05
crypto: inside-secure - Minor code cleanup and optimizations
Pascal van Leeuwen
1
-39
/
+47
2019-09-05
crypto: inside-secure - Minor optimization recognizing CTR is always AES
Pascal van Leeuwen
1
-11
/
+14
2019-09-05
crypto: inside-secure - Made .cra_priority value a define
Pascal van Leeuwen
3
-31
/
+34
2019-09-05
crypto: inside-secure - Only enable algorithms advertised by the hardware
Pascal van Leeuwen
4
-2
/
+98
2019-09-05
crypto: inside-secure - Add support for the AES-XTS algorithm
Pascal van Leeuwen
3
-4
/
+123
2019-09-05
crypto: inside-secure - Move static cipher alg & mode settings to init
Pascal van Leeuwen
1
-147
/
+111
2019-09-05
crypto: mediatek - fix incorrect crypto key setting
Vic Wu
1
-5
/
+6
2019-09-05
crypto: mediatek - add support to OFB/CFB mode
Ryder Lee
1
-7
/
+78
2019-09-05
crypto: mediatek - only treat EBUSY as transient if backlog
Ryder Lee
1
-1
/
+3
2019-09-05
crypto: mediatek - fix uninitialized value of gctx->textlen
Ryder Lee
1
-5
/
+5
2019-09-05
crypto: mediatek - move mtk_aes_find_dev() to the right place
Ryder Lee
1
-25
/
+14
2019-09-05
powerpc: Remove empty comment
Jordan Niethe
1
-3
/
+0
2019-09-05
powerpc/imc: Dont create debugfs files for cpu-less nodes
Madhavan Srinivasan
1
-6
/
+6
2019-09-05
powerpc/64s/radix: introduce options to disable use of the tlbie instruction
Nicholas Piggin
7
-18
/
+246
2019-09-05
powerpc/64s: remove unnecessary translation cache flushes at boot
Nicholas Piggin
4
-13
/
+7
2019-09-05
powerpc/64s/pseries: radix flush translations before MMU is enabled at boot
Nicholas Piggin
2
-8
/
+10
2019-09-05
powerpc/64s: make mmu_partition_table_set_entry TLB flush optional
Nicholas Piggin
5
-6
/
+6
2019-09-05
powerpc/64s/radix: tidy up TLB flushing code
Nicholas Piggin
4
-110
/
+34
2019-09-05
powerpc/64s: remove register_process_table callback
Nicholas Piggin
5
-48
/
+27
2019-09-05
selftests/powerpc: Add basic EEH selftest
Oliver O'Halloran
4
-0
/
+168
2019-09-05
powerpc/eeh: Add a eeh_dev_break debugfs interface
Oliver O'Halloran
1
-1
/
+138
2019-09-05
powerpc/eeh: Add debugfs interface to run an EEH check
Oliver O'Halloran
1
-0
/
+61
2019-09-05
powerpc/eeh: Set attention indicator while recovering
Oliver O'Halloran
1
-0
/
+32
2019-09-05
pci-hotplug/pnv_php: Add attention indicator support
Oliver O'Halloran
1
-1
/
+13
2019-09-05
pci-hotplug/pnv_php: Add support for IODA3 Power9 PHBs
Oliver O'Halloran
2
-1
/
+8
2019-09-05
pci-hotplug/pnv_php: Add a reset_slot() callback
Oliver O'Halloran
1
-0
/
+39
2019-09-05
powernv/eeh: Use generic code to handle hot resets
Oliver O'Halloran
1
-3
/
+35
2019-09-05
powerpc/eeh: Remove stale CAPI comment
Oliver O'Halloran
1
-7
/
+0
2019-09-05
powerpc/eeh: Defer printing stack trace
Oliver O'Halloran
4
-26
/
+64
2019-09-05
powerpc/eeh: Check slot presence state in eeh_handle_normal_event()
Oliver O'Halloran
1
-0
/
+60
2019-09-05
powerpc/eeh: Make permanently failed devices non-actionable
Oliver O'Halloran
1
-2
/
+10
2019-09-05
powerpc/eeh: Fix race when freeing PDNs
Oliver O'Halloran
3
-2
/
+27
2019-09-05
powerpc/eeh: Clean up EEH PEs after recovery finishes
Oliver O'Halloran
3
-3
/
+64
2019-09-04
ARM: dts: aspeed-g5: Fixe gpio-ranges upper limit
Oscar A Perez
1
-1
/
+1
2019-09-04
ARM; dts: aspeed: mihawk: File should not be executable
Joel Stanley
1
-0
/
+0
2019-09-04
ARM: dts: aspeed: swift: Change power supplies to version 2
Eddie James
1
-2
/
+2
2019-09-04
ARM: dts: aspeed: vesnin: Add secondary SPI flash chip
Ivan Mikhaylov
1
-0
/
+6
2019-09-04
ARM: dts: aspeed: vesnin: Add wdt2 with alt-boot option
Ivan Mikhaylov
1
-0
/
+4
2019-09-04
ARM: dts: aspeed-g4: Add all flash chips
Joel Stanley
1
-0
/
+20
2019-09-04
lsm: remove current_security()
Paul Moore
1
-1
/
+0
2019-09-04
selinux: fix residual uses of current_security() for the SELinux blob
Stephen Smalley
2
-11
/
+11
[prev]
[next]