index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-07
ipc, kernel: use Linux headers
Paul McQuade
7
-7
/
+7
2014-06-07
ipc: constify ipc_ops
Mathias Krause
5
-20
/
+19
2014-06-07
initramfs: remove "compression mode" choice
Paul Bolle
1
-77
/
+0
2014-06-07
fs/devpts/inode.c: convert printk to pr_foo()
Fabian Frederick
1
-11
/
+15
2014-06-07
fs/cachefiles: replace kerror by pr_err
Fabian Frederick
8
-54
/
+58
2014-06-07
FS/CACHEFILES: convert printk to pr_foo()
Fabian Frederick
6
-52
/
+39
2014-06-07
fs/pstore: logging clean-up
Fabian Frederick
2
-29
/
+26
2014-06-07
kernel/profile.c: use static const char instead of static char
Fabian Frederick
1
-3
/
+3
2014-06-07
kernel/profile.c: convert printk to pr_foo()
Fabian Frederick
1
-9
/
+5
2014-06-07
fs/affs: pr_debug cleanup
Fabian Frederick
9
-59
/
+74
2014-06-07
fs/affs: convert printk to pr_foo()
Fabian Frederick
4
-23
/
+26
2014-06-07
fs/affs/file.c: remove unnecessary function parameters
Fabian Frederick
1
-11
/
+13
2014-06-07
include/asm-generic/ioctl.h: fix _IOC_TYPECHECK sparse error
Hans Verkuil
1
-0
/
+5
2014-06-07
kernel/user_namespace.c: kernel-doc/checkpatch fixes
Fabian Frederick
1
-13
/
+20
2014-06-07
tools/testing/selftests/sysctl: validate sysctl_writes_strict
Kees Cook
5
-0
/
+216
2014-06-07
sysctl: allow for strict write position handling
Kees Cook
2
-2
/
+88
2014-06-07
sysctl: refactor sysctl string writing logic
Kees Cook
1
-7
/
+4
2014-06-07
sysctl: clean up char buffer arguments
Kees Cook
1
-7
/
+7
2014-06-07
rapidio/tsi721: use pci_enable_msix_exact() instead of pci_enable_msix()
Alexander Gordeev
1
-8
/
+3
2014-06-07
idr: reorder the fields
Lai Jiangshan
1
-5
/
+8
2014-06-07
idr: reduce the unneeded check in free_layer()
Lai Jiangshan
1
-1
/
+1
2014-06-07
idr: don't need to shink the free list when idr_remove()
Lai Jiangshan
1
-16
/
+0
2014-06-07
idr: fix idr_replace()'s returned error code
Lai Jiangshan
1
-2
/
+2
2014-06-07
idr: fix NULL pointer dereference when ida_remove(unallocated_id)
Lai Jiangshan
1
-1
/
+1
2014-06-07
idr: fix unexpected ID-removal when idr_remove(unallocated_id)
Lai Jiangshan
1
-0
/
+8
2014-06-07
idr: fix overflow bug during maximum ID calculation at maximum height
Lai Jiangshan
1
-5
/
+3
2014-06-07
kernel/kexec.c: convert printk to pr_foo()
Fabian Frederick
1
-37
/
+32
2014-06-07
kernel/panic.c: add "crash_kexec_post_notifiers" option for kdump after panic...
Masami Hiramatsu
2
-2
/
+29
2014-06-07
smp: print more useful debug info upon receiving IPI on an offline CPU
Srivatsa S. Bhat
1
-3
/
+15
2014-06-07
fs/proc/vmcore.c: remove NULL assignment to static
Fabian Frederick
1
-1
/
+1
2014-06-07
fs/proc/task_mmu.c: replace seq_printf by seq_puts
Fabian Frederick
1
-4
/
+4
2014-06-07
signals: change wait_for_helper() to use kernel_sigaction()
Oleg Nesterov
1
-4
/
+1
2014-06-07
signals: introduce kernel_sigaction()
Oleg Nesterov
2
-26
/
+28
2014-06-07
signals: disallow_signal() should flush the potentially pending signal
Oleg Nesterov
1
-0
/
+7
2014-06-07
signals: kill the obsolete sigdelset() and recalc_sigpending() in allow_signal()
Oleg Nesterov
1
-4
/
+1
2014-06-07
signals: jffs2: fix the wrong usage of disallow_signal()
Oleg Nesterov
1
-5
/
+7
2014-06-07
signals: mv {dis,}allow_signal() from sched.h/exit.c to signal.[ch]
Oleg Nesterov
4
-42
/
+31
2014-06-07
signals: cleanup the usage of t/current in do_sigaction()
Oleg Nesterov
1
-8
/
+7
2014-06-07
signals: rename rm_from_queue_full() to flush_sigqueue_mask()
Oleg Nesterov
1
-11
/
+8
2014-06-07
signals: kill rm_from_queue(), change prepare_signal() to use for_each_thread()
Oleg Nesterov
1
-33
/
+10
2014-06-07
signals: s/siginitset/sigemptyset/ in do_sigtimedwait()
Oleg Nesterov
1
-1
/
+1
2014-06-07
signals: kill sigfindinword()
Oleg Nesterov
3
-20
/
+0
2014-06-07
ptrace: task_clear_jobctl_trapping()->wake_up_bit() needs mb()
Oleg Nesterov
1
-0
/
+1
2014-06-07
ptrace: fix fork event messages across pid namespaces
Matthew Dempsky
2
-3
/
+39
2014-06-07
Documentation/memory-barriers.txt: fix important typo re memory barriers
Alexey Dobriyan
1
-2
/
+2
2014-06-07
Documentation/filesystems/seq_file.txt: create_proc_entry deprecated
Fabian Frederick
1
-0
/
+9
2014-06-07
Documentation/SubmittingPatches: describe the Fixes: tag
Jacob Keller
1
-1
/
+21
2014-06-07
fs/fat/inode.c: clean up string initializations (char[] instead of char *)
Manuel Schölling
1
-1
/
+1
2014-06-07
fs/fat/: add support for DOS 1.x formatted volumes
Conrad Meyer
3
-77
/
+274
2014-06-07
fs/hpfs: increase pr_warn level
Fabian Frederick
8
-47
/
+47
[next]