index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
2018-08-06
Merge back cpufreq changes for 4.19.
Rafael J. Wysocki
2018-08-05
Merge tag 'v4.18-rc6' into for-4.19/block2
Jens Axboe
2018-08-05
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-08-05
stop_machine: Atomically queue and wake stopper threads
Prasad Sodagudi
2018-08-05
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2018-08-05
Merge 4.18-rc7 into master to pick up the KVM dependcy
Thomas Gleixner
2018-08-03
fork: Have new threads join on-going signal group stops
Eric W. Biederman
2018-08-03
signal: Add calculate_sigpending()
Eric W. Biederman
2018-08-03
nohz: Fix missing tick reprogram when interrupting an inline softirq
Frederic Weisbecker
2018-08-03
trace: Use rcu_dereference_raw for hooks from trace-event subsystem
Joel Fernandes (Google)
2018-08-03
genirq: Make force irq threading setup more robust
Thomas Gleixner
2018-08-03
watchdog: Reduce message verbosity
Sinan Kaya
2018-08-03
genirq/irqchip: Remove MULTI_IRQ_HANDLER as it's now obselete
Palmer Dabbelt
2018-08-03
bpf: introduce the bpf_get_local_storage() helper function
Roman Gushchin
2018-08-03
bpf: don't allow create maps of cgroup local storages
Roman Gushchin
2018-08-03
bpf/verifier: introduce BPF_PTR_TO_MAP_VALUE
Roman Gushchin
2018-08-03
bpf: extend bpf_prog_array to store pointers to the cgroup storage
Roman Gushchin
2018-08-03
bpf: allocate cgroup storage entries on attaching bpf programs
Roman Gushchin
2018-08-03
bpf: pass a pointer to a cgroup storage using pcpu variable
Roman Gushchin
2018-08-03
bpf: introduce cgroup storage maps
Roman Gushchin
2018-08-03
bpf: add ability to charge bpf maps memory dynamically
Roman Gushchin
2018-08-02
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-08-02
tracing/kprobes: Fix within_notrace_func() to check only notrace functions
Masami Hiramatsu
2018-08-02
kernel/module: Use kmemdup to replace kmalloc+memcpy
zhong jiang
2018-08-02
stop_machine: Reflow cpu_stop_queue_two_works()
Peter Zijlstra
2018-08-02
clockevents: Warn if cpu_all_mask is used as cpumask
Sudeep Holla
2018-08-02
tick/broadcast-hrtimer: Use cpu_possible_mask for ce_broadcast_hrtimer
Sudeep Holla
2018-08-02
timers: Clear timer_base::must_forward_clk with timer_base::lock held
Gaurav Kohli
2018-08-02
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
2018-08-01
ftrace: Use true and false for boolean values in ops_references_rec()
Gustavo A. R. Silva
2018-08-01
ring-buffer: Make ring_buffer_record_is_set_on() return bool
Steven Rostedt (VMware)
2018-08-01
ring-buffer: Make ring_buffer_record_is_on() return bool
Steven Rostedt (VMware)
2018-08-02
kconfig: include kernel/Kconfig.preempt from init/Kconfig
Christoph Hellwig
2018-08-01
tracing: Make tracer_tracing_is_on() return bool
Steven Rostedt (VMware)
2018-08-01
tracing: Do a WARN_ON() if start_thread() in hwlat is called when thread exists
Steven Rostedt (VMware)
2018-08-01
ftrace: Add missing check for existing hwlat thread
Erica Bugden
2018-08-01
tracing: Do not call start/stop() functions when tracing_on does not change
Steven Rostedt (VMware)
2018-08-01
blk-cgroup: clear the throttle queue on fork
Josef Bacik
2018-07-31
Merge tag 'audit-pr-20180731' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2018-07-31
bpf: verifier: MOV64 don't mark dst reg unbounded
Arthur Fabre
2018-07-31
nohz: Fix local_timer_softirq_pending()
Anna-Maria Gleixner
2018-07-31
tracing: Centralize preemptirq tracepoints and unify their usage
Joel Fernandes (Google)
2018-07-31
console: Replace #if 0 with atomic var 'ignore_console_lock_warning'
Thomas Zimmermann
2018-07-31
arm64: perf: Add cap_user_time aarch64
Michael O'Farrell
2018-07-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2018-07-30
tracepoint: Make rcuidle tracepoint callers use SRCU
Joel Fernandes (Google)
2018-07-30
lockdep: Use this_cpu_ptr instead of get_cpu_var stats
Joel Fernandes (Google)
2018-07-30
selftest/ftrace: Move kprobe selftest function to separate compile unit
Francis Deslauriers
2018-07-30
tracing: kprobes: Prohibit probing on notrace function
Masami Hiramatsu
2018-07-30
audit: fix potential null dereference 'context->module.name'
Yi Wang
[prev]
[next]