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
2017-09-09
test_kmod: remove paranoid UINT_MAX check on uint range processing
Dan Carpenter
1
-1
/
+1
2017-09-09
vfat: deduplicate hex2bin()
OGAWA Hirofumi
1
-23
/
+12
2017-09-09
autofs: use unsigned int/long instead of uint/ulong for ioctl args
Tomohiro Kusumi
1
-4
/
+6
2017-09-09
autofs: drop wrong comment
Tomohiro Kusumi
1
-5
/
+0
2017-09-09
autofs: use AUTOFS_DEV_IOCTL_SIZE
Tomohiro Kusumi
1
-7
/
+7
2017-09-09
autofs: non functional header inclusion cleanup
Tomohiro Kusumi
1
-11
/
+11
2017-09-09
autofs: remove unused AUTOFS_IOC_EXPIRE_DIRECT/INDIRECT
Tomohiro Kusumi
1
-2
/
+0
2017-09-09
autofs: make dev ioctl version and ismountpoint user accessible
Ian Kent
2
-5
/
+9
2017-09-09
autofs: make disc device user accessible
Ian Kent
1
-1
/
+2
2017-09-09
autofs: fix AT_NO_AUTOMOUNT not being honored
Ian Kent
2
-5
/
+13
2017-09-09
init/main.c: extract early boot entropy from the passed cmdline
Daniel Micay
1
-0
/
+2
2017-09-09
init: move stack canary initialization after setup_arch
Laura Abbott
1
-6
/
+5
2017-09-09
binfmt_flat: delete two error messages for a failed memory allocation in deco...
Markus Elfring
1
-5
/
+3
2017-09-09
checkpatch: add 6 missing types to --list-types
Jean Delvare
1
-1
/
+2
2017-09-09
checkpatch: rename variables to avoid confusion
Jean Delvare
1
-16
/
+16
2017-09-09
checkpatch: fix typo in comment
Jean Delvare
1
-1
/
+1
2017-09-09
checkpatch: add --strict check for ifs with unnecessary parentheses
Joe Perches
1
-0
/
+24
2017-09-09
lib/oid_registry.c: X.509: fix the buffer overflow in the utility function fo...
Takashi Iwai
1
-2
/
+2
2017-09-09
radix-tree: must check __radix_tree_preload() return value
Eric Dumazet
1
-4
/
+5
2017-09-09
lib/cmdline.c: remove meaningless comment
Baoquan He
1
-1
/
+0
2017-09-09
lib/string.c: check for kmalloc() failure
Dan Carpenter
1
-3
/
+15
2017-09-09
lib/rhashtable: fix comment on locks_mul default value
Davidlohr Bueso
1
-1
/
+1
2017-09-09
bitmap: introduce BITMAP_FROM_U64()
Yury Norov
2
-15
/
+64
2017-09-09
lib/test_bitmap.c: add test for bitmap_parselist()
Yury Norov
1
-0
/
+74
2017-09-09
lib/bitmap.c: make bitmap_parselist() thread-safe and much faster
Yury Norov
1
-12
/
+6
2017-09-09
lib: add test module for CONFIG_DEBUG_VIRTUAL
Florian Fainelli
3
-0
/
+61
2017-09-09
lib/hexdump.c: return -EINVAL in case of error in hex2bin()
Andy Shevchenko
1
-2
/
+3
2017-09-09
block/cfq: cache rightmost rb_node
Davidlohr Bueso
1
-5
/
+14
2017-09-09
mem/memcg: cache rightmost node
Davidlohr Bueso
1
-5
/
+18
2017-09-09
fs/epoll: use faster rb_first_cached()
Davidlohr Bueso
1
-14
/
+16
2017-09-09
procfs: use faster rb_first_cached()
Davidlohr Bueso
4
-15
/
+17
2017-09-09
lib/interval-tree: correct comment wrt generic flavor
Davidlohr Bueso
1
-1
/
+1
2017-09-09
lib/interval_tree: fast overlap detection
Davidlohr Bueso
33
-105
/
+145
2017-09-09
block/cfq: replace cfq_rb_root leftmost caching
Davidlohr Bueso
1
-50
/
+20
2017-09-09
locking/rtmutex: replace top-waiter and pi_waiters leftmost caching
Davidlohr Bueso
7
-44
/
+27
2017-09-09
sched/deadline: replace earliest dl and rq leftmost caching
Davidlohr Bueso
2
-35
/
+21
2017-09-09
sched/fair: replace cfs_rq->rb_leftmost
Davidlohr Bueso
3
-29
/
+15
2017-09-09
lib/rbtree_test.c: support rb_root_cached
Davidlohr Bueso
1
-19
/
+137
2017-09-09
lib/rbtree_test.c: add (inorder) traversal test
Davidlohr Bueso
1
-2
/
+23
2017-09-09
lib/rbtree_test.c: make input module parameters
Davidlohr Bueso
1
-21
/
+34
2017-09-09
rbtree: add some additional comments for rebalancing cases
Davidlohr Bueso
1
-3
/
+5
2017-09-09
rbtree: optimize root-check during rebalancing loop
Davidlohr Bueso
1
-7
/
+16
2017-09-09
rbtree: cache leftmost node internally
Davidlohr Bueso
4
-8
/
+113
2017-09-09
bitops: avoid integer overflow in GENMASK(_ULL)
Matthias Kaehlcke
1
-2
/
+3
2017-09-09
include: warn for inconsistent endian config definition
Babu Moger
2
-0
/
+8
2017-09-09
arch/microblaze: add choice for endianness and update Makefile
Babu Moger
2
-0
/
+18
2017-09-09
arch: define CPU_BIG_ENDIAN for all fixed big endian archs
Babu Moger
6
-0
/
+18
2017-09-09
treewide: make "nr_cpu_ids" unsigned
Alexey Dobriyan
17
-21
/
+21
2017-09-09
vga: optimise console scrolling
Matthew Wilcox
4
-0
/
+53
2017-09-09
drivers/scsi/sym53c8xx_2/sym_hipd.c: convert to use memset32
Matthew Wilcox
1
-8
/
+3
[next]