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
path:
root
/
drivers
/
mfd
/
stmpe-spi.c
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-27
perf annotate: Make perf config effective
Ravi Bangoria
5
-55
/
+33
2020-02-27
perf config: Introduce perf_config_u8()
Ravi Bangoria
2
-0
/
+13
2020-02-27
perf annotate: Fix --show-nr-samples for tui/stdio2
Ravi Bangoria
2
-7
/
+5
2020-02-27
perf annotate: Fix --show-total-period for tui/stdio2
Ravi Bangoria
3
-7
/
+6
2020-02-27
perf annotate/tui: Re-render title bar after switching back from script browser
Ravi Bangoria
1
-4
/
+3
2020-02-27
tools headers UAPI: Update tools's copy of kvm.h headers
Arnaldo Carvalho de Melo
1
-0
/
+1
2020-02-27
tools arch x86: Sync the msr-index.h copy with the kernel sources
Arnaldo Carvalho de Melo
1
-0
/
+2
2020-02-24
MAINTAINERS: Hand MIPS over to Thomas
Paul Burton
2
-4
/
+7
2020-02-24
riscv: adjust the indent
Zong Li
1
-11
/
+15
2020-02-24
riscv: allocate a complete page size for each page table
Zong Li
1
-11
/
+16
2020-02-24
floppy: check FDC index for errors before assigning it
Linus Torvalds
1
-2
/
+5
2020-02-24
KVM: s390: rstify new ioctls in api.rst
Christian Borntraeger
1
-15
/
+18
2020-02-23
Linux 5.6-rc3
Linus Torvalds
1
-1
/
+1
2020-02-23
KVM: nVMX: Check IO instruction VM-exit conditions
Oliver Upton
2
-7
/
+52
2020-02-23
KVM: nVMX: Refactor IO bitmap checks into helper function
Oliver Upton
2
-14
/
+27
2020-02-23
KVM: nVMX: Don't emulate instructions in guest mode
Paolo Bonzini
1
-1
/
+1
2020-02-23
KVM: nVMX: Emulate MTF when performing instruction emulation
Oliver Upton
8
-2
/
+83
2020-02-23
KVM: fix error handling in svm_hardware_setup
Li RongQing
1
-21
/
+20
2020-02-23
csky: Replace <linux/clk-provider.h> by <linux/of_clk.h>
Geert Uytterhoeven
1
-1
/
+1
2020-02-22
io_uring: fix __io_iopoll_check deadlock in io_sq_thread
Xiaoguang Wang
1
-18
/
+9
2020-02-21
ext4: fix mount failure with quota configured as module
Jan Kara
1
-1
/
+1
2020-02-21
jbd2: fix ocfs2 corrupt when clearing block group bits
wangyan
1
-2
/
+6
2020-02-21
ext4: fix race between writepages and enabling EXT4_EXTENTS_FL
Eric Biggers
2
-9
/
+23
2020-02-21
ext4: rename s_journal_flag_rwsem to s_writepages_rwsem
Eric Biggers
3
-11
/
+11
2020-02-21
ext4: fix potential race between s_flex_groups online resizing and access
Suraj Jitindar Singh
5
-37
/
+76
2020-02-21
MAINTAINERS: use tabs for SAFESETID
Randy Dunlap
1
-4
/
+4
2020-02-21
lib/stackdepot.c: fix global out-of-bounds in stack_slabs
Alexander Potapenko
1
-2
/
+6
2020-02-21
mm/sparsemem: pfn_to_page is not valid yet on SPARSEMEM
Wei Yang
1
-1
/
+1
2020-02-21
mm/vmscan.c: don't round up scan size for online memory cgroup
Gavin Shan
1
-3
/
+6
2020-02-21
lib/string.c: update match_string() doc-strings with correct behavior
Alexandru Ardelean
1
-0
/
+16
2020-02-21
mm/memcontrol.c: lost css_put in memcg_expand_shrinker_maps()
Vasily Averin
1
-1
/
+3
2020-02-21
mm/swapfile.c: fix a comment in sys_swapon()
Christoph Hellwig
1
-1
/
+1
2020-02-21
scripts/get_maintainer.pl: deprioritize old Fixes: addresses
Douglas Anderson
1
-4
/
+4
2020-02-21
get_maintainer: remove uses of P: for maintainer name
Joe Perches
1
-24
/
+0
2020-02-21
selftests/vm: add missed tests in run_vmtests
SeongJae Park
1
-0
/
+33
2020-02-21
include/uapi/linux/swab.h: fix userspace breakage, use __BITS_PER_LONG for swap
Christian Borntraeger
1
-2
/
+2
2020-02-21
Revert "ipc,sem: remove uneeded sem_undo_list lock usage in exit_sem()"
Ioanna Alifieraki
1
-4
/
+2
2020-02-21
y2038: hide timeval/timespec/itimerval/itimerspec types
Arnd Bergmann
2
-10
/
+14
2020-02-21
y2038: remove unused time32 interfaces
Arnd Bergmann
6
-326
/
+1
2020-02-21
y2038: remove ktime to/from timespec/timeval conversion
Arnd Bergmann
1
-37
/
+0
2020-02-21
ACPI: PM: s2idle: Check fixed wakeup events in acpi_s2idle_wake()
Rafael J. Wysocki
3
-0
/
+53
2020-02-21
hwmon: (w83627ehf) Fix crash seen with W83627DHG-P
Guenter Roeck
1
-1
/
+6
2020-02-21
KVM: SVM: Fix potential memory leak in svm_cpu_init()
Miaohe Lin
1
-7
/
+6
2020-02-21
KVM: apic: avoid calculating pending eoi from an uninitialized val
Miaohe Lin
1
-1
/
+3
2020-02-21
KVM: nVMX: clear PIN_BASED_POSTED_INTR from nested pinbased_ctls only when apicv is globally disabled
Vitaly Kuznetsov
4
-11
/
+8
2020-02-21
KVM: nVMX: handle nested posted interrupts when apicv is disabled for L1
Vitaly Kuznetsov
4
-10
/
+17
2020-02-21
kvm: x86: svm: Fix NULL pointer dereference when AVIC not enabled
Suravee Suthikulpanit
1
-0
/
+3
2020-02-21
KVM: VMX: Add VMX_FEATURE_USR_WAIT_PAUSE
Xiaoyao Li
2
-1
/
+2
2020-02-21
KVM: nVMX: Hold KVM's srcu lock when syncing vmcs12->shadow
wanpeng li
1
-2
/
+9
2020-02-21
KVM: x86: don't notify userspace IOAPIC on edge-triggered interrupt EOI
Miaohe Lin
1
-1
/
+1
[next]