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
2018-02-06
arm64: KVM: Increment PC after handling an SMC trap
Marc Zyngier
1
-0
/
+9
2018-02-06
arm: KVM: Fix SMCCC handling of unimplemented SMC/HVC calls
Marc Zyngier
1
-2
/
+11
2018-02-06
arm64: KVM: Fix SMCCC handling of unimplemented SMC/HVC calls
Marc Zyngier
1
-2
/
+2
2018-02-06
arm64: entry: Apply BP hardening for suspicious interrupts from EL0
Will Deacon
2
-0
/
+11
2018-02-06
arm64: entry: Apply BP hardening for high-priority synchronous exceptions
Will Deacon
2
-1
/
+13
2018-02-06
arm64: futex: Mask __user pointers prior to dereference
Will Deacon
1
-3
/
+6
2018-02-06
arm64: uaccess: Mask __user pointers for __arch_{clear, copy_*}_user
Will Deacon
4
-14
/
+30
2018-02-06
arm64: uaccess: Don't bother eliding access_ok checks in __{get, put}_user
Will Deacon
1
-22
/
+32
2018-02-06
arm64: uaccess: Prevent speculative use of the current addr_limit
Will Deacon
1
-0
/
+7
2018-02-06
arm64: entry: Ensure branch through syscall table is bounded under speculation
Will Deacon
2
-0
/
+13
2018-02-06
arm64: Use pointer masking to limit uaccess speculation
Robin Murphy
1
-3
/
+23
2018-02-06
arm64: Make USER_DS an inclusive limit
Robin Murphy
4
-23
/
+33
2018-02-06
arm64: Implement array_index_mask_nospec()
Robin Murphy
1
-0
/
+21
2018-02-06
arm64: barrier: Add CSDB macros to control data-value prediction
Will Deacon
2
-0
/
+8
2018-02-06
arm64: idmap: Use "awx" flags for .idmap.text .pushsection directives
Will Deacon
4
-7
/
+7
2018-02-06
arm64: assembler: Align phys_to_pte with pte_to_phys
Will Deacon
2
-22
/
+15
2018-02-06
arm64: entry: Reword comment about post_ttbr_update_workaround
Will Deacon
1
-10
/
+3
2018-02-06
arm64: assembler: Change order of macro arguments in phys_to_ttbr
Will Deacon
5
-9
/
+9
2018-02-06
arm64: Force KPTI to be disabled on Cavium ThunderX
Marc Zyngier
1
-3
/
+14
2018-02-06
arm64: kpti: Add ->enable callback to remap swapper using nG mappings
Will Deacon
3
-8
/
+231
2018-02-06
arm64: mm: Permit transitioning from Global to Non-Global without BBM
Will Deacon
1
-0
/
+4
2018-02-06
arm64: kpti: Make use of nG dependent on arm64_kernel_unmapped_at_el0()
Will Deacon
2
-26
/
+16
2018-02-06
arm64: Add software workaround for Falkor erratum 1041
Shanker Donthineni
8
-1
/
+28
2018-02-06
arm64: spinlock: Fix theoretical trylock() A-B-A with LSE atomics
Will Deacon
1
-2
/
+2
2018-02-06
media: videobuf2: fix up for "media: annotate ->poll() instances"
Stephen Rothwell
2
-7
/
+7
2018-02-06
block: Add should_fail_bio() for bpf error injection
Howard McLauchlan
1
-1
/
+10
2018-02-06
idr: Add documentation
Matthew Wilcox
4
-13
/
+95
2018-02-06
idr: Make 1-based IDRs more efficient
Matthew Wilcox
3
-40
/
+103
2018-02-06
idr: Warn if old iterators see large IDs
Matthew Wilcox
1
-1
/
+8
2018-02-06
idr: Rename idr_for_each_entry_ext
Matthew Wilcox
3
-33
/
+55
2018-02-06
idr: Remove idr_alloc_ext
Matthew Wilcox
5
-110
/
+104
2018-02-06
cls_u32: Convert to idr_alloc_u32
Matthew Wilcox
1
-13
/
+10
2018-02-06
cls_u32: Reinstate cyclic allocation
Matthew Wilcox
1
-10
/
+4
2018-02-06
cls_flower: Convert to idr_alloc_u32
Matthew Wilcox
1
-16
/
+10
2018-02-06
cls_bpf: Convert to use idr_alloc_u32
Matthew Wilcox
1
-14
/
+10
2018-02-06
cls_basic: Convert to use idr_alloc_u32
Matthew Wilcox
1
-15
/
+10
2018-02-06
cls_api: Convert to idr_alloc_u32
Matthew Wilcox
1
-2
/
+2
2018-02-06
net sched actions: Convert to use idr_alloc_u32
Matthew Wilcox
1
-35
/
+25
2018-02-06
idr: Add idr_alloc_u32 helper
Matthew Wilcox
2
-0
/
+33
2018-02-06
idr: Delete idr_find_ext function
Matthew Wilcox
4
-9
/
+4
2018-02-06
idr: Delete idr_replace_ext function
Matthew Wilcox
7
-19
/
+9
2018-02-06
idr: Delete idr_remove_ext function
Matthew Wilcox
7
-19
/
+14
2018-02-06
orangefs: reverse sense of is-inode-stale test in d_revalidate
Martin Brandenburg
1
-10
/
+7
2018-02-06
orangefs: simplify orangefs_inode_is_stale
Martin Brandenburg
1
-24
/
+30
2018-02-06
Orangefs: don't propogate whacky error codes
Mike Marshall
1
-0
/
+1
2018-02-06
orangefs: use correct string length
Xiongfeng Wang
3
-12
/
+12
2018-02-06
orangefs: make orangefs_make_bad_inode static
Martin Brandenburg
2
-21
/
+19
2018-02-06
orangefs: remove ORANGEFS_KERNEL_DEBUG
Martin Brandenburg
1
-6
/
+2
2018-02-06
orangefs: remove gossip_ldebug and gossip_lerr
Martin Brandenburg
3
-17
/
+2
2018-02-06
orangefs: make orangefs_client_debug_init static
Martin Brandenburg
2
-2
/
+1
[prev]
[next]