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-08-07
bpf: introduce update_effective_progs()
Roman Gushchin
-54
/
+45
2018-08-07
cpu/hotplug: Fix SMT supported evaluation
Thomas Gleixner
-13
/
+30
2018-08-06
tracing: irqsoff: Account for additional preempt_disable
Joel Fernandes (Google)
-0
/
+26
2018-08-06
Merge tag 'irqchip-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...
Thomas Gleixner
-303
/
+4843
2018-08-06
PM / reboot: Eliminate race between reboot and suspend
Pingfan Liu
-21
/
+24
2018-08-06
PM / hibernate: Mark expected switch fall-through
Gustavo A. R. Silva
-0
/
+1
2018-08-06
Merge back cpufreq changes for 4.19.
Rafael J. Wysocki
-0
/
+6
2018-08-05
Merge tag 'v4.18-rc6' into for-4.19/block2
Jens Axboe
-78
/
+160
2018-08-05
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
-3
/
+10
2018-08-05
stop_machine: Atomically queue and wake stopper threads
Prasad Sodagudi
-0
/
+2
2018-08-05
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-2
/
+2
2018-08-05
Merge 4.18-rc7 into master to pick up the KVM dependcy
Thomas Gleixner
-372
/
+5046
2018-08-03
fork: Have new threads join on-going signal group stops
Eric W. Biederman
-12
/
+29
2018-08-03
signal: Add calculate_sigpending()
Eric W. Biederman
-0
/
+13
2018-08-03
nohz: Fix missing tick reprogram when interrupting an inline softirq
Frederic Weisbecker
-1
/
+1
2018-08-03
trace: Use rcu_dereference_raw for hooks from trace-event subsystem
Joel Fernandes (Google)
-2
/
+2
2018-08-03
genirq: Make force irq threading setup more robust
Thomas Gleixner
-1
/
+8
2018-08-03
watchdog: Reduce message verbosity
Sinan Kaya
-2
/
+2
2018-08-03
genirq/irqchip: Remove MULTI_IRQ_HANDLER as it's now obselete
Palmer Dabbelt
-1
/
+0
2018-08-03
bpf: introduce the bpf_get_local_storage() helper function
Roman Gushchin
-0
/
+41
2018-08-03
bpf: don't allow create maps of cgroup local storages
Roman Gushchin
-1
/
+2
2018-08-03
bpf/verifier: introduce BPF_PTR_TO_MAP_VALUE
Roman Gushchin
-2
/
+6
2018-08-03
bpf: extend bpf_prog_array to store pointers to the cgroup storage
Roman Gushchin
-46
/
+51
2018-08-03
bpf: allocate cgroup storage entries on attaching bpf programs
Roman Gushchin
-4
/
+31
2018-08-03
bpf: pass a pointer to a cgroup storage using pcpu variable
Roman Gushchin
-0
/
+2
2018-08-03
bpf: introduce cgroup storage maps
Roman Gushchin
-0
/
+392
2018-08-03
bpf: add ability to charge bpf maps memory dynamically
Roman Gushchin
-15
/
+43
2018-08-02
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
-30
/
+151
2018-08-02
tracing/kprobes: Fix within_notrace_func() to check only notrace functions
Masami Hiramatsu
-3
/
+5
2018-08-02
kernel/module: Use kmemdup to replace kmalloc+memcpy
zhong jiang
-4
/
+2
2018-08-02
stop_machine: Reflow cpu_stop_queue_two_works()
Peter Zijlstra
-18
/
+23
2018-08-02
clockevents: Warn if cpu_all_mask is used as cpumask
Sudeep Holla
-0
/
+6
2018-08-02
tick/broadcast-hrtimer: Use cpu_possible_mask for ce_broadcast_hrtimer
Sudeep Holla
-1
/
+1
2018-08-02
timers: Clear timer_base::must_forward_clk with timer_base::lock held
Gaurav Kohli
-13
/
+16
2018-08-02
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
-28
/
+130
2018-08-01
ftrace: Use true and false for boolean values in ops_references_rec()
Gustavo A. R. Silva
-5
/
+5
2018-08-01
ring-buffer: Make ring_buffer_record_is_set_on() return bool
Steven Rostedt (VMware)
-1
/
+1
2018-08-01
ring-buffer: Make ring_buffer_record_is_on() return bool
Steven Rostedt (VMware)
-1
/
+1
2018-08-02
kconfig: include kernel/Kconfig.preempt from init/Kconfig
Christoph Hellwig
-0
/
+2
2018-08-01
tracing: Make tracer_tracing_is_on() return bool
Steven Rostedt (VMware)
-2
/
+2
2018-08-01
tracing: Do a WARN_ON() if start_thread() in hwlat is called when thread exists
Steven Rostedt (VMware)
-1
/
+1
2018-08-01
ftrace: Add missing check for existing hwlat thread
Erica Bugden
-0
/
+3
2018-08-01
tracing: Do not call start/stop() functions when tracing_on does not change
Steven Rostedt (VMware)
-1
/
+3
2018-08-01
blk-cgroup: clear the throttle queue on fork
Josef Bacik
-0
/
+5
2018-07-31
Merge tag 'audit-pr-20180731' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-4
/
+9
2018-07-31
bpf: verifier: MOV64 don't mark dst reg unbounded
Arthur Fabre
-2
/
+4
2018-07-31
nohz: Fix local_timer_softirq_pending()
Anna-Maria Gleixner
-1
/
+1
2018-07-31
tracing: Centralize preemptirq tracepoints and unify their usage
Joel Fernandes (Google)
-202
/
+162
2018-07-31
console: Replace #if 0 with atomic var 'ignore_console_lock_warning'
Thomas Zimmermann
-0
/
+3
2018-07-31
arm64: perf: Add cap_user_time aarch64
Michael O'Farrell
-2
/
+2
[prev]
[next]