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
2016-05-11
tracing: Don't display trigger file for events that can't be enabled
Chunyu Hu
1
-2
/
+7
2016-05-04
perf/core: Fix time tracking bug with multiplexing
Peter Zijlstra
1
-2
/
+12
2016-05-04
perf/core: Don't leak event in the syscall error path
Alexander Shishkin
1
-0
/
+1
2016-05-04
locking/mcs: Fix mcs_spin_lock() ordering
Peter Zijlstra
1
-1
/
+7
2016-05-04
cgroup, cpuset: replace cpuset_post_attach_flush() with cgroup_subsys->post_a...
Tejun Heo
2
-4
/
+7
2016-05-04
workqueue: fix ghost PENDING flag while doing MQ IO
Roman Pen
1
-0
/
+29
2016-05-04
futex: Acknowledge a new waiter in counter before plist
Davidlohr Bueso
1
-1
/
+1
2016-05-04
futex: Handle unlock_pi race gracefully
Sebastian Andrzej Siewior
1
-3
/
+22
2016-05-04
sched/cgroup: Fix/cleanup cgroup teardown/init
Peter Zijlstra
1
-21
/
+14
2016-04-20
bpf: avoid copying junk bytes in bpf_get_current_comm()
Alexei Starovoitov
1
-1
/
+1
2016-04-12
sched/cputime: Fix steal time accounting vs. CPU hotplug
Thomas Gleixner
2
-0
/
+14
2016-04-12
PM / sleep: Clear pm_suspend_global_flags upon hibernate
Lukas Wunner
1
-0
/
+1
2016-04-12
tracing: Fix trace_printk() to print when not using bprintk()
Steven Rostedt (Red Hat)
1
-0
/
+3
2016-04-12
tracing: Fix crash from reading trace_pipe with sendfile
Steven Rostedt (Red Hat)
1
-1
/
+4
2016-04-12
tracing: Have preempt(irqs)off trace preempt disabled functions
Steven Rostedt (Red Hat)
1
-2
/
+6
2016-04-12
fs/coredump: prevent fsuid=0 dumps into user-controlled directories
Jann Horn
1
-1
/
+1
2016-04-12
cgroup: ignore css_sets associated with dead cgroups during migration
Tejun Heo
1
-2
/
+18
2016-04-12
watchdog: don't run proc_watchdog_update if new value is same as old
Joshua Hunt
1
-1
/
+8
2016-04-12
sched/fair: Avoid using decay_load_missed() with a negative value
Byungchul Park
1
-2
/
+10
2016-04-12
sched/cputime: Fix steal_account_process_tick() to always return jiffies
Chris Friesen
1
-7
/
+7
2016-04-12
perf/core: Fix perf_sched_count derailment
Alexander Shishkin
1
-4
/
+3
2016-03-09
memremap: check pfn validity before passing to pfn_to_page()
Ard Biesheuvel
1
-2
/
+2
2016-03-09
sched/kasan: remove stale KASAN poison after hotplug
Mark Rutland
1
-0
/
+3
2016-03-09
mm: fix mixed zone detection in devm_memremap_pages
Dan Williams
1
-5
/
+6
2016-03-09
list: kill list_force_poison()
Dan Williams
1
-2
/
+7
2016-03-04
Merge tag 'trace-fixes-v4.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-12
/
+15
2016-03-04
tracing: Do not have 'comm' filter override event 'comm' field
Steven Rostedt (Red Hat)
2
-12
/
+15
2016-02-28
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-128
/
+240
2016-02-28
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+1
2016-02-25
Merge tag 'trace-fixes-v4.5-rc5-2' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+2
2016-02-25
Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+3
2016-02-25
perf: Robustify task_function_call()
Peter Zijlstra
1
-20
/
+20
2016-02-25
perf: Fix scaling vs. perf_install_in_context()
Peter Zijlstra
1
-45
/
+70
2016-02-25
perf: Fix scaling vs. perf_event_enable()
Peter Zijlstra
1
-19
/
+23
2016-02-25
perf: Fix scaling vs. perf_event_enable_on_exec()
Peter Zijlstra
1
-0
/
+1
2016-02-25
perf: Fix ctx time tracking by introducing EVENT_TIME
Peter Zijlstra
1
-12
/
+30
2016-02-25
perf: Cure event->pending_disable race
Peter Zijlstra
1
-3
/
+3
2016-02-25
perf: Fix race between event install and jump_labels
Peter Zijlstra
1
-8
/
+41
2016-02-25
perf: Fix cloning
Peter Zijlstra
1
-15
/
+14
2016-02-25
perf: Only update context time when active
Peter Zijlstra
1
-6
/
+6
2016-02-25
perf: Allow perf_release() with !event->ctx
Peter Zijlstra
1
-3
/
+13
2016-02-25
perf: Do not double free
Peter Zijlstra
1
-1
/
+6
2016-02-25
perf: Close install vs. exit race
Peter Zijlstra
1
-9
/
+26
2016-02-24
tracing: Fix showing function event in available_events
Steven Rostedt (Red Hat)
1
-1
/
+2
2016-02-23
devm_memremap: Fix error value when memremap failed
Toshi Kani
1
-1
/
+3
2016-02-22
Merge tag 'trace-fixes-v4.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+5
2016-02-20
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-3
/
+1
2016-02-20
kernel/resource.c: fix muxed resource handling in __request_region()
Simon Guinot
1
-2
/
+3
2016-02-19
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2016-02-19
tracing, kasan: Silence Kasan warning in check_stack of stack_tracer
Yang Shi
1
-1
/
+5
[next]