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
2011-02-24
perf: Fix throttle logic
Peter Zijlstra
1
-4
/
+15
2011-02-24
genirq: Disable the SHIRQ_DEBUG call in request_threaded_irq for now
Thomas Gleixner
1
-1
/
+1
2011-02-24
genirq: Prevent access beyond allocated_irqs bitmap
Thomas Gleixner
3
-2
/
+17
2011-02-24
workqueue: make sure MAYDAY_INITIAL_TIMEOUT is at least 2 jiffies long
Tejun Heo
1
-1
/
+3
2011-02-24
workqueue: wake up a worker when a rescuer is leaving a gcwq
Tejun Heo
1
-0
/
+9
2011-02-24
PM / Hibernate: Return error code when alloc_image_page() fails
Stanislaw Gruszka
1
-5
/
+2
2011-02-24
security: add cred argument to security_capable()
Chris Wright
1
-1
/
+1
2011-02-24
CRED: Fix memory and refcount leaks upon security_prepare_creds() failure
Tetsuo Handa
1
-2
/
+2
2011-02-24
CRED: Fix BUG() upon security_cred_alloc_blank() failure
Tetsuo Handa
1
-4
/
+8
2011-02-17
Input: sysrq - ensure sysrq_enabled and __sysrq_enabled are consistent
Andy Whitcroft
1
-1
/
+2
2011-02-17
watchdog: Fix broken nowatchdog logic
Marcin Slusarz
1
-13
/
+5
2011-02-17
kernel/smp.c: fix smp_call_function_many() SMP race
Anton Blanchard
1
-0
/
+30
2011-02-17
perf: Validate cpu early in perf_event_alloc()
Oleg Nesterov
1
-4
/
+6
2011-02-17
perf: Find_get_context: fix the per-cpu-counter check
Oleg Nesterov
1
-1
/
+1
2011-02-17
perf: Fix alloc_callchain_buffers()
Eric Dumazet
1
-2
/
+1
2011-02-17
watchdog: Don't change watchdog state on read of sysctl
Marcin Slusarz
1
-4
/
+6
2011-02-17
watchdog: Fix sysctl consistency
Marcin Slusarz
1
-6
/
+7
2011-02-17
workqueue: relax lockdep annotation on flush_work()
Tejun Heo
1
-2
/
+12
2011-02-17
sched: Fix update_curr_rt()
Peter Zijlstra
1
-1
/
+1
2011-02-17
sched, cgroup: Use exit hook to avoid use-after-free crash
Peter Zijlstra
1
-0
/
+18
2011-02-17
sched: Change wait_for_completion_*_timeout() to return a signed long
NeilBrown
1
-2
/
+2
2011-02-17
Fix prlimit64 for suid/sgid processes
Kacper Kornet
1
-1
/
+2
2011-02-17
ptrace: use safer wake up on ptrace_detach()
Tejun Heo
1
-1
/
+1
2011-02-17
genirq: Prevent irq storm on migration
Thomas Gleixner
1
-3
/
+11
2011-02-17
tracing: Fix preempt count leak
Li Zefan
1
-4
/
+2
2011-01-03
watchdog: Improve initialisation error message and documentation
Ben Hutchings
1
-1
/
+2
2010-12-29
fix freeing user_struct in user cache
Hillf Danton
1
-0
/
+1
2010-12-28
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+8
2010-12-24
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...
Linus Torvalds
1
-0
/
+11
2010-12-23
ring_buffer: Off-by-one and duplicate events in ring_buffer_read_page
David Sharp
1
-1
/
+8
2010-12-22
taskstats: pad taskstats netlink response for aligment issues on ia64
Jeff Mahoney
1
-13
/
+44
2010-12-22
kthread_work: make lockdep happy
Yong Zhang
1
-0
/
+11
2010-12-20
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+0
2010-12-19
sched: Remove debugging check
Ingo Molnar
1
-1
/
+0
2010-12-19
Merge branches 'x86-fixes-for-linus' and 'perf-fixes-for-linus' of git://git....
Linus Torvalds
2
-8
/
+39
2010-12-19
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-52
/
+245
2010-12-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...
Linus Torvalds
1
-94
/
+10
2010-12-17
resources: add arch hook for preventing allocation in reserved areas
Bjorn Helgaas
1
-0
/
+6
2010-12-17
Revert "resources: support allocating space within a region from the top down"
Bjorn Helgaas
1
-94
/
+4
2010-12-16
PM / Hibernate: Restore old swap signature to avoid user space breakage
Rafael J. Wysocki
1
-1
/
+1
2010-12-16
PM / Hibernate: Fix PM_POST_* notification with user-space suspend
Takashi Iwai
1
-1
/
+1
2010-12-16
Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...
Ingo Molnar
1
-1
/
+9
2010-12-16
sched: Fix the irqtime code for 32bit
Peter Zijlstra
1
-6
/
+45
2010-12-16
sched: Fix the irqtime code to deal with u64 wraps
Peter Zijlstra
1
-33
/
+50
2010-12-16
perf: Fix off by one in perf_swevent_init()
Dan Carpenter
1
-1
/
+1
2010-12-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-3
/
+4
2010-12-14
workqueue: It is likely that WORKER_NOT_RUNNING is true
Steven Rostedt
1
-2
/
+2
2010-12-08
nohz: Fix get_next_timer_interrupt() vs cpu hotplug
Heiko Carstens
1
-0
/
+6
2010-12-08
Sched: fix skip_clock_update optimization
Mike Galbraith
2
-12
/
+15
2010-12-08
sched: Cure more NO_HZ load average woes
Peter Zijlstra
2
-12
/
+140
[next]