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
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-21
tracing: Fix race in perf_trace_buf initialization
Prateek Sood
1
-0
/
+4
2019-10-22
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
1
-2
/
+4
2019-10-21
xdp: Handle device unregister for devmap_hash map type
Toke Høiland-Jørgensen
1
-0
/
+31
2019-10-21
clone3: add CLONE_CLEAR_SIGHAND
Christian Brauner
1
-5
/
+11
2019-10-21
perf/aux: Fix tracking of auxiliary trace buffer allocation
Thomas Richter
1
-2
/
+4
2019-10-21
sched/fair: Rework find_idlest_group()
Vincent Guittot
1
-128
/
+256
2019-10-21
sched/fair: Optimize find_idlest_group()
Vincent Guittot
1
-36
/
+14
2019-10-21
sched/fair: Use load instead of runnable load in wakeup path
Vincent Guittot
1
-10
/
+10
2019-10-21
sched/fair: Use utilization to select misfit task
Vincent Guittot
1
-8
/
+3
2019-10-21
sched/fair: Spread out tasks evenly when not overloaded
Vincent Guittot
1
-12
/
+28
2019-10-21
sched/fair: Use load instead of runnable load in load_balance()
Vincent Guittot
1
-10
/
+14
2019-10-21
sched/fair: Use rq->nr_running when balancing load
Vincent Guittot
1
-5
/
+8
2019-10-21
sched/fair: Rework load_balance()
Vincent Guittot
1
-209
/
+402
2019-10-21
sched/fair: Remove meaningless imbalance calculation
Vincent Guittot
1
-104
/
+1
2019-10-21
sched/fair: Rename sg_lb_stats::sum_nr_running to sum_h_nr_running
Vincent Guittot
1
-16
/
+16
2019-10-21
sched/fair: Clean up asym packing
Vincent Guittot
1
-47
/
+16
2019-10-21
PM: QoS: Introduce frequency QoS
Rafael J. Wysocki
1
-0
/
+240
2019-10-21
PM / hibernate: memory_bm_find_bit(): Tighten node optimisation
Andy Whitcroft
1
-1
/
+8
2019-10-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
24
-127
/
+299
2019-10-20
Merge tag 'kbuild-fixes-v5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
1
-4
/
+7
2019-10-20
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-4
/
+4
2019-10-20
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-4
/
+6
2019-10-19
kernel/events/uprobes.c: only do FOLL_SPLIT_PMD for uprobe register
Song Liu
1
-2
/
+11
2019-10-18
xdp: Prevent overflow in devmap_hash cost calculation for 32-bit builds
Toke Høiland-Jørgensen
1
-1
/
+1
2019-10-18
bpf: Fix build error without CONFIG_NET
YueHaibing
1
-0
/
+2
2019-10-18
bpf: Fix bpf_attr.attach_btf_id check
Alexei Starovoitov
1
-6
/
+11
2019-10-18
tracing: Fix "gfp_t" format for synthetic events
Zhengjun Xing
1
-0
/
+2
2019-10-18
Merge tag 'pm-5.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
1
-0
/
+1
2019-10-18
trace: Use pr_warn instead of pr_warning
Kefeng Wang
1
-2
/
+2
2019-10-18
dma-debug: Use pr_warn instead of pr_warning
Kefeng Wang
1
-1
/
+1
2019-10-18
Merge branches 'pm-cpufreq' and 'pm-sleep'
Rafael J. Wysocki
1
-0
/
+1
2019-10-17
perf/ring_buffer: Matching the memory allocate and free, in rb_alloc()
Yunfeng Ye
1
-10
/
+10
2019-10-17
perf/ring_buffer: Modify the parameter type of perf_mmap_free_page()
Yunfeng Ye
1
-4
/
+4
2019-10-17
perf_event: Add support for LSM and SELinux checks
Joel Fernandes (Google)
2
-16
/
+56
2019-10-17
sched/topology: Don't set SD_BALANCE_WAKE on cpuset domain relax
Valentin Schneider
1
-6
/
+3
2019-10-17
bpf: Check types of arguments passed into helpers
Alexei Starovoitov
3
-15
/
+101
2019-10-17
bpf: Add support for BTF pointers to x86 JIT
Alexei Starovoitov
3
-1
/
+22
2019-10-17
bpf: Add support for BTF pointers to interpreter
Alexei Starovoitov
2
-0
/
+27
2019-10-17
bpf: Attach raw_tp program with BTF via type name
Alexei Starovoitov
1
-23
/
+47
2019-10-17
bpf: Implement accurate raw_tp context access via BTF
Alexei Starovoitov
3
-4
/
+276
2019-10-17
bpf: Add attach_btf_id attribute to program load
Alexei Starovoitov
1
-4
/
+14
2019-10-17
bpf: Process in-kernel BTF
Alexei Starovoitov
2
-1
/
+90
2019-10-17
pid: use pid_has_task() in pidfd_open()
Christian Brauner
1
-7
/
+5
2019-10-17
exit: use pid_has_task() in do_wait()
Christian Brauner
1
-1
/
+1
2019-10-17
pid: use pid_has_task() in __change_pid()
Christian Brauner
1
-1
/
+1
2019-10-17
pidfd: check pid has attached task in fdinfo
Christian Brauner
1
-6
/
+11
2019-10-17
stop_machine: Avoid potential race behaviour
Mark Rutland
1
-4
/
+6
2019-10-17
kheaders: substituting --sort in archive creation
Dmitry Goldin
1
-4
/
+7
2019-10-16
bpf/stackmap: Fix deadlock with rq_lock in bpf_get_stack()
Song Liu
1
-3
/
+4
2019-10-16
kthread: make __kthread_queue_delayed_work static
Ben Dooks
1
-3
/
+3
[prev]
[next]