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
2019-04-20
bpf: fix use after free in bpf_evict_inode
Daniel Borkmann
1
-14
/
+18
2019-04-20
sched/core: Fix buffer overflow in cgroup2 property cpu.max
Konstantin Khlebnikov
1
-1
/
+1
2019-04-20
sched/cpufreq: Fix 32-bit math overflow
Peter Zijlstra
1
-34
/
+25
2019-04-20
perf/core: Restore mmap record type correctly
Stephane Eranian
1
-0
/
+2
2019-04-17
sched/fair: Do not re-read ->h_load_next during hierarchical load calculation
Mel Gorman
1
-3
/
+3
2019-04-17
genirq: Initialize request_mutex if CONFIG_SPARSE_IRQ=n
Kefeng Wang
1
-0
/
+1
2019-04-17
genirq: Respect IRQCHIP_SKIP_SET_WAKE in irq_chip_set_wake_parent()
Stephen Boyd
1
-0
/
+4
2019-04-17
alarmtimer: Return correct remaining time
Andrei Vagin
1
-1
/
+1
2019-04-05
audit: hand taken context to audit_kill_trees for syscall logging
Richard Guy Briggs
3
-16
/
+19
2019-04-05
cpu/hotplug: Mute hotplug lockdep during init
Valentin Schneider
1
-0
/
+9
2019-04-05
cgroup/pids: turn cgroup_subsys->free() into cgroup_subsys->release() to fix ...
Oleg Nesterov
3
-8
/
+12
2019-04-05
sched/core: Use READ_ONCE()/WRITE_ONCE() in move_queued_task()/task_rq_lock()
Andrea Parri
2
-7
/
+8
2019-04-05
sched/debug: Initialize sd_sysctl_cpus if !CONFIG_CPUMASK_OFFSTACK
Hidetoshi Seto
1
-0
/
+4
2019-04-05
perf/aux: Make perf_event accessible to setup_aux()
Mathieu Poirier
1
-1
/
+1
2019-04-05
genirq: Avoid summation loops for /proc/stat
Thomas Gleixner
3
-4
/
+23
2019-04-05
sched/topology: Fix percpu data types in struct sd_data & struct s_data
Luc Van Oostenryck
1
-1
/
+1
2019-04-05
kprobes: Prohibit probing on RCU debug routine
Masami Hiramatsu
1
-0
/
+2
2019-04-05
cgroup, rstat: Don't flush subtree root unless necessary
Tejun Heo
1
-4
/
+6
2019-04-05
mm/resource: Return real error codes from walk failures
Dave Hansen
1
-2
/
+2
2019-04-05
sysctl: handle overflow for file-max
Christian Brauner
1
-0
/
+3
2019-04-05
tracing: kdb: Fix ftdump to not sleep
Douglas Anderson
3
-6
/
+11
2019-04-03
bpf: do not restore dst_reg when cur_state is freed
Xu Yu
1
-1
/
+1
2019-04-03
cpu/hotplug: Prevent crash when CPU bringup fails on CONFIG_HOTPLUG_CPU=n
Thomas Gleixner
1
-2
/
+18
2019-04-03
watchdog: Respect watchdog cpumask on CPU hotplug
Thomas Gleixner
1
-2
/
+4
2019-04-03
tracing: initialize variable in create_dyn_event()
Frank Rowand
1
-1
/
+1
2019-03-27
locking/lockdep: Add debug_locks check in __lock_downgrade()
Waiman Long
1
-0
/
+3
2019-03-27
futex: Ensure that futex address is aligned in handle_futex_death()
Chen Jie
1
-0
/
+4
2019-03-23
rcu: Do RCU GP kthread self-wakeup from softirq and interrupt
Zhang, Jun
1
-5
/
+14
2019-03-23
swiotlb: Add is_swiotlb_active() function
Joerg Roedel
1
-0
/
+9
2019-03-23
swiotlb: Introduce swiotlb_max_mapping_size()
Joerg Roedel
1
-0
/
+5
2019-03-23
dma: Introduce dma_max_mapping_size()
Joerg Roedel
2
-0
/
+25
2019-03-23
kernel/sysctl.c: add missing range check in do_proc_dointvec_minmax_conv
Zev Weiss
1
-1
/
+10
2019-03-23
tracing/perf: Use strndup_user() instead of buggy open-coded version
Jann Horn
1
-9
/
+7
2019-03-23
tracing: Do not free iter->trace in fail path of tracing_open_pipe()
zhangyi (F)
1
-1
/
+0
2019-03-23
tracing: Use strncpy instead of memcpy for string keys in hist triggers
Tom Zanussi
1
-2
/
+3
2019-03-23
fix cgroup_do_mount() handling of failure exits
Al Viro
1
-3
/
+6
2019-03-10
tracing: Fix event filters and triggers to handle negative numbers
Pavel Tikhomirov
1
-1
/
+4
2019-03-01
bpf: fix sanitation rewrite in case of non-pointers
Daniel Borkmann
1
-1
/
+2
2019-03-01
bpf: drop refcount if bpf_map_new_fd() fails in map_create()
Peng Sun
1
-2
/
+2
2019-02-26
bpf: decrease usercnt if bpf_map_new_fd() fails in bpf_map_get_fd_by_id()
Peng Sun
1
-1
/
+1
2019-02-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-0
/
+1
2019-02-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-0
/
+1
2019-02-22
bpf, lpm: fix lookup bug in map_delete_elem
Alban Crequy
1
-0
/
+1
2019-02-21
psi: avoid divide-by-zero crash inside virtual machines
Johannes Weiner
1
-1
/
+1
2019-02-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2
-5
/
+14
2019-02-18
Merge tag 'trace-v5.0-rc4-3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-9
/
+3
2019-02-17
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-1
/
+17
2019-02-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2
-5
/
+14
2019-02-15
tracing: Fix number of entries in trace header
Quentin Perret
1
-0
/
+2
2019-02-15
kprobe: Do not use uaccess functions to access kernel memory that can fault
Changbin Du
1
-9
/
+1
[next]