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
2017-09-09
ANDROID: binder: add hwbinder,vndbinder to BINDER_DEVICES.
Martijn Coenen
1
-0
/
+1
2017-09-07
cpuset: Fix incorrect memory_pressure control file mapping
Waiman Long
1
-0
/
+1
2017-09-07
mm, uprobes: fix multiple free of ->uprobes_state.xol_area
Eric Biggers
2
-2
/
+8
2017-08-30
timers: Fix excessive granularity of new timers after a nohz idle
Nicholas Piggin
1
-9
/
+41
2017-08-30
perf/core: Fix group {cpu,task} validation
Mark Rutland
1
-20
/
+19
2017-08-30
ftrace: Check for null ret_stack on profile function graph entry function
Steven Rostedt (VMware)
1
-0
/
+4
2017-08-30
ring-buffer: Have ring_buffer_alloc_read_page() return error on offline CPU
Steven Rostedt (VMware)
3
-11
/
+21
2017-08-30
tracing: Fix freeing of filter in create_filter() when set_str is false
Steven Rostedt (VMware)
1
-0
/
+4
2017-08-30
tracing: Fix kmemleak in tracing_map_array_free()
Chunyu Hu
1
-4
/
+7
2017-08-30
tracing: Missing error code in tracer_alloc_buffers()
Dan Carpenter
1
-0
/
+1
2017-08-30
tracing: Call clear_boot_tracer() at lateinit_sync
Steven Rostedt (VMware)
1
-1
/
+1
2017-08-30
fork: fix incorrect fput of ->exe_file causing use-after-free
Eric Biggers
1
-0
/
+1
2017-08-30
bpf/verifier: fix min/max handling in BPF_SUB
Edward Cree
1
-6
/
+15
2017-08-30
bpf: fix mixed signed/unsigned derived min/max value bounds
Daniel Borkmann
1
-14
/
+94
2017-08-30
bpf, verifier: add additional patterns to evaluate_reg_imm_alu
John Fastabend
1
-0
/
+62
2017-08-30
bpf: fix bpf_trace_printk on 32 bit archs
Daniel Borkmann
1
-4
/
+30
2017-08-24
pids: make task_tgid_nr_ns() safe
Oleg Nesterov
1
-7
/
+4
2017-08-24
kernel/watchdog: Prevent false positives with turbo modes
Thomas Gleixner
2
-0
/
+60
2017-08-24
genirq/ipi: Fixup checks against nr_cpu_ids
Alexey Dobriyan
1
-2
/
+2
2017-08-24
genirq: Restore trigger settings in irq_modify_status()
Marc Zyngier
1
-2
/
+8
2017-08-24
perf/x86: Fix RDPMC vs. mm_struct tracking
Peter Zijlstra
1
-3
/
+3
2017-08-24
audit: Fix use after free in audit_remove_watch_rule()
Jan Kara
1
-5
/
+7
2017-08-16
futex: Remove unnecessary warning from get_futex_key
Mel Gorman
1
-2
/
+3
2017-08-11
workqueue: implicit ordered attribute should be overridable
Tejun Heo
1
-4
/
+9
2017-08-11
timers: Fix overflow in get_next_timer_interrupt
Matija Glavinic Pecotic
1
-1
/
+1
2017-08-11
cpuset: fix a deadlock due to incomplete patching of cpusets_enabled()
Dima Zavin
1
-0
/
+1
2017-08-11
workqueue: restore WQ_UNBOUND/max_active==1 to be ordered
Tejun Heo
1
-0
/
+10
2017-08-11
cgroup: fix error return value from cgroup_subtree_control()
Tejun Heo
1
-2
/
+2
2017-08-11
cgroup: create dfl_root files on subsys registration
Tejun Heo
1
-0
/
+4
2017-08-11
cgroup: don't call migration methods if there are no tasks to migrate
Tejun Heo
2
-27
/
+34
2017-07-27
sched/cputime: Don't use smp_processor_id() in preemptible context
Wanpeng Li
1
-3
/
+3
2017-07-27
alarmtimer: don't rate limit one-shot timers
Greg Hackmann
1
-1
/
+1
2017-07-27
smp/hotplug: Replace BUG_ON and react useful
Thomas Gleixner
1
-1
/
+2
2017-07-27
smp/hotplug: Move unparking of percpu threads to the control CPU
Thomas Gleixner
1
-18
/
+19
2017-07-27
tracing: Fix kmemleak in instance_rmdir
Chunyu Hu
1
-0
/
+1
2017-07-27
kernel/fork.c: virtually mapped stacks: do not disable interrupts
Christoph Lameter
1
-11
/
+5
2017-07-27
sched/fair: Fix load_balance() affinity redo path
Jeffrey Hugo
1
-12
/
+20
2017-07-27
sched/cputime: Accumulate vtime on top of nsec clocksource
Wanpeng Li
1
-22
/
+42
2017-07-27
sched/cputime: Move the vtime task fields to their own struct
Frederic Weisbecker
2
-51
/
+67
2017-07-27
sched/cputime: Rename vtime fields
Frederic Weisbecker
2
-17
/
+17
2017-07-27
sched/cputime: Always set tsk->vtime_snap_whence after accounting vtime
Frederic Weisbecker
1
-1
/
+1
2017-07-27
vtime, sched/cputime: Remove vtime_account_user()
Frederic Weisbecker
1
-6
/
+6
2017-07-27
Revert "perf/core: Drop kernel samples even though :u is specified"
Ingo Molnar
1
-21
/
+0
2017-07-27
perf/core: Fix scheduling regression of pinned groups
Alexander Shishkin
1
-0
/
+7
2017-07-27
ftrace: Fix uninitialized variable in match_records()
Dan Carpenter
1
-1
/
+1
2017-07-27
PCI/MSI: Ignore affinity if pre/post vector count is more than min_vecs
Michael Hernandez
1
-1
/
+12
2017-07-21
sched/topology: Fix overlapping sched_group_mask
Peter Zijlstra
1
-1
/
+17
2017-07-21
sched/topology: Optimize build_group_mask()
Lauro Ramos Venancio
1
-2
/
+2
2017-07-21
sched/topology: Fix building of overlapping sched-groups
Peter Zijlstra
1
-1
/
+1
2017-07-21
rcu: Add memory barriers for NOCB leader wakeup
Paul E. McKenney
1
-0
/
+2
[next]