index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
scripts/gdb: convert ModuleList to generator function
Jan Kiszka
2015-02-17
2
-23
/
+12
*
scripts/gdb: use a generator instead of iterator for task list
Daniel Wagner
2015-02-17
1
-30
/
+20
*
scripts/gdb: ignore byte-compiled python files
Daniel Thompson
2015-02-17
2
-0
/
+3
*
scripts/gdb: port to python3 / gdb7.7
Pantelis Koukousoulas
2015-02-17
6
-9
/
+18
*
scripts/gdb: add basic documentation
Jan Kiszka
2015-02-17
1
-0
/
+160
*
scripts/gdb: add lx-lsmod command
Jan Kiszka
2015-02-17
1
-1
/
+45
*
scripts/gdb: add class to iterate over CPU masks
Jan Kiszka
2015-02-17
1
-0
/
+54
*
scripts/gdb: add lx_current convenience function
Jan Kiszka
2015-02-17
1
-0
/
+17
*
scripts/gdb: add internal helper and convenience function for per-cpu lookup
Jan Kiszka
2015-02-17
2
-0
/
+69
*
scripts/gdb: add get_gdbserver_type helper
Jan Kiszka
2015-02-17
1
-0
/
+35
*
scripts/gdb: add internal helper and convenience function to retrieve thread_...
Jan Kiszka
2015-02-17
1
-0
/
+35
*
scripts/gdb: add is_target_arch helper
Jan Kiszka
2015-02-17
1
-0
/
+13
*
scripts/gdb: add helper and convenience function to look up tasks
Jan Kiszka
2015-02-17
2
-0
/
+28
*
scripts/gdb: add task iteration class
Jan Kiszka
2015-02-17
1
-0
/
+46
*
scripts/gdb: add lx-dmesg command
Jan Kiszka
2015-02-17
2
-0
/
+65
*
scripts/gdb: add read_u16/32/64 helpers
Jan Kiszka
2015-02-17
1
-0
/
+21
*
scripts/gdb: add get_target_endianness helper
Jan Kiszka
2015-02-17
1
-0
/
+18
*
scripts/gdb: add internal helper and convenience function to look up a module
Jan Kiszka
2015-02-17
2
-0
/
+29
*
scripts/gdb: add automatic symbol reloading on module insertion
Jan Kiszka
2015-02-17
1
-0
/
+39
*
kernel/module.c: do not inline do_init_module()
Jan Kiszka
2015-02-17
1
-2
/
+7
*
scripts/gdb: add lx-symbols command
Jan Kiszka
2015-02-17
2
-0
/
+128
*
scripts/gdb: add module iteration class
Jan Kiszka
2015-02-17
1
-0
/
+39
*
scripts/gdb: add container_of helper and convenience function
Jan Kiszka
2015-02-17
2
-0
/
+37
*
scripts/gdb: add cache for type objects
Jan Kiszka
2015-02-17
1
-0
/
+34
*
scripts/gdb: add infrastructure
Jan Kiszka
2015-02-17
6
-1
/
+51
*
fs/affs/super.c: fix switch indentation
Fabian Frederick
2015-02-17
1
-33
/
+33
*
fs/affs/inode.c: remove double extern affs_symlink_inode_operations
Fabian Frederick
2015-02-17
1
-2
/
+0
*
fs/affs/bitmap.c: remove unnecessary return
Fabian Frederick
2015-02-17
1
-1
/
+0
*
fs/affs/amigaffs.c: remove else after return
Fabian Frederick
2015-02-17
1
-2
/
+1
*
fs/affs: define AFFSNAMEMAX to replace constant use
Fabian Frederick
2015-02-17
5
-13
/
+16
*
fs/affs: use unsigned int for string lengths
Fabian Frederick
2015-02-17
2
-8
/
+9
*
fs/affs/super.c: destroy sbi mutex in affs_kill_sb()
Fabian Frederick
2015-02-17
1
-0
/
+1
*
fs/affs/file.c: fix direct IO writes beyond EOF
Fabian Frederick
2015-02-17
1
-0
/
+7
*
fs/affs/file.c: replace if/BUG by BUG_ON
Fabian Frederick
2015-02-17
1
-4
/
+2
*
fs/affs: fix casting in printed messages
Geert Uytterhoeven
2015-02-17
5
-40
/
+33
*
eventfd: don't take the spinlock in eventfd_poll
Chris Mason
2015-02-17
1
-6
/
+6
*
lib/rbtree.c: fix typo in comment
John de la Garza
2015-02-17
1
-1
/
+1
*
vmcore: fix PT_NOTE n_namesz, n_descsz overflow issue
WANG Chao
2015-02-17
1
-4
/
+4
*
kexec: add IND_FLAGS macro
Geoff Levand
2015-02-17
2
-2
/
+1
*
kexec: add bit definitions for kimage entry flags
Geoff Levand
2015-02-17
1
-4
/
+15
*
kexec: simplify conditional
Geoff Levand
2015-02-17
1
-7
/
+10
*
kexec: Fix make headers_check
Geoff Levand
2015-02-17
1
-6
/
+0
*
kexec: fix a typo in comment
Alexander Kuleshov
2015-02-17
1
-1
/
+1
*
kexec: remove never used member destination in kimage
Baoquan He
2015-02-17
2
-6
/
+0
*
signal: use current->state helpers
Davidlohr Bueso
2015-02-17
1
-2
/
+2
*
ptrace: remove linux/compat.h inclusion under CONFIG_COMPAT
Fabian Frederick
2015-02-17
1
-1
/
+0
*
fs: fat: use MSDOS_SB macro to get msdos_sb_info
Fred Chou
2015-02-17
1
-1
/
+1
*
fs/reiserfs/inode.c: replace 0 by NULL for pointers
Fabian Frederick
2015-02-17
1
-1
/
+1
*
fs/ufs/super.c: fix potential race condition
Fabian Frederick
2015-02-17
1
-4
/
+0
*
fs/ufs/super.c: remove unnecessary casting
Fabian Frederick
2015-02-17
1
-1
/
+3
[next]