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-20
rcu: Warn on for_each_leaf_node_cpu_mask() from non-leaf
Paul E. McKenney
1
-2
/
+4
2020-02-20
bootconfig: Set CONFIG_BOOT_CONFIG=n by default
Masami Hiramatsu
1
-1
/
+2
2020-02-20
tracing: Clear trace_state when starting trace
Masami Hiramatsu
1
-2
/
+2
2020-02-20
tracing: Disable trace_printk() on post poned tests
Steven Rostedt (VMware)
1
-0
/
+2
2020-02-20
tracing: Have synthetic event test use raw_smp_processor_id()
Steven Rostedt (VMware)
1
-6
/
+6
2020-02-20
tracing: Fix number printing bug in print_synth_event()
Tom Zanussi
1
-3
/
+29
2020-02-20
tracing: Check that number of vals matches number of synth event fields
Tom Zanussi
1
-2
/
+12
2020-02-20
tracing: Make synth_event trace functions endian-correct
Tom Zanussi
1
-4
/
+58
2020-02-20
tracing: Make sure synth_event_trace() example always uses u64
Tom Zanussi
1
-17
/
+17
2020-02-20
sched/fair: Remove wake_cap()
Morten Rasmussen
1
-29
/
+1
2020-02-20
sched/core: Remove for_each_lower_domain()
Valentin Schneider
1
-2
/
+0
2020-02-20
sched/topology: Remove SD_BALANCE_WAKE on asymmetric capacity systems
Morten Rasmussen
1
-12
/
+3
2020-02-20
sched/fair: Add asymmetric CPU capacity wakeup scan
Morten Rasmussen
1
-0
/
+56
2020-02-20
sched/core: Remove duplicate assignment in sched_tick_remote()
Scott Wood
1
-1
/
+0
2020-02-20
PM / hibernate: fix typo "reserverd_size" -> "reserved_size"
Alexandre Belloni
1
-1
/
+1
2020-02-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
3
-9
/
+57
2020-02-19
bpf: Fix a potential deadlock with bpf_map_do_batch
Yonghong Song
1
-3
/
+31
2020-02-19
bpf: Do not grab the bucket spinlock by default on htab batch ops
Brian Vazquez
1
-2
/
+22
2020-02-19
bpf: Add bpf_read_branch_records() helper
Daniel Xu
1
-0
/
+41
2020-02-19
s390: remove obsolete ieee_emulation_warnings
Stephen Kitt
1
-9
/
+0
2020-02-18
Merge tag 'dma-mapping-5.6' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
3
-56
/
+56
2020-02-18
bpf: Allow bpf_perf_event_read_value in all BPF programs
Song Liu
1
-2
/
+2
2020-02-18
printk: Correctly set CON_CONSDEV even when preferred console was not registered
Benjamin Herrenschmidt
1
-0
/
+2
2020-02-18
printk: Fix preferred console selection with multiple matches
Benjamin Herrenschmidt
2
-11
/
+19
2020-02-18
printk: Move console matching logic into a separate function
Benjamin Herrenschmidt
1
-40
/
+65
2020-02-17
kernel: module: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-2
/
+2
2020-02-17
posix-timers: Pass lockdep expression to RCU lists
Amol Grover
1
-1
/
+2
2020-02-17
timer: Improve the comment describing schedule_timeout()
Alexander Popov
1
-7
/
+9
2020-02-17
lib/vdso: Move VCLOCK_TIMENS to vdso_clock_modes
Thomas Gleixner
1
-3
/
+4
2020-02-17
lib/vdso: Avoid highres update if clocksource is not VDSO capable
Thomas Gleixner
1
-3
/
+3
2020-02-17
lib/vdso: Cleanup clock mode storage leftovers
Thomas Gleixner
1
-4
/
+0
2020-02-17
bpf, offload: Replace bitwise AND by logical AND in bpf_prog_offload_info_fill
Johannes Krude
1
-1
/
+1
2020-02-17
clocksource: Add common vdso clock mode storage
Thomas Gleixner
2
-2
/
+17
2020-02-15
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
5
-53
/
+117
2020-02-14
Merge tag 'pm-5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
1
-4
/
+5
2020-02-14
context-tracking: Introduce CONFIG_HAVE_TIF_NOHZ
Frederic Weisbecker
1
-0
/
+2
2020-02-14
PM: QoS: Make CPU latency QoS depend on CONFIG_CPU_IDLE
Rafael J. Wysocki
1
-0
/
+2
2020-02-14
PM: QoS: Update file information comments
Rafael J. Wysocki
1
-22
/
+12
2020-02-14
PM: QoS: Drop PM_QOS_CPU_DMA_LATENCY and rename related functions
Rafael J. Wysocki
1
-49
/
+49
2020-02-14
genirq/proc: Reject invalid affinity masks (again)
Thomas Gleixner
3
-18
/
+24
2020-02-13
PM: QoS: Adjust pm_qos_request() signature and reorder pm_qos.h
Rafael J. Wysocki
1
-2
/
+1
2020-02-13
PM: QoS: Simplify definitions of CPU latency QoS trace events
Rafael J. Wysocki
1
-8
/
+8
2020-02-13
PM: QoS: Rename things related to the CPU latency QoS
Rafael J. Wysocki
1
-27
/
+29
2020-02-13
PM: QoS: Drop PM_QOS_CPU_DMA_LATENCY notifier chain
Rafael J. Wysocki
1
-36
/
+11
2020-02-13
PM: QoS: Redefine struct pm_qos_request and drop struct pm_qos_object
Rafael J. Wysocki
1
-80
/
+41
2020-02-13
PM: QoS: Clean up misc device file operations
Rafael J. Wysocki
1
-36
/
+26
2020-02-13
PM: QoS: Drop iterations over global QoS classes
Rafael J. Wysocki
1
-38
/
+14
2020-02-13
PM: QoS: Clean up pm_qos_read_value() and pm_qos_get/set_value()
Rafael J. Wysocki
1
-10
/
+12
2020-02-13
PM: QoS: Clean up pm_qos_update_target() and pm_qos_update_flags()
Rafael J. Wysocki
1
-27
/
+29
2020-02-13
PM: QoS: Drop the PM_QOS_SUM QoS type
Rafael J. Wysocki
1
-9
/
+0
[prev]
[next]