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
2018-07-11
Merge tag 'trace-v4.18-rc3-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-1
/
+5
2018-07-11
tracing/kprobe: Release kprobe print_fmt properly
Jiri Olsa
-1
/
+5
2018-07-11
cgroup/tracing: Move taking of spin lock out of trace event handlers
Steven Rostedt (VMware)
-7
/
+35
2018-07-11
printk: Fix warning about unused suppress_message_printing
Petr Mladek
-1
/
+0
2018-07-10
rseq: uapi: Declare rseq_cs field as union, update includes
Mathieu Desnoyers
-6
/
+9
2018-07-10
rseq: uapi: Update uapi comments
Mathieu Desnoyers
-1
/
+1
2018-07-10
rseq: Use get_user/put_user rather than __get_user/__put_user
Mathieu Desnoyers
-7
/
+7
2018-07-10
rseq: Use __u64 for rseq_cs fields, validate user inputs
Mathieu Desnoyers
-4
/
+10
2018-07-10
Revert "tick: Prefer a lower rating device only if it's CPU local device"
Sudeep Holla
-2
/
+1
2018-07-10
timekeeping: Update multiplier when NTP frequency is set directly
Miroslav Lichvar
-6
/
+30
2018-07-09
Blktrace: bail out early if block debugfs is not configured
Liu Bo
-3
/
+3
2018-07-09
printk/nmi: Prevent deadlock when accessing the main log buffer in NMI
Petr Mladek
-23
/
+48
2018-07-09
printk: Create helper function to queue deferred console handling
Petr Mladek
-5
/
+9
2018-07-09
printk: Split the code for storing a message into the log buffer
Petr Mladek
-17
/
+26
2018-07-09
printk: Clean up syslog_print_all()
Petr Mladek
-11
/
+9
2018-07-09
cpu/hotplug: Online siblings when SMT control is turned on
Thomas Gleixner
-2
/
+24
2018-07-08
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-73
/
+98
2018-07-07
xdp: XDP_REDIRECT should check IFF_UP and MTU
Toshiaki Makita
-1
/
+6
2018-07-07
bpf: sockmap, convert bpf_compute_data_pointers to bpf_*_sk_skb
John Fastabend
-2
/
+2
2018-07-07
bpf: sockmap, consume_skb in close path
John Fastabend
-1
/
+4
2018-07-07
bpf: sockhash, disallow bpf_tcp_close and update in parallel
John Fastabend
-1
/
+18
2018-07-07
bpf: sockmap, hash table is RCU so readers do not need locks
John Fastabend
-2
/
+0
2018-07-07
bpf: sockmap, error path can not release psock in multi-map case
John Fastabend
-11
/
+6
2018-07-05
Merge tag 'trace-v4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-17
/
+17
2018-07-06
Merge tag 'drm-misc-next-2018-07-04' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
-0
/
+1
2018-07-06
Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux int...
Dave Airlie
-85
/
+264
2018-07-04
x86/KVM: Warn user if KVM is loaded SMT and L1TF CPU bug being present
Konrad Rzeszutek Wilk
-0
/
+1
2018-07-03
tracing: Fix missing return symbol in function_graph output
Changbin Du
-1
/
+4
2018-07-03
ftrace: Nuke clear_ftrace_function
Yisheng Xie
-12
/
+1
2018-07-03
tracing: Use __printf markup to silence compiler
Mathieu Malaterre
-0
/
+5
2018-07-03
tracing: Optimize trace_buffer_iter() logic
yuan linyu
-3
/
+1
2018-07-03
tracing: Make create_filter() code match the comments
Steven Rostedt (VMware)
-0
/
+5
2018-07-03
tracing: Avoid string overflow
Arnd Bergmann
-1
/
+1
2018-07-03
bpf: hash map: decrement counter on error
Mauricio Vasquez B
-5
/
+11
2018-07-03
audit: use ktime_get_coarse_ts64() for time access
Arnd Bergmann
-2
/
+2
2018-07-03
locking: Implement an algorithm choice for Wound-Wait mutexes
Thomas Hellstrom
-19
/
+150
2018-07-03
locking: WW mutex cleanup
Peter Ziljstra
-77
/
+125
2018-07-03
kthread: Simplify kthread_park() completion
Peter Zijlstra
-2
/
+4
2018-07-03
smpboot: Remove cpumask from the API
Peter Zijlstra
-49
/
+5
2018-07-03
watchdog/softlockup: Replace "watchdog/%u" threads with cpu_stop_work
Peter Zijlstra
-77
/
+65
2018-07-03
Merge branch 'sched/urgent' into sched/core, to pick up fixes
Ingo Molnar
-114
/
+4558
2018-07-03
kthread, sched/core: Fix kthread_parkme() (again...)
Peter Zijlstra
-26
/
+35
2018-07-03
sched/util_est: Fix util_est_dequeue() for throttled cfs_rq
Vincent Guittot
-12
/
+4
2018-07-03
sched/fair: Advance global expiration when period timer is restarted
Xunlei Pang
-5
/
+10
2018-07-03
sched/fair: Fix bandwidth timer clock drift condition
Xunlei Pang
-8
/
+12
2018-07-03
sched/rt: Fix call to cpufreq_update_util()
Vincent Guittot
-7
/
+16
2018-07-03
sched/nohz: Skip remote tick on idle task entirely
Frederic Weisbecker
-15
/
+21
2018-07-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
-177
/
+260
2018-07-02
docs: histogram.txt: convert it to ReST file format
Mauro Carvalho Chehab
-1
/
+1
2018-07-02
PM / hibernate: cast PAGE_SIZE to int when comparing with error code
Chengguang Xu
-2
/
+2
[prev]
[next]