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.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-21
ptrace: use fsuid, fsgid, effective creds for fs access checks
Jann Horn
11
-29
/
+80
2016-01-21
security: let security modules use PTRACE_MODE_* with bitmasks
Jann Horn
2
-7
/
+5
2016-01-21
ptrace: task_stopped_code(ptrace => true) can't see TASK_STOPPED task
Oleg Nesterov
1
-2
/
+1
2016-01-21
ptrace: make wait_on_bit(JOBCTL_TRAPPING_BIT) in ptrace_attach() killable
Oleg Nesterov
1
-2
/
+8
2016-01-21
fat: constify fatent_operations structures
Julia Lawall
2
-13
/
+13
2016-01-21
Documentation/filesystems/vfat.txt: update the limitation for fat fallocate
Namjae Jeon
1
-0
/
+10
2016-01-21
fat: permit to return phy block number by fibmap in fallocated region
Namjae Jeon
4
-30
/
+87
2016-01-21
fat: skip cluster allocation on fallocated region
Namjae Jeon
1
-2
/
+8
2016-01-21
fat: add fat_fallocate operation
Namjae Jeon
3
-2
/
+94
2016-01-21
fat: add simple validation for directory inode
OGAWA Hirofumi
1
-0
/
+22
2016-01-21
fat: allow time_offset to be up to 24 hours
Jan Kara
1
-1
/
+6
2016-01-21
fs/hfs/catalog.c: use list_for_each_entry in hfs_cat_delete
Geliang Tang
1
-4
/
+2
2016-01-21
init/do_mounts: initrd_load() can be boolean
Yaowei Bai
2
-5
/
+5
2016-01-21
init/main.c: obsolete_checksetup can be boolean
Yaowei Bai
1
-5
/
+5
2016-01-21
epoll: add EPOLLEXCLUSIVE flag
Jason Baron
2
-3
/
+24
2016-01-21
checkpatch: fix a number of COMPLEX_MACRO false positives
Vladimir Zapolskiy
1
-2
/
+3
2016-01-21
checkpatch: improve macros with flow control test
Joe Perches
1
-1
/
+1
2016-01-21
checkpatch: warn when casting constants to c90 int or longer types
Joe Perches
1
-0
/
+42
2016-01-21
lib/clz_tab.c: put in lib-y rather than obj-y
Chris Metcalf
1
-1
/
+1
2016-01-21
include/linux/radix-tree.h: fix error in docs about locks
Adam Barth
1
-1
/
+1
2016-01-21
test_hexdump: print statistics at the end
Andy Shevchenko
1
-3
/
+23
2016-01-21
test_hexdump: test all possible group sizes for overflow
Andy Shevchenko
1
-3
/
+18
2016-01-21
test_hexdump: check all bytes in real buffer
Andy Shevchenko
1
-21
/
+17
2016-01-21
test_hexdump: switch to memcmp()
Andy Shevchenko
1
-3
/
+3
2016-01-21
test_hexdump: replace magic numbers by their meaning
Andy Shevchenko
1
-4
/
+13
2016-01-21
test_hexdump: go through all possible lengths of buffer
Andy Shevchenko
1
-14
/
+13
2016-01-21
test_hexdump: define FILL_CHAR constant
Andy Shevchenko
1
-6
/
+13
2016-01-21
test_hexdump: introduce test_hexdump_prepare_test() helper
Andy Shevchenko
1
-7
/
+19
2016-01-21
test_hexdump: rename to test_hexdump
Andy Shevchenko
2
-1
/
+1
2016-01-21
drivers/firmware/broadcom/bcm47xx_nvram.c: use __ioread32_copy() instead of o...
Stephen Boyd
1
-8
/
+3
2016-01-21
drivers/soc/qcom/smd.c: use __ioread32_copy() instead of open-coding it
Stephen Boyd
1
-9
/
+4
2016-01-21
lib/iomap_copy.c: add __ioread32_copy()
Stephen Boyd
2
-0
/
+22
2016-01-21
arch/frv/include/asm/io.h: accept const void pointers for read{b,w,l}()
Stephen Boyd
1
-3
/
+14
2016-01-21
string_helpers: fix precision loss for some inputs
James Bottomley
1
-20
/
+43
2016-01-21
./CREDITS: add credit information for Martin Kepplinger
Martin Kepplinger
1
-0
/
+10
2016-01-21
scripts/get_maintainer.pl: handle file names beginning with ./
Joe Perches
1
-0
/
+4
2016-01-21
misc: ibmasm: fix build errors
Randy Dunlap
1
-0
/
+1
2016-01-21
zsmalloc: fix migrate_zspage-zs_free race condition
Junil Lee
1
-1
/
+13
2016-01-21
mm: arch: remove duplicate definitions of MADV_FREE
Guenter Roeck
4
-4
/
+0
2016-01-21
fs/proc/task_mmu.c: add workaround for old compilers
Kirill A. Shutemov
1
-1
/
+1
2016-01-21
thp: fix interrupt unsafe locking in split_huge_page()
Kirill A. Shutemov
1
-4
/
+5
2016-01-21
lib/libcrc32c.c: fix build warning
Jean Delvare
1
-0
/
+1
2016-01-20
Merge tag 'dmaengine-fix-4.5-rc1' of git://git.infradead.org/users/vkoul/slav...
Linus Torvalds
4
-32
/
+30
2016-01-20
Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...
Linus Torvalds
8
-124
/
+188
2016-01-20
Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...
Linus Torvalds
3
-4
/
+7
2016-01-20
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...
Linus Torvalds
14
-20
/
+35
2016-01-20
FRV: Mark architecture orphaned
David Howells
1
-2
/
+1
2016-01-20
MAINTAINERS: Update mailing list for Renesas SoC Development
Simon Horman
1
-8
/
+8
2016-01-20
mm: avoid uninitialized variable in tracepoint
Arnd Bergmann
1
-1
/
+1
2016-01-20
Merge tag 'platform-drivers-x86-v4.5-1' of git://git.infradead.org/users/dvha...
Linus Torvalds
22
-111
/
+4580
[next]