index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-03
bpf: reject stores into ctx via st and xadd
Daniel Borkmann
1
-0
/
+19
2018-02-03
bpf: fix 32-bit divide by zero
Alexei Starovoitov
1
-0
/
+18
2018-02-03
bpf: fix divides by zero
Eric Dumazet
1
-2
/
+2
2018-02-03
bpf: arsh is not supported in 32 bit alu thus reject it
Daniel Borkmann
1
-0
/
+5
2018-02-03
bpf: introduce BPF_JIT_ALWAYS_ON config
Alexei Starovoitov
1
-1
/
+23
2018-02-03
bpf: fix bpf_tail_call() x64 JIT
Alexei Starovoitov
1
-1
/
+1
2018-02-03
bpf: fix branch pruning logic
Alexei Starovoitov
1
-0
/
+28
2018-01-31
hrtimer: Reset hrtimer cpu base proper on CPU hotplug
Thomas Gleixner
1
-0
/
+3
2018-01-31
timers: Plug locking race vs. timer migration
Thomas Gleixner
1
-1
/
+8
2018-01-31
time: Avoid undefined behaviour in ktime_add_safe()
Vegard Nossum
1
-1
/
+1
2018-01-31
sched/deadline: Use the revised wakeup rule for suspending constrained dl tasks
Daniel Bristot de Oliveira
2
-12
/
+88
2018-01-23
tracing: Fix converting enum's from the map in trace_event_eval_update()
Steven Rostedt (VMware)
1
-1
/
+15
2018-01-23
sched/deadline: Zero out positive runtime after throttling constrained tasks
Xunlei Pang
1
-0
/
+2
2018-01-23
futex: Prevent overflow by strengthen input validation
Li Jinyue
1
-0
/
+3
2018-01-23
gcov: disable for COMPILE_TEST
Arnd Bergmann
1
-0
/
+1
2018-01-17
bpf, array: fix overflow in max_entries and undefined behavior in index_mask
Daniel Borkmann
1
-2
/
+15
2018-01-17
bpf: prevent out-of-bounds speculation
Alexei Starovoitov
2
-9
/
+61
2018-01-17
bpf: adjust insn_aux_data when patching insns
Alexei Starovoitov
1
-3
/
+37
2018-01-17
bpf: refactor fixup_bpf_calls()
Alexei Starovoitov
1
-39
/
+33
2018-01-17
bpf: move fixup_bpf_calls() function
Alexei Starovoitov
2
-54
/
+55
2018-01-17
bpf: don't (ab)use instructions to store state
Jakub Kicinski
1
-28
/
+39
2018-01-17
bpf: add bpf_patch_insn_single helper
Daniel Borkmann
2
-44
/
+80
2018-01-17
locking/mutex: Allow next waiter lockless wakeup
Davidlohr Bueso
1
-2
/
+3
2018-01-17
futex: Replace barrier() in unqueue_me() with READ_ONCE()
Jianyu Zhan
1
-2
/
+6
2018-01-10
module: Issue warnings when tainting kernel
Libor Pechacek
1
-1
/
+10
2018-01-10
module: keep percpu symbols in module's symtab
Miroslav Benes
1
-4
/
+11
2018-01-10
kernel/signal.c: remove the no longer needed SIGNAL_UNKILLABLE check in compl...
Oleg Nesterov
1
-2
/
+2
2018-01-10
kernel/signal.c: protect the SIGNAL_UNKILLABLE tasks from !sig_kernel_only() ...
Oleg Nesterov
1
-1
/
+1
2018-01-10
kernel/signal.c: protect the traced SIGNAL_UNKILLABLE tasks from SIGKILL
Oleg Nesterov
1
-5
/
+7
2018-01-10
kernel: make groups_sort calling a responsibility group_info allocators
Thiago Rafael Becker
2
-2
/
+4
2018-01-10
kernel/acct.c: fix the acct->needcheck check in check_free_space()
Oleg Nesterov
1
-1
/
+1
2018-01-05
kaiser: stack map PAGE_SIZE at THREAD_SIZE-PAGE_SIZE
Hugh Dickins
1
-5
/
+2
2018-01-05
kaiser: merged update
Dave Hansen
1
-4
/
+5
2018-01-05
KAISER: Kernel Address Isolation
Richard Fellner
1
-0
/
+8
2018-01-02
nohz: Prevent a timer interrupt storm in tick_nohz_stop_sched_tick()
Thomas Gleixner
1
-2
/
+17
2018-01-02
ring-buffer: Mask out the info bits when returning buffer page length
Steven Rostedt (VMware)
1
-1
/
+5
2018-01-02
tracing: Fix crash when it fails to alloc ring buffer
Jing Xia
1
-0
/
+2
2018-01-02
tracing: Fix possible double free on failure of allocating trace buffer
Steven Rostedt (VMware)
1
-0
/
+1
2018-01-02
tracing: Remove extra zeroing out of the ring buffer page
Steven Rostedt (VMware)
1
-9
/
+1
2017-12-25
sched/core: Idle_task_exit() shouldn't use switch_mm_irqs_off()
Andy Lutomirski
1
-1
/
+1
2017-12-25
sched/core: Add switch_mm_irqs_off() and use it in the scheduler
Andy Lutomirski
1
-3
/
+3
2017-12-20
sched/deadline: Use deadline instead of period when calculating overflow
Steven Rostedt (VMware)
1
-4
/
+4
2017-12-20
sched/deadline: Throttle a constrained deadline task activated after the dead...
Daniel Bristot de Oliveira
1
-0
/
+45
2017-12-20
sched/deadline: Make sure the replenishment timer fires in the next period
Daniel Bristot de Oliveira
1
-2
/
+7
2017-12-20
sched/rt: Do not pull from current CPU if only one CPU to pull
Steven Rostedt
1
-1
/
+7
2017-12-20
tracing: Allocate mask_str buffer dynamically
Changbin Du
1
-20
/
+9
2017-12-16
audit: ensure that 'audit=1' actually enables audit for PID 1
Paul Moore
1
-5
/
+5
2017-12-16
jump_label: Invoke jump_label_test() via early_initcall()
Jason Baron
1
-1
/
+1
2017-12-16
workqueue: trigger WARN if queue_delayed_work() is called with NULL @wq
Tejun Heo
1
-0
/
+1
2017-12-16
kdb: Fix handling of kallsyms_symbol_next() return value
Daniel Thompson
1
-1
/
+1
[next]