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
2013-06-13
timekeeping: Correct run-time detection of persistent_clock.
Zoran Markovic
1
-0
/
+8
2013-06-13
Fix lockup related to stop_machine being stuck in __do_softirq.
Ben Greear
1
-3
/
+10
2013-06-07
cgroup: fix a subtle bug in descendant pre-order walk
Tejun Heo
1
-6
/
+3
2013-06-07
cgroup: initialize xattr before calling d_instantiate()
Li Zefan
1
-4
/
+5
2013-06-07
module: don't unlink the module until we've removed all exposure.
Rusty Russell
1
-4
/
+9
2013-06-07
x86, range: fix missing merge during add range
Yinghai Lu
1
-3
/
+5
2013-05-19
audit: Make testing for a valid loginuid explicit.
Eric W. Biederman
2
-2
/
+34
2013-05-19
usermodehelper: check subprocess_info->path != NULL
Oleg Nesterov
1
-0
/
+5
2013-05-19
tracing: Fix leaks of filter preds
Steven Rostedt (Red Hat)
1
-0
/
+4
2013-05-19
tick: Cleanup NOHZ per cpu data on cpu down
Thomas Gleixner
1
-1
/
+1
2013-05-19
timer: Don't reinitialize the cpu base lock during CPU_UP_PREPARE
Tirupathi Reddy
1
-1
/
+1
2013-05-19
time: Revert ALWAYS_USE_PERSISTENT_CLOCK compile time optimizaitons
John Stultz
1
-5
/
+0
2013-05-19
sched: Avoid prev->stime underflow
Stanislaw Gruszka
1
-7
/
+7
2013-05-19
sched: Do not account bogus utime
Stanislaw Gruszka
1
-0
/
+9
2013-05-19
sched: Avoid cputime scaling overflow
Stanislaw Gruszka
1
-22
/
+35
2013-05-19
sched: Lower chances of cputime scaling overflow
Frederic Weisbecker
1
-12
/
+34
2013-05-11
kernel/audit_tree.c: tree will leak memory when failure occurs in audit_trim_...
Chen Gang
1
-1
/
+1
2013-05-11
tracing: Fix ftrace_dump()
Steven Rostedt (Red Hat)
2
-40
/
+31
2013-05-11
MODSIGN: do not send garbage to stderr when enabling modules signature
David Cohen
1
-1
/
+1
2013-05-07
rcutrace: single_open() leaks
Al Viro
1
-4
/
+4
2013-05-07
clockevents: Set dummy handler on CPU_DEAD shutdown
Thomas Gleixner
2
-0
/
+5
2013-05-07
cgroup: fix broken file xattrs
Li Zefan
1
-5
/
+6
2013-05-07
cgroup: fix an off-by-one bug which may trigger BUG_ON()
Li Zefan
1
-1
/
+1
2013-05-07
hrtimer: Add expiry time overflow check in hrtimer_interrupt
Prarit Bhargava
1
-0
/
+2
2013-05-07
hrtimer: Fix ktime_add_ns() overflow on 32bit architectures
David Engraf
1
-0
/
+4
2013-05-07
tracing: Reset ftrace_graph_filter_enabled if count is zero
Namhyung Kim
1
-1
/
+2
2013-05-07
tracing: Check return value of tracing_init_dentry()
Namhyung Kim
3
-0
/
+6
2013-05-07
tracing: Fix off-by-one on allocating stat->pages
Namhyung Kim
1
-1
/
+1
2013-05-07
tracing: Remove most or all of stack tracer stack size from stack_max_size
Steven Rostedt (Red Hat)
1
-21
/
+54
2013-05-07
tracing: Fix stack tracer with fentry use
Steven Rostedt (Red Hat)
1
-4
/
+29
2013-05-07
tracing: Use stack of calling function for stack tracer
Steven Rostedt (Red Hat)
1
-5
/
+7
2013-04-27
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+2
2013-04-22
kernel/hz.bc: ignore.
Rusty Russell
1
-0
/
+1
2013-04-21
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2013-04-21
events: Protect access via task_subsys_state_check()
Paul E. McKenney
1
-0
/
+2
2013-04-20
Merge branch 'x86-kdump-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-13
/
+105
2013-04-18
Merge branch 'userns-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-9
/
+13
2013-04-18
Revert "block: add missing block_bio_complete() tracepoint"
Linus Torvalds
1
-23
/
+3
2013-04-18
kprobes: Fix a double lock bug of kprobe_mutex
Masami Hiramatsu
1
-6
/
+13
2013-04-17
kernel/signal.c: stop info leak via the tkill and the tgkill syscalls
Emese Revfy
1
-1
/
+1
2013-04-17
kexec: use Crash kernel for Crash kernel low
Yinghai Lu
1
-1
/
+1
2013-04-17
x86, kdump: Change crashkernel_high/low= to crashkernel=,high/low
Yinghai Lu
1
-13
/
+96
2013-04-17
x86, kdump: Retore crashkernel= to allocate under 896M
Yinghai Lu
1
-0
/
+9
2013-04-15
Merge branches 'timers-urgent-for-linus', 'irq-urgent-for-linus' and 'core-ur...
Linus Torvalds
3
-28
/
+41
2013-04-15
perf: Treat attr.config as u64 in perf_swevent_init()
Tommi Rantala
1
-1
/
+1
2013-04-14
userns: Changing any namespace id mappings should require privileges
Andy Lutomirski
1
-3
/
+3
2013-04-14
userns: Check uid_map's opener's fsuid, not the current fsuid
Andy Lutomirski
1
-2
/
+2
2013-04-14
userns: Don't let unprivileged users trick privileged users into setting the ...
Eric W. Biederman
1
-4
/
+8
2013-04-14
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
3
-4
/
+32
2013-04-14
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
5
-10
/
+26
[next]