index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-26
Merge tag 'trace-v5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
4
-35
/
+127
2020-02-26
signal: avoid double atomic counter increments for user accounting
Linus Torvalds
1
-9
/
+14
2020-02-25
bootconfig: Fix CONFIG_BOOTTIME_TRACING dependency issue
Masami Hiramatsu
1
-1
/
+0
2020-02-25
blktrace: Protect q->blk_trace with RCU
Jan Kara
1
-31
/
+83
2020-02-24
bpf/stackmap: Dont trylock mmap_sem with PREEMPT_RT and interrupts disabled
David Miller
1
-3
/
+15
2020-02-24
bpf, lpm: Make locking RT friendly
Thomas Gleixner
1
-6
/
+6
2020-02-24
bpf: Prepare hashtab locking for PREEMPT_RT
Thomas Gleixner
1
-9
/
+56
2020-02-24
bpf: Factor out hashtab bucket lock operations
Thomas Gleixner
1
-23
/
+46
2020-02-24
bpf: Replace open coded recursion prevention in sys_bpf()
Thomas Gleixner
1
-19
/
+8
2020-02-24
bpf: Use recursion prevention helpers in hashtab code
Thomas Gleixner
1
-8
/
+4
2020-02-24
bpf: Use migrate_disable/enabe() in trampoline code.
David Miller
1
-4
/
+5
2020-02-24
bpf: Use bpf_prog_run_pin_on_cpu() at simple call sites.
David Miller
1
-3
/
+1
2020-02-24
bpf: Dont iterate over possible CPUs with interrupts disabled
Thomas Gleixner
1
-10
/
+10
2020-02-24
bpf: Remove recursion prevention from rcu free callback
Thomas Gleixner
1
-8
/
+0
2020-02-24
perf/bpf: Remove preempt disable around BPF invocation
Thomas Gleixner
1
-2
/
+0
2020-02-24
bpf/trace: Remove redundant preempt_disable from trace_call_bpf()
Thomas Gleixner
1
-2
/
+1
2020-02-24
bpf: disable preemption for bpf progs attached to uprobe
Alexei Starovoitov
1
-2
/
+9
2020-02-24
bpf/trace: Remove EXPORT from trace_call_bpf()
Thomas Gleixner
1
-1
/
+0
2020-02-24
bpf/tracing: Remove redundant preempt_disable() in __bpf_trace_run()
Thomas Gleixner
1
-2
/
+1
2020-02-24
bpf: Update locking comment in hashtab code
Thomas Gleixner
1
-4
/
+20
2020-02-24
bpf: Enforce preallocation for instrumentation programs on RT
Thomas Gleixner
1
-4
/
+9
2020-02-24
bpf: Tighten the requirements for preallocated hash maps
Thomas Gleixner
1
-11
/
+28
2020-02-24
audit: always check the netlink payload length in audit_receive_msg()
Paul Moore
1
-19
/
+21
2020-02-24
proc: Use a list of inodes to flush from proc
Eric W. Biederman
2
-1
/
+4
2020-02-24
sched/numa: Stop an exhastive search if a reasonable swap candidate or idle C...
Mel Gorman
1
-4
/
+27
2020-02-24
sched/numa: Bias swapping tasks based on their preferred node
Mel Gorman
1
-6
/
+37
2020-02-24
sched/numa: Find an alternative idle CPU if the CPU is part of an active NUMA...
Mel Gorman
1
-18
/
+22
2020-02-24
sched/numa: Prefer using an idle CPU as a migration target instead of compari...
Mel Gorman
1
-17
/
+102
2020-02-24
sched/fair: Take into account runnable_avg to classify group
Vincent Guittot
1
-1
/
+30
2020-02-24
sched/pelt: Add a new runnable average signal
Vincent Guittot
4
-21
/
+126
2020-02-24
sched/pelt: Remove unused runnable load average
Vincent Guittot
5
-167
/
+42
2020-02-24
sched/numa: Use similar logic to the load balancer for moving between domains...
Mel Gorman
1
-31
/
+50
2020-02-24
sched/numa: Replace runnable_load_avg by load_avg
Vincent Guittot
1
-32
/
+70
2020-02-24
sched/fair: Reorder enqueue/dequeue_task_fair path
Vincent Guittot
1
-22
/
+20
2020-02-24
sched/numa: Distinguish between the different task_numa_migrate() failure cases
Mel Gorman
1
-3
/
+3
2020-02-24
sched/numa: Trace when no candidate CPU was found on the preferred node
Mel Gorman
1
-1
/
+3
2020-02-24
Merge tag 'v5.6-rc3' into sched/core, to pick up fixes and dependent patches
Ingo Molnar
170
-3179
/
+9144
2020-02-22
audit: fix error handling in audit_data_to_entry()
Paul Moore
1
-32
/
+39
2020-02-22
Merge tag 'irq-urgent-2020-02-22' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-18
/
+24
2020-02-22
Merge tag 's390-5.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
1
-9
/
+0
2020-02-22
padata: fix uninitialized return value in padata_replace()
Daniel Jordan
1
-1
/
+1
2020-02-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
3
-10
/
+50
2020-02-21
net: Generate reuseport group ID on group creation
Jakub Sitnicki
1
-5
/
+0
2020-02-21
bpf: Allow selecting reuseport socket from a SOCKMAP/SOCKHASH
Jakub Sitnicki
1
-3
/
+7
2020-02-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
3
-9
/
+57
2020-02-21
y2038: remove unused time32 interfaces
Arnd Bergmann
2
-107
/
+0
2020-02-20
rcutorture: Manually clean up after rcu_barrier() failure
Paul E. McKenney
1
-1
/
+15
2020-02-20
rcutorture: Make rcu_torture_barrier_cbs() post from corresponding CPU
Paul E. McKenney
1
-3
/
+13
2020-02-20
rcuperf: Measure memory footprint during kfree_rcu() test
Joel Fernandes (Google)
1
-2
/
+12
2020-02-20
rcutorture: Annotation lockless accesses to rcu_torture_current
Paul E. McKenney
1
-4
/
+6
[prev]
[next]