index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
sign-file.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-11-13
powerpc/watchpoint: Add DAR outside test in perf-hwbreak.c selftest
Ravi Bangoria
1
-1
/
+118
2019-11-13
selftests/powerpc: Rewrite ptrace-hwbreak.c selftest
Ravi Bangoria
1
-210
/
+361
2019-11-13
powerpc/watchpoint: Don't ignore extraneous exceptions blindly
Ravi Bangoria
1
-21
/
+31
2019-11-13
powerpc/watchpoint: Fix ptrace code that muck around with address/len
Ravi Bangoria
2
-8
/
+5
2019-11-13
powerpc/watchpoint: Fix length calculation for unaligned target
Ravi Bangoria
5
-23
/
+56
2019-11-13
powerpc/watchpoint: Introduce macros for watchpoint length
Ravi Bangoria
4
-6
/
+9
2019-11-13
powerpc/security: Fix wrong message when RFI Flush is disable
Gustavo L. F. Walbon
1
-10
/
+6
2019-11-13
powerpc/crypto: Add cond_resched() in crc-vpmsum self-test
Chris Smart
1
-0
/
+1
2019-11-13
powerpc/pseries/cmm: Simulation mode
David Hildenbrand
1
-8
/
+30
2019-11-13
powerpc/pseries/cmm: Switch to balloon_page_alloc()
David Hildenbrand
1
-2
/
+1
2019-11-13
powerpc/pseries/cmm: Implement balloon compaction
David Hildenbrand
3
-14
/
+121
2019-11-13
powerpc/pseries/cmm: Convert loaned_pages to an atomic_long_t
David Hildenbrand
1
-16
/
+19
2019-11-13
powerpc/pseries/cmm: Rip out memory isolate notifier
David Hildenbrand
1
-96
/
+1
2019-11-13
powerpc/pseries/cmm: Use adjust_managed_page_count() insted of totalram_pages_*
David Hildenbrand
1
-3
/
+3
2019-11-13
powerpc/pseries/cmm: Drop page array
David Hildenbrand
1
-127
/
+36
2019-11-13
powerpc/pseries/cmm: Cleanup rc handling in cmm_init()
David Hildenbrand
1
-4
/
+3
2019-11-13
powerpc/pseries/cmm: Report errors when registering notifiers fails
David Hildenbrand
1
-2
/
+6
2019-11-13
powerpc/pseries/cmm: Implement release() function for sysfs device
David Hildenbrand
1
-0
/
+5
2019-11-13
powerpc/pseries: Enable support for ibm,drc-info property
Tyrel Datwyler
1
-1
/
+1
2019-11-13
PCI: rpaphp: Correctly match ibm, my-drc-index to drc-name when using drc-info
Tyrel Datwyler
1
-2
/
+3
2019-11-13
PCI: rpaphp: Annotate and correctly byte swap DRC properties
Tyrel Datwyler
1
-14
/
+15
2019-11-13
PCI: rpaphp: Add drc-info support for hotplug slot registration
Tyrel Datwyler
1
-20
/
+69
2019-11-13
PCI: rpaphp: Don't rely on firmware feature to imply drc-info support
Tyrel Datwyler
1
-1
/
+1
2019-11-13
PCI: rpaphp: Fix up pointer to first drc-info entry
Tyrel Datwyler
1
-0
/
+2
2019-11-13
powerpc/pseries: Add cpu DLPAR support for drc-info property
Tyrel Datwyler
1
-15
/
+112
2019-11-13
powerpc/pseries: Fix drc-info mappings of logical cpus to drc-index
Tyrel Datwyler
1
-13
/
+10
2019-11-13
powerpc/pseries: Fix bad drc_index_start value parsing of drc-info entry
Tyrel Datwyler
1
-5
/
+3
2019-11-12
powerpc: Load firmware trusted keys/hashes into kernel keyring
Nayna Jain
3
-1
/
+108
2019-11-12
x86/efi: move common keyring handler functions to new file
Nayna Jain
4
-67
/
+115
2019-11-12
powerpc: expose secure variables to userspace via sysfs
Nayna Jain
4
-0
/
+306
2019-11-12
powerpc/powernv: Add OPAL API interface to access secure variable
Nayna Jain
9
-2
/
+211
2019-11-12
sysfs: Fixes __BIN_ATTR_WO() macro
Nayna Jain
1
-2
/
+2
2019-11-12
powerpc/ima: Indicate kernel modules appended signatures are enforced
Mimi Zohar
1
-2
/
+6
2019-11-12
powerpc/ima: Update ima arch policy to check for blacklist
Nayna Jain
1
-4
/
+4
2019-11-12
ima: Check against blacklisted hashes for files with modsig
Nayna Jain
6
-6
/
+64
2019-11-12
certs: Add wrapper function to check blacklisted binary hash
Nayna Jain
2
-0
/
+15
2019-11-12
ima: Make process_buffer_measurement() generic
Nayna Jain
2
-18
/
+43
2019-11-12
powerpc/ima: Define trusted boot policy
Nayna Jain
1
-1
/
+32
2019-11-12
powerpc: Detect the trusted boot state of the system
Nayna Jain
2
-0
/
+21
2019-11-12
powerpc/ima: Add support to initialize ima policy rules
Nayna Jain
4
-2
/
+47
2019-11-12
powerpc: Detect the secure boot mode of the system
Nayna Jain
4
-0
/
+70
2019-11-07
powerpc: Don't flush caches when adding memory
Alastair D'Silva
1
-2
/
+0
2019-11-07
powerpc: Chunk calls to flush_dcache_range in arch_*_memory
Alastair D'Silva
1
-2
/
+25
2019-11-07
powerpc: Convert flush_icache_range & friends to C
Alastair D'Silva
5
-252
/
+170
2019-11-07
powerpc: define helpers to get L1 icache sizes
Alastair D'Silva
2
-10
/
+31
2019-11-07
powerpc: Allow 64bit VDSO __kernel_sync_dicache to work across ranges >4GB
Alastair D'Silva
1
-2
/
+2
2019-11-07
powerpc: Allow flush_icache_range to work across ranges >4GB
Alastair D'Silva
1
-2
/
+2
2019-11-07
powerpc: Support CMDLINE_EXTEND
Chris Packham
2
-13
/
+43
2019-11-06
powerpc/64s: Always disable branch profiling for prom_init.o
Michael Ellerman
1
-1
/
+1
2019-11-05
macintosh: ans-lcd: make anslcd_logo static and __initconst
Rasmus Villemoes
1
-1
/
+2
[next]