index
:
user/sven/linux.git
ipvs/backlog-conns
ipvs/checkpatch-cleanup
ipvs/cleanups
ipvs/droutbytes
ipvs/experimental
ipvs/locking
master
mvsas-fixes
nl80211-ssid-association
tmp/ipvs/track-backlog-connections
tmp/leds/core
tmp/leds/register-multiple-devices
tmp/md/sparse-cleanup
tmp/misc/sparse-fixes
x86_32-entry-fixes
davem/net-next/HEAD
davem/net-next/main
davem/net/HEAD
davem/net/main
ipvs-next/HEAD
ipvs-next/main
ipvs/HEAD
ipvs/main
leds/HEAD
leds/master
netfilter-next/HEAD
netfilter-next/main
netfilter/HEAD
netfilter/main
next/HEAD
next/master
stable/2.6.11.y
stable/2.6.12.y
stable/2.6.13.y
stable/2.6.14.y
stable/2.6.15.y
stable/2.6.16.y
stable/2.6.17.y
stable/2.6.18.y
stable/2.6.19.y
stable/2.6.20.y
stable/2.6.21.y
stable/2.6.22.y
stable/2.6.23.y
stable/2.6.24.y
stable/2.6.25.y
stable/2.6.26.y
stable/2.6.27.y
stable/2.6.28.y
stable/2.6.29.y
stable/2.6.30.y
stable/2.6.31.y
stable/2.6.32.y
stable/2.6.33.y
stable/2.6.34.y
stable/2.6.35.y
stable/2.6.36.y
stable/2.6.37.y
stable/2.6.38.y
stable/2.6.39.y
stable/3.0.y
stable/3.1.y
stable/3.10.y
stable/3.11.y
stable/3.12.y
stable/3.13.y
stable/3.14.y
stable/3.15.y
stable/3.16.y
stable/3.17.y
stable/3.18.y
stable/3.19.y
stable/3.2.y
stable/3.3.y
stable/3.4.y
stable/3.5.y
stable/3.6.y
stable/3.7.y
stable/3.8.y
stable/3.9.y
stable/4.0.y
stable/4.1.y
stable/4.10.y
stable/4.11.y
stable/4.12.y
stable/4.13.y
stable/4.14.y
stable/4.15.y
stable/4.16.y
stable/4.17.y
stable/4.18.y
stable/4.19.y
stable/4.2.y
stable/4.20.y
stable/4.3.y
stable/4.4.y
stable/4.5.y
stable/4.6.y
stable/4.7.y
stable/4.8.y
stable/4.9.y
stable/5.0.y
stable/5.1.y
stable/5.10.y
stable/5.11.y
stable/5.12.y
stable/5.13.y
stable/5.14.y
stable/5.15.y
stable/5.16.y
stable/5.17.y
stable/5.18.y
stable/5.19.y
stable/5.2.y
stable/5.3.y
stable/5.4.y
stable/5.5.y
stable/5.6.y
stable/5.7.y
stable/5.8.y
stable/5.9.y
stable/6.0.y
stable/6.1.y
stable/6.10.y
stable/6.11.y
stable/6.12.y
stable/6.13.y
stable/6.14.y
stable/6.15.y
stable/6.16.y
stable/6.17.y
stable/6.18.y
stable/6.19.y
stable/6.2.y
stable/6.3.y
stable/6.4.y
stable/6.5.y
stable/6.6.y
stable/6.7.y
stable/6.8.y
stable/6.9.y
torvalds/HEAD
torvalds/master
Linux Kernel
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
2019-11-18
bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never fails
Andrii Nakryiko
2019-11-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2019-11-17
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2019-11-17
sched/uclamp: Fix overzealous type replacement
Valentin Schneider
2019-11-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-11-16
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2019-11-16
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2019-11-16
genirq: Introduce irq_chip_get/set_parent_state calls
Maulik Shah
2019-11-15
fork: extend clone3() to support setting a PID
Adrian Reber
2019-11-15
bpf: Support attaching tracing BPF program to other BPF programs
Alexei Starovoitov
2019-11-15
bpf: Compare BTF types of functions arguments with actual types
Alexei Starovoitov
2019-11-15
bpf: Annotate context types
Alexei Starovoitov
2019-11-15
bpf: Fix race in btf_resolve_helper_id()
Alexei Starovoitov
2019-11-15
bpf: Introduce BPF trampoline
Alexei Starovoitov
2019-11-15
bpf: Add bpf_arch_text_poke() helper
Alexei Starovoitov
2019-11-15
bpf: Support doubleword alignment in bpf_jit_binary_alloc
Ilya Leoshkevich
2019-11-15
workqueue: Add RCU annotation for pwq list walk
Sebastian Andrzej Siewior
2019-11-15
ftrace: Add helper find_direct_entry() to consolidate code
Steven Rostedt (VMware)
2019-11-15
ftrace: Add another check for match in register_ftrace_direct()
Steven Rostedt (VMware)
2019-11-15
ftrace: Fix accounting bug with direct->count in register_ftrace_direct()
Steven Rostedt (VMware)
2019-11-15
futex: Prevent robust futex exit race
Yang Tao
2019-11-15
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2019-11-15
tracing: Increase SYNTH_FIELDS_MAX for synthetic_events
Artem Bityutskiy
2019-11-15
y2038: allow disabling time32 system calls
Arnd Bergmann
2019-11-15
y2038: itimer: change implementation to timespec64
Arnd Bergmann
2019-11-15
y2038: move itimer reset into itimer.c
Arnd Bergmann
2019-11-15
y2038: use compat_{get,set}_itimer on alpha
Arnd Bergmann
2019-11-15
y2038: itimer: compat handling to itimer.c
Arnd Bergmann
2019-11-15
y2038: time: avoid timespec usage in settimeofday()
Arnd Bergmann
2019-11-15
y2038: syscalls: change remaining timeval to __kernel_old_timeval
Arnd Bergmann
2019-11-15
y2038: rusage: use __kernel_old_timeval
Arnd Bergmann
2019-11-15
y2038: uapi: change __kernel_time_t to __kernel_old_time_t
Arnd Bergmann
2019-11-15
y2038: remove CONFIG_64BIT_TIME
Arnd Bergmann
2019-11-15
perf/core: Provide a kernel-internal interface to pause perf_event
Like Xu
2019-11-15
perf/core: Provide a kernel-internal interface to recalibrate event period
Like Xu
2019-11-15
kernel/module.c: wakeup processes in module_wq on module unload
Konstantin Khorenko
2019-11-15
sched/uclamp: Fix incorrect condition
Qais Yousef
2019-11-15
genirq: Fix function documentation of __irq_alloc_descs()
luanshi
2019-11-15
irq_work: Fix IRQ_WORK_BUSY bit clearing
Frederic Weisbecker
2019-11-14
ftrace: Add modify_ftrace_direct()
Steven Rostedt (VMware)
2019-11-14
tracing: Add missing "inline" in stub function of latency_fsnotify()
Steven Rostedt (VMware)
2019-11-14
cgroup: fix incorrect WARN_ON_ONCE() in cgroup_setup_root()
Tejun Heo
2019-11-14
tracing: Remove stray tab in TRACE_EVAL_MAP_FILE's help text
Borislav Petkov
2019-11-14
tracing: Use seq_buf_hex_dump() to dump buffers
Piotr Maziarz
2019-11-14
tracing/kprobe: Check whether the non-suffixed symbol is notrace
Masami Hiramatsu
2019-11-14
tracing: use kvcalloc for tgid_map array allocation
Yuming Han
2019-11-14
tracing/hwlat: Fix a few trivial nits
Srivatsa S. Bhat (VMware)
2019-11-14
tracing: Use generic type for comparator function
Andy Shevchenko
2019-11-14
fgraph: Fix function type mismatches of ftrace_graph_return using ftrace_stub
Steven Rostedt (VMware)
2019-11-13
tracing: Adding NULL checks for trace_array descriptor pointer
Divya Indi
[prev]
[next]