index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2020-01-17
sched/fair: calculate delta runnable load only when it's needed
Peng Wang
-5
/
+6
2020-01-17
sched/cputime: move rq parameter in irqtime_account_process_tick
Alex Shi
-9
/
+6
2020-01-17
stop_machine: Make stop_cpus() static
Yangtao Li
-1
/
+1
2020-01-17
sched/debug: Reset watchdog on all CPUs while processing sysrq-t
Wei Li
-2
/
+9
2020-01-17
sched/core: Fix size of rq::uclamp initialization
Li Guanglei
-1
/
+2
2020-01-17
sched/uclamp: Fix a bug in propagating uclamp value in new cgroups
Qais Yousef
-0
/
+6
2020-01-17
sched/fair: Load balance aggressively for SCHED_IDLE CPUs
Viresh Kumar
-11
/
+21
2020-01-17
sched/fair : Improve update_sd_pick_busiest for spare capacity case
Vincent Guittot
-5
/
+9
2020-01-17
watchdog: Remove soft_lockup_hrtimer_cnt and related code
Jisheng Zhang
-3
/
+0
2020-01-17
tracing: Initialize ret in syscall_enter_define_fields()
Steven Rostedt (VMware)
-1
/
+2
2020-01-16
bpf: Remove set but not used variable 'first_key'
YueHaibing
-2
/
+0
2020-01-16
devmap: Adjust tracepoint for map-less queue flush
Jesper Dangaard Brouer
-1
/
+1
2020-01-16
xdp: Use bulking for non-map XDP_REDIRECT and consolidate code paths
Toke Høiland-Jørgensen
-10
/
+22
2020-01-16
xdp: Move devmap bulk queue into struct net_device
Toke Høiland-Jørgensen
-36
/
+27
2020-01-16
PM: hibernate: fix crashes with init_on_free=1
Alexander Potapenko
-10
/
+10
2020-01-16
PM: suspend: Add sysfs attribute to control the "sync on suspend" behavior
Jonas Meurer
-2
/
+38
2020-01-16
watchdog/softlockup: Remove obsolete check of last reported task
Petr Mladek
-17
/
+1
2020-01-16
tracing: Allow trace_printk() to nest in other tracing code
Steven Rostedt (VMware)
-5
/
+19
2020-01-16
watchdog: Remove soft_lockup_hrtimer_cnt and related code
Jisheng Zhang
-3
/
+0
2020-01-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
-5
/
+17
2020-01-15
bpf: Add batch ops to all htab bpf map
Yonghong Song
-1
/
+272
2020-01-15
bpf: Add lookup and update batch ops to arraymap
Brian Vazquez
-0
/
+2
2020-01-15
bpf: Add generic support for update and delete batch ops
Brian Vazquez
-0
/
+115
2020-01-15
bpf: Add generic support for lookup batch op
Brian Vazquez
-4
/
+156
2020-01-15
bpf: Add bpf_map_{value_size, update_value, map_copy_value} functions
Brian Vazquez
-128
/
+152
2020-01-15
bpf: Fix incorrect verifier simulation of ARSH under ALU32
Daniel Borkmann
-5
/
+17
2020-01-15
tick/common: Touch watchdog in tick_unfreeze() on all CPUs
Chunyan Zhang
-0
/
+2
2020-01-15
bpf: Add bpf_send_signal_thread() helper
Yonghong Song
-3
/
+24
2020-01-15
cgroup: Prevent double killing of css when enabling threaded cgroup
Michal Koutný
-5
/
+6
2020-01-15
workqueue: add worker function to workqueue_execute_end tracepoint
Daniel Jordan
-1
/
+1
2020-01-15
cgroup: fix function name in comment
Chen Zhou
-1
/
+1
2020-01-15
modsign: print module name along with error message
Jessica Yu
-1
/
+1
2020-01-15
alarmtimer: Unregister wakeup source when module get fails
Stephen Boyd
-3
/
+5
2020-01-15
tick/sched: Annotate lockless access to last_jiffies_update
Eric Dumazet
-5
/
+9
2020-01-14
tracing: trigger: Replace unneeded RCU-list traversals
Masami Hiramatsu
-16
/
+45
2020-01-14
ring-buffer: Fix kernel doc for rb_update_event()
Steven Rostedt (VMware)
-3
/
+3
2020-01-14
ring-bufer: kernel-doc warning fixes
Fabian Frederick
-0
/
+3
2020-01-14
tracing/uprobe: Fix double perf_event linking on multiprobe uprobe
Masami Hiramatsu
-48
/
+86
2020-01-14
Merge branch 'dhowells' (patches from DavidH)
Linus Torvalds
-2
/
+2
2020-01-14
bpf: Fix seq_show for BPF_MAP_TYPE_STRUCT_OPS
Martin KaFai Lau
-4
/
+10
2020-01-14
keys: Fix request_key() cache
David Howells
-2
/
+2
2020-01-14
mm/mmu_notifier: Rename struct mmu_notifier_mm to mmu_notifier_subscriptions
Jason Gunthorpe
-2
/
+2
2020-01-14
fs/proc: Introduce /proc/pid/timens_offsets
Andrei Vagin
-0
/
+101
2020-01-14
x86/vdso: Zap vvar pages when switching to a time namespace
Dmitry Safonov
-0
/
+10
2020-01-14
time: Allocate per-timens vvar page
Dmitry Safonov
-1
/
+103
2020-01-14
posix-timers: Make clock_nanosleep() time namespace aware
Andrei Vagin
-4
/
+25
2020-01-14
hrtimers: Prepare hrtimer_nanosleep() for time namespaces
Andrei Vagin
-8
/
+12
2020-01-14
alarmtimer: Make nanosleep() time namespace aware
Andrei Vagin
-0
/
+2
2020-01-14
posix-timers: Make timer_settime() time namespace aware
Andrei Vagin
-0
/
+2
2020-01-14
time: Add do_timens_ktime_to_host() helper
Andrei Vagin
-0
/
+36
[prev]
[next]