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
2016-01-06
fs: use block_device name vsprintf helper
Dmitry Monakhov
17
-90
/
+49
2016-01-06
lib/vsprintf: add %*pg format specifier
Dmitry Monakhov
2
-0
/
+35
2016-01-06
fs: use gendisk->disk_name where possible
Dmitry Monakhov
1
-9
/
+3
2016-01-06
poll: plug an unused argument to do_poll
Mateusz Guzik
1
-3
/
+3
2016-01-06
amdkfd: don't open-code memdup_user()
Al Viro
1
-26
/
+7
2016-01-06
cdrom: don't open-code memdup_user()
Al Viro
1
-7
/
+3
2016-01-06
rsxx: don't open-code memdup_user()
Al Viro
1
-7
/
+4
2016-01-06
mtip32xx: don't open-code memdup_user()
Al Viro
1
-15
/
+8
2016-01-04
[um] mconsole: don't open-code memdup_user_nul()
Al Viro
1
-11
/
+3
2016-01-04
[um] hostaudio: don't open-code memdup_user()
Al Viro
1
-7
/
+3
2016-01-04
HFS wants 8Kb per-superblock allocation; just use kmalloc()
Al Viro
1
-2
/
+2
2016-01-04
jfs: microoptimize get_zeroed_page / virt_to_page
Al Viro
1
-5
/
+4
2016-01-04
... and a couple in net/9p
Al Viro
1
-2
/
+2
2016-01-04
md: more open-coded offset_in_page()
Al Viro
2
-3
/
+3
2016-01-04
dm-bufio: virt_to_phys() doesn't change remainder modulo PAGE_SIZE
Al Viro
1
-1
/
+1
2016-01-04
hpfs: missing endianness annotation
Al Viro
1
-1
/
+1
2016-01-04
drivers/mtd/maps/pcmciamtd.c: __iomem annotations
Al Viro
1
-14
/
+14
2016-01-04
don't carry MAY_OPEN in op->acc_mode
Al Viro
3
-18
/
+12
2016-01-04
saner calling conventions for copy_mount_options()
Al Viro
3
-30
/
+28
2016-01-04
fix the leak in integrity_read_file()
Al Viro
1
-5
/
+6
2016-01-04
ppc: get rid of the remnants of __get_user64()
Al Viro
1
-15
/
+0
2016-01-04
put the remnants of ..._user_ret() to rest
Al Viro
5
-130
/
+0
2016-01-04
proc_pid_attr_write(): switch to memdup_user()
Al Viro
1
-10
/
+7
2016-01-04
kernel/*: switch to memdup_user_nul()
Al Viro
4
-95
/
+48
2016-01-04
cciss: switch to memdup_user_nul()
Al Viro
1
-10
/
+4
2016-01-04
switch wireless debugfs ->write() instances to memdup_user_nul()
Al Viro
2
-174
/
+89
2016-01-04
selinuxfs: switch to memdup_user_nul()
Al Viro
1
-73
/
+41
2016-01-04
convert a bunch of open-coded instances of memdup_user_nul()
Al Viro
12
-197
/
+71
2016-01-04
Merge branch 'memdup_user_nul' into work.misc
Al Viro
596
-2937
/
+5015
2016-01-04
new helper: memdup_user_nul()
Al Viro
2
-0
/
+32
2015-12-28
Linux 4.4-rc7
v4.4-rc7
Linus Torvalds
1
-1
/
+1
2015-12-28
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
8
-24
/
+42
2015-12-28
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
Linus Torvalds
13
-13
/
+27
2015-12-27
MIPS: Fix bitrot in __get_user_unaligned()
Al Viro
1
-3
/
+3
2015-12-27
Merge tag 'pm+acpi-4.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-2
/
+3
2015-12-27
Merge tag 'md/4.4-rc6-fix' of git://neil.brown.name/md
Linus Torvalds
1
-4
/
+7
2015-12-27
Merge tag 'upstream-4.4-rc7' of git://git.infradead.org/linux-ubifs
Linus Torvalds
3
-26
/
+31
2015-12-27
Merge tag 'trace-v4.4-rc4-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-24
/
+113
2015-12-27
Merge tag 'arc-4.4-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
4
-22
/
+14
2015-12-27
Merge branches 'acpi-processor' and 'pm-cpufreq'
Rafael J. Wysocki
1
-1
/
+1
2015-12-26
Merge branch 'parisc-4.4-4' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-12
/
+52
2015-12-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
Linus Torvalds
21
-148
/
+271
2015-12-24
tty/serial: Skip 'NULL' char after console break when sysrq enabled
Vijay Kumar
1
-2
/
+4
2015-12-24
sparc64: fix FP corruption in user copy functions
Rob Gardner
13
-134
/
+235
2015-12-24
sparc64: Perf should save/restore fault info
Rob Gardner
1
-0
/
+4
2015-12-24
sparc64: Ensure perf can access user stacks
Rob Gardner
1
-0
/
+7
2015-12-24
sparc64: Don't set %pil in rtrap_nmi too early
Rob Gardner
1
-1
/
+7
2015-12-24
sparc64: Add ADI capability to cpu capabilities
Khalid Aziz
2
-4
/
+6
2015-12-24
tty: serial: constify sunhv_ops structs
Aya Mahfouz
1
-3
/
+3
2015-12-24
cpufreq: scpi-cpufreq: signedness bug in scpi_get_dvfs_info()
Dan Carpenter
1
-1
/
+1
[next]