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
2013-05-08
aio: don't include aio.h in sched.h
Kent Overstreet
58
-7
/
+58
2013-05-08
aio: kill ki_retry
Kent Overstreet
2
-165
/
+85
2013-05-08
aio: kill ki_key
Kent Overstreet
2
-7
/
+9
2013-05-08
aio: give shared kioctx fields their own cachelines
Kent Overstreet
1
-12
/
+15
2013-05-08
aio: kill struct aio_ring_info
Kent Overstreet
1
-81
/
+74
2013-05-08
aio: kill batch allocation
Kent Overstreet
2
-102
/
+15
2013-05-08
aio: change reqs_active to include unreaped completions
Kent Overstreet
1
-15
/
+32
2013-05-08
aio: use cancellation list lazily
Kent Overstreet
3
-55
/
+81
2013-05-08
aio: use flush_dcache_page()
Kent Overstreet
1
-28
/
+17
2013-05-08
aio: make aio_read_evt() more efficient, convert to hrtimers
Kent Overstreet
1
-150
/
+90
2013-05-08
wait: add wait_event_hrtimeout()
Kent Overstreet
1
-0
/
+86
2013-05-08
aio: refcounting cleanup
Kent Overstreet
1
-153
/
+119
2013-05-08
aio: make aio_put_req() lockless
Kent Overstreet
2
-54
/
+36
2013-05-08
aio: do fget() after aio_get_req()
Kent Overstreet
1
-13
/
+9
2013-05-08
aio: dprintk() -> pr_debug()
Kent Overstreet
1
-33
/
+24
2013-05-08
aio: move private stuff out of aio.h
Kent Overstreet
3
-61
/
+62
2013-05-08
aio: add kiocb_cancel()
Kent Overstreet
1
-36
/
+43
2013-05-08
aio: kill return value of aio_complete()
Kent Overstreet
2
-18
/
+11
2013-05-08
char: add aio_{read,write} to /dev/{null,zero}
Zach Brown
1
-0
/
+35
2013-05-08
aio: remove retry-based AIO
Zach Brown
5
-379
/
+31
2013-05-08
gadget: remove only user of aio retry
Zach Brown
1
-9
/
+29
2013-05-08
aio: remove dead code from aio.h
Zach Brown
1
-24
/
+0
2013-05-08
mm: remove old aio use_mm() comment
Zach Brown
1
-3
/
+0
2013-05-08
mm/vmalloc.c: add vfree comment
Andrew Morton
1
-0
/
+2
2013-05-08
remove unused random32() and srandom32()
Akinobu Mita
1
-7
/
+0
2013-05-08
drivers/infiniband/hw: rename random32() to prandom_u32()
Andrew Morton
4
-6
/
+6
2013-05-08
drivers/net: rename random32() to prandom_u32()
Akinobu Mita
7
-9
/
+9
2013-05-08
hugetlbfs: fix mmap failure in unaligned size request
Naoya Horiguchi
4
-22
/
+34
2013-05-08
parisc: remove the second argument of kmap_atomic()
Zhao Hongjiang
1
-3
/
+3
2013-05-08
drivers/rtc/rtc-rs5c372.c: add R2221T/L variant to the driver
Lucas Stach
1
-0
/
+5
2013-05-08
include/linux/mm.h: complete the mm_walk definition
Andrew Morton
1
-7
/
+13
2013-05-08
mm, memcg: add rss_huge stat to memory.stat
David Rientjes
2
-11
/
+29
2013-05-08
mm/SPARC: use common help functions to free reserved pages
Jiang Liu
3
-68
/
+12
2013-05-07
Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
9
-915
/
+781
2013-05-07
Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...
Linus Torvalds
7
-42
/
+52
2013-05-07
Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...
Linus Torvalds
10
-12
/
+281
2013-05-07
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...
Linus Torvalds
6
-67
/
+49
2013-05-07
menuconfig: fix NULL pointer dereference when searching a symbol
Li Zefan
1
-6
/
+10
2013-05-07
e1000e: fix scheduling while atomic bug
Bruce Allan
1
-1
/
+1
2013-05-07
Merge branch 'slab/next' into slab/for-linus
Pekka Enberg
9
-915
/
+781
2013-05-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
15
-50
/
+1826
2013-05-07
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...
Linus Torvalds
36
-220
/
+1149
2013-05-07
Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux
Linus Torvalds
36
-293
/
+1293
2013-05-07
Merge tag 'for-3.10-rc1' of git://gitorious.org/linux-pwm/linux-pwm
Linus Torvalds
20
-79
/
+91
2013-05-07
Merge tag 'iommu-updates-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
20
-131
/
+380
2013-05-07
Fix cleaning in scripts/mod
Andreas Schwab
1
-0
/
+2
2013-05-07
mm, slab_common: Fix bootstrap creation of kmalloc caches
Christoph Lameter
1
-9
/
+15
2013-05-07
tipc: potential divide by zero in tipc_link_recv_fragment()
Dan Carpenter
1
-2
/
+4
2013-05-07
tipc: add a bounds check in link_recv_changeover_msg()
Dan Carpenter
1
-1
/
+4
2013-05-07
net/usb: new driver for RTL8152
hayeswang
4
-0
/
+1789
[next]