Paul Gortmaker
|
0db0628d90
kernel: delete __cpuinit usage from all core kernel files
|
12 years ago |
Linus Torvalds
|
4de13d7aa8
Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-block
|
12 years ago |
zhangwei(Jovi)
|
a05342cbd6
relay: use macro PAGE_ALIGN instead of FIX_SIZE
|
12 years ago |
zhangwei(Jovi)
|
536b39ecf1
kernel/relay.c: move FIX_SIZE macro into relay.c
|
12 years ago |
zhangwei(Jovi)
|
8359f689e2
kernel/relay.c: remove unused function argument actor
|
12 years ago |
Dmitry Monakhov
|
b8d4a5bf6a
relay: move remove_buf_file inside relay_close_buf
|
12 years ago |
Al Viro
|
496ad9aa8e
new helper: file_inode(file)
|
12 years ago |
Eric Dumazet
|
047fe36052
splice: fix racy pipe->buffers uses
|
13 years ago |
Dan Carpenter
|
f6302f1bcd
relay: prevent integer overflow in relay_open()
|
13 years ago |
Al Viro
|
f4ae40a6a5
switch debugfs to umode_t
|
14 years ago |
Paul Gortmaker
|
9984de1a5a
kernel: Map most files to use export.h instead of module.h
|
14 years ago |
Jesper Juhl
|
408af87a39
Clean up relay_alloc_page_array() slightly by using vzalloc rather than vmalloc and memset
|
14 years ago |
Akinobu Mita
|
80b5184cc5
kernel/: convert cpu notifier to return encapsulate errno value
|
15 years ago |
Jens Axboe
|
35f3d14dbb
pipe: add support for shrinking and growing pipes
|
15 years ago |
Dan Carpenter
|
5f1664f92b
splice: comparing unsigned int < 0
|
15 years ago |
Alexey Dobriyan
|
28dfef8feb
const: constify remaining pipe_buf_operations
|
15 years ago |
Alexey Dobriyan
|
f0f37e2f77
const: mark struct vm_struct_operations
|
15 years ago |
Linus Torvalds
|
714f83d5d9
Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
|
16 years ago |
Aravind Srinivasan
|
2c53d9109f
relay: fix for possible loss/corruption of produced subbufs
|
16 years ago |
Ingo Molnar
|
8302294f43
Merge branch 'tracing/core-v2' into tracing-for-linus
|
16 years ago |
Ingo Molnar
|
74019224ac
timers: add mod_timer_pending()
|
16 years ago |
Ingo Molnar
|
dc573f9b20
Merge branches 'tracing/ftrace', 'tracing/kmemtrace' and 'linus' into tracing/core
|
16 years ago |
Jiri Slaby
|
b786c6a98e
relay: fix lock imbalance in relay_late_setup_files
|
16 years ago |
Ingo Molnar
|
7a51cffbd1
relayfs: replace BUG() with WARN_ON() in relay_late_setup_files()
|
16 years ago |
Tom Zanussi
|
fbb5b7ae4b
relayfs: fix infinite loop with splice()
|
16 years ago |
Lai Jiangshan
|
98ba4031ab
relay: fix cpu offline problem
|
16 years ago |
Tom Zanussi
|
3219445033
relay: fix "full buffer with exactly full last subbuffer" accounting problem
|
17 years ago |
Eduard - Gabriel Munteanu
|
20d8b67c06
relay: add buffer-only channels; useful for early logging
|
17 years ago |
Tom Zanussi
|
a82c53a0e3
splice: fix sendfile() issue with relay
|
17 years ago |
Jens Axboe
|
75065ff619
Revert "relay: fix splice problem"
|
17 years ago |