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
2019-09-25
perf evlist: Remove unused perf_evlist__fprintf() method
Arnaldo Carvalho de Melo
3
-16
/
+1
2019-09-25
perf evsel: Introduce evsel_fprintf.h
Arnaldo Carvalho de Melo
12
-193
/
+218
2019-09-25
perf evsel: Remove need for symbol_conf in evsel_fprintf.c
Arnaldo Carvalho de Melo
5
-15
/
+16
2019-09-25
KVM: nVMX: cleanup and fix host 64-bit mode checks
Paolo Bonzini
1
-31
/
+19
2019-09-25
Merge tag 'ceph-for-5.4-rc1' of git://github.com/ceph/ceph-client
Linus Torvalds
27
-382
/
+764
2019-09-25
ARM: OMAP2+: Fix warnings with broken omap2_set_init_voltage()
Tony Lindgren
1
-100
/
+0
2019-09-25
ARM: OMAP2+: Add missing LCDC midlemode for am335x
Tony Lindgren
2
-3
/
+6
2019-09-25
ARM: OMAP2+: Fix missing reset done flag for am3 and am43
Tony Lindgren
1
-1
/
+2
2019-09-25
Merge tag 'fuse-update-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
Linus Torvalds
14
-1602
/
+1718
2019-09-25
Merge tag 'tpmdd-next-20190925' of git://git.infradead.org/users/jjs/linux-tpmdd
Linus Torvalds
5
-13
/
+20
2019-09-25
Merge tag 'iomap-5.4-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
3
-21
/
+27
2019-09-25
sched/fair: Avoid redundant EAS calculation
Quentin Perret
1
-1
/
+1
2019-09-25
sched/core: Remove double update_max_interval() call on CPU startup
Valentin Schneider
1
-2
/
+0
2019-09-25
sched/core: Fix preempt_schedule() interrupt return comment
Valentin Schneider
1
-4
/
+3
2019-09-25
sched/fair: Fix -Wunused-but-set-variable warnings
Qian Cai
1
-13
/
+6
2019-09-25
sched/core: Fix migration to invalid CPU in __set_cpus_allowed_ptr()
KeMeng Shi
1
-2
/
+2
2019-09-25
sched/membarrier: Return -ENOMEM to userspace on memory allocation failure
Mathieu Desnoyers
1
-43
/
+20
2019-09-25
sched/membarrier: Skip IPIs when mm->mm_users == 1
Mathieu Desnoyers
1
-4
/
+5
2019-09-25
selftests, sched/membarrier: Add multi-threaded test
Mathieu Desnoyers
5
-21
/
+124
2019-09-25
sched/membarrier: Fix p->mm->membarrier_state racy load
Mathieu Desnoyers
6
-54
/
+183
2019-09-25
sched/membarrier: Call sync_core only before usermode for same mm
Mathieu Desnoyers
1
-0
/
+2
2019-09-25
sched/membarrier: Remove redundant check
Mathieu Desnoyers
1
-2
/
+2
2019-09-25
sched/membarrier: Fix private expedited registration check
Mathieu Desnoyers
1
-1
/
+1
2019-09-25
tasks, sched/core: RCUify the assignment of rq->curr
Eric W. Biederman
1
-2
/
+7
2019-09-25
tasks, sched/core: With a grace period after finish_task_switch(), remove unnecessary code
Eric W. Biederman
5
-87
/
+7
2019-09-25
tasks, sched/core: Ensure tasks are available for a grace period after leaving the runqueue
Eric W. Biederman
2
-5
/
+8
2019-09-25
tasks: Add a count of task RCU users
Eric W. Biederman
4
-6
/
+14
2019-09-25
sunrpc: clean up indentation issue
Colin Ian King
1
-2
/
+2
2019-09-25
btrfs: Fix a regression which we can't convert to SINGLE profile
Qu Wenruo
1
-1
/
+7
2019-09-25
KVM: vmx: fix build warnings in hv_enable_direct_tlbflush() on i386
Vitaly Kuznetsov
1
-9
/
+5
2019-09-25
KVM: x86: Don't check kvm_rebooting in __kvm_handle_fault_on_reboot()
Sean Christopherson
1
-7
/
+1
2019-09-25
KVM: x86: Drop ____kvm_handle_fault_on_reboot()
Sean Christopherson
1
-5
/
+1
2019-09-25
KVM: VMX: Add error handling to VMREAD helper
Sean Christopherson
2
-4
/
+25
2019-09-25
KVM: VMX: Optimize VMX instruction error and fault handling
Sean Christopherson
2
-32
/
+74
2019-09-25
btrfs: relocation: fix use-after-free on dead relocation roots
Qu Wenruo
1
-1
/
+8
2019-09-25
KVM: x86: Check kvm_rebooting in kvm_spurious_fault()
Sean Christopherson
3
-3
/
+3
2019-09-25
KVM: selftests: fix ucall on x86
Vitaly Kuznetsov
1
-1
/
+1
2019-09-25
perf copyfile: Move copyfile routines to separate files
Arnaldo Carvalho de Melo
7
-142
/
+164
2019-09-25
libperf: Add perf_evlist__poll() function
Jiri Olsa
12
-12
/
+19
2019-09-25
libperf: Add perf_evlist__add_pollfd() function
Jiri Olsa
7
-27
/
+28
2019-09-25
libperf: Add perf_evlist__alloc_pollfd() function
Jiri Olsa
4
-23
/
+25
2019-09-25
libperf: Add libperf_init() call to the tests
Jiri Olsa
4
-0
/
+40
2019-09-25
libperf: Merge libperf_set_print() into libperf_init()
Jiri Olsa
4
-10
/
+10
2019-09-25
libperf: Add libperf dependency for tests targets
Jiri Olsa
1
-1
/
+1
2019-09-25
libperf: Use sys/types.h to get ssize_t, not unistd.h
Arnaldo Carvalho de Melo
2
-1
/
+2
2019-09-25
perf tools: No need to include internal/lib.h from util/util.h
Arnaldo Carvalho de Melo
2
-1
/
+1
2019-09-25
libperf: Move 'page_size' global variable to libperf
Jiri Olsa
28
-25
/
+36
2019-09-25
libperf: Add perf_evlist__id_add_fd() function
Jiri Olsa
5
-47
/
+50
2019-09-25
libperf: Add perf_evlist__id_add() function
Jiri Olsa
6
-26
/
+34
2019-09-25
libperf: Add perf_evlist__read_format() function
Jiri Olsa
4
-8
/
+10
[prev]
[next]