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
2015-02-18
scripts/gdb: add helper and convenience function to look up tasks
Jan Kiszka
2
-0
/
+28
2015-02-18
scripts/gdb: add task iteration class
Jan Kiszka
1
-0
/
+46
2015-02-18
scripts/gdb: add lx-dmesg command
Jan Kiszka
2
-0
/
+65
2015-02-18
scripts/gdb: add read_u16/32/64 helpers
Jan Kiszka
1
-0
/
+21
2015-02-18
scripts/gdb: add get_target_endianness helper
Jan Kiszka
1
-0
/
+18
2015-02-18
scripts/gdb: add internal helper and convenience function to look up a module
Jan Kiszka
2
-0
/
+29
2015-02-18
scripts/gdb: add automatic symbol reloading on module insertion
Jan Kiszka
1
-0
/
+39
2015-02-18
kernel/module.c: do not inline do_init_module()
Jan Kiszka
1
-2
/
+7
2015-02-18
scripts/gdb: add lx-symbols command
Jan Kiszka
2
-0
/
+128
2015-02-18
scripts/gdb: add module iteration class
Jan Kiszka
1
-0
/
+39
2015-02-18
scripts/gdb: add container_of helper and convenience function
Jan Kiszka
2
-0
/
+37
2015-02-18
scripts/gdb: add cache for type objects
Jan Kiszka
1
-0
/
+34
2015-02-18
scripts/gdb: add infrastructure
Jan Kiszka
6
-1
/
+51
2015-02-18
fs/affs/super.c: fix switch indentation
Fabian Frederick
1
-33
/
+33
2015-02-18
fs/affs/inode.c: remove double extern affs_symlink_inode_operations
Fabian Frederick
1
-2
/
+0
2015-02-18
fs/affs/bitmap.c: remove unnecessary return
Fabian Frederick
1
-1
/
+0
2015-02-18
fs/affs/amigaffs.c: remove else after return
Fabian Frederick
1
-2
/
+1
2015-02-18
fs/affs: define AFFSNAMEMAX to replace constant use
Fabian Frederick
5
-13
/
+16
2015-02-18
fs/affs: use unsigned int for string lengths
Fabian Frederick
2
-8
/
+9
2015-02-18
fs/affs/super.c: destroy sbi mutex in affs_kill_sb()
Fabian Frederick
1
-0
/
+1
2015-02-18
fs/affs/file.c: fix direct IO writes beyond EOF
Fabian Frederick
1
-0
/
+7
2015-02-18
fs/affs/file.c: replace if/BUG by BUG_ON
Fabian Frederick
1
-4
/
+2
2015-02-18
fs/affs: fix casting in printed messages
Geert Uytterhoeven
5
-40
/
+33
2015-02-18
eventfd: don't take the spinlock in eventfd_poll
Chris Mason
1
-6
/
+6
2015-02-18
lib/rbtree.c: fix typo in comment
John de la Garza
1
-1
/
+1
2015-02-18
vmcore: fix PT_NOTE n_namesz, n_descsz overflow issue
WANG Chao
1
-4
/
+4
2015-02-18
kexec: add IND_FLAGS macro
Geoff Levand
2
-2
/
+1
2015-02-18
kexec: add bit definitions for kimage entry flags
Geoff Levand
1
-4
/
+15
2015-02-18
kexec: simplify conditional
Geoff Levand
1
-7
/
+10
2015-02-18
kexec: Fix make headers_check
Geoff Levand
1
-6
/
+0
2015-02-18
kexec: fix a typo in comment
Alexander Kuleshov
1
-1
/
+1
2015-02-18
kexec: remove never used member destination in kimage
Baoquan He
2
-6
/
+0
2015-02-18
signal: use current->state helpers
Davidlohr Bueso
1
-2
/
+2
2015-02-18
ptrace: remove linux/compat.h inclusion under CONFIG_COMPAT
Fabian Frederick
1
-1
/
+0
2015-02-18
fs: fat: use MSDOS_SB macro to get msdos_sb_info
Fred Chou
1
-1
/
+1
2015-02-18
fs/reiserfs/inode.c: replace 0 by NULL for pointers
Fabian Frederick
1
-1
/
+1
2015-02-18
fs/ufs/super.c: fix potential race condition
Fabian Frederick
1
-4
/
+0
2015-02-18
fs/ufs/super.c: remove unnecessary casting
Fabian Frederick
1
-1
/
+3
2015-02-18
fs/coda/dir.c: forward declaration clean-up
Fabian Frederick
1
-82
/
+56
2015-02-18
fs/befs/linuxvfs.c: remove unnecessary casting
Fabian Frederick
1
-3
/
+3
2015-02-18
Merge branch 'parisc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
23
-3264
/
+80
2015-02-18
Merge tag 'nios2-v3.20-rc1' of git://git.rocketboards.org/linux-socfpga-next
Linus Torvalds
21
-11
/
+1067
2015-02-18
Merge tag 'suspend-to-idle-3.20-rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
11
-108
/
+407
2015-02-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
8
-62
/
+102
2015-02-17
net: dsa: Set valid phy interface type
Guenter Roeck
1
-2
/
+7
2015-02-17
Merge tag '64bit-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
17
-1
/
+1720
2015-02-17
Merge tag 'defconfig-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
13
-73
/
+203
2015-02-17
Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
28
-268
/
+1570
2015-02-17
Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
Linus Torvalds
249
-2428
/
+14920
2015-02-17
Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...
Linus Torvalds
137
-1378
/
+4076
[prev]
[next]