index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'proc' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriya...
Linus Torvalds
2008-10-23
10
-29
/
+5
|
\
|
*
proc: remove fs/proc/proc_misc.c
Alexey Dobriyan
2008-10-23
1
-1
/
+0
|
*
proc: move /proc/vmcore creation to fs/proc/vmcore.c
Alexey Dobriyan
2008-10-23
1
-2
/
+0
|
*
proc: move all /proc/kcore stuff to fs/proc/kcore.c
Alexey Dobriyan
2008-10-23
1
-4
/
+0
|
*
proc: move /proc/schedstat boilerplate to kernel/sched_stats.h
Alexey Dobriyan
2008-10-23
1
-4
/
+0
|
*
proc: move /proc/diskstats boilerplate to block/genhd.c
Alexey Dobriyan
2008-10-23
1
-2
/
+0
|
*
proc: move /proc/zoneinfo boilerplate to mm/vmstat.c
Alexey Dobriyan
2008-10-23
1
-1
/
+0
|
*
proc: move /proc/vmstat boilerplate to mm/vmstat.c
Alexey Dobriyan
2008-10-23
1
-1
/
+0
|
*
proc: move /proc/pagetypeinfo boilerplate to mm/vmstat.c
Alexey Dobriyan
2008-10-23
1
-1
/
+0
|
*
proc: move /proc/buddyinfo boilerplate to mm/vmstat.c
Alexey Dobriyan
2008-10-23
1
-1
/
+0
|
*
proc: move /proc/vmallocinfo to mm/vmalloc.c
Alexey Dobriyan
2008-10-23
1
-2
/
+0
|
*
proc: move /proc/slabinfo boilerplate to mm/slub.c, mm/slab.c
Alexey Dobriyan
2008-10-23
1
-5
/
+0
|
*
proc: move rest of /proc/partitions code to block/genhd.c
Alexey Dobriyan
2008-10-23
1
-1
/
+0
|
*
proc: move rest of /proc/locks to fs/locks.c
Alexey Dobriyan
2008-10-23
1
-1
/
+0
|
*
proc: move /proc/hardware to m68k-specific code
Alexey Dobriyan
2008-10-23
1
-1
/
+1
|
*
proc: switch /proc/meminfo to seq_file
Alexey Dobriyan
2008-10-23
2
-3
/
+6
*
|
Merge branch 'v28-range-hrtimers-for-linus-v2' of git://git.kernel.org/pub/sc...
Linus Torvalds
2008-10-23
7
-7
/
+132
|
\
\
|
*
\
Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2
Thomas Gleixner
2008-10-22
7
-7
/
+132
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
hrtimers: add missing docbook comments to struct hrtimer
Thomas Gleixner
2008-10-20
1
-2
/
+7
|
|
*
Merge commit 'linus/master' into merge-linus
Arjan van de Ven
2008-10-17
1129
-67317
/
+16615
|
|
|
\
|
|
*
|
DECLARE_PER_CPU needs linux/percpu.h
Stephen Rothwell
2008-10-15
1
-0
/
+2
|
|
*
|
rangetimer: fix x86 build failure for the !HRTIMERS case
Arjan van de Ven
2008-10-07
1
-1
/
+3
|
|
*
|
hrtimer: peek at the timer queue just before going idle
Arjan van de Ven
2008-09-11
1
-0
/
+5
|
|
*
|
hrtimer: incorporate feedback from Peter Zijlstra
Arjan van de Ven
2008-09-07
1
-1
/
+1
|
|
*
|
hrtimer: add a hrtimer_start_range() function
Arjan van de Ven
2008-09-07
1
-1
/
+8
|
|
*
|
hrtimer: another build fix
Arjan van de Ven
2008-09-06
1
-13
/
+13
|
|
*
|
hrtimer: fix build bug found by Ingo
Arjan van de Ven
2008-09-06
1
-7
/
+7
|
|
*
|
hrtimer: create a "timer_slack" field in the task struct
Arjan van de Ven
2008-09-05
3
-0
/
+14
|
|
*
|
hrtimer: turn hrtimers into range timers
Arjan van de Ven
2008-09-05
1
-1
/
+30
|
|
*
|
hrtimer: rename the "expires" struct member to avoid accidental usage
Arjan van de Ven
2008-09-05
1
-10
/
+10
|
|
*
|
hrtimer: add abstraction functions for accessing the "expires" member
Arjan van de Ven
2008-09-05
1
-0
/
+45
|
|
*
|
select: switch select() and poll() over to hrtimers
Arjan van de Ven
2008-09-05
1
-3
/
+3
|
|
*
|
select: add a poll specific struct to the restart_block union
Thomas Gleixner
2008-09-05
1
-0
/
+8
|
|
*
|
select: add poll_select_set_timeout() and poll_select_copy_remaining() helpers
Thomas Gleixner
2008-09-05
1
-0
/
+2
|
|
*
|
select: add a timespec_add_safe() function
Thomas Gleixner
2008-09-05
1
-0
/
+4
|
|
*
|
select: Introduce a hrtimeout function
Arjan van de Ven
2008-09-05
1
-0
/
+2
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdev
Linus Torvalds
2008-10-23
10
-53
/
+61
|
\
\
\
\
|
*
|
|
|
[PATCH] kill the rest of struct file propagation in block ioctls
Al Viro
2008-10-21
1
-1
/
+1
|
*
|
|
|
[PATCH] get rid of blkdev_driver_ioctl()
Al Viro
2008-10-21
1
-3
/
+0
|
*
|
|
|
[PATCH] sanitize blkdev_get() and friends
Al Viro
2008-10-21
1
-1
/
+1
|
*
|
|
|
[PATCH] remember mode of reiserfs journal
Al Viro
2008-10-21
1
-0
/
+1
|
*
|
|
|
[PATCH] propagate mode through open_bdev_excl/close_bdev_excl
Al Viro
2008-10-21
1
-2
/
+4
|
*
|
|
|
[PATCH] pass fmode_t to blkdev_put()
Al Viro
2008-10-21
1
-1
/
+1
|
*
|
|
|
[PATCH] end of methods switch: remove the old ones
Al Viro
2008-10-21
1
-8
/
+0
|
*
|
|
|
[PATCH] beginning of methods conversion
Al Viro
2008-10-21
2
-5
/
+11
|
*
|
|
|
[PATCH] switch ide_disk_ops ->ioctl() to sane prototype
Al Viro
2008-10-21
1
-2
/
+2
|
*
|
|
|
[PATCH] don't mess with file in scsi_nonblockable_ioctl()
Al Viro
2008-10-21
1
-1
/
+1
|
*
|
|
|
[PATCH] introduce __blkdev_driver_ioctl()
Al Viro
2008-10-21
1
-0
/
+2
|
*
|
|
|
[PATCH] switch cdrom_{open,release,ioctl} to sane APIs
Al Viro
2008-10-21
1
-5
/
+5
|
*
|
|
|
[PATCH] move block_device_operations to blkdev.h
Al Viro
2008-10-21
2
-14
/
+18
[next]