index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'linus' into sched/core, to pick up fixes
Ingo Molnar
2020-03-06
10
-127
/
+287
|
\
|
*
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2020-03-02
1
-0
/
+2
|
|
\
|
|
*
sched/fair: Fix statistics for find_idlest_group()
Vincent Guittot
2020-02-27
1
-0
/
+2
|
*
|
Merge tag 'block-5.6-2020-02-28' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-02-28
1
-31
/
+83
|
|
\
\
|
|
*
|
blktrace: Protect q->blk_trace with RCU
Jan Kara
2020-02-25
1
-31
/
+83
|
|
|
/
|
*
|
Merge tag 'pm-5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
2020-02-28
1
-1
/
+1
|
|
\
\
|
|
*
\
Merge branches 'pm-sleep' and 'pm-devfreq'
Rafael J. Wysocki
2020-02-28
1
-1
/
+1
|
|
|
\
\
|
|
|
|
/
|
|
|
/
|
|
|
|
*
PM / hibernate: fix typo "reserverd_size" -> "reserved_size"
Alexandre Belloni
2020-02-20
1
-1
/
+1
|
*
|
|
Merge tag 'audit-pr-20200226' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2020-02-27
2
-51
/
+60
|
|
\
\
\
|
|
*
|
|
audit: always check the netlink payload length in audit_receive_msg()
Paul Moore
2020-02-24
1
-19
/
+21
|
|
*
|
|
audit: fix error handling in audit_data_to_entry()
Paul Moore
2020-02-23
1
-32
/
+39
|
*
|
|
|
Merge tag 'trace-v5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
2020-02-26
4
-35
/
+127
|
|
\
\
\
\
|
|
*
|
|
|
bootconfig: Fix CONFIG_BOOTTIME_TRACING dependency issue
Masami Hiramatsu
2020-02-26
1
-1
/
+0
|
|
*
|
|
|
bootconfig: Set CONFIG_BOOT_CONFIG=n by default
Masami Hiramatsu
2020-02-20
1
-1
/
+2
|
|
*
|
|
|
tracing: Clear trace_state when starting trace
Masami Hiramatsu
2020-02-20
1
-2
/
+2
|
|
*
|
|
|
tracing: Disable trace_printk() on post poned tests
Steven Rostedt (VMware)
2020-02-20
1
-0
/
+2
|
|
*
|
|
|
tracing: Have synthetic event test use raw_smp_processor_id()
Steven Rostedt (VMware)
2020-02-20
1
-6
/
+6
|
|
*
|
|
|
tracing: Fix number printing bug in print_synth_event()
Tom Zanussi
2020-02-20
1
-3
/
+29
|
|
*
|
|
|
tracing: Check that number of vals matches number of synth event fields
Tom Zanussi
2020-02-20
1
-2
/
+12
|
|
*
|
|
|
tracing: Make synth_event trace functions endian-correct
Tom Zanussi
2020-02-20
1
-4
/
+58
|
|
*
|
|
|
tracing: Make sure synth_event_trace() example always uses u64
Tom Zanussi
2020-02-20
1
-17
/
+17
|
*
|
|
|
|
signal: avoid double atomic counter increments for user accounting
Linus Torvalds
2020-02-26
1
-9
/
+14
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
sched/numa: Stop an exhastive search if a reasonable swap candidate or idle C...
Mel Gorman
2020-02-24
1
-4
/
+27
*
|
|
|
|
sched/numa: Bias swapping tasks based on their preferred node
Mel Gorman
2020-02-24
1
-6
/
+37
*
|
|
|
|
sched/numa: Find an alternative idle CPU if the CPU is part of an active NUMA...
Mel Gorman
2020-02-24
1
-18
/
+22
*
|
|
|
|
sched/numa: Prefer using an idle CPU as a migration target instead of compari...
Mel Gorman
2020-02-24
1
-17
/
+102
*
|
|
|
|
sched/fair: Take into account runnable_avg to classify group
Vincent Guittot
2020-02-24
1
-1
/
+30
*
|
|
|
|
sched/pelt: Add a new runnable average signal
Vincent Guittot
2020-02-24
4
-21
/
+126
*
|
|
|
|
sched/pelt: Remove unused runnable load average
Vincent Guittot
2020-02-24
5
-167
/
+42
*
|
|
|
|
sched/numa: Use similar logic to the load balancer for moving between domains...
Mel Gorman
2020-02-24
1
-31
/
+50
*
|
|
|
|
sched/numa: Replace runnable_load_avg by load_avg
Vincent Guittot
2020-02-24
1
-32
/
+70
*
|
|
|
|
sched/fair: Reorder enqueue/dequeue_task_fair path
Vincent Guittot
2020-02-24
1
-22
/
+20
*
|
|
|
|
sched/numa: Distinguish between the different task_numa_migrate() failure cases
Mel Gorman
2020-02-24
1
-3
/
+3
*
|
|
|
|
sched/numa: Trace when no candidate CPU was found on the preferred node
Mel Gorman
2020-02-24
1
-1
/
+3
*
|
|
|
|
Merge tag 'v5.6-rc3' into sched/core, to pick up fixes and dependent patches
Ingo Molnar
2020-02-24
170
-3179
/
+9144
|
\
|
|
|
|
|
*
|
|
|
Merge tag 'irq-urgent-2020-02-22' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-02-23
3
-18
/
+24
|
|
\
\
\
\
|
|
*
|
|
|
genirq/proc: Reject invalid affinity masks (again)
Thomas Gleixner
2020-02-14
3
-18
/
+24
|
*
|
|
|
|
Merge tag 's390-5.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
2020-02-22
1
-9
/
+0
|
|
\
\
\
\
\
|
|
*
|
|
|
|
s390: remove obsolete ieee_emulation_warnings
Stephen Kitt
2020-02-19
1
-9
/
+0
|
|
|
|
_
|
_
|
/
|
|
|
/
|
|
|
|
*
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2020-02-21
3
-9
/
+57
|
|
\
\
\
\
\
|
|
*
\
\
\
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2020-02-20
3
-9
/
+57
|
|
|
\
\
\
\
\
|
|
|
*
|
|
|
|
bpf: Fix a potential deadlock with bpf_map_do_batch
Yonghong Song
2020-02-20
1
-3
/
+31
|
|
|
*
|
|
|
|
bpf: Do not grab the bucket spinlock by default on htab batch ops
Brian Vazquez
2020-02-20
1
-2
/
+22
|
|
|
*
|
|
|
|
bpf, offload: Replace bitwise AND by logical AND in bpf_prog_offload_info_fill
Johannes Krude
2020-02-17
1
-1
/
+1
|
|
|
*
|
|
|
|
bpf: Make btf_check_func_type_match() static
Hongbo Yao
2020-02-11
1
-3
/
+3
|
*
|
|
|
|
|
|
y2038: remove unused time32 interfaces
Arnd Bergmann
2020-02-21
2
-107
/
+0
|
*
|
|
|
|
|
|
Merge tag 'dma-mapping-5.6' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2020-02-19
3
-56
/
+56
|
|
\
\
\
\
\
\
\
|
|
|
_
|
_
|
/
/
/
/
|
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
dma-direct: improve DMA mask overflow reporting
Christoph Hellwig
2020-02-05
1
-14
/
+7
|
|
*
|
|
|
|
|
dma-direct: improve swiotlb error reporting
Christoph Hellwig
2020-02-05
2
-28
/
+30
|
|
*
|
|
|
|
|
dma-direct: relax addressability checks in dma_direct_supported
Christoph Hellwig
2020-02-05
1
-13
/
+11
[next]