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-10-13
EDAC, thunderx: Fix memory leak in thunderx_l2c_threaded_isr()
Dan Carpenter
1
-2
/
+2
2018-10-13
iwlwifi: mvm: check return value of rs_rate_from_ucode_rate()
Luca Coelho
1
-5
/
+19
2018-10-13
Merge tag 'iwlwifi-next-for-kalle-2018-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next
Kalle Valo
13
-831
/
+825
2018-10-13
powerpc/32: Add ioremap_wt() and ioremap_coherent()
Christophe Leroy
3
-0
/
+35
2018-10-13
powerpc/rtas: Fix a potential race between CPU-Offline & Migration
Gautham R. Shenoy
1
-0
/
+9
2018-10-13
powerpc/cacheinfo: Report the correct shared_cpu_map on big-cores
Gautham R. Shenoy
1
-2
/
+35
2018-10-13
powerpc: Use cpu_smallcore_sibling_mask at SMT level on bigcores
Gautham R. Shenoy
1
-1
/
+18
2018-10-13
powerpc: Detect the presence of big-cores via "ibm, thread-groups"
Gautham R. Shenoy
3
-0
/
+235
2018-10-13
powerpc: Fix stackprotector detection for non-glibc toolchains
Michael Ellerman
1
-1
/
+2
2018-10-13
powerpc/xmon: Show the stack protector canary in xmon
Michael Ellerman
1
-0
/
+3
2018-10-13
powerpc: Use SWITCH_FRAME_SIZE for prom and rtas entry
Joel Stanley
2
-14
/
+5
2018-10-13
powerpc/pseries/mobility: Extend start/stop topology update scope
Michael Bringmann
3
-2
/
+11
2018-10-13
powerpc/Makefile: Fix PPC_BOOK3S_64 ASFLAGS
Joel Stanley
1
-1
/
+5
2018-10-13
powerpc/pseries/memory-hotplug: Fix return value type of find_aa_index
YueHaibing
1
-33
/
+28
2018-10-13
powerpc/eeh: Cleanup control flow in eeh_handle_normal_event()
Sam Bobroff
1
-102
/
+94
2018-10-13
powerpc/eeh: Cleanup eeh_ops.wait_state()
Sam Bobroff
6
-108
/
+62
2018-10-13
powerpc/eeh: Cleanup eeh_pe_state_mark()
Sam Bobroff
6
-53
/
+46
2018-10-13
powerpc/eeh: Cleanup unnecessary eeh_pe_state_mark_with_cfg()
Sam Bobroff
2
-24
/
+4
2018-10-13
powerpc/eeh: Cleanup eeh_enabled()
Sam Bobroff
1
-5
/
+1
2018-10-13
powerpc/eeh: Cleanup logic in eeh_rmv_from_parent_pe()
Sam Bobroff
1
-2
/
+2
2018-10-13
powerpc/eeh: Cleanup field names in eeh_rmv_data
Sam Bobroff
1
-10
/
+11
2018-10-13
powerpc/eeh: Cleanup list_head field names
Sam Bobroff
6
-21
/
+19
2018-10-13
powerpc/eeh: Cleanup eeh_add_virt_device()
Sam Bobroff
1
-4
/
+3
2018-10-13
powerpc/eeh: Cleanup unused field in eeh_dev
Sam Bobroff
2
-2
/
+0
2018-10-13
powerpc/eeh: Cleanup EEH_POSTPONED_PROBE
Sam Bobroff
4
-27
/
+7
2018-10-13
powerpc/eeh: Fix use of EEH_PE_KEEP on wrong field
Sam Bobroff
1
-1
/
+1
2018-10-13
powerpc/eeh: Fix null deref for devices removed during EEH
Sam Bobroff
1
-0
/
+4
2018-10-13
powerpc/eeh: Fix possible null deref in eeh_dump_dev_log()
Sam Bobroff
1
-0
/
+5
2018-10-13
powerpc/boot: Build boot wrapper with optimisations
Joel Stanley
1
-1
/
+1
2018-10-13
powerpc/boot: Disable vector instructions
Joel Stanley
1
-2
/
+2
2018-10-13
powerpc/boot: Fix opal console in boot wrapper
Joel Stanley
1
-8
/
+0
2018-10-13
powerpc/boot: Expose Kconfig symbols to wrapper
Joel Stanley
3
-1
/
+8
2018-10-13
powerpc: remove redundant 'default n' from Kconfig-s
Bartlomiej Zolnierkiewicz
15
-95
/
+0
2018-10-13
powerpc/rtasd: Improve unknown error logging
Oliver O'Halloran
1
-2
/
+4
2018-10-13
powerpc: Disable -Wbuiltin-requires-header when setjmp is used
Joel Stanley
2
-1
/
+7
2018-10-13
powerpc: Fix signedness bug in update_flash_db()
Dan Carpenter
1
-1
/
+1
2018-10-13
powerpc/perf: Quiet IMC PMU registration message
Joel Stanley
1
-1
/
+1
2018-10-13
powerpc/process: Constify the number of insns printed by show instructions functions.
Christophe Leroy
1
-7
/
+6
2018-10-13
powerpc/process: Fix interleaved output in show_user_instructions()
Christophe Leroy
1
-18
/
+19
2018-10-13
powerpc/process: Add missing include of stacktrace.h
Christophe Leroy
1
-0
/
+1
2018-10-13
powerpc/process: Fix sparse address space warnings
Christophe Leroy
1
-2
/
+2
2018-10-13
powerpc/64: properly initialise the stackprotector canary on SMP.
Christophe Leroy
1
-0
/
+8
2018-10-13
KVM: nVMX: Do not flush TLB on L1<->L2 transitions if L1 uses VPID and EPT
Liran Alon
1
-10
/
+27
2018-10-13
KVM: nVMX: Flush linear and combined mappings on VPID02 related flushes
Liran Alon
1
-4
/
+4
2018-10-13
KVM: nVMX: Use correct VPID02 when emulating L1 INVVPID
Liran Alon
1
-6
/
+14
2018-10-13
KVM: nVMX: Flush TLB entries tagged by dest EPTP on L1<->L2 transitions
Liran Alon
1
-2
/
+14
2018-10-13
KVM: vmx: rename KVM_GUEST_CR0_MASK tp KVM_VM_CR0_ALWAYS_OFF
Sean Christopherson
1
-2
/
+2
2018-10-13
Merge tag 'kvm-s390-next-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD
Paolo Bonzini
4
-48
/
+70
2018-10-13
KVM: vmx: hyper-v: don't pass EPT configuration info to vmx_hv_remote_flush_tlb()
Vitaly Kuznetsov
1
-1
/
+5
2018-10-13
ubifs: Fix WARN_ON logic in exit path
Richard Weinberger
1
-2
/
+2
[prev]
[next]