index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-08
perf/aux: Make perf_event accessible to setup_aux()
Mathieu Poirier
3
-6
/
+9
2019-01-29
Revert "arm64: dts: sdm845: Add interconnect provider DT nodes"
Greg Kroah-Hartman
1
-6
/
+0
2019-01-28
Merge 5.0-rc4 into char-misc-next
Greg Kroah-Hartman
117
-505
/
+1106
2019-01-27
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
7
-7
/
+30
2019-01-27
Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-18
/
+16
2019-01-27
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
11
-108
/
+122
2019-01-27
Merge tag 'dma-mapping-5.0-2' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
4
-6
/
+171
2019-01-25
KVM: x86: Mark expected switch fall-throughs
Gustavo A. R. Silva
6
-4
/
+10
2019-01-25
KVM: x86: fix TRACE_INCLUDE_PATH and remove -I. header search paths
Masahiro Yamada
2
-5
/
+1
2019-01-25
x86/kvm/hyper-v: nested_enable_evmcs() sets vmcs_version incorrectly
Vitaly Kuznetsov
1
-3
/
+4
2019-01-25
KVM: VMX: Move vmx_vcpu_run()'s VM-Enter asm blob to a helper function
Sean Christopherson
1
-66
/
+73
2019-01-25
kvm: vmx: fix some -Wmissing-prototypes warnings
Yi Wang
2
-2
/
+2
2019-01-25
KVM: nSVM: clear events pending from svm_complete_interrupts() when exiting t...
Vitaly Kuznetsov
1
-0
/
+8
2019-01-25
svm: Fix AVIC incomplete IPI emulation
Suravee Suthikulpanit
1
-15
/
+4
2019-01-25
svm: Add warning message for AVIC IPI invalid target
Suravee Suthikulpanit
1
-0
/
+2
2019-01-25
KVM: x86: WARN_ONCE if sending a PV IPI returns a fatal error
Sean Christopherson
1
-2
/
+5
2019-01-25
KVM: x86: Fix PV IPIs for 32-bit KVM host
Sean Christopherson
1
-1
/
+1
2019-01-25
x86/kvm/hyper-v: recommend using eVMCS only when it is enabled
Vitaly Kuznetsov
1
-1
/
+2
2019-01-25
x86/kvm/hyper-v: don't recommend doing reset via synthetic MSR
Vitaly Kuznetsov
1
-1
/
+0
2019-01-25
kvm: x86/vmx: Use kzalloc for cached_vmcs12
Tom Roeder
1
-4
/
+8
2019-01-25
KVM: VMX: Use the correct field var when clearing VM_ENTRY_LOAD_IA32_PERF_GLO...
Sean Christopherson
1
-1
/
+1
2019-01-25
KVM: x86: Fix single-step debugging
Alexander Popov
1
-2
/
+1
2019-01-25
x86/kvm/hyper-v: don't announce GUEST IDLE MSR support
Vitaly Kuznetsov
1
-1
/
+0
2019-01-23
arm64/xen: fix xen-swiotlb cache flushing
Christoph Hellwig
4
-6
/
+171
2019-01-24
Merge tag 's390-5.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
5
-10
/
+19
2019-01-22
x86/Kconfig: Select PCI_LOCKLESS_CONFIG if PCI is enabled
Sinan Kaya
1
-1
/
+1
2019-01-22
iomap: introduce io{read|write}64_{lo_hi|hi_lo}
Logan Gunthorpe
1
-0
/
+2
2019-01-22
parisc: iomap: introduce io{read|write}64
Logan Gunthorpe
2
-0
/
+73
2019-01-22
arm64: dts: sdm845: Add interconnect provider DT nodes
David Dai
1
-0
/
+6
2019-01-22
powerpc: Adopt nvram module for PPC64
Finn Thain
6
-163
/
+5
2019-01-22
powerpc: Enable HAVE_ARCH_NVRAM_OPS and disable GENERIC_NVRAM
Finn Thain
6
-23
/
+4
2019-01-22
powerpc: Define missing ppc_md.nvram_size for CHRP and PowerMac
Finn Thain
2
-4
/
+19
2019-01-22
m68k: Dispatch nvram_ops calls to Atari or Mac functions
Finn Thain
6
-17
/
+108
2019-01-22
m68k/mac: Fix PRAM accessors
Finn Thain
1
-10
/
+33
2019-01-22
m68k/mac: Use macros for RTC accesses not magic numbers
Finn Thain
1
-18
/
+41
2019-01-22
m68k/mac: Adopt naming and calling conventions for PRAM routines
Finn Thain
1
-38
/
+23
2019-01-22
m68k/atari: Implement arch_nvram_ops methods and enable CONFIG_HAVE_ARCH_NVRA...
Finn Thain
3
-0
/
+28
2019-01-22
powerpc: Replace nvram_* extern declarations with standard header
Finn Thain
2
-30
/
+1
2019-01-22
m68k/atari: Implement arch_nvram_ops struct
Finn Thain
1
-0
/
+49
2019-01-22
nvram: Replace nvram_* function exports with static functions
Finn Thain
1
-36
/
+3
2019-01-22
m68k/atari: Move Atari-specific code out of drivers/char/nvram.c
Finn Thain
2
-0
/
+245
2019-01-22
Merge tag 'arc-5.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...
Linus Torvalds
10
-103
/
+276
2019-01-20
x86: uaccess: Inhibit speculation past access_ok() in user_access_begin()
Will Deacon
1
-1
/
+1
2019-01-20
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
3
-5
/
+10
2019-01-20
Merge tag 'mips_fixes_5.0_2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
9
-79
/
+46
2019-01-20
Merge tag 'devicetree-fixes-for-5.0-2' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+1
2019-01-19
powerpc: chrp: Use of_node_is_type to access device_type
Rob Herring
1
-2
/
+1
2019-01-19
Merge tag 'powerpc-5.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
9
-16
/
+21
2019-01-19
Merge tag 'for-linus-5.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-7
/
+10
2019-01-19
Merge tag 'acpi-5.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
1
-1
/
+1
[next]